Hi! This update error doesn't indicate what's causing the problem, but it does suggest an issue with Windows Update files. See these solutions:
- Press WINDOWS + I > Windows Update > Click Pause Updates > Restart your PC.
- Wait a few minutes after restarting your PC > Turn updates back on by clicking “Resume updates”.
This solution may help clear or fix the failed update.
Third-party Softwares
- Third-party Softwares such Antivirus and VPN can cause this updates issue.
- Uninstall or temporarily disable third-party software.
If Windows Update was working properly, and the update problem appeared after installing some program, try uninstalling or disabling that program.
Windows Update Troubleshooting
- Open Windows Settings (WINDOWS + I keys) > Select "System" > "Troubleshooting".
- Under "Other troubleshooters", click "Windows Update Troubleshooting".
- After the error is complete, restart your computer and see if the problem is resolved.
Delete Windows Update Temporary Files
- Type "'Command Prompt'" in the Search Bar > Right-click on the app > Select '''Run as administrator''.
- Now let's type the following commands.
ATTENTION: Type the entire command on the first line > Press ENTER > Wait for the command to complete > Run the next command on the list.
net stop wuauserv
net stop bits
net stop cryptSvc
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
- This will force the system to download new files > When finished, restart your computer and see if the problem is resolved.