You are trying to remove an unnecessary application from your laptop, but the system persistently produces errors like "Failed to uninstall the program", "Access denied" or just nothing happens? This problem is familiar to millions of users Windows 10/11, and its causes may lie either in installer failures or in deep system conflicts. Unlike smartphones, where deleting applications usually comes down to one tap, on a PC the process often turns into a multi-step quest - especially if the program blocked by antivirus, damaged or integrated into the system at the service level.
In this article we will analyze all possible scenarios - from basic methods through Control panel before manual removal of residues through Windows Registry and specialized utilities. You will learn how to get around errors like ERROR_INSTALL_ALREADY_RUNNING or 0x80070643what to do if the application Microsoft Store cannot be removed using standard methods, and how to clear the system of “tails” after an incorrect uninstaller. Let's start with simple ones and gradually move on to advanced techniques.
1. Standard removal methods: what have you already tried?
Before diving into the technical weeds, make sure you've tried all the built-in tools Windows. Often the problem is solved by simply restarting the system or using an alternative uninstallation method.
Let's start with the most obvious:
- 📱 Via the Start menu: Find the application in the list of programs, right-click and select
Delete. If this item is missing, the program is either built-in (for example, Microsoft Edge), or installed for all users. - ⚙️ Through "Windows Settings": Go to
Settings → Applications → Apps & features, find the program in the list and clickDelete. Here you can sort applications by installation date - useful if you don’t remember the name. - 🖥️ Via "Control Panel": Classic method for old programs. Enter in search
Control panel, selectPrograms → Uninstall a program. Sometimes apps appear here that aren't in the modern experience Windows 11.
If none of these methods work, don't be so quick to blame the system. Possibly an application actively used (even in the background) or blocked by administrator. Check:
- 🔍 Is the program process running in
Task Manager(combinationCtrl+Shift+Esc). If yes, force terminate it. - 🛡️ Is the antivirus blocking the deletion (for example, Kaspersky or Avast). Try temporarily disabling protection.
- 👤 Account with administrator rights? Without them, some programs (for example, CorelDRAW or AutoCAD) will not be deleted.
- Windows 10
- Windows 11
- Windows 7/8
- macOS
- Linux
2. Forced removal utilities: when standard methods don’t work
If the application refuses to be deleted through the interface Windows, third-party tools come to the rescue. They allow you to bypass blocks, remove damaged installers, and even clean up residual files that interfere with re-installation.
Here are the top 3 proven utilities:
| Utility | Benefits | Disadvantages | Download link |
|---|---|---|---|
| Revo Uninstaller | Deep scanning of residues, removal from the registry, support for batch operations | Paid Pro version for full functionality | Official website |
| IObit Uninstaller | Free version with basic features, removal of built-in applications Windows | Advertising in the free version, aggressive promotion of other IObit products | Official website |
| Geek Uninstaller | Minimalistic interface, forced deletion, portable version | Limited functionality in the free version | Official website |
How to use Revo Uninstaller (for example):
- Download and install the program (choose Portable version, if you don’t want to clog up the system with another installer).
- Run the utility as administrator (right click →
Run as administrator). - Find the problematic application in the list and select the mode
Forced deletion(Force Uninstall). - Follow the wizard's instructions. After uninstallation, the program will offer to scan the system for residual files - agree.
If the utility does not see the application in the list, try searching for it by the name of the installer file (for example, setup.exe or uninstall.exe) in the folder C:\Program Files or C:\Program Files (x86) and run the uninstaller manually.
⚠️ Attention: Forced uninstallation may disrupt other programs if they depend on components of the software you are uninstalling. For example, deleting Microsoft Visual C++ Redistributable may break games or graphic editors. Always create a system restore point before such operations!
3. Manual removal via the registry and file system
If even specialized utilities fail, you will have to intervene in the system manually. This method requires accuracy, but allows you to remove even those programs that are “soldered” into Windows at the service or task scheduler level.
Instructions for advanced users:
Disable your antivirus|Create a system restore point|Back up your registry|Close all programs-->
- Removing program files:
- Go to
C:\Program FilesAndC:\Program Files (x86), find the folder with the name of the program and delete it. - Check the folder
C:\Users\Your_name\AppData\LocalAndAppData\Roaming— user settings often remain there. - Use system search (
Win + S→ enter the program name) to find all associated files.
- Go to
1. Нажмите Win + R, введите regedit и нажмите Enter.2. В редакторе реестра нажмите Ctrl + F и введите название программы.
3. Удалите все найденные ключи, связанные с приложением (обычно они находятся в ветках:
- HKEY_CURRENT_USER\Software\
- HKEY_LOCAL_MACHINE\SOFTWARE\
- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\
Go to the registry branch HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete the key with the program name (it can be called differently, search by DisplayName).
⚠️ Attention: Incorrectly editing the registry can lead to system inoperability. If you are not sure of your actions, use utilities like CCleaner to clean the registry (but they also do not provide a 100% guarantee of security).
What to do if the registry is locked?
If you see an "Access Denied" error when you try to delete a registry key, follow these steps:
1. Right-click on the key → Permissions → Advanced.
2. At the top, click "Edit" next to the owner.
3. Enter your account name and click "Check names" → OK.
4. Check the box "Replace owner of subcontainers and objects" → Apply.
5. Now you can delete the key.
4. Uninstall built-in Windows applications (including Microsoft Store)
With applications from Microsoft Store and built-in utilities (Xbox, Your Phone, Cortana) the situation is complicated by the fact that Windows does not allow you to remove them using standard methods. However, there are workarounds - through PowerShell or DISM.
To delete via PowerShell:
- Run
PowerShellas administrator (right click on the Start menu →Windows PowerShell (Administrator)). - Enter the command to view a list of all installed applications:
Get-AppxPackage | Select Name, PackageFullName - Find the application you need in the list (for example, Microsoft.MicrosoftStickyNotes) and copy it
PackageFullName. - Run the delete command (replace
PackageFullNameto the copied value):Remove-AppxPackage -Package PackageFullName
To remove for all users (including new accounts), use:
Get-AppxPackage -Name *ИмяПриложения* | Remove-AppxPackage -AllUsers
Examples of popular application package names:
- 📝 Microsoft Sticky Notes:
Microsoft.MicrosoftStickyNotes - 🎮 Xbox:
Microsoft.XboxApp - 📱 Your Phone:
Microsoft.YourPhone - 🛒 Microsoft Store:
Microsoft.WindowsStore
Removing built-in applications may disrupt the system. For example, deleting Microsoft Store will result in the inability to install updates for other applications from the store.
5. Errors during deletion: decryption and solutions
If you see an error code when you try to delete it, that’s already half the solution. By deciphering it, you can understand exactly what is interfering with the process. Here are the most common errors and how to fix them:
| Error code | Reason | Solution |
|---|---|---|
ERROR_INSTALL_ALREADY_RUNNING (1618) |
The process of installing/uninstalling another program has already started | Restart your PC or end the process msiexec.exe in Task Manager |
0x80070643 |
The installer is damaged Microsoft .NET Framework | Reinstall .NET Framework via the official Microsoft website |
ERROR_ACCESS_DENIED (5) |
Insufficient rights or file is locked | Run the removal as administrator or check your antivirus |
ERROR_FILE_NOT_FOUND (2) |
The program installer is damaged or deleted | Use utilities like Revo Uninstaller for forced removal |
If the error is not listed in the table, try the following:
- 🔄 Restart your laptop in safe mode (while loading, hold
F8orShift + Rebootin the Start menu) and delete it again. - 🕒 Restore the system to the point when the program has not yet been installed (if such a point exists).
- 📦 Reinstall the program over (if the installer is saved) and then remove it in the standard way.
6. The application was deleted, but “tails” remained: how to clean the system
Even after successful removal of programs, the following often remain on the system:
- 📁 Settings folders in
AppDataorProgramData. - 🔗 Shortcuts on the desktop and in the Start menu.
- 🗃️ Registry entries, which may conflict with other programs.
- 📊 Tasks in the scheduler (for example, for auto-updates).
How to clean everything clean:
Delete the folders in AppData\Local and AppData\Roaming|Check the task scheduler (taskschd.msc)|Clear the registry of program mentions|Remove shortcuts manually-->
To automate the process, use CCleaner (tab Register) or Wise Registry Cleaner. These programs will find and remove most unnecessary entries, but always back up your registry before cleaning!
⚠️ Attention: Some programs (for example, NVIDIA GeForce Experience or Adobe Creative Cloud) leave behind services, which continue to work in the background. Check them out at services.msc (execute the command in the Run menu) and disable it manually.
7. Last resort: system recovery or reinstalling Windows
If none of the methods helped, and the application critically interferes with work (for example, blocks the launch of other programs or consumes resources), there are radical methods:
Option 1: System Restore
- Open
Control Panel → Recovery → Run System Restore. - Select the restore point created before installing the problematic application.
- Confirm the recovery and wait for the reboot.
Option 2: Reset Windows to its original state
This method will keep your personal files, but will remove all installed programs:
- Go to
Settings → Update & Security → Recovery. - Click
Startunder the itemRestore your computer to its original state. - Select
Save my filesand follow the instructions.
Option 3: Clean Windows Installation
The most reliable, but also the most time-consuming method. You will need:
- Create a bootable USB flash drive with Windows (via Media Creation Tool).
- Save important data to an external drive.
- Install the system from scratch by formatting the system partition.
⚠️ Attention: After reinstallation Windows you will have to reactivate the license (if it is not linked to an account Microsoft) and reinstall all programs. This method is only justified if the application completely paralyzed the system or is malicious.
FAQ: Frequently asked questions about deleting applications
🔹 Why are some programs not removed through Windows Settings?
This may be due to:
- Administrator rights (try running "Settings" as administrator via
Start → All apps → Settings → Advanced → Run as administrator). - A damaged installer (use utilities like Revo Uninstaller).
- Built-in applications Windows (they can only be deleted through
PowerShell).
🔹 How to remove a program if it does not appear in the list of installed ones?
Possible reasons:
- The program is installed for another user (check in
Control Panel → Programs → Programs and Features → Installed updates). - This portable version (just delete the program folder).
- Application integrated into the system (for example, drivers NVIDIA or Intel).
Use disk search C: by the name of the program or its executable file (for example, *.exe).
🔹 Is it possible to uninstall Microsoft Edge or other built-in applications?
Technically yes, but:
- Microsoft Edge can be removed via
PowerShellbut he will return after the next Windows update. - Removal Cortana or Xbox may lead to errors in the system.
- Better disable unnecessary applications through
Settings → Applications → Additional features("Disable" button).
🔹 The program has been deleted, but continues to open when launching files. Why?
Most likely, they remained in the system file associations or registry entries. To fix:
- Open
Settings → Applications → Default applicationsand reset the settings for the desired file type. - Use the utility Unassociate File Types to reset associations.
- Check the registry key
HKEY_CLASSES_ROOTfor the presence of entries with the name of the program.
🔹 How can I uninstall a program if it requires a password that I don’t know?
Possible solutions:
- If this enterprise software (For example, 1C or Kaspersky Endpoint Security), contact your organization's IT service.
- Try uninstalling the program in safe mode - Some installers do not require a password for limited downloads.
- Use utilities like Revo Uninstaller with option
Forced deletion. - As a last resort - reinstall Windows (if the program is critical and locked with an unknown password).