1. Home
  2. Microsoft
  3. Windows
  4. Windows 11
  5. How to Fix Windows 11 Update Error 0x80070005: A Step-by-Step Guide

How to Fix Windows 11 Update Error 0x80070005: A Step-by-Step Guide

If you’ve recently tried updating your Windows 11 device and encountered the frustrating error 0x80070005, you’re not alone. This error often points to permission issues, preventing your system from installing updates properly. Don’t worry though — with a bit of patience and the steps below, you can fix this and get your PC running the latest updates smoothly.


What is Windows Update Error 0x80070005?

Error 0x80070005 usually means that Windows does not have the necessary permissions to access certain files or registry keys during the update. It commonly arises due to:

    • Insufficient user permissions.
    • Antivirus or firewall blocking the update.
    • Corrupt system files.
    • Incorrect Windows Update settings.

How to Fix Windows 11 Update Error 0x80070005: Step-by-Step

1. Run Windows Update Troubleshooter

Windows 11 comes with a built-in troubleshooter designed to identify and fix update problems.

    • Go to: Settings > System > Troubleshoot > Other troubleshooters.
    • Find Windows Update and click Run.
    • Follow prompts, then restart your PC and try updating again.

2. Check Your User Account Permissions

Make sure you’re signed in with an administrator account because standard users often don’t have rights to install updates.

    • Press Windows key + I to open Settings.
    • Go to Accounts > Your info.
    • If it doesn’t say Administrator, you’ll need admin access to proceed.

3. Temporarily Disable Antivirus and Firewall

Sometimes third-party antivirus software or firewall settings block update files.

    • Temporarily disable your antivirus program (consult the software’s help guide).
    • To disable Windows Firewall:
      Settings > Privacy & Security > Windows Security > Firewall & network protection > Domain network / Private network / Public network > switch off the firewall temporarily.

Remember: Turn them back on after updating.

4. Reset Windows Update Components Manually

Corrupted update files can cause this error. Resetting the update components can often fix it:

    • Open Command Prompt as administrator:
      Search cmd, right-click > Run as administrator.
    • Run the following commands one by one (press Enter after each):

      net stop wuauserv
      net stop cryptSvc
      net stop bits
      net stop msiserver
      ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
      ren C:\Windows\System32\catroot2 catroot2.old
      net start wuauserv
      net start cryptSvc
      net start bits
      net start msiserver

    • Restart your computer and check for updates.

5. Check and Repair System Files

Corrupt system files can interfere with updates. Let’s fix that using System File Checker:

    • Open Command Prompt as administrator.
    • Type and execute:

      sfc /scannow

    • Let the scan complete and fix any issues found.
    • Restart your computer and update again.

6. Modify Permissions on the SoftwareDistribution Folder

If permissions on the SoftwareDistribution folder are wrong, it can block updates.

    • Open File Explorer, go to C:\Windows\SoftwareDistribution.
    • Right-click the SoftwareDistribution folder > Properties > Security tab.
    • Click Edit… and ensure your user account has Full control.
    • Apply changes and restart your PC.

Bonus Tip: Keep Your Device Ready for Updates

    • Always maintain enough free disk space.
    • Regularly restart your PC.
    • Keep your internet connection stable during updates.

Final Thoughts

Windows 11 Update Error 0x80070005 can seem tricky, but with these steps, you should be able to resolve it quickly. If these fixes don’t work, consider contacting Microsoft Support or visiting the Microsoft Community forums for more personalized help.

Updating regularly ensures your PC stays secure and performs at its best, so don’t give up!


Updated on July 10, 2025
Was this article helpful?

Related Articles

Leave a Comment