Apps Find All Installed Apps and Programs in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:

All_apps_banner.webp

This tutorial will show you how to find and view a list of all installed apps and programs in Windows 11.

Desktop apps are traditional programs installed by a user. These will not be an app from the Microsoft Store.

Windows apps are apps installed by a user from the Microsoft Store. Each Microsoft account owns their own apps.

Provisioned apps are apps included with Windows 11, and automatically installed when a new user signs in to Windows the first time. They are per-user apps, and typically installed in the "C:\Program Files\WindowsApps" folder. These are also available in Microsoft Store for a user to reinstall if needed.

Reference:



Contents

  • Option One: Find All Installed Apps and Programs in Start Menu
  • Option Two: Find All Installed Apps and Programs in Settings
  • Option Three: Find All Installed Programs in Control Panel
  • Option Four: Find All Installed Apps in Microsoft Store
  • Option Five: Find All Installed Apps and Programs in Applications Folder
  • Option Six: Find All Installed Programs using Command
  • Option Seven: Find All Installed Apps in Microsoft Store CLI




Option One

Find All Installed Apps and Programs in Start Menu


1 Open the Start Menu :win:.

2 Scroll down to the All section on the Start Menu to see all your installed apps and programs. (see screenshot below)

You can select to show the apps in a Category, Grid, or List view.


Start_Menu_All_apps.webp





Option Two

Find All Installed Apps and Programs in Settings


1 Open Settings (Win+I).

2 Click/tap on Apps on the left side, and click/tap on Installed apps on the right side. (see screenshot below)


Settings_Installed_Apps-1.webp

3 You will now see all your installed apps and programs. (see screenshot below)

You can select to show the apps in a List, Grid, or Tile view.

You can select to Filter by to show apps installed on all drives or specific drive.

You can select to Sort by to show apps in order by name, date installed, or size.

You can also [search for an app name in the search box at the top.


Settings_Installed_Apps-2.webp




Option Three

Find All Installed Programs in Control Panel


1 Open the Control Panel (icons view), and click/tap on the Programs and Features icon.

2 You will now see all your installed apps and programs. (see screenshot below)

You can select to show the apps in a Extra large icons, Large icons, Medium icons, List, Details, Tiles or Content view.


Control_Panel_programs.webp





Option Four

Find All Installed Apps in Microsoft Store


1 Open the Microsoft Store app.

2 Click/tap on Library in the left pane. (see screenshot below)

3 Select to show All apps on the toolbar.

4 Click/tap on the Sort and filter button on the toolbar, and click/tap on Show installed products only to check it.

5 You will now see all your apps from the Microsoft Store installed on this device.

Microsoft_Store_installed_apps.webp





Option Five

Find All Installed Apps and Programs in Applications Folder


1 Run (Win+R) the Shell:AppsFolder command to open the Applications shell folder in File Explorer.

2 You will now see all your installed apps and programs. (see screenshot below)

You can select a Sort by and layout View for how you want to show the apps.


Applications_folder.webp





Option Six

Find All Installed Programs using Command


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt

2 Copy and paste the appropriate command you want below into Windows Terminal, and press Enter. (see screenshots below)


 Programs installed for current user only

Windows PowerShell
Get-ItemProperty HKCU:\Software\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

OR

Command Prompt
powershell -command "Get-ItemProperty HKCU:\Software\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize"

Current_user_apps_command.webp



 32-bit Programs installed for all users

Windows PowerShell
Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

OR

Command Prompt
powershell -command "Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize"

All_users_32-bit_apps_command.webp



 64-bit Programs installed for all users

Windows PowerShell
Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

OR

Command Prompt
powershell -command "Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize"

All_users_64-bit_apps_command.webp





Option Seven

Find All Installed Apps in Microsoft Store CLI


A new command-line interface for the Microsoft Store brings app discovery, installation and update management directly to your terminal. This enables developers and users with a new way to discover and install Store apps, without needing the GUI. The Store CLI is available only on devices where Microsoft Store is enabled.


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter. (see screenshot below)

store installed

3 You will now see the Name, Publisher, Version, and Date of each app you have installed from the Microsoft Store.

Microsoft_Store_CLI_installed_apps.webp



That's it,
Shawn Brink


 
Last edited:
Thanks, these are great!

When searching for something like this before, I found this PowerShell gem, List Installed Software with PowerShell: A Free Tool

I've attached it here, as a function that can be dot sourced, and used, or a script version that can be used directly.
 

Attachments

My Computer My Computer

At a glance

Windows
OS
Windows
Computer type
Laptop
Manufacturer/Model
Lenovo
Back
Top Bottom