WINDOWS UPDATE ERROR CODE 0X80080005

Windows Update Error Code 0x80080005

Windows Update Error Code 0x80080005

Blog Article

Windows Update Error Code 0x80080005 usually means that crucial update services or folders can’t be accessed—often due to permission issues, corrupted components, or interference from security programs.


To resolve this error, begin by temporarily disabling your antivirus and firewall to ensure they aren’t blocking Windows Update services. Then, go to Command Prompt (Admin) and run these commands:




pgsql






net stop wuauserv net stop bits ren C:WindowsSoftwareDistribution SoftwareDistribution.old ren C:WindowsSystem32catroot2 catroot2.old net start wuauserv net start bits


This renames the existing cache folders so Windows can build them anew without errors. After that, still in the same Command Prompt window, enter:




bash






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


These commands repair corrupted system files and restore the integrity of the Windows Update image. Restart your computer when both complete successfully.


If the error persists, manually download and install updates from the Microsoft Update Catalog, or perform an in-place repair upgrade using the Media Creation Tool.


Detailed instructions and additional fixes are available in the guide at WinChatSupport.

Report this page