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 (or Control Panel → Programs → Programs and Features in Windows 7/8). Find the problematic software in the list, click Delete and 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.

📊 What OS is installed on your laptop?
  • 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:

  1. Open Settings → Applications → Installed applications.
  2. Find the program you want and click Delete.
  3. If the button is inactive or an error appears, right-click on the icon Start and select Terminal (Administrator).
  4. Enter the command:
    msiexec /x {ProductCode}

    where {ProductCode} — a unique program identifier (you can find it out through PowerShell or 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

Done: 0 / 5

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:

  1. Run PowerShell on behalf of the administrator (via Win + X).
  2. Enter the command to display all installed programs:
    Get-Package | Select Name, Version
  3. 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 ProductCode programs in the registry along the path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  • 🗑️ Run the command:
    msiexec /x {ProductCode} /qn

    where /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:

  1. 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
  2. Clean the registry:
    • 🔑 Click Win + R, enter regedit.
    • 🔍 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!).
⚠️ Attention: If the program continues to appear in the list after manual removal Control Panel → Programs, which means there are “tails” left in the registry. Use the utility CCleaner (section Registry → 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 Removal for "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):

  1. Install and run the program.
  2. Select the problematic software from the list.
  3. Click Delete and select mode Advanced (Advanced).
  4. After standard uninstallation Revo will offer to scan the system for residues - agree.
  5. 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:

  1. Click Win + R, enter msconfig.
  2. Go to the tab Loading, mark Safe Mode and select Network (to have Internet access).
  3. Restart your laptop.
  4. After downloading, try deleting again via Control panel or 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, click Stop and set the startup type Disabled).
  • 📛 Remove tasks from Scheduler: open taskschd.msc and 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 Tool from 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:

  1. Stop the program service via services.msc.
  2. Use Process Explorer from Microsoft to force processes to terminate.
  3. 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:

  1. Restore the system from a backup.
  2. Run system file check:
    sfc /scannow
  3. Use DISM to restore the image Windows:
    DISM /Online /Cleanup-Image /RestoreHealth