TechGuide PH: Practical Tech Guides, Tutorials and Troubleshooting Tips for Filipinos

How to Uninstall Programs That Will Not Go Away

By Site Editor · Updated September 14, 2026 · 7 min read

Some programs refuse to uninstall through the normal Settings menu — they either error out or leave files behind. Here is how to fully remove them without leaving traces.

1. Use Settings → Apps instead of Control Panel

Go to Settings → Apps → Installed apps, find the program, click the three-dot menu, and choose Uninstall. The Settings method is more reliable than Control Panel for modern Windows apps and sometimes offers options that the old Programs and Features view does not.

2. Uninstall from Safe Mode

If the uninstaller errors out in normal Windows, restart into Safe Mode (hold Shift while clicking Restart → Troubleshoot → Advanced options → Startup Settings → Restart → press 4). In Safe Mode, fewer processes are running and the program is less likely to be actively in use, which allows the uninstaller to complete.

3. Delete leftover files and registry entries manually

After uninstalling, check C:Program Files, C:Program Files (x86), and C:UsersYourNameAppData for any remaining folders from the program and delete them. To clean the registry, press Win + R, type regedit, and search for the program name under HKEY_LOCAL_MACHINESOFTWARE — delete any keys that remain. Be careful in the registry and only delete entries clearly tied to the removed program.

4. Use a dedicated uninstaller tool

Free tools like Revo Uninstaller or Bulk Crap Uninstaller scan for and remove leftover files, folders, and registry entries after the standard uninstaller runs. They are especially useful when the built-in uninstaller refuses to launch at all.

5. Repair the Windows Installer service if nothing works

Open Command Prompt as administrator and run msiexec /unregister followed by msiexec /regserver. This re-registers the Windows Installer service, which is responsible for installing and removing .msi packages. A broken installer service causes many stubborn uninstall errors.

Frequently asked questions

Is it safe to edit the Windows registry to remove a program?

It is safe if you are careful and only delete keys clearly tied to the program you removed. Before editing the registry, export a backup: File → Export in Registry Editor. That way you can restore it if something goes wrong.

Why does my uninstaller say the program is already uninstalled?

The program's entry in the apps list is corrupted or was not removed cleanly. Use a tool like Revo Uninstaller to force-remove the leftover entry, or manually delete the program folder and its registry keys.

Will removing leftover files break anything?

Leftover files from an uninstalled program are orphaned and no longer needed. Deleting them is safe. The only exception is a shared library (DLL) in the Windows or System32 folder — leave those alone unless you are certain nothing else uses them.