Fix Windows Update error 0x80080005 in 5 quick steps

0x80080005

The error code 0x80080005 in Windows, which is frequently encountered during update attempts, indicates a critical issue that prevents the operating system from applying required updates. This error, which is frequently caused by permission conflicts, corrupted update components, or system file discrepancies, can halt system upgrades and security patches, leaving your system vulnerable.

To resolve this error, a multifaceted approach is required, with a series of troubleshooting steps aimed at identifying the root causes. This article outlines comprehensive solutions for navigating and resolving the 0x80080005 error, including using built-in troubleshooting tools, manually resetting system components, and adjusting permissions.

How to solve the error “0x80080005” in Windows

The error code 0x80080005 frequently appears in Windows update processes, indicating that the system is unable to access or process the required updates. This could be due to a variety of factors, including service configuration issues, corrupted system files, or permission settings.

Here are some effective ways to address and resolve the error 0x80080005:

Solution 1: Reset Windows Update Components

Manually resetting the Windows Update components can resolve issues blocking updates.

  1. Open Command Prompt as Administrator by searching for it, right-clicking, and selecting Run as administrator.
  2. Stop the BITS, Windows Update, Cryptographic, and MSI Installer services by typing and executing the following commands:
    • net stop bits
    • net stop wuauserv
    • net stop appidsvc
    • net stop cryptsvc
  3. Rename the SoftwareDistribution and Catroot2 folders to reset the update history by typing and executing:
    • ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
    • ren %systemroot%\System32\catroot2 catroot2.old
  4. Restart the services you stopped earlier by typing and executing:
    • net start bits
    • net start wuauserv
    • net start appidsvc
    • net start cryptsvc

Solution 2: Check for System File Corruption

Corrupted system files can hinder update processes. The System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools can find and fix corrupted files.

  1. Run Command Prompt as Administrator.
  2. First, execute the DISM tool command: DISM.exe /Online /Cleanup-image /Restorehealth. 0x80080005
  3. After DISM completes, run the SFC tool by typing: sfc /scannow. 0x80080005

Solution 3: Adjust User Permissions

Insufficient permissions can sometimes cause update errors.

  1. Open Command Prompt as Administrator and type: net user administrator /active:yes to enable the built-in Administrator account.
  2. Log out from your current account and log in as the Administrator.
  3. Attempt to run Windows Update again. Afterward, disable the Administrator account for security by running: net user administrator /active:no in Command Prompt as Administrator.

Solution 4: Temporarily Disable Antivirus Software

Third-party antivirus software can occasionally block Windows Update. Temporarily disabling your antivirus might resolve this issue.

  1. Disable your antivirus software temporarily from its application settings.
  2. Try running Windows Update again. Remember to re-enable your antivirus software afterward.

You can also try getting and installing the update manually by downloading it from Microsoft Update Catalog.

Solution 5: Modify Registry Settings

Incorrect registry settings can contribute to update errors. Modifying specific registry keys can help, but be cautious as incorrect changes can significantly affect system stability.

  1. Open Registry Editor by typing regedit in the Start menu and pressing Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. 0x80080005
  3. Locate or create a DWORD value named LocalAccountTokenFilterPolicy and set its value to 1.
  4. Restart your computer and attempt the update again.

Navigating the complexities of the 0x80080005 error requires a thorough understanding of Windows’ update mechanisms and the potential roadblocks that can occur within them. You can overcome the barriers to successful system updates by methodically applying the solutions provided, which range from using the Windows Update troubleshooter and resetting update components to taking ownership of critical system directories.

These steps not only address the immediate error, but also improve your system’s ability to handle future updates more smoothly. Regular maintenance, such as checking for updates and ensuring system files are intact, is critical in avoiding similar issues.

If the error persists despite these efforts, it may indicate a deeper systemic issue, necessitating professional assistance to ensure your system’s stability and performance.

Picture of Aleksandar Ognjanovic

Aleksandar Ognjanovic

Managing editor at Mobile Internist. @lemmingspain My fascination with mobile technology, particularly Android and iOS, began years ago and continues today. I'm captivated by the constant evolution in the smartphone industry and its impact on our daily lives, always anticipating the next big innovation. That’s the main reason why I found myself writing instructive content on the subject for users who are not as familiar with all the bells and whistles.
Subscribe
Notify of
0 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments