You are trying to get rid of a hated program, but the system stubbornly produces errors like "Deletion is not possible", "Access denied" or "The file is in use by another process"? This situation is familiar to many users Windows - especially when it comes to built-in utilities, antiviruses with “sticky” services, or pirated software that clings to the system with a stranglehold.
In 80% of cases the problem lies not in the program itself, but in blocked processes, damaged registry keys or lack of administrator rights. But there is good news: even the most “unkillable” application can be removed - you just need to know what tools to use. In this article we will look at 7 proven methodsincluding hidden features Windows, third-party utilities and manual system edits that work even where standard uninstallation is powerless.
1. Standard deletion: checking the obvious
Before resorting to "heavy artillery", make sure that you have exhausted all standard options. Often users skip basic steps and immediately move on to complex manipulations.
Start with the classic path:
- 📋 Control panel: go to
Start → Settings → Apps → Apps and Features(orControl Panel → Programs → Programs and Featuresin Windows 7/8). Find the problematic software in the list, clickDeleteand follow the instructions. - 🔄 Reboot: sometimes a simple reboot of the laptop helps - especially if the program was installed recently and its processes are still hanging in memory.
- 🛡️ Antivirus: Temporarily disable protection (for example, Avast, Kaspersky or Defender), as it can block changes to system files.
If after these steps an error appears ERROR_ACCESS_DENIED or ERROR_INSTALL_ALREADY_RUNNING, which means the program protects itself from being deleted. In this case, proceed to the following methods.
- Windows 10
- Windows 11
- Windows 7/8
- Linux
- macOS
- Other
2. Uninstall via "Settings" of Windows 10/11 with administrator rights
In new versions Windows the standard uninstaller often does not work correctly due to limitations UAC (Account Control). To get around this:
- Open
Settings → Applications → Installed applications. - Find the program you want and click
Delete. - If the button is inactive or an error appears, right-click on the icon
Startand selectTerminal (Administrator). - Enter the command:
msiexec /x {ProductCode}where
{ProductCode}— a unique program identifier (you can find it out throughPowerShellor utility Revo Uninstaller).
Important: some programs (for example, McAfee or Norton) require special removal utilities, which can be downloaded from the manufacturer’s official website. Ignoring this rule may lead to "broken" registry keys.
☑️ Preparing for forced deletion
3. Forced removal via PowerShell or Command Prompt
If the GUI refuses to cooperate, the command line and PowerShell. These tools allow you to bypass blocking and remove even those programs that “forgot” to add themselves to the list of installed ones.
First try universal method through PowerShell:
- Run PowerShell on behalf of the administrator (via
Win + X). - Enter the command to display all installed programs:
Get-Package | Select Name, Version - Find the required software in the list and remove it with the command:
Get-Package -Name "ИмяПрограммы" | Uninstall-Package -Force
Suitable for stubborn cases utility msiexec:
- 🔍 Find
ProductCodeprograms in the registry along the path:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall - 🗑️ Run the command:
msiexec /x {ProductCode} /qnwhere
/qn— “silent” deletion flag without dialog boxes.
What to do if PowerShell gives an "Access Denied" error?
This means that the program is protected by the system or antivirus. Try:
1. Launch PowerShell in "Protected Administrator" mode (via psexec -s -i powershell).
2. Temporarily disable the service Windows Installer (sc stop msiserver), remove the program, then start the service again (sc start msiserver).
3. Use alternative utilities like IObit Uninstaller or Geek Uninstaller.
4. Manual removal through the registry and Program Files folders
This method requires caution, but it is the only one that works with "invisible" programs that do not appear in the list of installed ones. Incorrect actions in the registry can lead to system inoperability - be sure to create a restore point before starting!
Instructions:
- Delete the program folder manually:
- 📁
C:\Program Files\ProgramName - 📁
C:\Program Files (x86)\ProgramName - 📁
C:\Users\YourName\AppData\Local\ProgramName - 📁
C:\Users\YourName\AppData\Roaming\ProgramName
- 📁
- Clean the registry:
- 🔑 Click
Win + R, enterregedit. - 🔍 Find all mentions of the program in the threads:
HKEY_CURRENT_USER\Software\HKEY_LOCAL_MACHINE\SOFTWARE\
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ - 🗑️ Delete the found keys (but do not touch system folders like
Microsoft!).
- 🔑 Click
⚠️ Attention: If the program continues to appear in the list after manual removalControl Panel → Programs, which means there are “tails” left in the registry. Use the utility CCleaner (sectionRegistry → Search for problems) to clean them.
| Removal method | Difficulty | When to use | Risks |
|---|---|---|---|
| Standard uninstallation | ⭐ | Always first | No |
| PowerShell / Command Prompt | ⭐⭐ | Access errors or frozen processes | Minimal (with the right commands) |
| Manual removal through the registry | ⭐⭐⭐⭐ | The program does not appear in the list of installed ones | High (risk of system damage) |
| Third party utilities (Revo, Geek) | ⭐⭐ | Stubborn programs with residual files | Low (automated process) |
| Safe Mode | ⭐⭐⭐ | The program blocks deletion in normal mode | Medium (requires reboot) |
5. Using specialized utilities
If manual methods seem too risky, programs created specifically for “deep” uninstallation will come to the rescue. They not only delete files, but also clean the registry, temporary folders, and even restore damaged system libraries.
Top 3 utilities for forced removal:
- 🛠️ Revo Uninstaller Pro: scans the system for residual files and registry keys, supports forced mode (
Hunter Mode), which allows you to remove a program even if it is running. - 🧹 Geek Uninstaller: lightweight alternative with function
Forced Removalfor "unkillable" applications. Supports batch deletion. - 🔍 IObit Uninstaller: The free version handles 90% of cases, there is a built-in tool for removing browser extensions and plugins.
How to use (for example Revo Uninstaller):
- Install and run the program.
- Select the problematic software from the list.
- Click
Deleteand select modeAdvanced(Advanced). - After standard uninstallation Revo will offer to scan the system for residues - agree.
- Delete all found files and registry keys.
If the utility does not see the program in the list, try the Hunter Mode (in Revo Uninstaller): drag the cross onto the window or shortcut of the problematic software, and the forced utility will remove it.
6. Uninstall in Safe Mode
Some programs (especially antiviruses and drivers) block their removal during normal operation Windows. In this case it will help Safe Mode (Safe Mode), where only critical services are started.
How to boot into safe mode:
- Click
Win + R, entermsconfig. - Go to the tab
Loading, markSafe Modeand selectNetwork(to have Internet access). - Restart your laptop.
- After downloading, try deleting again via
Control panelor a third party utility.
If the program is not uninstalled even in safe mode, try:
- 🔌 Disable service programs through
services.msc(find a service by software name, clickStopand set the startup typeDisabled). - 📛 Remove tasks from Scheduler: open
taskschd.mscand delete all tasks associated with the program.
⚠️ Attention: In safe mode, some functions Windows disabled, including system protection. Do not remove anything other than the target program - this may cause the OS to become unstable after a reboot.
7. Last resort: system recovery or reinstalling Windows
If all the previous methods do not work, there are two radical options left:
1. System Restore:
- 🔄 Fromkat to the point created before installation problematic program.
- 📅 To do this, go to
Control Panel → Recovery → Run System Restore. - ⚠️ Disadvantage: you will lose all changes made after creating the point.
2. Reinstall Windows:
- 🖥️ An extreme method if the program has damaged system files.
- 🔧 Use
Media Creation Toolfrom Microsoft for a clean installation while preserving personal files. - 📚 Back up your important data first!
Before resorting to these measures, try last chance:
Secret method for advanced users
If the program blocks even safe mode, try booting from Live CD (For example, Hiren’s BootCD) and delete its files manually from another OS. This is guaranteed to bypass all locks, but requires file system skills.
9 out of 10 “uninstallable” programs can be uninstalled using a combination PowerShell + Revo Uninstaller + Safe Mode. Reinstalling Windows should be your last option!
FAQ: Frequently asked questions about uninstalling programs
❓ Why is the program not uninstalled even though I am an administrator?
Even with administrator rights, some processes can be blocked at the kernel level (for example, antivirus drivers). Try:
- Stop the program service via
services.msc. - Use Process Explorer from Microsoft to force processes to terminate.
- Boot into safe mode.
❓ How to remove built-in Windows 10/11 applications (for example, Xbox or Cortana)?
Built-in UWP apps are removed via PowerShell:
Get-AppxPackage *имяприложения* | Remove-AppxPackage
To completely delete for all users, add the flag -AllUsers.
Attention: Uninstalling system apps may disrupt performance Windows!
❓ The program was deleted, but its folder remained. How to clean up the disk?
Residual files can be removed manually, but first:
- Check if the files are being used by another program (via Process Explorer).
- Use Unlocker to unlock files.
- If the folder is not deleted, boot into Safe Mode and try again.
❓ Is it possible to remove a program without administrator rights?
Technically yes, but with limitations:
- Use portable versions of utilities like Geek Uninstaller (does not require installation).
- Remove program files from
%APPDATA%And%LOCALAPPDATA%manually. - For system changes (registry,
Program Files) Administrator rights are required.
❓ After uninstalling the program, the computer began to slow down. What to do?
The uninstaller probably damaged system files or the registry. Try:
- Restore the system from a backup.
- Run system file check:
sfc /scannow - Use DISM to restore the image Windows:
DISM /Online /Cleanup-Image /RestoreHealth