
1. Restart Your Computer
- Click "Restart now" if prompted by Windows Update.
- If stuck, hold your power button for 10 seconds to force shutdown, then restart.
Why? Many update issues resolve after a fresh reboot.
2. Run Windows Update Troubleshooter
- Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters.
- Select Windows Update and run the troubleshooter.
Why? This automatically detects and fixes common update blockers.
3. Free Up Disk Space
- Open Disk Cleanup (search in Start menu), select Clean up system files.
- Check Windows Update Cleanup and other options, then click OK.
Why? Updates require at least 10GB of free space to install properly.
4. Manually Install the Update
- Visit the Microsoft Update Catalog.
- Search for the KB number (e.g., KB5053598) from your error.
- Download and install the standalone update package.
Why? Bypasses problematic automatic update processes.
5. Reset Windows Update Components
- Open Command Prompt as Admin and run these commands one by one: 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

Why? Resets corrupted update files and cache.
6. Disable Third-Party Antivirus Temporarily
- Right-click your antivirus icon in the system tray and choose Disable.
- Try updating again, then re-enable protection.
Why? Security software sometimes blocks update processes.
What Causes Update Problems?
- Corrupted update files or interrupted downloads.
- Insufficient disk space or system resources.
- Conflicting software (especially security programs).
How to Prevent Future Update Issues
- Maintain 20% free disk space at all times.
- Pause updates before important work via Settings > Update & Security > Pause updates.
- Create restore points before major updates.
If updates still fail after trying these steps, consider using the Windows Update Assistant or performing a repair install of Windows. Let me know if you need more detailed guidance! 😊