How to Fix Windows Error 0x80070005 — Access Denied

Windows Error 0x80070005: Access Denied

This error typically occurs when insufficient permissions for windows update. Below you'll find 5 proven fixes to resolve it.

What Causes Windows Error 0x80070005?

Windows error 0x80070005 (Access Denied) can be triggered by several issues:

  • Insufficient permissions for Windows Update
  • Antivirus blocking system changes
  • Corrupted user profile
  • Group Policy restrictions
  • Damaged Windows Update components

How to Fix Windows Error 0x80070005 — Step by Step

1

Run Windows Update Troubleshooter

Press Win + I > System > Troubleshoot > Other troubleshooters > Windows Update > Run. This resets update components automatically.

2

Take ownership of the folder

Open CMD as Admin. Run: takeown /f C:\Windows\SoftwareDistribution /r /d y then icacls C:\Windows\SoftwareDistribution /grant administrators:F /t

3

Reset Windows Update components

Open CMD as Admin and run these commands one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits

4

Disable antivirus temporarily

Your antivirus may block Windows Update. Temporarily disable it, run the update, then re-enable. Windows Defender: Settings > Windows Security > Virus protection > Manage settings > Real-time protection OFF.

5

Run SFC and DISM

Open CMD as Admin:
sfc /scannow
Then: DISM /Online /Cleanup-Image /RestoreHealth
Restart and try the update again.

Still Getting Error 0x80070005?

IT Cares can diagnose and fix this error remotely — usually in under 30 minutes.

Frequently Asked Questions

What does error 0x80070005 mean?

Error 0x80070005 means 'Access Denied.' Windows doesn't have the permissions it needs to complete an operation — usually a Windows Update, app installation, or system restore.

Can a virus cause error 0x80070005?

Yes. Malware can modify system permissions, block Windows Update, or corrupt user profiles. Run a full scan with Windows Defender and Malwarebytes before trying other fixes.

Is it safe to reset Windows Update components?

Yes. Resetting update components (renaming SoftwareDistribution folder) is a standard Microsoft-recommended fix. It forces Windows to rebuild its update cache from scratch.

Does 0x80070005 affect my files?

No. This error only affects system operations like updates and installations. Your personal files are safe. However, the underlying cause (like a corrupted profile) should be fixed.

When should I call a professional?

If the error persists after all fixes, or if it appears during system restore or activation, a technician can diagnose deeper permission issues, registry problems, or hardware-related causes.

Comments

Have a question about error 0x80070005? Leave a comment below.

Leave a Comment