If you’re facing Windows Update Error Code 0x80080005, you are at the right place as today we will discuss how to fix the issue. Windows update is crucial for running the system without any problems; it also provides the latest security updates and patches. If you’re not able to update Windows, your system becomes vulnerable to various exploits. Therefore it is advised to fix any issue with Windows update as soon as possible. Recent ransomware attacks were only possible because users didn’t update their system to latest Windows updates which fixed the various vulnerabilities.
The server {E60687F7-01A1-40AA-86AC-DB1CBF673334} did not register with DCOM within the required timeout. The Windows Update service terminated with the following error: The system cannot find the file specified.
This error’s main cause is a conflict between security software on your PC and Windows Update, blocking BITS service. Thus the system is unable to access the System Volume Information folder. Now all these lead to Windows Update throwing an error code 0x80080005, so without wasting any time let’s see how to actually Fix Windows Update Error 0x80080005 and 0x80072ee7 with the help of below-listed troubleshooting guide.
Fix Windows Update Error 0x80080005
Make sure to create a restore point just in case something goes wrong.
Contents
- Fix Windows Update Error 0x80080005
- Method 1: Temporarily Disable Antivirus program and Firewall
- Method 2: Run SFC and CHKDSK
- Method 3: Run DISM
- Method 4: Run Windows Update Troubleshooter
- Method 5: Manually Reset Windows Update components
- Method 6: Rename SoftwareDistribution Folder
- Method 7: Enable Specify settings for optional component installation and component repair
- Method 8: Grant full control of the System Volume Information folder
Method 1: Temporarily Disable Antivirus program and Firewall
Sometimes the Antivirus program can cause an error and verify this is not the case here; you need to disable your antivirus for a limited time to check if the error still appears when the antivirus is off.
- Right-click on the Antivirus Program icon from the system tray and select Disable.
2. Next, select the time frame for which the Antivirus will remain disabled.
Note: Choose the smallest amount of time possible, for example, 15 minutes or 30 minutes.
Once done, again try to connect to open Google Chrome and check if the error resolves or not.
Search for the control panel from the Start Menu search bar and click on it to open the Control Panel.
Next, click on System and Security then click on Windows Firewall.
Now from the left window pane click on Turn Windows Firewall on or off.
7. Select Turn off Windows Firewall and restart your PC.
Again try to open Google Chrome and visit the web page, which was earlier showing the error. If the above method doesn’t work, please follow the same steps to turn on your Firewall again.
Method 2: Run SFC and CHKDSK
Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.
Now type the following in the cmd and hit enter:
Sfc /scannow sfc /scannow /offbootdir=c:\ /offwindir=c:\windows
Wait for the above process to finish and once done, restart your PC.
Next, run CHKDSK to Fix File System Errors.
Let the above process complete and again reboot your PC to save changes.
Method 3: Run DISM
- Now type the following in the cmd and hit enter after each one:
Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth
Let the DISM command run and wait for it to finish.
If the above command doesn’t work, then try on the below:
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess
Note: Replace the C:\RepairSource\Windows with your repair source (Windows Installation or Recovery Disc).
- Reboot your PC to save changes and see if you’re able to Fix Windows Update Error 0x80080005.
Method 4: Run Windows Update Troubleshooter
Download the Windows Update Troubleshooter from Microsoft Website.
Double-click on the downloaded file to run the Troubleshooter.
Follow the on-screen instruction to finish the troubleshooting process.
Reboot your PC to save changes and see if you’re able to Fix Windows Update Error 0x80080005.
Method 5: Manually Reset Windows Update components
- Type the following command into cmd and hit Enter after each one:
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc
- Delete the qmgr*.dat files, to do this again open cmd and type:
Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”
- Type the following into cmd and hit Enter:
cd /d %windir%\system32
- Reregister the BITS files and the Windows Update files. Type each of the following commands individually in cmd and hit Enter after each one:
regsvr32.exe atl.dll regsvr32.exe urlmon.dll regsvr32.exe mshtml.dll regsvr32.exe shdocvw.dll regsvr32.exe browseui.dll regsvr32.exe jscript.dll regsvr32.exe vbscript.dll regsvr32.exe scrrun.dll regsvr32.exe msxml.dll regsvr32.exe msxml3.dll regsvr32.exe msxml6.dll regsvr32.exe actxprxy.dll regsvr32.exe softpub.dll regsvr32.exe wintrust.dll regsvr32.exe dssenh.dll regsvr32.exe rsaenh.dll regsvr32.exe gpkcsp.dll regsvr32.exe sccbase.dll regsvr32.exe slbcsp.dll regsvr32.exe cryptdlg.dll regsvr32.exe oleaut32.dll regsvr32.exe ole32.dll regsvr32.exe shell32.dll regsvr32.exe initpki.dll regsvr32.exe wuapi.dll regsvr32.exe wuaueng.dll regsvr32.exe wuaueng1.dll regsvr32.exe wucltui.dll regsvr32.exe wups.dll regsvr32.exe wups2.dll regsvr32.exe wuweb.dll regsvr32.exe qmgr.dll regsvr32.exe qmgrprxy.dll regsvr32.exe wucltux.dll regsvr32.exe muweb.dll regsvr32.exe wuwebv.dll
- To reset Winsock:
netsh winsock reset
- Reset the BITS service and the Windows Update service to the default security descriptor:
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
- Again start the Windows update services:
net start bits net start wuauserv net start appidsvc net start cryptsvc
Install the latest Windows Update Agent.
Reboot your PC and see if you’re able to Fix Windows Update Error 0x80080005.
Method 6: Rename SoftwareDistribution Folder
- Now type the following commands to stop Windows Update Services and then hit Enter after each one:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver
- Next, type the following command to rename SoftwareDistribution Folder and then hit Enter:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old
- Finally, type the following command to start Windows Update Services and hit Enter after each one:
net start wuauserv net start cryptSvc net start bits net start msiserver
- Reboot your PC to save changes and check if you can Fix Windows Update Error 0x80080005.
Method 7: Enable Specify settings for optional component installation and component repair
Press Windows Key + R then type gpedit.msc and hit Enter.
Navigate to the following path:
Computer Configuration > Policies > Administrative Templates: Policy > System
Now make sure to select System than in the right window pane find and double-click on “Specify settings for optional component installation and component repair.”
Checkmark “Enabled“, click the checkbox for “Contact Windows Update directly..”
Click Apply, followed by OK.
Method 8: Grant full control of the System Volume Information folder
- Type the following command into cmd and hit 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
Wait for the command to finish, then exit Command Prompt.
Reboot your PC to save changes.
Recommended:
- Fix DPC Watchdog Violation BSOD Error
- Fix USB Error Code 52 Windows cannot verify the digital signature
- How To Fix USB Drive not showing files and folders
- Fix Windows Cannot Be Installed to Drive 0
That’s it you have successfully Fix Windows Update Error 0x80080005 but if you still have any question regarding this guide then feel free to ask them in the comment’s section.