Hit Subscribe!

Don’t Be a Noob, Subscribe Already!

How-To

How to Fix ‘Not All of the Updates Were Successfully Uninstalled’ Error

Recently, many Windows 10 and 11 users have reported encountering ‘Not all of the updates were successfully uninstalled’ error while uninstalling a specific update. If you see this error, the update uninstallation has failed, and you need to find & stop the issue preventing the uninstall.

In this article, we will discuss several methods that would help you fix ‘Not All of the Updates Were Successfully Uninstalled’ error message on Windows 10/11.

Why does ‘Not All of the Updates Were Successfully Uninstalled’ Appear?

The ‘Not All of the Updates Were Successfully Uninstalled’ error message usually appears when a certain process prevents the update uninstallation process. It could be malware, problems with the installation files, incorrect update installation, etc.

If you cannot uninstall Windows updates, you must find other ways to do so. To resolve this error message, you can use PowerShell, Command Prompt, or Reset the Windows Update Components.

Since the actual cause of the error is still unknown, we have to rely on general workarounds to resolve the issue. Here are some of the best things you can do to resolve this Windows Update uninstallation issue.

1. Use the PowerShell to Uninstall Windows Update

If you cannot uninstall specific Windows 11 updates, use the PowerShell utility. Here’s how you can use PowerShell to uninstall Windows 11 updates.

1. Type PowerShell on Windows Search. Right-click on the PowerShell & select Run as administrator.

Run as administratorRun as administrator

2. When the PowerShell opens, execute this command:

wmic qfe list brief /format:table

3. Now note down the HotFixID (KB number) of the Windows update you want to uninstall.

4. Now execute this command. Replace ‘number‘ with the KB number you noted in the previous step.

wusa /uninstall /kb:number

note down the HotFixID (KB number)note down the HotFixID (KB number)

5. A Windows Update Standalone Installer prompt will pop up. Click on the Yes button to continue.

Now, wait a few minutes for the update to uninstall on your device. After uninstalling, restart your Windows PC.

2. Use the DISM tool to Remove the Windows Update

While the DISM tool is mainly used to fix corrupted system files, it can uninstall updates that don’t get uninstalled, even after multiple attempts. Here’s how to use the DISM tool on Windows to remove stubborn Windows Updates.

1. Press the Windows key + S button to open Windows Search. Type in Command Prompt, right-click on the CMD app and select Run as administrator.

Run as AdministratorRun as Administrator

2. When the Command Prompt opens, execute this command:

DISM /Online /Get-Packages | clip

DISM /Online /Get-Packages | clipDISM /Online /Get-Packages | clip

3. Now open Notepad and press the CTRL + V button. This will paste the output of the DISM command.

CTRL + VCTRL + V

4. First, identify the update package you want to uninstall. Then, copy the value text next to the Package Identity.

identify the update packageidentify the update package

5. Return to the Command Prompt and execute this command:

dism /Online /Remove-Package /PackageName:Package_ID

execute this command:execute this command:

Important: Replace the ‘Package_ID’ with the value you’ve copied in the previous step.

Make sure to restart your computer after the process completes.

3. Reset the Windows Update Components

As mentioned above, problems with the Windows Update Components are often the prominent reason Windows fails to uninstall updates. To resolve this issue, it’s best to reset the Windows Update Components. Here are easy steps for doing so.

1. Press the Windows Key + S button on your keyboard. On the Windows Search, type PowerShell, right-click on the PowerShell app & select Run as administrator.

Run as administratorRun as administrator

2. Now execute each of the given commands one by one.

net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserverren C:WindowsSoftwareDistribution SoftwareDistribution.oldren C:WindowsSystem32catroot2 catroot2.oldnet start wuauservnet start cryptSvcnet start bitsnet start msiserver

Execute the commandExecute the command

After executing all these commands, restart your Windows computer. This will reset the Windows Update Components.

4. Restart the Windows Update Service

Many Windows 11 users have claimed to fix the ‘Not all of the updates were successfully uninstalled’ error by restarting the Windows Update service. Hence, you can try doing it as well. Here’s what you need to do.

