Microsoft releases new security patches every second Tuesday of a month to address the underlying bugs and errors. However, at times, such updates itself run into some trouble resulting in new issues on the computer.
There are different ways to restore Windows to its previous state such as rollback Windows, use system backup, etc. Still, the best way to avoid new errors is to uninstall the lately applied cumulative update. In this guide, we will discuss two different ways to uninstall Windows 10 cumulative update on the computer. They are –
Uninstalling Windows 10 Cumulative Update
To uninstall the latest cumulative update in Windows 10, use either of the following ways –
1] Remove Windows 10 Updates via Control Panel
Just like regular programs, users may remove the lately installed Windows 10 patch via the Control Panel. To do so, use the following guideline –
- Press Win + I to start the Settings app.
- Select Update & Security followed by Windows Update.
- Scroll down to “View Update history” on the right pane.
- Once found, hit the same.
- Next, click “Uninstall updates“.
- The system will then redirect you to the Control Panel.
- Locate and right-click on the lately installed “KB” and hit Uninstall.
- There appears a pop-up asking to confirm this “deletion”, tap Yes.
- The system restarts automatically after uninstalling the latest cumulative update.
If not, Restart Windows to incorporate the recent changes.
2] Uninstall Latest Cumulative update using Command Prompt
Alternatively, you may also remove the latest cumulative updates via Command Prompt. Here’s how to perform this task –
- First of all, Launch Command Prompt having Admin rights.
- On the elevated console, copy/paste the below code and press Enter –
wmic qfe list brief /format:table
- Running the above command will display Windows 10 update history in a tabulated form.
Note: The table enlists the lately installed updates along with their date of installation.
- Look for the HotFixID column and note down the first entry. For example “KB4565627“ in the above snapshot. You may scroll to the right to see its date of installation under the “InstalledOn” section.
- Now, execute the below code –
wusa /uninstall /kb:4565627
Note: Make sure to replace “4565627” with the appropriate cumulative update number.
- There appears a pop-up asking to confirm this action, hit Yes.
- Command Prompt will then run a script removing this update and Restart your device.
That’s it. Now that you know two different ways to uninstall the latest cumulative update, tell us whichever method suits you the most in the below comment section.