Error 0x80080005

What Is Error Code 0x80080005

Error 0x80080005, also known as CO_E_SERVER_EXEC_FAILURE, typically occurs when Windows fails to complete an update or activation process due to permission issues, corrupted system files, or problems with the Windows Update service.

You may see messages such as:

“There were problems installing some updates…”
“Windows Update encountered an unknown error: 0x80080005”

Affected Windows Versions

  • Windows 11 (all editions)

  • Windows 10 (especially versions 1909, 20H2, 21H2)

  • Windows 8.1 / 8

  • Windows 7

  • Windows Server 2012 and later

Common Situations Where 0x80080005 Occurs

  • While checking for or installing Windows Updates

  • During Windows activation or Office activation

  • When trying to download apps from the Microsoft Store

  • After system restore or major Windows upgrades

  • When security software blocks system processes

How to Fix Error Code 0x80080005 on Windows

1. ✅ Run Windows Update Troubleshooter

  • Go to Settings > System > Troubleshoot > Other troubleshooters

  • Click Windows Update > Run

This built-in tool can reset update components and fix common glitches.

2. 🔄 Restart Windows Update Services

Open Command Prompt as Administrator and run:

net stop wuauserv
net stop cryptSvc
net stop bits
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

Then reboot and try updating again.


3. 🔐 Check Permissions in the Windows Registry

Sometimes COM or DCOM permissions may be missing.

  1. Press Win + R, type regedit, and press Enter

  2. Navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  1. Right-click → Permissions

  2. Ensure TrustedInstaller and SYSTEM have full control

⚠️ Be careful when editing the registry. Back up first.


4. 🛡️ Disable Antivirus or Third-Party Security Software

Some security software may block Windows Update components. Temporarily disable:

  • Windows Defender (or any third-party antivirus)

  • Firewall settings that block Microsoft servers

Then try updating again.


5. 🧹 Run System File Checker (SFC) and DISM

Open Command Prompt as Administrator and run:

sfc /scannow

After that, run:

DISM /Online /Cleanup-Image /RestoreHealth

These tools repair corrupted system files that may block updates.

6. 💻 Perform In-Place Upgrade (if unresolved)

If none of the above works, perform a repair install:

  • Download the Windows Installation Media Tool

  • Choose Upgrade this PC now

  • Keep files and apps when prompted

This replaces system files without deleting your data.

Was this helpful?

0 / 0

Leave a Reply 0

Your email address will not be published. Required fields are marked *