1. Verify Date and Time Settings
- Right-click the clock on the taskbar β Select Adjust date/time.
- Enable Set time automatically and Set time zone automatically.
- Restart your system and retry the update or Store operation.
2. Check Internet and Network Stability
- Use a wired connection for a more stable network.
- Restart your router or modem.
- Disable VPN or proxy settings temporarily.
- Test your internet speed to ensure sufficient bandwidth.
3. Run the Windows Update Troubleshooter
- Go to Settings β Update & Security β Troubleshoot.
- Select Additional troubleshooters β Windows Update β Run the troubleshooter.
- Apply the suggested fixes and restart your system.
4. Reset Windows Update Components
Open Command Prompt (Admin) and type the following commands:
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 resets corrupted update cache folders and restores the default update behaviour.
5. Repair System Files
- Open Command Prompt (Admin) and run:
- sfc /scannow
- After completion, execute:
- DISM /Online /Cleanup-Image /RestoreHealth
- Restart the PC and check if the error persists.
6. Disable Antivirus or Firewall Temporarily
- Temporarily turn off third-party antivirus and Windows Defender Firewall.
- Retry the update or Store operation.
- Re-enable security after successful completion.
7. Reset Microsoft Store (If Store is Affected)
- Press Win + R, type:
- wsreset.exe
- Press Enter and let the reset process finish, then restart your system.
8. Use Windows Update Assistant or Media Creation Tool
- Download the Windows Update Assistant or Media Creation Tool from the Microsoft website.
- Follow the on-screen steps to install pending updates manually.
9. Perform a Clean Boot (Advanced)
- Press Win + R, type msconfig, and hit Enter.
- Under Services, select Hide all Microsoft services and click Disable all.
- Go to the Startup tab, open Task Manager, and disable unnecessary apps.
- Restart your PC and attempt the update in a minimal environment.