FIXING WINDOWS ERROR CODE 0X80080005

Fixing Windows Error Code 0x80080005

Fixing Windows Error Code 0x80080005

Blog Article

Fixing Windows Error Code 0x80080005

Error 0x80080005 usually appears during Windows Update or installation tasks when the Component Object Model (COM) service is blocked or corrupted—often due to permission issues, disabled services, or damaged system files. This error interrupts crucial updates, installs, or components, preventing your system from functioning properly. To fix it, start by restarting your PC to clear locked services and temporary blocks. Then run the Windows Update Troubleshooter via Settings → Update & Security → Troubleshoot → Additional troubleshooters → Windows Update to check and automatically fix service issues.

Next, open services.msc (Win + R), locate and ensure that services such as COM+ Event System, DCOM Server Process Launcher, RPC Endpoint Mapper, and Windows Update are set to Automatic or Automatic (Delayed Start) and are running—restart any that aren’t. After that, clear the Windows Update cache by stopping the Windows Update and BITS services, deleting all files in the C:WindowsSoftwareDistribution and Catroot2 folders, then restarting those services.

Next, repair system files by opening an elevated Command Prompt and running:

sfc /scannow  
DISM /Online /Cleanup-Image /RestoreHealth

Finally, reboot your system to ensure all changes take effect, and reattempt the update or installation. These steps typically resolve error 0x80080005 by restoring COM services and Windows Update functionality. For a full, step‑by‑step walkthrough including service checks and recovery options, check out this detailed guide.

Report this page