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
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
- Open Settings.
- Navigate to Update & Security, then click Troubleshoot.
- Select Additional troubleshooters.
- Click Windows Update and choose Run the troubleshooter.
- Follow the prompts and reboot your computer.
Disable any third-party antivirus shields temporarily before attempting the update again.
Solution 2: Reset Windows Update components
- Press the Windows key, type
cmd, right-click Command Prompt, and select Run as administrator. - 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
- Rename the update folders to force Windows to create new ones:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
- Restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Solution 3: Fix system files and permissions
- Open Command Prompt as an administrator.
- Run the System File Checker to repair damaged files:
sfc /scannow
- 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
Taking ownership of system folders can expose your system to security risks. Only do this if standard methods fail.
Confirm the result
- Repeat the exact action that originally triggered the problem.
- Confirm the original error or symptom is gone and no new warning has appeared.
- If the guide changed a driver, service, package, or system setting, restart once and test again.
- 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
Did this solution resolve your issue?
Confirming if this works strengthens verification statistics on the registry.
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.
Discussion (0)
No comments yet. Share your experience or verify if this fixed your issue!
