Windows Update Error 0x80080005 — Server Execution Failed
Errorupdate
Overview
Windows Update error 0x80080005 indicates a DCOM server execution failure preventing the Windows Update service from functioning properly.
Key Details
- Error 0x80080005 maps to SERVER_EXEC_FAILURE in Windows COM subsystem
- The Windows Update COM server cannot be instantiated or executed
- Often related to BITS (Background Intelligent Transfer Service) failures
- Can occur when Windows Update DLLs are not properly registered
- Windows Store and other services depending on COM may also be affected
Common Causes
- BITS (Background Intelligent Transfer Service) not running or corrupted
- Windows Update DLL files not properly registered in the COM subsystem
- Corrupted Windows Update agent components
- Third-party software interfering with COM server execution
- Windows Update service account permissions incorrectly set
Steps
- 1Re-register Windows Update DLLs: run elevated cmd and execute regsvr32 wuaueng.dll, regsvr32 wuapi.dll, regsvr32 wups.dll
- 2Reset BITS service: net stop bits && net start bits
- 3Reset Windows Update components: stop wuauserv, cryptSvc, bits, msiserver then rename SoftwareDistribution and catroot2 folders
- 4Run SFC /scannow and DISM /Online /Cleanup-Image /RestoreHealth
- 5Reset Windows Update agent using the official Microsoft Reset Windows Update Tool
Tags
windowsupdate0x80080005com-serverbits
More in Update
windows-80070002-file-not-foundWindows Error 0x80070002 — File Not Found
Warningwindows-80070005-access-deniedWindows Error 0x80070005 — Access Denied
Errorwindows-80070057-invalid-parameterWindows Error 0x80070057 — Invalid Parameter
Warningwindows-80072EE7-server-connection-failedWindows Error 0x80072EE7 — Server Connection Failed
Warningwindows-80073712-component-store-corruptedWindows Error 0x80073712 — Component Store Corrupted
Errorwindows-800F081F-source-files-not-foundWindows Error 0x800F081F — Source Files Not Found
ErrorFrequently Asked Questions
Background Intelligent Transfer Service handles file transfers for Windows Update. If it fails, updates cannot download.