This article explains how to revert pending Windows updates. Doing this will help resolve system instability, software conflicts, or boot failures caused by incomplete or problematic updates.
If you want to revert or cancel Windows pending updates, you can follow these steps:
Method 1: Use the Windows Update Troubleshooter
- Open Settings: Press Win + I to open the Settings menu.
- Go to Troubleshoot:
- Run the Windows Update Troubleshooter:
Method 2: Uninstall Pending Updates (If Possible)
- Open Control Panel:
Press Win + R, type control, and press Enter to open the Control Panel.
- Go to Programs:
Click Programs > View installed updates.
- Find Updates:
- Stop Pending Updates:
If an update is stuck or pending, you might not be able to uninstall it directly, but you can try pausing updates for a period (covered in the next method).
Method 3: Pause Windows Updates
- Open Settings: Press Win + I to open Settings.
- Navigate to Update & Security:
Go to Update & Security > Windows Update.
- Pause Updates:
Method 4: Manually Clear the SoftwareDistribution Folder
- Stop Windows Update Service:
- Delete Files in the SoftwareDistribution Folder:
- Restart Windows Update Service:
Method 5: Use Command Prompt to Revert Updates
You can use the command line to reset the update components:
- Open Command Prompt as Administrator:
Search for Command Prompt in the Start menu, right-click, and choose Run as Administrator. - Run the Following Commands:
net stop wuauserv
net stop bits
del %windir%\SoftwareDistribution\Download\*.*
net start wuauserv
net start bits - This will stop the update services, delete pending updates, and restart the services.
After performing these steps, Windows should no longer be stuck on pending updates, and you can try rerunning the updates if necessary.
For updating Plesk after managing Windows updates, check out our guide on How to install or update Plesk