Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

While installing Windows updates is generally a good idea, sometimes these updates can go wrong. Fortunately, both Windows 10 and Windows 11 make it easier. Uninstall problematic updates from your computer. But what if you can't do that and encounter the error “Not all updates were uninstalled successfully” instead?

Top 768 Fixes for 'Not All of the Updates Were Successfully Uninstalled' Error on Windows 432x1

Don't panic, because this error can be resolved. This guide will walk you through some quick and easy tips you can try when you can't uninstall a Windows update from your computer. So, let's take a look.

1. Use the DISM tool to remove the update.

Deployment Image Servicing and Management (or DISM) is a useful tool for repairing corrupted system files on your computer. However, you can also use this tool to uninstall stubborn Windows updates and resolve the error. “Not all updates were successfully uninstalled”Here's how.

Step 1: Right click Start code and select Terminal (Admin) From a list Power User.

Top 11 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Top 1024 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 3: Type the following command and press Enter:

DISM /Online /Get-Packages | clip

DISM-Tool-in-Command-Prompt-768x454-1 Top 5 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 4: The command output will be copied to your clipboard. Press the Windows key + S to open it. Search menu , And type Notepad , And press Enter.

Also read:  Download VPN 360 for PC 2021

Top 1 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 5: Click on Keyboard shortcut Ctrl + V To paste DISM command outputNext, locate the update you want to remove and copy the value next to Package Identity.

Package-ID-of-Update-768x463-1 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows Step 6: Return to window Command Prompt , paste the following command, and press Enter.

dism /Online /Remove-Package /PackageName:Package_ID

Uninstall-Windows-Update-Using-DISM-Tool-768x376-1 Top 5 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Uninstall Windows Update using the DISM tool

After running the above command, wait for DISM to uninstall the problematic update.

2. Use Command Prompt or POWERSHELL to uninstall the update.

Another thing you can do is use Command Prompt or PowerShell To remove a problematic update that won't uninstall, don't worry, the process is fairly simple and only requires you to run a few commands.

Step 1: Click Search code on Taskbar , And type cmd Or PowerShell , and select Run as administrator.

Open-Command-Prompt-as-Admin-768x550-1 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Top 1024 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 3: in Control unit Paste the following command and press Enter To view Windows update history:

wmic qfe list short / format: table

View-Windows-Update-History-768x426-1 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

Step 4: Write down the knowledge base number in Hotfix ID To uninstall the Windows update you want to uninstall.

Update-HotFixID-768x426-1 Top 5 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 5: Run the following command to remove the Windows update:

wusa /uninstall /kb:number

replace "number" In the above command with the KB number mentioned in the previous step.

Uninstall-Windows-Update-Via-Command-Prompt-768x433-1 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

Step 6: Click on yes To continue when the confirmation prompt appears.

Also read:  8 Quick Ways to Open Remote Desktop Connection Tool in Windows 11

Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

Wait a few minutes, and Windows will remove the selected update.

3. Modify registry files

Incorrectly configured registry entries can also prevent you from uninstalling updates on your Windows 10 or Windows 11 computer and cause such errors. Therefore, it's a good idea to review the relevant registry entries and make necessary changes if necessary.

Since registry files contain important Windows settings, make sure to Back up all registry files Or Create a restore point Before proceeding.

Step 1: Click on Windows + R keyboard shortcut To open the dialog box Run. Type regedit in the box and press Enter.

Open-Registry-Editor-4-1 Top 5 Fixes for “Not All Updates Uninstalled Successfully” Error on Windows

Step 2: Select Yes when prompted. control router In the user account (UAC).

Open-Registry-UAC-Prompt-1024x562-2 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows Step 3: Paste the following path into the address bar at the top and press Enter.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print

Registry-Editor-29-768x440-1 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

Step 4: Locate the entry RPCAuthnLevelPrivacyEnabled In the left pane. If you can't find it, right-click on it. Print key , and go to New ، Specify a DWORD (32-bit) value. From the submenu. Name it. RPCAuthnLevelPrivacyEnabled.

Create-DWORD-in-Registry-4-768x431-1 Top 5 Fixes for “Not all updates were uninstalled successfully” Error on Windows

Step 5: Double-click the newly created DWORD, enter 0 in the Value data field, and press OK. OK.

Edit-DWORD-in-Registry-4-768x423-1 Top 5 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Then restart your computer and try uninstalling Windows updates again.

4. Reset Windows Update components

Problems with Windows Update components can cause: Errors while installing updates Or remove it. If so, resetting Windows Update components should help resolve the issue. Here are the steps to do the same.

Also read:  Fix Remote Desktop Not Connecting in Windows 10

Step 1: Click Search code on Taskbar , And type windowsowershell , and select Run as administrator.

Top 768 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Open-PowerShell-UAC-768x411-1 Top 5 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 3: Run the following commands one by one and press Enter After each command:

net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver

Top 1024 Fixes for "Not all updates were uninstalled successfully" Error on Windows After resetting Windows update components, you should be able to uninstall updates without any issues.

5. Try a clean boot

If the above tips don't work, a third-party app or program on your computer may be disrupting Windows operations and causing problems. To avoid interference, you can try uninstalling Windows updates from a clean boot.

Step 1: Click on Windows + R keyboard shortcut To open the dialog box Run. Type msconfig in the box and press Enter.

Top 11 Fixes for "Not all updates were uninstalled successfully" Error on Windows

Step 2: Under the tab Services , select the checkbox “Hide all Microsoft services” and click the . button “Disable all”.

Top 10 Fixes for "Not all updates were uninstalled successfully" Error on Windows Step 3: Switch to the Startup tab and click Open. Task Management.

Top 9 Fixes for "Not all updates were uninstalled successfully" Error on Windows Step 4: On the Startup tab, select a third-party app or program and click the Disable option at the top. Repeat this step to disable all third-party apps and programs.

Top 5 Fixes for "Not all updates were uninstalled successfully" Error on Windows Restart your computer to enter a clean boot state and try uninstalling Windows updates again.

Quickly remove unwanted updates

When a Windows update goes awry and causes problems, the most effective solution is often to uninstall the problematic update. Occasionally, your Windows 10 or Windows 11 computer won't let you uninstall the update and roll back to a previous state. Fortunately, it's possible to fix such issues with the solutions above.

Go to top button