Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - This is my Geek. There are many like him but this one is mine.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews


Opera One
Everything
you need.
Already
there.
AI assistant
Aria, built right in
Free VPN
No account needed
Ad blocker
Faster, cleaner web
Tab Islands
Grouped browsing
Useful sidebars
Make it yours
No Clunky Extensions Needed.



MajorGeeks Approved.



Download free

spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Smart Defrag
3. Macrium Reflect FREE Edition
4. K-Lite Mega Codec Pack
5. MusicBee
6. Microsoft Visual C++ 2015-2022 Redistributable Package
7. K-Lite Codec Pack Full
8. Sergei Strelec's WinPE
9. Mozilla Firefox
10. Visual C++ Redistributable Runtimes AIO Repack
More >>

top reads

Star How Much Storage Space Are Your Installed Apps Using in Windows 11?

Star How To Reset and Fix the Settings App in Windows 11

Star How To Remove the Windows 11 Updated Start Menu

Star How To Download a Windows 11 ISO

Star How To Disable Drag Tray

Star How To Boot Into WinRE (Windows Recovery Environment)

Star How To Find the Installation Date of Apps

Star Recently Opened Files - How To Hide or Show Them In Jump Lists, File Explorer, and Start Menu

Star How To Change the Name of a Local or Microsoft Account

Star How To Remove OneDrive From the Navigation Pane in File Explorer


MajorGeeks.Com » Overview » How To View All Installed Programs and Apps in Windows 11

How To View All Installed Programs and Apps in Windows 11

By selma čitaković

on 04/08/2026

Hop into IObit’s Easter Sale and save up to 90% on top utilities, plus score 3 FREE months before the deal disappears! 🐰🌷🏆

{$insert['content_title']


You can find several lists of installed apps and programs in Windows 11, with some being more comprehensive than others. They include the desktop apps you installed, Microsoft Store apps, and default programs that come with your Windows installation. However, if you need to find something specific, you may have to dig deeper than the Start Menu.

I'll show you all the methods to list them, so read on!

Via Start Menu



The most direct way to check out your installed programs is using the Start Menu. However, despite being labeled as "All," some apps won't be listed here. Anyway, here are the steps:

  1. Click the Windows Start icon on your taskbar.
  2. If you have the updated big Start Menu (Windows 11 24H2 and 25H2), you just need to scroll down. It shows all (well, not really) programs by default. You can click on View: and choose Category, Grid, or List to display them. Do yourself a favor and don't pick Category, though. It will make your search much harder.
  3. If you still have the "old" Start Menu (like I do), click the All button in the upper-right corner to look at the list of apps.




Via Settings



If you'd prefer a more organized approach, you can filter, sort, and search for specific apps with the Settings. Here's how:

  1. Go to Settings > Apps > Installed apps.
  2. You can switch to List, Grid, or Tile view in the top-right corner.




If you select Filter by:, the list will show you programs on all drives or specific ones. Additionally, clicking Sort by: organizes them by name (A to Z or Z to A), date installed, and size.

Via Applications Folder



Alternatively, you can find all your installed apps in File Explorer:

  1. Press Win + R, type Shell:AppsFolder, and press Enter.
  2. This will take you to the Applications folder. You can sort or view them in different layouts.




This is a shell folder that's different than physical folders like Program Files or Program Files (x86), for example.

Via Microsoft Store



If you need to single out Microsoft Store apps specifically:

  1. Open the Microsoft Store, and click on Library on the left side.
  2. Select All, click the Sort and filter button (the one with two arrows), and then Show installed products only.




You can then browse the list of all installed Microsoft Store programs on your computer.

Via Control Panel



Or you could use the legacy Control Panel:

  1. Type Control Panel in Windows Search and click on Open.
  2. Select Small icons or Large icons in View by: on the top right.
  3. Click on Programs and Features. This will display a list of all the apps you have installed.




You can right-click and select Uninstall to remove them from your PC.

Via commands



Finally, you can use commands to achieve the same results with PowerShell or Command Prompt. Here's how:

  1. Press Win + R, type cmd, and press Enter to open Command Prompt. Or, press Win + R, type powershell, and press Enter.
  2. To show all installed programs for the current user, type the following command(s) and press Enter:
  1. In Command Prompt: powershell -command "Get-ItemProperty HKCU:\Software\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize"
  2. In PowerShell: Get-ItemProperty HKCU:\Software\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize
  1. To show all installed 32-bit programs for all users:
  1. In Command Prompt: powershell -command "Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize"
  2. In PowerShell: Get-ItemProperty HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize
  1. To show all installed 64-bit programs for all users:
  1. In Command Prompt: powershell -command "Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize"
  2. In PowerShell: Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\Currentversion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize




So, now you know how to find all installed programs on your device. This, of course, doesn't include portable apps or executables you didn't have to install. In that case, you should look for them in File Explorer.

Either way, good luck with your search!

selma citakovic
selma citakovic
Selma is a gamer, geek and gremlin hunter with a passion for cyber security and smashing Windows bugs before they bite. She’s IBM-certified, loves real freeware, despises bloatware, and powers most of her troubleshooting with an unhealthy amount of coffee.

comments powered by Disqus


© 2000-2026 MajorGeeks.com
Powered by Contentteller® Business Edition