Question
Issue: How to fix "Not all of the updates were successfully uninstalled" error in Windows?
Hello. After the last Windows update, I started getting errors when trying to open apps so I decided to uninstall it. However, after trying, I get the message “An error has occurred. Not all of the updates were successfully uninstalled.” How do I fix this?
Solved Answer
Users may need to uninstall updates for a variety of reasons, including conflicts with other software, compatibility issues, or security concerns. In some cases, an update may cause system issues such as crashes, errors, or poor performance, and users may choose to uninstall the update to return their system to a previous state.
“An error has occurred. Not all of the updates were successfully uninstalled.” is a common error message that Windows users may encounter when attempting to uninstall updates from their system. This error message indicates that the update was not completely removed from the system, and some files or settings related to the update may still be present.
This error message can have an impact on users because it prevents them from completely uninstalling the update, and the update may continue to cause problems with the system. Furthermore, the error message may indicate a deeper underlying problem with the system that will necessitate additional troubleshooting or intervention to resolve.
Resetting Windows update components, renaming the SoftwareDistribution and Catroot2 folders, or manually removing the update files and registry[1] entries are all possible solutions to this problem. These solutions, however, can be complex and may necessitate technical knowledge.
In this guide, you will find 7 steps that should help you fix “Not all of the updates were successfully uninstalled” error in Windows. You may can also use a maintenance tool like RestoroMac Washing Machine X9 that can fix most system errors, BSODs,[2] corrupted files, registry issues, or clear cookies and cache.[3] Otherwise, follow the step-by-step instructions below.
Method 1. Fix Corrupted System Files
Use Command Prompt commands to repair system file corruption:
- Open Command Prompt as administrator
- Use the following command and press Enter:
sfc /scannow
- Reboot your system
- If SFC returned an error, then use the following command lines, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Method 2. Uninstall via Command Prompt
- Open Command Prompt as administrator.
- Type wmic qfe list brief /format:table and press Enter.
- Find the update you want to uninstall and take note of its KB number.
- Type WUSA /UNINSTALL /KB:NUMBER and replace NUMBER with the actual KB number and press Enter.
- Click Yes when prompted to confirm the uninstallation of the update.
- Restart your computer to complete the uninstallation process.
Method 3. Reset Windows Update Components
- Open Command Prompt or Windows PowerShell with administrative privileges.
- Type net stop wuauserv and press Enter.
- Type net stop cryptSvc and press Enter.
- Type net stop bits and press Enter.
- Type net stop msiserver and press Enter.
- Wait for the process to finish and see if the issue is solved.
Method 4. Restart the Windows Update Services
- Open Command Prompt (Admin).
- Type net start wuauserv and press Enter.
- Type net start cryptSvc and press Enter.
- Type net start bits and press Enter.
- Type net start msiserver and press Enter.
- Close the Command Prompt.
- Try uninstalling the update again.
Method 5. Rename SoftwareDistribution and Catroot2
- Open Command Prompt (Admin).
- Type the following commands and press Enter after each:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
Method 6. Modify Windows Registry
- Open Registry Editor on your Windows computer.
- Navigate to the following path:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print
- Create a new DWORD (32-bit) value and name it RPCAuthnLevelPrivacyEnabled.
- Double-click on the newly created value to open it, and change the value data to 0.
- Click OK to save the change.
- Restart your computer for the changes to take effect.
Method 7. Repair Install Windows
- Visit the official Microsoft website to download Windows 11 or Windows 10 Installation Media
- Run the Media Creation Tool and select Create Installation Media for another PC.
- Select your USB drive.
- Let the Process complete of writing the Installation files to the USB drive.
- Click Finish.
- On the PC you wish to upgrade, Press Windows + E to open the File Explorer.
- Open the Removable drive and click Setup.exe.
- Accept the license terms on the next screen.
- Confirm the Upgrade options – Files, apps and Settings are kept.
- Click Install, and the upgrade should start.
Repair your Errors automatically
ugetfix.com team is trying to do its best to help users find the best solutions for eliminating their errors. If you don't want to struggle with manual repair techniques, please use the automatic software. All recommended products have been tested and approved by our professionals. Tools that you can use to fix your error are listed bellow:
Access geo-restricted video content with a VPN
Private Internet Access is a VPN that can prevent your Internet Service Provider, the government, and third-parties from tracking your online and allow you to stay completely anonymous. The software provides dedicated servers for torrenting and streaming, ensuring optimal performance and not slowing you down. You can also bypass geo-restrictions and view such services as Netflix, BBC, Disney+, and other popular streaming services without limitations, regardless of where you are.
Don’t pay ransomware authors – use alternative data recovery options
Malware attacks, particularly ransomware, are by far the biggest danger to your pictures, videos, work, or school files. Since cybercriminals use a robust encryption algorithm to lock data, it can no longer be used until a ransom in bitcoin is paid. Instead of paying hackers, you should first try to use alternative recovery methods that could help you to retrieve at least some portion of the lost data. Otherwise, you could also lose your money, along with the files. One of the best tools that could restore at least some of the encrypted files – Data Recovery Pro.
- ^ Windows Registry. Wikipedia, the free encyclopedia.
- ^ Chris Hoffman. Everything You Need To Know About the Blue Screen of Death. Howtogeek. Tech Insight Magazine.
- ^ Difference between Cache and Cookies. Geeksforgeeks. IT Education.