Forum Discussion
Why can't I uninstall certain apps on Windows 11?
Trying to clean up a Windows 11 PC and ran into a strange problem. Why can't I uninstall certain apps on Windows 11? Most programs can be removed normally, but a few either don't have an uninstall option or simply stay on the computer after clicking Uninstall.
One of them even appears to go through the removal process and then shows up again afterward. Not sure if this is caused by leftover files, a broken uninstaller, or Windows protecting certain apps. Has anyone dealt with this? What's the proper way to completely uninstall a stubborn program when the normal uninstall option doesn't work?
10 Replies
- CameronLewisIron Contributor
The official Microsoft Program Install and Uninstall Troubleshooter was the go-to fix for these issues.
- AsainnaBronze Contributor
Safe Mode Uninstall
- OkimmsIron Contributor
DeepPurgeWhy can't I uninstall apps on Windows 11 is a common question when a program has a damaged uninstaller, leftover installation records, or background components that prevent normal removal. DeepPurge is a open-source utility designed to help remove stubborn programs and identify files or registry entries left behind after an uninstall.
To use it, download the latest release from its GitHub page, launch the application, and let it scan the installed programs. Select the application you are having trouble removing and try the standard uninstall option first. When the normal uninstaller is missing or no longer works, use the forced-uninstall option, then run the leftover scanner to look for related files, folders, and registry entries. Review the detected items before deleting anything, especially when using the more aggressive scanning modes.
For anyone wondering Why can't I uninstall apps on Windows 11, this approach is particularly useful when the problem comes from a broken uninstaller or remnants of a previous installation. Keep in mind that some built-in or protected system components should not be force-removed, even when they appear in the application list.
- ArkansasQuapawIron Contributor
When you can't uninstall apps in Windows 11 through the normal Settings menu, WinZenith provides an open-source alternative for removing installed programs and checking for leftovers. It includes a dedicated Uninstaller that supports both desktop and Store apps, which can be useful when a normal removal leaves files or registry entries behind.
How to Fix the can't uninstall apps in Windows 11 Issue
Step 1: Download the latest portable version from the project’s GitHub page.
Step 2: Unzip the ZIP file and run the executable file as an administrator.
Step 3: Open the Uninstall Programs section and locate the application causing the problem.
Step 4: Select the correct program and start the uninstallation process.
Step 5: After the standard uninstallation process is complete, check for any detected leftover files, folders, and registry entries.
Finally, carefully review these items before confirming the cleanup.
If you're unable to uninstall an app in Windows 11, this provides an alternative method for removing the app and cleaning up any related files that may remain after the standard uninstallation process.
- WilliamHuangIron Contributor
Revo Uninstaller
- DeBertrandIron Contributor
Why can't I uninstall apps on Windows 11 is a common question when built-in or packaged applications do not provide a normal removal option. Kaplan is a open-source portable utility designed to remove MSIX/APPX packages, including some pre-installed apps that can be difficult to uninstall through Windows Settings
How to Fix This Problem: Why can't I uninstall apps on Windows 11
1. Download the latest version of the Windows program from the official project page.
2. Since this is a portable version, you can run the executable file directly without going through the traditional installation process.
3. Open the program, then browse or search for the software package you want to uninstall.
4. Carefully check the package name to ensure you’ve selected the correct application.
5. Select the appropriate uninstallation option and confirm the action.
6. To uninstall a wider range of software packages from your computer, you’ll need administrator privileges.
Actually, based on my own experience, this method works well when dealing with packaged or pre-installed apps.
P.S.
- Before confirming uninstallation, check the package name.
- Do not delete system components you are unfamiliar with.
- Some protected packages cannot be uninstalled.
- MaverickLincolnIron Contributor
When you can't uninstall apps in Windows 11 through the normal Settings menu, WinGet provides a command-line alternative for identifying and removing installed programs. It can work with many traditional desktop applications as well as packages recognized by Windows Package Manager.
First, open Windows Terminal or Command Prompt and check which applications are detected:
winget list
This command displays installed applications along with their names, package IDs, versions, and available sources. Find the program you want to remove and copy its exact package ID. Then run:
winget uninstall --id Package.ID
Replace Package.ID with the ID shown by winget list. Using the package ID helps target the correct application when several programs have similar names.
This method is useful when you can't uninstall apps in Windows 11 but the program still has a valid uninstall entry that WinGet can detect. You can also use winget uninstall
name App Name
to target a program by name, although using its exact package ID is generally more precise.
- BlaoprIron Contributor
The "uninstall" option in Windows 11 often fails due to corrupted registry entries, system file damage, or third-party antivirus interference. Sometimes, built-in apps are protected by the system, while others leave behind residual files that block removal. Why can’t I uninstall apps on Windows 11? Usually, it’s a permissions issue or a stalled installation process that Windows can’t resolve automatically.
Common Questions
1. Why can’t I uninstall apps on Windows 11 even with admin rights?
→ Some system apps (like Edge or Cortana) are locked; you’ll need PowerShell commands or third-party tools to force-remove them.2. What if the "Uninstall" button is grayed out?
→ This often means the app is running in the background or is part of a pending update—restart your PC and try again.3. How do I remove apps that don’t appear in Settings or Control Panel?
→ Use the Programs & Features list or run winget commands in Terminal for hidden or store-downloaded apps.4. Can a virus prevent uninstallation?
→ Yes—malware can block removal. Run an offline Defender scan first, then attempt uninstall.5. Why do I get error codes (like 0x80073CFA) when uninstalling?
→ That’s a Windows Store or package corruption issue; use the Windows App Troubleshooter or reset the Store cache with wsreset.exe. - WeionaTin Contributor
If you find that you can't uninstall apps in Windows 11 through the standard Settings app, using the built-in command-line tool winget is an excellent and robust next step. winget can often remove stubborn applications that the graphical interface fails to handle, making it a reliable solution when you can't uninstall apps in Windows 11 the usual way.
Here is how to use it:
- Open a Terminal as Administrator: Right-click the Start button and select "Terminal (Admin)" or "Command Prompt (Admin)".
- Find the App's Identifier (ID): Use the winget list command to see a list of installed apps. To filter for a specific one, use winget list "app name". This will show you the exact ID for the app.
- Uninstall the App: Once you have the ID, use the command winget uninstall <app_id>. For example, to remove a specific version you would run winget uninstall --name <app_name> --version <version_number>.
Note: winget might not be able to distinguish between 32-bit (x86) and 64-bit (x64) versions of the same app, potentially uninstalling the wrong one if you try to specify by version only. On corporate or heavily restricted networks, winget may fail to uninstall if it cannot access the Microsoft repository.
If winget cannot complete the uninstall, your next best option is to use the official Microsoft Program Install and Uninstall Troubleshooter. This tool is designed to fix common issues that prevent installations and removals, and is a recommended path when other methods fail.