1. Type in Services on the Windows 11 Search. Next, open the Services app from the list of best match results.

ServicesServices

2. When the Services app opens, find the Windows Update service.

Windows UpdateWindows Update

3. Right-click on the Windows Update and select Restart.

After making the change, restart your Windows 11 PC. Then, go to Settings > Windows Update to check for available updates.

5. Clean Boot Windows

Clean Boot is a Windows feature that forces the operating system to start with only essential programs & processes. Performing a clean boot will possibly disable all third-party apps & processes, disrupting the Windows Update Process from functioning. Here’s how you can perform a clean boot on Windows.

1. Press the Windows Key + R button on your keyboard. On the run dialog box, type msconfig.msc and press Enter.

msconfig.mscmsconfig.msc

2. On the System Configuration, switch to the Services tab.

switch to the Services tabswitch to the Services tab

3. Now check the Hide all Microsoft Services checkbox and click on Disable All.

click on the Disable all buttonclick on the Disable all button

4. Open Task Manager and switch to the Startup Tab. On the Startup tab, right-click all third-party apps and select Disable.

select 'Disable'select 'Disable'

After making the changes, restart your computer. It will boot into a clean state without any third-party apps. You can also try uninstalling the Windows updates.

6. Make Changes to Windows Registry

If nothing has worked, you can modify the Registry Files. Here’s how you can change the Windows Registry to resolve the ‘Not All of the Updates Were Successfully Uninstalled’ error message.

1. Open Windows Search and type in Registry. Open the Registry Editor app from the list.

Registry EditorRegistry Editor

2. When the Registry Editor opens, navigate to the following path:

HKEY_LOCAL_MACHINESystemCurrentControlSetControlPrint

navigate to the following pathnavigate to the following path

3. Right-click on the Print folder and select New > DWORD (32-bit) Value. Name the new key as RPCAuthnLevelPrivacyEnabled.

New > DWORD (32-bit) ValueNew > DWORD (32-bit) Value

4. Double-click on the RPCAuthnLevelPrivacyEnabled and enter 0 on the Value data field. Once done, click on the OK button.

Value dataValue data

This is how you can modify the Registry Editor to resolve Not All of the Updates Were Successfully Uninstalled error message.

7. Run an Antimalware Scan

Windows continuously failing to uninstall updates may also be a sign of malware or virus infection. Certain malware is designed to run on a specific Windows version, and once it is installed, it prevents users from installing or uninstalling updates.

So, running a full antivirus scan with the Windows Security application is best to see if it resolves the problem. Here’s what you need to do.

1. Open Windows Search and type Windows Security. Open the Windows Security app from the list.

Windows SecurityWindows Security

2. When the Windows Security app opens, select Virus & Threat Protection.

Virus & threat protectionVirus & threat protection

3. Under the Current threats, click on the Scan options link.

Scan optionsScan options

4. Select Full Scan and click on the Scan Now button.

Full ScanFull Scan

This is how you can run a full antivirus scan on your computer to resolve the ‘Not All of the Updates Were Successfully Uninstalled’ error message.

These are the few best & working methods to fix Not All of the Updates Were Successfully Uninstalled errors on Windows. If you have followed all methods carefully, you can uninstall the updates now. Let us know which method worked for you to fix theWindows 11 error message.

Source

 

Hey there! Just so you know, we’re an Amazon affiliate. This means if you buy something through our links, we may earn a small commission. It doesn’t cost you extra and helps keep our lights on. Thanks for supporting us!”

Avatar

Geeks Gadgets

About Author

Leave a comment

Your email address will not be published. Required fields are marked *

Productivity & Shortcuts

xbox parental control settings
How-To

How to set up parental controls on your Xbox Series X|S

Set parental controls for your children and have peace of mind when they’re gaming
image of laptop displaying the windows 11 2020 update on office desk
How-To

How to roll back Windows updates

We’ll show you how to roll back Windows updates in several ways.

Add A Knowledge Base Question !

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?