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:
Find your files and apps in Windows - Microsoft Support
- 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
1 Open the Start Menu
.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.
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)
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.
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.
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.
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.
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)
Windows PowerShell
Get-ItemProperty HKCU:\Software\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSizeOR
Command Prompt
powershell -command "Get-ItemProperty HKCU:\Software\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize"Windows PowerShell
Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSizeOR
Command Prompt
powershell -command "Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize"Windows PowerShell
Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSizeOR
Command Prompt
powershell -command "Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize"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 installed3 You will now see the Name, Publisher, Version, and Date of each app you have installed from the Microsoft Store.
That's it,
Shawn Brink











