Update & Installation Error 0x80080005 is one of the nagging bugs that users encounter while performing an in-place upgrade to Windows. Here, in this guide, we have discussed all possible causes and workarounds to solve this issue. In this, when you attempt to upgrade Windows 10, an error message pops up displaying –
” There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80080005)”.
The prime reason behind this problem might be corrupt Windows components, enabled firewall, or Windows Update not working effectively. Run Update Troubleshooter, reset SoftwareDistribution and catoot2 folders are two effective ways to solve this bug. In case, both solutions fail, disable the firewall application and System Volume Information and re-try installing the latest updates.
- Run Windows Update Troubleshooter
- Disable Windows Firewall
- Grant Full Control of System Volume Information directory
- Reset Software Distribution & Catroot2 folders
Update & Installation Error 0x80080005 Windows 10 Solutions
Before applying any fixes, make sure to create a System Restore Point first. This is to avoid loss of personal data, files, or folders.
Here’s how to address Update & Installation Error 0x80080005 on Windows 10 PC –
1. Run Windows Update Troubleshooter
To solve any update-related trouble on Windows 10, Update Troubleshooter is the best tool. Running this tool will look for any suspicious files or applications on the computer and resolve them too. Here’s the working procedure –
Step-1: Press Win & I hotkey together to launch Settings.
Step-2: Once the page opens up, select Update & Security followed by Troubleshoot on the left pane.
Step-3: Jump to the right-hand side and tap Windows Update.
Step-4: Hit Run the Troubleshooter on the extended pane to begin the scanning process.
Step-5: Now, follow the on-screen instructions to complete the remaining steps.
After completing the above steps successfully, Restart your device. Sign back into Windows and check if the Error 0x80080005 is still there or is corrected.
2. Disable Windows Firewall
When the Firewall is enabled, it may block some applications from installing; as a result, this error can appear. Hence, disabling this utility may solve Update & Installation Error 0x80080005 on your PC. To perform this, go through the below steps-
- Go to Cortana and type Control Panel, click on the well-matched result.
- On the next window, select System & Security thereafter Windows Defender Firewall.
- Switch to the left column and select Turn Windows Defender Firewall On and Off option here.
- Choose to Turn Off the Windows Defender radio button in both the “public network” and “private network” settings.
- Lastly, tap OK to confirm the changes and Restart your PC.
Now try installing the latest updates, it should work without any issue. If not, follow the next workaround –
3. Grant Full Control of System Volume Information directory
If the above methods don’t help and the update process continues to stuck in-between installation, these steps might help to solve the underlying cause –
- Jointly press Win & R to launch Run Dialog.
- Type cmd in the text box and press Ctrl+Shift+ Enter altogether to open Command Prompt as Admin.
- Now in the prompt area, copy/ paste the below code followed by the Enter –
cmd.exe /c takeown /f "C:\System Volume Information\*" /R /D Y && icacls "C:\System Volume Information\*" /grant:R SYSTEM:F /T /C /L
- When the above command runs successfully, type exit and press Enter to close Command Prompt.
Finally, Reboot your PC, and check whether the problem gets resolved or not.
4. Reset Software Distribution & Catroot2 folders
If the trouble persists while installing the updates, you should reset the Software Distribution & Catroot2 folders. Here’s how to reset these folders –
- Start Command Prompt having Admin rights –
- Type the below codes one by one and press Enter at the end –
net stop wuauserv
net stop bits
net stop cryptSvc
net stop msiserver
- By now, you have stopped four different update-related services.
- Copy/paste the following code to rename SoftwareDistribution to SoftwareDistribution.old.
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
Note: The second command will rename catroot2 to catroot2.old.
- Restart the services that you have stopped earlier. Otherwise, Windows will run into some serious issue.
net start wuauserv
net start bits
net start cryptSvc
net start msiserver
pause
- At last, type exit and press Enter to come out of Command Prompt and Reboot your device.
I hope this time you have surely fixed the Update & Installation Error 0x80080005 on Windows 10 PC.