What Causes Error Code 0x80080005?
Windows Update errors are no fun at all. In fact, error code 0x80080005 is no exception because it blocks updates from completing, leaving your system either vulnerable or outdated. Sometimes this error could be based on many causes such as corrupted files and even permissions issues.
This error code usually occurs because of an issue where some of the files are not available for the update service or due to an issue with permissions.
Other culprits include corrupted files, interference by some third-party antivirus software, or problems with the components of Windows Update.
The particular cause will determine which method to use. You will be directed toward the correct solution once you have identified the cause.
Solutions to Fix Error Code 0x80080005
Since the release of the Windows 1809 Update, many users reported error 0x80080005. Regarding that, here is something you can try to resolve the problem.
1. Disable Third-Party Antivirus Software
Antivirus software has been known to hinder the Windows 10/11 update process itself whereby update files may not download properly or may even corrupt.
If you feel that your antivirus software is the culprit behind error 0x80080005, disable its features or, if necessary, turn it off completely and then try updating.
If that doesn’t work, you can uninstall the software altogether since Windows Defender does a pretty good job.
2. Run DISM and SFC Scans
If your update files are corrupted, use the System File Checker (SFC) tool to fix them:
- Right-click the Start button and select Command Prompt (Admin).
- Type
sfc /scannow
and press Enter. - Try reinstalling the update.
If the issue persists, use the Deployment Image Servicing and Management (DISM) tool:
- Right-click the Start button and select Command Prompt (Admin).
- Type
DISM /Online /Cleanup-Image /RestoreHealth
and hit Enter. - Try reinstalling the update again.
3. Run the Windows Update Troubleshooter
The regular thing you do to resolve issues related to updates is using the built-in Windows Update troubleshooter that automatically detects and fixes common problems.
- Open Settings, and under Update & Security, click on Troubleshoot.
- Click on Windows Update and then click the Run the troubleshooter.
- Go through the process by following the on-screen prompts.
This tends to work during a quick check by renewing those components that may be disturbed or detecting other underlying problems.
4. Reset Windows Update Components
Sometimes, manually resetting Windows Update components may resolve the issue. You will stop the services, then clear the update cache and restart the services.
- Open Command Prompt as Administrator.
- Type these commands one by one, pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
- Delete the cached update files by typing:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
- And restart the services using:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
This method helps refresh the update services and clears any corrupt files that may cause the error.
5. Check Your Registry
Registry issues can cause error 0x80080005. To resolve this:
- Press Windows + R to open the Run dialog. Then, type
regedit
and click OK. - Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.
- Right-click in an empty space and choose New > DWORD (32-bit) Value.
- Name the new DWORD RegistrySizeLimit. Double-click it and set the value to
4294967295
. - Save the changes.
6. Disable the Windows Update Service
If the error persists, try disabling the Windows Update service:
- Press Windows + R and type
services.msc
. Press Enter. - Find Windows Update in the list and double-click it.
- Set the Startup Type to Disabled. Click Apply, then restart your computer.
- After rebooting, go back to the Windows Update service. Set the Startup Type to Automatic and apply the changes.
7. Grant Full Permissions to the System Volume Information Folder
Sometimes, permission issues in the System Volume Information folder cause Windows Update errors.
To fix this:
- Open Command Prompt as Administrator.
- Type the following command:
icacls "C:\System Volume Information" /grant SYSTEM:F /T
Press Enter and wait for the process to complete. This will ensure the system has full access to the necessary files for updates.
As this issue is caused by malware, using a trusted tool like Outbyte PC Repair or Outbyte AVarmor antivirus to scan and clean your system will resolve the problem.
People Also Ask
Read about common Windows Errors:
Fixing Windows Update Error Code 0x800705b4
How to Fix the 0x800F0831 Error Code on Windows 10/11?
FAQs
What is error code 0x80080005?
It’s a Windows Update error that occurs due to corrupted files, system permission issues, or antivirus interference.
Can antivirus software cause Windows Update errors?
Yes, sometimes third-party antivirus software can block updates. Disabling or configuring the antivirus might resolve the issue.
How can I manually reset Windows Update components?
By stopping the update services, clearing the cache, and restarting the services through Command Prompt.
What if none of these solutions fix the error?
You may need to consider more advanced options like performing a clean install of Windows or seeking professional help.