askvity

How Do I Remove an Uninstalled App From the Control Panel?

Published in Software Management 3 mins read

An uninstalled app might still appear in the Control Panel's list of installed programs due to leftover registry entries or files. Here's how to remove it:

Steps to Remove an Uninstalled App Listing:

  1. Open the Control Panel: In the Windows search bar (usually located on the taskbar), type "Control Panel" and select the app from the search results.

  2. Navigate to Programs and Features: In the Control Panel, click on "Programs" then select "Programs and Features." (If your Control Panel view is set to "Large icons" or "Small icons," you'll see "Programs and Features" directly.)

  3. Confirm the App is Actually Uninstalled: Before proceeding, double-check that the application you want to remove is actually not installed. Trying to uninstall a still-installed program using the methods below can cause problems.

  4. Use the Uninstall Option: If the program is listed, select it and click "Uninstall" or "Uninstall/Change" at the top of the list. Even though the app is likely already uninstalled, Windows may go through a process to clean up remnants. If it completes successfully, check if the program listing is now gone.

  5. If the Uninstall Option Doesn't Work: The following methods involve editing the registry and should be done with caution. Incorrect registry modifications can cause system instability. Back up your registry before proceeding.

    • Using Registry Editor (Regedit):

      • Press Windows key + R to open the Run dialog box.

      • Type regedit and press Enter. Allow changes if prompted.

      • Navigate to the following keys. You may need to check both:

        • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
        • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall
      • Under each Uninstall key, you'll see a list of subkeys, each representing a program. Carefully examine each subkey to identify the one associated with the app you want to remove. Look at the "DisplayName" value to confirm.

      • Important: Once you've positively identified the correct subkey, right-click on it and select "Delete."

  6. Restart Your Computer: After deleting the registry key, restart your computer to ensure the changes take effect.

  7. Check Programs and Features: After the restart, go back to the Control Panel's Programs and Features to verify that the uninstalled app is no longer listed.

Warning about Registry Editing: Incorrectly modifying the registry can lead to system instability. Always back up the registry before making changes. If you're not comfortable editing the registry, consider using a third-party uninstaller tool that can automatically remove leftover entries.

Related Articles