1. Restart Your Computer and Check Internet Connectivity
- Ensure your internet connection is stable and active.
- Avoid network interruptions during update downloads.
- Restart your router or switch to a wired connection if needed.
2. Restart Windows Update Services
- Open Command Prompt (Admin) and enter:
net stop wuauserv
net stop bits
net stop cryptsvc
net start wuauserv
net start bits
net start cryptsvc
- This resets essential Windows services responsible for downloading, verifying, and applying updates.
3. Clear Windows Update Cache
- Run these commands in Command Prompt (Admin):
net stop wuauserv
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
- Afterward, retry the update or restore process. This will force Windows to download fresh update files.
4. Run System File Checker (SFC) and DISM Tools
- In Command Prompt (Admin), type:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- SFC scans and repairs missing or corrupted files.
- DISM restores Windows image health.
- Once both scans are complete, restart your PC and check for updates again.
5. Perform Disk Check and Cleanup
- Disk errors can block update operations.
- Run a disk check and free up space for smooth updates.
chkdsk /f /r
- When prompted, press Y to schedule it during the next restart, then reboot your PC.
- Open Disk Cleanup, select your system drive, and remove temporary files, old installations, and cached data.
6. Disable Antivirus and Firewall Temporarily
- Disable third-party antivirus temporarily.
- Go to Control Panel - System and Security - Windows Defender Firewall - Turn Windows Defender Firewall on or off.
- Turn off the firewall briefly while updating.
- Once the update completes, re-enable protection immediately.
7. Run the Windows Update Troubleshooter
- Go to Settings - Update & Security - Troubleshoot - Additional troubleshooters.
- Select Windows Update - Run the troubleshooter.
- Follow the on-screen steps and apply the recommended fixes.
8. Use System Restore or Windows Update Assistant
If the issue persists:
- Use System Restore to roll back your system to a previous stable state.
- Alternatively, download and run the Windows Update Assistant from Microsoft’s official site to manually install the latest version.
- This bypasses broken update configurations and ensures a clean installation.