How to List Installed Programs in Windows 11: A Step-by-Step Guide

Are you looking for a way to easily list all the programs installed on your Windows 11 PC? Look no further! In this guide, we’ll walk you through the process of listing installed programs in Windows 11 using PowerShell.

Why List Installed Programs in Windows 11?

Listing the installed programs on your Windows 11 PC can be helpful in several ways. It allows you to:

  • Keep track of all software installed on your PC
  • Identify programs that you no longer use and uninstall them to free up disk space
  • Check the versions of your programs and ensure they are up to date
  • View the publisher information of each program for security purposes

How to List Installed Programs in Windows 11 using PowerShell

PowerShell is a powerful task management and automation program built into Windows 11. By following these steps, you can easily generate a list of all installed programs on your PC:

Step 1: Open PowerShell as an administrator

Click on the Windows Start button and search for “PowerShell”. Right-click on “Windows PowerShell” from the search results and select “Run as administrator”.

Step 2: Enter the PowerShell command

In the Windows PowerShell window, enter the following command:

Get-ItemProperty HKLM:SoftwareWow6432NodeMicrosoftWindowsCurrentVersionUninstall* | Select-Object DisplayName, InstallDate, DisplayVersion, Publisher | Format-Table –AutoSize

Step 3: View the list of installed programs

Once you’ve entered the command, PowerShell will list all the installed programs on your Windows 11 PC. You’ll be able to see the display name, installation date, display version, and publisher of each program.

Step 4: Save the list to a text file (optional)

If you want to save the list for future reference, you can export it to a text file. Use the following command instead:

Get-ItemProperty HKLM:SoftwareWow6432NodeMicrosoftWindowsCurrentVersionUninstall* | Select-Object DisplayName, InstallDate, DisplayVersion, Publisher | Format-Table -AutoSize > C:List-Installed-Programs.txt

Conclusion

Listing installed programs in Windows 11 is a simple process with the help of PowerShell. By following the steps outlined in this guide, you’ll be able to generate a comprehensive list of the programs installed on your PC. Keep this list handy for easy reference, uninstallation, and maintenance of your Windows 11 system. Happy exploring!

James Hogan
James Hogan
James Hogan is a notable content writer recognized for his contributions to Bollyinside, where he excels in crafting informative comparison-based articles on topics like laptops, phones, and software. When he's not writing, James enjoys immersing himself in football matches and exploring the digital realm. His curiosity about the ever-evolving tech landscape drives his continuous quest for knowledge, ensuring his content remains fresh and relevant.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Related Articles

Hubspot Service Hub review 2024: a comprehensive platform

When it comes to customer support operations, HubSpot Service Hub is an all-encompassing customer service platform that is meant to...
Read more
When players on Windows 11 or 10 try to log in to Steam, they may get the error code E87....
Users of Windows 11 or 10 may find it frustrating to deal with the error number 147-0 in Microsoft Office....
The Microsoft Store is an important part of the Windows operating system because it gives users a single place to...
It can be hard to find the right balance between usefulness, durability, and cost when it comes to kitchen storage....
Both AirDroid and Vysor are well-known tools that help Android users control their devices and mirror them. One of the...