Friday, August 21, 2026
Windows OS & UpdateHigh Severity

Windows Error 0x80070005: Access is Denied (Update & Store)

Applies to: Windows 11 / Windows 10

0x80070005: Diagnostic Walkthrough
High Severity
Verified Bureau Report
Windows OS & Update Technical Telemetry (2026)

0x80070005: Diagnostic Walkthrough

Est. DIY Repair Cost
$0 (Free DIY Software Fix)
Above: Windows operating system registry and administrative permission diagnostic terminal.Photo: System Administration Tech Wire
Safety & Usage Advisory

Can you still drive / use device? Yes, but prevents Windows Security updates and Microsoft Store downloads.

Estimated Repair Cost
$0
$0 (Free DIY Software Fix)
Diagnostic Category
Windows OS & Update
Windows 11 / Windows 10
Fix Difficulty
Moderate DIY
~30-60 Mins Required

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

1

Run Windows Update Troubleshooter

Open Settings > System > Troubleshoot > Other troubleshooters. Click 'Run' next to Windows Update and apply recommended automated repairs.

Tools / Software Required: Windows Built-in Settings
2

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`

Tools / Software Required: Command Prompt (Admin)
3

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.

Tools / Software Required: Command Prompt (Admin)
4

Temporarily Disable 3rd Party Antivirus

Disable third-party antivirus (McAfee, Avast, Norton) and re-trigger Windows Update check.

Tools / Software Required: Antivirus Control Panel
5

Reset Security Permissions with SubInACL

Grant Local System and Administrator full permissions over the registry hive if error persists.

Tools / Software Required: Windows PowerShell

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.

0x80070005 Troubleshooting FAQs

Windows Update requires elevated system permissions to overwrite protected system files. If a file is locked or permission is stripped, 0x80070005 (Access Denied) occurs.