1. Run Windows Update Troubleshooter
- Go to Settings β Update & Security β Troubleshoot.
- Click Additional troubleshooters β Windows Update β Run the troubleshooter.
- Let it detect and automatically fix issues.
- Restart your computer and retry the process.
2. Check and Reset Date & Time Settings
- Go to Settings β Time & Language β Date & Time.
- Enable Set time automatically and Set time zone automatically.
- Restart your PC to sync time with Microsoft servers.
3. Reset Windows Update and Sync Services
- Open Command Prompt (Admin) and type these commands one by one:
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
This clears corrupted cache files and restarts the update services.
4. Repair System Files
- Open Command Prompt (Admin) and run:
- sfc /scannow
- After it completes, run:
- DISM /Online /Cleanup-Image /RestoreHealth
- Restart your system and try again.
5. Disable Antivirus and Firewall Temporarily
- Temporarily turn off third-party antivirus software or firewall.
- Retry the update or sync process.
- Re-enable your protection after completing the task.
6. Check Your Internet Connection
- Use a wired connection instead of Wi-Fi for stability.
- Restart your modem or router.
- Disable VPN or proxy servers during updates or app sync.
7. Update or Reinstall Problematic Apps
- For app sync issues, go to Microsoft Store β Library β Update all apps.
- If the issue persists, uninstall and reinstall the affected app (e.g., Mail or Outlook).
8. Use Windows Update Assistant
- Download the Windows Update Assistant or Media Creation Tool from the Microsoft website.
- Follow on-screen instructions to manually install updates or repair update components.
9. Perform a Clean Boot (Advanced)
- Press Win + R, type msconfig, and hit Enter.
- Under Services, check Hide all Microsoft services, then click Disable all.
- Under Startup, open Task Manager and disable all non-essential startup apps.
Restart your PC and attempt the update or sync again.