Remove entry from Windows 10 Apps & Features

86,830

Solution 1

The location has changed to "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall" for windows 10

Solution 2

I'm adding this answer because, judging from some of the comments, it is not clear to all that Windows 10 offers two separate interfaces for uninstalling programs, and that editing the registry is generally not required to remove an entry from the programs list. When there is a problem uninstalling an application, the newer "Settings" interface does not currently provide the option to remove the entry. However, the older "Control Panel" interface (which is still easily available in Windows 10) does allow removal of an errant entry.

Yes, strictly speaking, this does not answer the OP's question about where the registry entry is, and about using the newer Settings-based interface, but it may offer a simpler solution that more people (including myself) are looking for when they land on this question, and that may not be obvious on a quick reading of previous answers (even though some do explicitly mention Control Panel). And, it DOES directly answer the Subject Line of the OP's question.

Here are screenshots to emphasize the two methods.

The older Control Panel, "Programs and Features" interface (available from the Windows Start menu, Control Panel, then select Programs and Features) allows removal of the item:

enter image description here

The newer Settings, "Apps & Features" interface DOES NOT offer to remove the item: enter image description here

Solution 3

Another place for uninstall keys:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall

Software installed for a single user is here. Log in either as the specific user, or if not found there, run regedit as administrator and look again.

Solution 4

You can also try the old-school Control Panel; that helped me. Click "Start", type "Control Panel", and press Enter to bring up the old Control Panel app. Go to Programs > Programs and Features. Those pesky applications will likely be listed there too.

Click the problem application's entry, then "Uninstall" in the bar above the list. It will complain that the application is not found, maybe it was already removed. But the key is that the Control Panel also asks if you would like to remove it from the list. Click the "Yes"/"Remove" button in this dialog and (at least for me) the application disappears from the list.

When I went back to Settings > Apps & features, those applications were no longer listed. Seems Microsoft missed an important feature in the new Settings page.

Solution 5

Two other techniques that may uninstall Windows apps that have not been fully uninstalled are:

  1. CCleaner: Lists Windows components and other applications that Windows' own Apps & Features does not (compare alongside one another to see what else CCleaner lists). The portable build that does not install will avoid adding further to the list of installed apps as it leaves no trace of use in the registry.
  2. Microsoft's troubleshooter that fixes problems that block programs from being installed or removed.
Share:
86,830

Related videos on Youtube

zmbq
Author by

zmbq

Updated on September 18, 2022

Comments

  • zmbq
    zmbq over 1 year

    I have an entry I simply can't remove from the Windows 10 Apps & Features window. Uninstalling from there caused an error saying the program is not found. I found the Uninstall entry in the start menu and uninstalled. The program is no longer there but the Apps & Features entry still is.

    I looked at HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Uninstall and this program is not there. Where else can it be?

    • LotPings
      LotPings over 5 years
      What type of app is it? In case of an AppxPackage I'd use the relevant PowerShell cmdlets to further investigate. Get-Command -Noun Appx*
    • zmbq
      zmbq over 5 years
      It's TotalMedia Extreme, a Windows program that was installed with an msi installer.
    • Stese
      Stese over 5 years
      Have you looked in Control Panel - Programs and Features (What was once Add/Remove Programs in earlier versions)
  • zmbq
    zmbq over 5 years
    I already run that uninstallation, I just need to remove the entry from the Apps & Features.
  • harrymc
    harrymc over 5 years
    But you didn't run it with Revo ...
  • Vomit IT - Chunky Mess Style
    Vomit IT - Chunky Mess Style almost 4 years
    The questions states this does not solve the problem though, right?
  • CuteKitsuneForever
    CuteKitsuneForever almost 4 years
    @PimpJuiceIT These steps removes the entry in Windows 10 App & Features. This solves the problem to remove a program/game from the list without searching in Regedit.
  • Nimral
    Nimral almost 4 years
    Nah. Will not remove anything, if the link to the original installer gets "somehow" broken. Probably sometimes, but not always. I have two apps in my Windows 10 list which are stuck that way, and they don't get removed from Apps & Features no matter what I do. I think I could hack them out of the list via the registry, but I'd prefer a method (tool) which does also clean up registry and dlls.
  • Moustache
    Moustache over 3 years
    This answer is underrated. No messing about in the registry and no 3rd party apps required. Thank you.
  • Hugius
    Hugius over 2 years
    thanks, fixed it for me