1. Restart Essential Services
- Press Win + R, type services.msc, and press Enter.
- Locate the following services:
- Background Intelligent Transfer Service (BITS)
- Cryptographic Services
- Any service related to updates or installations
- Right-click each service- select Properties - set Startup Type to Automatic- click Start.
- Retry the installation or update process.
2. Run the Built-In Troubleshooter
- Go to Settings - System - Troubleshoot - Other troubleshooters.
- Locate the relevant option (e.g., Update or Installation).
- Run the troubleshooter and let it automatically detect and fix issues.
3. Temporarily Disable Antivirus or Firewall
- Temporarily disable your antivirus or firewall.
- Retry the operation that triggered the error.
- Re-enable protection after the process completes successfully.
4. Reset Update or Installation Components
- Open Command Prompt (Admin).
- Run these commands one by one:
net stop wuauserv
net stop bits
ren C:\ProgramData\SoftwareDistribution SoftwareDistribution.old
ren C:\ProgramData\catroot2 catroot2.old
net start wuauserv
net start bits
- Once done, restart your system and retry the operation.
5. Repair Corrupted System Files
If the issue persists, your system files might be corrupted.
- Run these repair tools:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- After completion, restart your device and check if the error is resolved.
6. Check Network and Proxy Settings
- Press Win + R, type inetcpl.cpl, and hit Enter.
- Go to Connections - LAN Settings.
- Ensure Use a proxy server is unchecked, unless required.
- To reset network settings, open Command Prompt (Admin) and run:
netsh winsock reset
netsh int ip reset
- Restart your computer afterward.
7. Perform a Clean Boot
- Press Win + R, type msconfig, and press Enter.
- Under Services, check Hide all Microsoft services, then click Disable all.
- Go to the Startup tab - open Task Manager - disable unnecessary startup apps.
- Restart your system and try again.
8. Use the Manual Installation or Update Tool
If the problem continues, use the official setup or update tool for a clean installation.
This bypasses local corruption and ensures you have the latest version.