How to check installed app sizes and install dates in Windows 11 settings
Installed app sizes and install dates in Windows 11 help you find out how much storage space your programs take up and when you added them to your PC. Windows 11 lists every app on your system along with its exact file size and installation date inside the main Settings app .
Checking this list lets you spot large games or unused software that you no longer need so you can clear up disk space. Open the Installed apps page in your system settings to view all this software information at once.
Open Settings Apps Installed apps to check installed apps on your device Windows. You see the complete inventory of software alongside exact file sizes and publishers. Use the search bar at the top of the page to find a specific application.
Using the Settings App
You can check installed apps on your device Windows using the Settings app to see the exact storage space and install dates for every program. Open Settings by pressing the Win and the I key together, select Apps from the left sidebar, and click on Installed apps to view your full software list.
- Open Settings by pressing the Win and the I key together.

Windows 11 Start menu with Settings gear icon highlighted. - Select Apps from the left sidebar.
- Click on Installed apps to open the complete inventory of software on your machine.

Settings › Apps › Installed apps - Review the list, which sorts your programs alphabetically alongside their publisher name and exact file size.
- Use the search bar at the top of the page to find a specific application instantly.
Using the Control Panel
Open the Start menu search bar , type Control Panel , press Enter, and click on Programs and Features to see your full software list.
- Open the Start menu search bar , type
Control Panel, and press Enter.
Control Panel - Click on Programs and Features under the main category view. If your view is set to large or small icons, select Programs and Features directly.
- View the loaded inventory, which displays program names, publishers, installation dates, and file sizes.

Control Panel › Programs › Programs and Features - Click on any column header—such as Name, Installed On, or Size—to sort the software list according to your preferences.
Using PowerShell
You can list installed apps using PowerShell (a command-line tool for managing computer settings) to pull a complete record of every modern package and hidden system component on your computer. Right-click the Start button , select Terminal or PowerShell, and type the app command to see everything.
- Right-click the Start button and select Terminal or PowerShell.
- Type the following command to retrieve all modern packages and press Enter:
Get-AppxPackage | Select-Object Name - To export a complete text file containing every traditional desktop application installed via the registry, type
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSizeand press Enter.
Using Command Prompt
Open the Start menu search bar , type cmd, right-click Command Prompt, select Run as administrator, and run the query command to view your installed applications.
- Open the Start menu search bar, type
cmd, right-click Command Prompt, and select Run as administrator. [Requires administrator privileges] - Type
wmic product get name, versionand press Enter. - Wait for the system to query the database and populate the list of installed software directly inside your command window.
Auditing Hidden and Background Applications
You can check hidden startup apps (programs that run automatically when your computer turns on) using Task Manager to find background services and helper tools that do not appear in standard software lists. Open Task Manager by pressing Ctrl, Shift, and Esc simultaneously, then click on the Startup apps icon.
- Open Task Manager by pressing Ctrl, Shift, and Esc simultaneously.
- Click on the Startup apps icon on the left sidebar to view applications configured to run automatically when Windows boots up.
- Examine the publisher and status columns to identify unknown background utilities running on your device.
- Switch to the Processes tab and expand any running application to view its associated background helper tasks and helper executables.
Exporting Your Installed Apps List
You can export an installed apps list to a text file using PowerShell to document your system configuration before troubleshooting performance issues or reinstalling Windows. Open PowerShell with administrative privileges by right-clicking the Start button and selecting Terminal (Admin) to run your export command.
- Open PowerShell with administrative privileges by right-clicking the Start button and selecting Terminal (Admin). [Requires administrator privileges]
- Type the export command designating a destination path, such as
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName | Out-File -FilePath C:\installed-apps.txt, and press Enter. - Open your C drive using File Explorer to verify that the text file was created successfully with your complete application inventory.
What to do next
Proceed to clear out unwanted programs using Storage Sense to reclaim valuable disk space on your device.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!