Are you trying to get rid of an unnecessary program, but the system persistently displays errors such as “You do not have permission”, “The program is being used by another process” or “The uninstall file could not be found”? This situation is familiar to many users Windows 10/11, especially when it comes to built-in applications (Microsoft Edge, Xbox Game Bar), antiviruses (Avast, Kaspersky) or “heavy” packages like Adobe Creative Cloud. The reasons may be different: from damaged files to blocking by the administrator.
In this article we will look at 7 proven methods, how to remove even the most stubborn application - from standard tools to manual intervention in the registry. You will learn how to get around uninstallation errors, what to do if a program is stuck in the list of installed ones, and what utilities will help automate the process. We will pay special attention to security: incorrect actions with the registry or system files can lead to Windows failure, so each step is accompanied by warnings and backup tips.
1. Standard removal through Windows Settings: why it doesn’t work
The first and most obvious way is to use the built-in uninstall utility. However, users often encounter that the “Delete” button is inactive, the process freezes at the “Preparing to delete” stage, or an error message appears 0x80070643 (typical for Microsoft Office). Let's look at how to use this method correctly and what to do if it doesn't work.
Open menu Start → Settings → Apps → Apps and Features. Find the desired program in the list and click “Uninstall”. If the button is gray or missing:
- 🔍 Check if the program is running in the background (via
Task Manager, "Processes" tab). - 🛡️ Make sure your account has administrator rights (right-click on “Start” → “Command Prompt (Administrator)” and enter
net userfor verification). - 🔄 Restart your laptop and try again - sometimes resetting temporary files helps.
⚠️ Attention: If the program is a Windows component (for example, Microsoft Store or Cortana), its deletion through “Options” will be blocked. For such cases, special commands will be required (see section 4).
- Antivirus (Avast, Kaspersky, etc.)
- Built-in Windows applications (Edge, Xbox, etc.)
- Gaming platforms (Steam, Epic Games)
- Office packages (Microsoft Office, LibreOffice)
- Other
2. Uninstall via Control Panel: an alternative for old programs
Some applications, especially those installed before updating to Windows 10/11, may not appear in the Apps and Features section, but remain in the classic Control Panel. This method often works when the standard method fails.
Instructions:
- Click
Win + R, enterappwiz.cpland pressEnter. - Find the program in the list, right-click on it and select “Uninstall”.
- If you are prompted to reboot, agree - some programs (for example, drivers NVIDIA or AMD) require this for complete removal.
If the list shows a program version marked “(x86)” or “(x64)”, remove both - these are leftovers from previous installations. Also pay attention to the items titled “Modifiable"(changeable) - these also need to be removed if they belong to the target program.
Close all programs via Task Manager
Create a system restore point
Disable your antivirus (it may block changes)
Download the official uninstaller from the manufacturer’s website (if available)
Connect the laptop to a power source-->
3. Forced removal via command line (CMD)
When the GUI refuses to cooperate, it comes to the rescue command line. This method is suitable for removing programs that do not appear in the lists or produce errors during standard uninstallation. We will use the utility wmic (Windows Management Instrumentation Command-line).
Open CMD as an administrator (right-click on “Start” → “Command Prompt (Administrator)”) and run:
wmic product get name
This command will list all installed programs. Find the target application in it and copy it exact name (case sensitive!). Then enter:
wmic product where name="Название программы" call uninstall
Replace "Program Name" with the copied value. For example, to delete Java the command will look like this:
wmic product where name="Java 8 Update 301" call uninstall
⚠️ Attention: Some programs (for example, Microsoft Visual C++ Redistributable) have several versions. Remove only the one that interferes - the rest may be critical for the operation of other applications.
If the command doesn't work, try the alternative with the ID:
wmic product where "name like 'Часть названия%'" call uninstall
For example, for all programs Adobe:
wmic product where "name like 'Adobe%'" call uninstall
4. Uninstall built-in Windows applications using PowerShell
Standard applications like Microsoft Edge, Xbox, Sound recording or weather cannot be removed through Settings or Control Panel. There is a special method for them using PowerShell. This method requires caution - incorrect commands can disrupt the system.
First get a list of all built-in applications:
Get-AppxPackage | Select Name, PackageFullName
Find the desired application in the output (for example, Microsoft Edge will have a name Microsoft.MicrosoftEdge) and copy the value from the column PackageFullName. Then do:
Remove-AppxPackage PackageFullName
Replace PackageFullName to the copied value. Example for Xbox:
Remove-AppxPackage Microsoft.XboxApp_4.123.12345.0_x64__8wekyb3d8bbwe
To remove an application for all users (including new profiles), add parameter -AllUsers:
Get-AppxPackage -Name *Xbox* | Remove-AppxPackage -AllUsers
How to get back a deleted built-in application?
If you uninstalled a standard application (for example, Calculator or Photos) and want to get it back, open PowerShell as an administrator and run the command:
Get-AppxPackage -AllUsers *PackageName* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Replace *PackageName* with part of the package name (for example, WindowsCalculator for a calculator).
5. Manual removal through the registry and Program Files folders
If the program is not removed by any of the above methods, it remains manual intervention — cleaning the registry and deleting files manually. This method is risky: errors in the registry can lead to system inoperability. Before you begin, be sure to create a restore point (click Win + R, enter rstrui and follow the instructions) and make a backup copy of the registry (in the Registry Editor, select File → Export).
Steps for manual removal:
- 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— settings and cache often remain there.
- Go to
- Registry Cleaner:
- Click
Win + R, enterregeditand pressEnter. - Go to section
HKEY_LOCAL_MACHINE\SOFTWAREand find the folder with the name of the program or its publisher (for example, Adobe, Microsoft). Remove it. - Repeat the same in sections:
HKEY_CURRENT_USER\SoftwareHKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node
- Click
- Removing entries from Add or Remove Programs:
- In the registry, go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. - Find the keys associated with the program (check the values
DisplayName), and delete them.
- In the registry, go to
| File type | Where to look | Example path |
|---|---|---|
| Executable files (.exe, .dll) | Program Files folders | C:\Program Files\ProgramName\ |
| User Settings | AppData | C:\Users\Name\AppData\Roaming\ProgramName\ |
| Cache and temporary files | AppData\Local | C:\Users\Name\AppData\Local\Temp\ |
| Registry entries | HKEY_LOCAL_MACHINE\SOFTWARE | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall |
⚠️ Attention: Do not delete folders and registry keys if you are not sure that they belong to the target program. For example, deleting a partition HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows will lead to the collapse of the system!
If the program is protected from uninstallation (for example, an antivirus), try first deactivating its protection in the settings or using the official removal tool from the manufacturer (for example, Avast Clear for Avast products).
6. Uninstall in Safe Mode
Some programs (especially antiviruses and drivers) block their removal, even when they seem to not be working. In such cases it will help safe mode - a special Windows boot mode where only basic drivers and services are launched.
How to boot into safe mode:
- Click
Win + R, entermsconfigand go to the "Download" tab. - Check the "Safe Mode" box and select "Minimum". Click OK and restart your laptop.
- After downloading, try uninstalling again through the Control Panel or the command line.
If the program is not uninstalled even in safe mode, try:
- 🔧 Use forced removal utilities (see section 7).
- 📁 Manually delete program files (as described in section 5), since they will not be locked in safe mode.
- 🔄 Return to normal mode and try again - sometimes one boot cycle in safe mode is enough to “unlock” the program.
Safe Mode disables most background processes, which increases the chances of successful removal. However, some system programs (for example, video card drivers) may still remain active.
7. Special utilities for forced removal
If manual methods do not help, they will come to the rescue third-party uninstaller programs. They not only remove applications, but also clean up waste in the registry, folders and task scheduler. Below are proven utilities with support Windows 10/11:
| Utility | Features | Download link |
|---|---|---|
| Revo Uninstaller Pro | Deep scanning of residues, forced deletion mode, support for 64-bit programs | Official website |
| IObit Uninstaller | Removing built-in Windows applications, batch uninstallation, cleaning browsers | Official website |
| Geek Uninstaller | Forced removal, system recovery after incorrect uninstallation | Official website |
| Ashampoo UnInstaller | Powerful algorithm for searching for remains, creating full system snapshots before deleting | Official website |
Instructions for use (using example Revo Uninstaller):
- Download and install the program (preferably a portable version so as not to add unnecessary entries to the registry).
- Run Revo, find the target app in the list and select Force Uninstall.
- Follow the uninstall wizard. After standard removal, the program will offer to scan the system for remains - agree.
- Delete all files and registry entries found (but be careful - check each item!).
If the utility does not see the program in the list, try the “Hunter” mode (Hunter Mode in Revo): drag the cross onto the program's executable file (for example, onto a desktop shortcut), and the utility will determine its location.
FAQ: Frequently asked questions about uninstalling programs
Is it possible to remove Microsoft Edge completely? It appears again after Windows updates.
Yes, but this requires regular repetition of the procedure. After removal via PowerShell (see section 4) Edge will return with the next major Windows update. To prevent it from installing automatically, you can block it through Group Policy (gpedit.msc → “Computer Configuration” → “Administrative Templates” → “Windows Components” → Microsoft Edge → “Do not allow installation”). However, this only works in Windows 10/11 Pro.
The program was deleted, but its folder remained in Program Files and is not deleted - it says that the file is in use.
This is a typical situation for programs that register their services with the system. Try:
- Boot into safe mode (see section 6) and delete the folder manually.
- Use the utility Process Explorer (from Microsoft) to find which process is locking the file. Download it from official website, run as administrator, click
Ctrl + Fand enter a file name. Close the found process. - Delete the folder via the command line with administrator rights:
rd /s /q "C:\Program Files\Папка программы"
After uninstalling the antivirus (Avast, Kaspersky), the Internet stopped working. What to do?
Antiviruses often install their own network drivers, and removing them incorrectly can disrupt your connection. Use official cleaning utilities:
- For Avast: Avast Clear.
- For Kaspersky: Kaspersky Removal Tool.
After cleaning, restart the laptop and, if the Internet does not work, reset the network settings:
netsh winsock reset
netsh int ip reset
Is it possible to uninstall a program if it requires an administrator password and I don’t know it?
If you do not have administrator rights, you will not be able to uninstall the program using standard methods. However there are workarounds:
- Try resetting the administrator password using a bootable USB flash drive (for example, via Offline NT Password & Registry Editor).
- If the laptop is corporate, contact the IT service - independent actions may violate the security policy.
- Remove the program from your profile (not for all users): some applications allow you to do this through Settings → Applications → Advanced options.
⚠️ Warning: Resetting the administrator password may result in loss of access to encrypted files (for example, if you are using BitLocker).
I uninstalled the program, but it still appears in the Programs and Features list. How to fix it?
This happens due to broken registry entries. To clear the list:
- Download the utility Microsoft Program Install and Uninstall Troubleshooter with official website and run it. It will automatically correct errors.
- If the utility does not help, manually delete the entry from the registry (see section 5, paragraph about
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall). - Restart your laptop - sometimes the list may take a while to update.