Skip to content
FixingBook
Verifiedintermediateest. 20 minutes

Fix Windows Update error 0x80070005 (Access Denied)

Windows Update fails to install with error code 0x80070005, indicating a permissions issue.

Confirmed working on: Windows 10 · Windows 11

Before you begin

Match the environmentUse this guide only for Windows 10, Windows 11 or a clearly compatible setup.
Protect recoveryBack up important data and save encryption or account recovery keys before changing system state.
Know when to stopMake one change at a time and stop if the result differs from what the guide describes.

Problem overview

Error code 0x80070005 means Access Denied. Windows Update lacks the necessary file or registry permissions to install updates.

Common causes

  • Overzealous third-party antivirus software blocking system file modifications
  • Corrupted update cache in the SoftwareDistribution folder
  • Incorrect permissions on system folders
  • Damaged Windows system files

Solution 1: Run the Windows Update Troubleshooter

  1. Open Settings.
  2. Navigate to Update & Security, then click Troubleshoot.
  3. Select Additional troubleshooters.
  4. Click Windows Update and choose Run the troubleshooter.
  5. Follow the prompts and reboot your computer.
Expert Tip

Disable any third-party antivirus shields temporarily before attempting the update again.

Solution 2: Reset Windows Update components

  1. Press the Windows key, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Stop the update services by typing the following commands and pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
  1. Rename the update folders to force Windows to create new ones:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
  1. Restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Solution 3: Fix system files and permissions

  1. Open Command Prompt as an administrator.
  2. Run the System File Checker to repair damaged files:
sfc /scannow
  1. Take ownership of the System Volume Information folder if permissions are severely broken:
takeown /f "C:\System Volume Information" /a /r /d y
icacls "C:\System Volume Information" /grant:r Administrators:F /t
Caution

Taking ownership of system folders can expose your system to security risks. Only do this if standard methods fail.

Confirm the result

  1. Repeat the exact action that originally triggered the problem.
  2. Confirm the original error or symptom is gone and no new warning has appeared.
  3. If the guide changed a driver, service, package, or system setting, restart once and test again.
  4. If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.

Questions about this fix

Will resetting Windows Update components delete my personal files?

No. It only clears the downloaded update cache and restarts the update services.

Can a standard user account run these fixes?

No. You need an administrator account to take ownership of system folders and restart services.

Did this fix work for you?

Weighted Consensus Protocol

Consensus0%
Required100% (Weight 3)
Contributors0
Verified By YouNo
Your Weight--

Did this solution resolve your issue?

Confirming if this works strengthens verification statistics on the registry.

Sign In to VerifySign in required to verify

FixingTeam10,000 rep

Official Project Maintainers

The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.

Spotted something outdated? Suggest an edit. Maintainers review submissions within 48 hours.
Share:XReddit

Discussion (0)

No comments yet. Share your experience or verify if this fixed your issue!

Join the Discussion