Discovering Recently Uninstalled Programs on Windows 10- A Comprehensive Guide

by liuqiyue

How to Check Recently Uninstalled Programs Windows 10

Uninstalling programs is a common task that users perform on their Windows 10 computers to manage their system’s performance and storage space. However, sometimes, users might forget which programs they have recently uninstalled. This can be a problem if they need to recover or reinstall a particular program. In this article, we will guide you on how to check recently uninstalled programs on Windows 10.

Method 1: Using the Control Panel

1. Click on the “Start” button and select “Control Panel” from the list of options.
2. In the Control Panel, click on “Programs” and then “Programs and Features.”
3. The Programs and Features window will display a list of all installed programs on your computer.
4. To find recently uninstalled programs, click on the “Installed on” column header to sort the list by the installation date.
5. Scroll through the list and look for programs that were installed a short time before you noticed their absence.
6. Once you find the program, you can right-click on it and select “Uninstall” to remove it from your system.

Method 2: Using the PowerShell

1. Press the “Windows” key and type “PowerShell” in the search box. Right-click on “Windows PowerShell” and select “Run as administrator.”
2. In the PowerShell window, type the following command and press Enter:
“`
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\ | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Sort InstallDate -Descending
“`
3. The PowerShell window will display a list of all installed programs, sorted by the installation date. Look for the program you want to check and note its details, such as the installation date.
4. To find the exact program name, you can use the following command:
“`
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\{GUID} | Select-Object DisplayName
“`
Replace “{GUID}” with the program’s unique identifier, which you can find in the PowerShell output.
5. Now you can search for the program’s name in the installed programs list to confirm its recent uninstallation.

Method 3: Using Third-Party Software

1. If you prefer using a third-party tool, you can download and install a program like “IObit Uninstaller” or “Revo Uninstaller.”
2. After installing the software, launch it and it will automatically scan your computer for recently uninstalled programs.
3. The software will display a list of uninstalled programs, and you can select the one you want to recover or reinstall.

In conclusion, checking recently uninstalled programs on Windows 10 can be done using the Control Panel, PowerShell, or third-party software. Choose the method that suits you best and make sure to keep track of your installed programs to avoid future confusion.

You may also like