Knowing how to find installed programs in Windows 11 is essential for managing software, troubleshooting issues, freeing up storage space, and keeping your computer organized. Whether you want to launch an application, check what software is installed, uninstall unused programs, or verify that a program was successfully installed, Windows 11 provides several ways to locate installed applications.
Over time, computers often accumulate dozens or even hundreds of applications. Some are installed manually, while others come preloaded by the manufacturer or are added through updates and software bundles. As a result, it can become difficult to remember exactly what is installed on your system and where to find it.
Fortunately, Windows 11 offers multiple built-in tools for viewing installed programs, including the Settings app, Start menu, Control Panel, File Explorer, PowerShell, and Windows Package Manager (Winget). Each method provides different levels of detail depending on what information you need.
This guide explains the most effective ways to find installed programs in Windows 11 and helps you determine which method is best for different situations.
Why You Might Need to Find Installed Programs
There are many reasons to view a list of installed applications.
Common scenarios include:
- Launching a recently installed program
- Checking whether software is installed
- Uninstalling unused applications
- Troubleshooting software conflicts
- Managing storage space
- Creating software inventories
- Verifying software versions
- Preparing for a system upgrade
Regardless of the reason, Windows 11 makes it relatively easy to locate installed software.
Method 1: Find Installed Programs Through Settings
The Settings app provides the easiest and most modern way to view installed applications.
Open Installed Apps
- Press Windows + I to open Settings.
- Select Apps from the left sidebar.
- Click Installed Apps.
Windows displays a complete list of installed applications.
You can view:
- Application names
- Installation sizes
- Installation dates
- Available actions
This list includes:
- Traditional desktop programs
- Microsoft Store apps
- Many system applications
For most users, this is the fastest way to see everything installed on the computer.
Search for Specific Programs
At the top of the Installed Apps page, use the search box to locate a particular application.
Simply type the program name and Windows filters the results instantly.
This feature is useful when managing systems with many installed applications.
Method 2: Use the Start Menu
The Start menu contains shortcuts to most installed applications.
View All Installed Apps
- Click the Start button.
- Select All Apps.
Windows displays an alphabetical list of installed programs.
You can scroll through the list to locate applications manually.
Search Directly
Instead of browsing:
- Open Start.
- Begin typing the program name.
Windows immediately displays matching results.
Search is often the fastest method when you already know the application’s name.
Method 3: Use Control Panel
Although Windows 11 emphasizes the Settings app, Control Panel still provides software management features.
Open Programs and Features
- Press Windows + R.
- Type:
appwiz.cpl
- Press Enter.
The Programs and Features window appears.
This classic interface displays:
- Installed software
- Publisher information
- Installation dates
- Program sizes
- Version numbers
Many advanced users still prefer this view because it offers detailed information and familiar navigation.
Method 4: Find Programs Using Windows Search
Windows Search can locate installed software quickly.
Search for an Application
- Press the Windows key.
- Type the application’s name.
Windows displays matching programs immediately.
Search results may include:
- Installed applications
- Settings pages
- Documents
- Web results
For launching software, Windows Search is often the quickest option.
Method 5: View Installed Programs with PowerShell
PowerShell can generate a software inventory directly from the command line.
List Installed Packages
Open PowerShell and run:
Get-Package
Windows displays installed software packages and version information.
Show Program Names and Versions
For a cleaner list:
Get-Package | Select-Object Name, Version
This command produces a simplified software inventory.
PowerShell is particularly useful for system administrators and advanced users managing multiple computers.
Method 6: Find Installed Programs Using Winget
Windows Package Manager can display installed software recognized by Winget.
List Installed Applications
Open Windows Terminal and run:
winget list
Winget displays:
- Application names
- Installed versions
- Package identifiers
Search Within Installed Apps
To find a specific application:
winget list chrome
Replace “chrome” with the program you’re looking for.
Winget is useful when managing software updates and package deployments.
Method 7: Use File Explorer
Sometimes locating the actual installation folder is necessary.
Open Program Files
Most applications are installed in:
C:\Program Files
or
C:\Program Files (x86)
Access Program Files
- Open File Explorer.
- Navigate to the appropriate folder.
- Browse installed application directories.
While this method doesn’t provide a complete software list, it can help locate application files and executable programs.
Method 8: View Installed Programs Through Task Manager
Task Manager can help identify programs currently running.
Open Task Manager
- Press Ctrl + Shift + Esc.
- Select the Processes tab.
Although Task Manager does not display all installed software, it helps identify applications actively running on the system.
You can also:
- Right-click a process.
- Select Open File Location.
This reveals the program’s installation directory.
Method 9: Check Microsoft Store Library
Applications installed through the Microsoft Store can be viewed separately.
Open Microsoft Store
- Launch Microsoft Store.
- Click Library.
The Library page displays:
- Installed Store apps
- Purchased applications
- Available updates
This method is particularly useful when managing Microsoft Store software.
Method 10: Use System Information
Windows System Information provides extensive details about installed software and system configuration.
Open System Information
- Press Windows + R.
- Type:
msinfo32
- Press Enter.
Navigate through the available categories to review installed software information and related system details.
This tool is useful for troubleshooting and documentation purposes.
How to Sort Installed Programs
Windows 11 allows you to organize application lists in several ways.
In Settings
Navigate to:
Settings > Apps > Installed Apps
Use the Sort By menu to organize programs by:
- Name
- Size
- Installation date
Sorting helps identify recently installed applications or programs consuming large amounts of storage.
How to Find Recently Installed Programs
If you’re trying to locate software installed recently:
- Open Settings.
- Go to:
Apps > Installed Apps
- Select:
Sort by > Install Date
Newest applications appear at the top of the list.
This feature is useful when troubleshooting issues that began after installing new software.
How to Find Large Programs Taking Up Space
To identify storage-intensive applications:
- Open Installed Apps.
- Sort by:
Size
Windows displays the largest programs first.
This makes it easier to free storage by removing applications you no longer use.
Common Reasons a Program Doesn’t Appear
Sometimes software may not appear in every list.
Possible reasons include:
Portable Applications
Portable software often runs without installation and may not appear in Installed Apps.
Incomplete Installations
Failed installations may not register properly with Windows.
Store App Limitations
Some tools only display traditional desktop applications.
Hidden Components
Certain drivers, runtimes, and system utilities may not appear in standard software lists.
Using multiple methods often provides the most complete view of installed software.
Which Method Is Best?
The best method depends on your goal.
For Most Users
Use:
Settings > Apps > Installed Apps
This provides the most complete and user-friendly software inventory.
For Quickly Launching Programs
Use:
Start Menu Search
For Detailed Software Information
Use:
Programs and Features
through Control Panel.
For Command-Line Management
Use:
winget list
or:
Get-Package
through PowerShell.
Choosing the appropriate method can make software management much easier.
Conclusion
Windows 11 offers several convenient ways to find installed programs, ranging from the modern Settings app to advanced command-line tools such as PowerShell and Winget. Whether you need to verify software installations, manage storage, troubleshoot issues, or create a software inventory, there is a method suited to your needs.
For most users, the Installed Apps section in Settings provides the simplest and most comprehensive view of installed software. More advanced users may prefer Control Panel, PowerShell, or Winget for detailed information and automation capabilities. By understanding these tools, you can efficiently manage applications and keep your Windows 11 system organized and optimized.
FAQ
Where can I see all installed programs in Windows 11?
Open Settings > Apps > Installed Apps to view a complete list of installed applications.
How do I find a specific installed program?
Use the search box in Installed Apps or type the program name in the Start menu search field.
Can PowerShell show installed software?
Yes. Commands such as Get-Package can display installed programs and version information.
How do I find recently installed applications?
Open Settings > Apps > Installed Apps and sort the list by installation date to view the newest programs first.


