Discovering Recently Uninstalled Apps on Windows 10- A Comprehensive Guide

by liuqiyue
0 comment

How to Find Recently Uninstalled Apps Windows 10

Are you looking for a way to find recently uninstalled apps on your Windows 10 computer? Whether you accidentally deleted an app or want to track the changes made to your system, this guide will help you locate recently uninstalled apps on Windows 10. Follow these simple steps to find the apps you need.

Step 1: Open the Settings App

The first step is to open the Settings app on your Windows 10 computer. You can do this by clicking on the Start button, selecting the gear icon, or pressing the Windows key + I on your keyboard.

Step 2: Navigate to Apps & Features

Once the Settings app is open, click on “Apps” from the left-hand menu, and then select “Apps & Features” from the options on the right side. This will display a list of all the apps installed on your computer.

Step 3: Sort the List by Date

To find recently uninstalled apps, you need to sort the list by date. Click on the “Date installed” header at the top of the list to sort the apps by the date they were installed or uninstalled.

Step 4: Look for Missing Apps

After sorting the list by date, scroll through the list and look for any apps that are missing or have been uninstalled. These apps will be listed with a “Remove” button instead of an “Uninstall” button.

Step 5: Uninstall the Apps

If you find an app that you want to uninstall, click on the “Uninstall” button next to it. This will open a new window with the option to uninstall the app. Follow the prompts to complete the uninstallation process.

Alternative Method: Use the PowerShell Command

If you prefer using the command line, you can use PowerShell to find recently uninstalled apps. Here’s how:

1. Press the Windows key + X and select “Windows PowerShell (Admin)” from the menu.
2. In the PowerShell window, type the following command and press Enter: `Get-AppxPackage -AllUsers | Where-Object { $_.InstallLocation -eq $null }`
3. The command will display a list of recently uninstalled apps. You can then use the `Remove-AppxPackage` command to uninstall the apps.

Conclusion

Finding recently uninstalled apps on Windows 10 is a straightforward process. By following the steps outlined in this guide, you can easily locate and uninstall the apps you need. Whether you’re looking for a way to recover deleted apps or simply want to keep track of the changes made to your system, these methods will help you manage your apps more effectively.

You may also like