How to Fix Error Code 0x80070005 (Access Denied) in Windows

Share

Running into Error Code 0x80070005 on your Windows PC? This “Access Denied” error often hits during Windows updates, app installations, or file access attempts.

Don’t stress, we’ve got straightforward, step-by-step fixes to get you back on track fast. Let’s dive in.

Error code 0x80070005

How to Fix Error Code 0x80070005

Error Code 0x80070005 typically shows up with a message like: “Access is denied” or “Something went wrong, error code 0x80070005.” It’s usually caused by permission issues, corrupted system files, or security software conflicts. Start with a quick reboot, then try the solutions below to resolve it.

Video: Fixing Error Code 0x80070005 on Windows

This video tutorial shows how to fix Error Code 0x80070005 by using the Windows Update Troubleshooter, resetting update components, and repairing system files.

Common Causes of Error Code 0x80070005

  • Permission issues: Restricted user permissions can block updates, installations, or file access.
  • Corrupted system files: Damaged Windows components from failed updates or crashes.
  • Security software conflicts: Overzealous antivirus or firewall settings may block system processes.
  • Windows Update glitches: Temporary issues with the update service or corrupted cache.
  • Malware or registry damage: Infections or leftover registry errors can cause access denials.

Step-by-Step Solutions

Method 1: Run the Windows Update Troubleshooter

  1. Open Settings (Win + I) and go to System > Troubleshoot > Other troubleshooters.
  2. Find Windows Update and click Run.
  3. Follow the prompts to detect and fix issues.

🛠️ Tip: Need a deeper fix? Try Malwarebytes Premium to scan and repair system issues automatically.

Method 2: Reset Windows Update Components

  1. Search for cmd, right-click, and select Run as administrator.
  2. Stop update services by running these commands:
    • net stop wuauserv
    • net stop cryptSvc
    • net stop bits
    • net stop msiserver
  3. Rename the update folders:
    • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    • ren C:\Windows\System32\catroot2 catroot2.old
  4. Restart the services:
    • net start wuauserv
    • net start cryptSvc
    • net start bits
    • net start msiserver
  5. Reboot and try the update or installation again.

Method 3: Run System File Checker (SFC) and DISM

  1. Open Command Prompt as administrator.
  2. Run sfc /scannow and wait for it to complete.
  3. Then, run these DISM commands one by one:
    • DISM /Online /Cleanup-Image /CheckHealth
    • DISM /Online /Cleanup-Image /ScanHealth
    • DISM /Online /Cleanup-Image /RestoreHealth
  4. Reboot your PC.

Method 4: Take Ownership of Files/Folders

  1. Right-click the file or folder causing the error and select Properties.
  2. Go to the Security tab and click Advanced.
  3. Next to Owner, click Change.
  4. Enter your username, click Check Names, then OK.
  5. Check Replace owner on subcontainers and objects, then click Apply and OK.
  6. Ensure your account has Full control under Permissions.

Method 5: Disable Third-Party Antivirus Temporarily

  1. Open your antivirus program and locate the option to disable real-time protection.
  2. Turn it off temporarily, then retry the update or installation.

Method 6: Check for Malware

  1. Run a full system scan with Windows Defender or your preferred antivirus.
  2. For deeper scans, use Malwarebytes Premium to detect registry or permission issues caused by malware.

Tips & Advanced Fixes

Advanced Tip: If the error occurs during a specific app installation, try running the installer as an administrator (right-click > Run as administrator).

Tech Tip: Boot into Safe Mode to test if the error persists, as it disables non-essential services and drivers.

Related Links

Error Code 0x80070005 FAQ

What causes Error Code 0x80070005?
It’s usually due to restricted permissions, corrupted system files, or conflicts with security software blocking access.
Can this error affect Windows Updates?
Yes, it’s common during failed updates due to permission issues or corrupted update files.
Is malware a cause?
Possibly. Malware can alter permissions or damage system files, triggering this error.
Can I fix this without reinstalling Windows?
Absolutely! Most cases are resolved with troubleshooters, permission resets, or system repairs.
Why does it say “Access Denied”?
Your user account or system process lacks the necessary permissions to complete the task.

Still stuck? Drop a comment below or contact us for help.

Related Windows Error Fixes


Discover more from Windows Mode

Subscribe to get the latest posts sent to your email.