Fixing Windows Error Code 0x80080005

Fixing Windows Error Code 0x80080005
Error code 0x80080005 typically appears during Windows Update or installations when core COM services (like the Component Object Model) fail to start or are corrupted—often caused by permission issues, disabled services, or damaged system files. This error halts update or install tasks, leaving your system unable to proceed. To fix it, follow these steps:

  1. Restart your PC to clear any locked processes or temporary blocks.

  2. Run the Windows Update Troubleshooter via Settings → Update & Security → Troubleshoot → Additional troubleshooters → Windows Update to detect and fix service issues automatically.

  3. Open Services (Win + R → services.msc), then locate and ensure these services are set to Automatic or Automatic (Delayed Start) and running: COM+ Event System, DCOM Server Process Launcher, RPC Endpoint Mapper, and Windows Update. Right‑click and start any that aren’t running.

  4. Clear the Windows Update cache: stop the Windows Update and BITS services, delete all contents from C:WindowsSoftwareDistribution and the Catroot2 folder, then restart those services.

  5. Repair system integrity by opening Command Prompt as administrator and running:
    sfc /scannow  
    DISM /Online /Cleanup-Image /RestoreHealth


  6. Reboot your PC to apply the changes, then reattempt the update or installation.


These steps typically restore COM services and resolve error 0x80080005. For a detailed, step‑by‑step walkthrough with advanced recovery tips, check out this comprehensive guide.

Leave a Reply

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