Windows Error 0x80070005: Access is Denied (Update & Store)
Applies to: Windows 11 / Windows 10
Can you still drive / use device? Yes, but prevents Windows Security updates and Microsoft Store downloads.
Common Symptoms
- Windows Update fails with error code 0x80070005
- Microsoft Store apps fail to download or update
- System Restore fails with access denied message
- Error: Windows cannot access the specified device, path, or file
Root Causes
- Insufficient user permissions on system folders (SoftwareDistribution)
- Antivirus software blocking update writing processes
- Corrupted Windows Update database or component files
- Disabled Windows Update & BITS services
Step-by-Step Instructions to Fix 0x80070005
Run Windows Update Troubleshooter
Open Settings > System > Troubleshoot > Other troubleshooters. Click 'Run' next to Windows Update and apply recommended automated repairs.
Reset Windows Update Components via CMD
Open Command Prompt as Administrator and run: `net stop wuauserv` `net stop bits` `net stop cryptsvc` `ren C:\Windows\SoftwareDistribution SoftwareDistribution.old` `net start wuauserv` `net start bits`
Run SFC and DISM System Repair
Run `sfc /scannow` in Admin Terminal. Followed by `DISM /Online /Cleanup-Image /RestoreHealth` to fix corrupted core Windows binaries.
Temporarily Disable 3rd Party Antivirus
Disable third-party antivirus (McAfee, Avast, Norton) and re-trigger Windows Update check.
Reset Security Permissions with SubInACL
Grant Local System and Administrator full permissions over the registry hive if error persists.
How to Prevent 0x80070005 in the Future
- Always execute administrative commands using 'Run as administrator'.
- Do not tamper with default folder security permissions in C:\Windows or ProgramData.
