Can you check recently uninstalled apps Windows 11?
Are you a Windows 11 user who wants to know how to check recently uninstalled apps on your computer? If so, you’ve come to the right place. Uninstalling apps on Windows 11 is a straightforward process, but it can sometimes be challenging to track down the applications you’ve recently removed. In this article, we will guide you through the steps to check recently uninstalled apps on Windows 11, ensuring that you can manage your software efficiently and effectively.
Why Check Recently Uninstalled Apps on Windows 11?
Checking recently uninstalled apps on Windows 11 is crucial for several reasons. Firstly, it helps you keep track of the software you have removed from your system. This can be useful if you want to reinstall an app or if you’re troubleshooting a problem that might be caused by a recently uninstalled application. Additionally, it allows you to monitor the amount of storage space you’re using, as some apps can take up a significant amount of space on your hard drive.
How to Check Recently Uninstalled Apps on Windows 11
1. Using the Settings App:
– Press the “Windows” key on your keyboard and type “Settings” in the search bar.
– Click on “Settings” from the search results to open the app.
– Navigate to “Apps” > “Apps & features.”
– In the list of installed apps, scroll down to the “Recently removed” section.
2. Using the Control Panel:
– Press the “Windows” key and type “Control Panel” in the search bar.
– Click on “Control Panel” from the search results to open the app.
– Click on “Programs” > “Programs and Features.”
– In the left pane, click on “Uninstall a program.”
– Scroll through the list of installed programs and look for the “Recently removed” category.
3. Using PowerShell:
– Press the “Windows” key and type “PowerShell” in the search bar.
– Right-click on “Windows PowerShell” from the search results and select “Run as administrator.”
– In the PowerShell window, type the following command and press Enter:
“`
Get-AppxPackage -AllUsers | Where-Object { $_.InstallLocation -ne $null } | Select-Object Name, InstallLocation
“`
– This command will display a list of installed apps, including those that have been recently uninstalled.
Conclusion
In conclusion, checking recently uninstalled apps on Windows 11 is a simple process that can be accomplished using the Settings app, Control Panel, or PowerShell. By following these steps, you can easily keep track of the software you’ve removed from your system and manage your applications more effectively. Whether you’re looking to reinstall an app or free up storage space, knowing how to check recently uninstalled apps on Windows 11 is a valuable skill to have.