Windows 11 won't update, error code 0x80080005

Carvil Day 0 Reputation points
2025-03-12T17:46:34.3366667+00:00

I have been unable to update Windows 11 since March 1, 2025. I've tried Windows troubleshooter and it won't run.

Windows for business | Windows Server | Performance | System performance
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-13T02:02:59.7766667+00:00

    Hello,

    1.Corruption in the system image or some core files can hinder updates.

    Run the following commands one at a time:

    DISM /Online /Cleanup-Image/RestoreHealth

      (This command checks for system image issues and attempts repairs. It might take some time to complete.)

      sfc /scannow

      (This scans and attempts to repair system file corruption.)

    c. Restart your computer and then try Windows Update again.

    2.Restart Windows Update Services Manually

    Restarting update-related services can sometimes clear glitches.

    a. Open an elevated Command Prompt as above.

    b. Run these commands one at a time:

      net stop wuauserv

      net stop cryptSvc

      net stop bits

      net stop msiserver

    c. Rename the folders that store update files by typing:

      ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

      ren C:\Windows\System32\catroot2 catroot2.old

    d. Restart the services:

      net start wuauserv

      net start cryptSvc

      net start bits

      net start msiserver

    e. Try checking for updates again.

    1. Check for Third-Party/Antivirus Interference

    • Temporarily disable any third-party antivirus or firewall software.

    • Try running Windows Update again.

    • If the update is successful, consider adjusting the security software settings.

    1. Consider In-Place Upgrade/Repair Install

    If the above methods don’t work, you might perform an in-place upgrade to repair Windows without affecting your files.

    a. Download the Windows 11 Installation Assistant or Media Creation Tool directly from Microsoft’s website.

    b. Run the tool and choose “Upgrade this PC now.”

    c. Follow the instructions to reinstall Windows while keeping your apps and files.


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.