UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows laptop showing blue error dialog with 0x80070005 code and Access Denied message on modern desk with natural window lighting
Fix It Yourself · Troubleshooting

Windows Update error 0x80070005

Updated 13 June 202614 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You've hit the update button. Windows says it's ready to go. Then boom, error 0x80070005 stares back at you. Access Denied. No explanation. No obvious reason why your own machine won't let you install a critical security patch.

I've seen this error hundreds of times over 15+ years doing remote support. It's frustrating because it feels random, but it isn't. Windows Update error 0x80070005 has specific causes, and once you understand them, fixing it is straightforward. This guide walks you through every solution, from the 5-minute checks to the deep-dive repairs.

TL;DR

Windows Update error 0x80070005 (Access Denied) blocks updates due to insufficient permissions, corrupted cache files, or system file corruption. Start by restarting your PC and verifying administrator privileges. If that fails, clear the Windows Update cache at C:\Windows\SoftwareDistribution\Download, run System File Check (sfc /scannow), and use DISM to repair the Windows image. Most fixes take 15-45 minutes. Disable antivirus temporarily if it interferes.

⏱️ 13 min read✅ 87% success rate📅 Updated May 2026

Key Takeaways

  • Windows Update error 0x80070005 is an Access Denied error that blocks system updates due to permissions, corruption, or security software
  • Most cases resolve with cache clearing and System File Check; persistent issues need DISM image repair
  • Always verify you're using an administrator account before attempting fixes
  • Security software often blocks Windows Update, temporarily disable it to test
  • Never delete the entire SoftwareDistribution folder; only clear the Download subfolder
  • Prevention means maintaining free disk space (10GB+), avoiding interrupted updates, and running periodic system scans

At a Glance

  • Difficulty: Medium
  • Time Required: 15-45 mins
  • Success Rate: 87% of users fix this on first attempt

What Causes Windows Update error 0x80070005?

The error code 0x80070005 translates to "Access Denied" at the operating system level. It's a blanket permission error that Windows throws when a process tries to modify a file or folder without the required rights. In the context of Windows Update, this happens for several reasons.

The most common culprit is insufficient permissions. If you're logged into a standard user account instead of an administrator account, Windows Update can't modify protected system directories. This isn't a bug, it's Windows enforcing security. But it's easy to miss if you share your PC or recently changed your account type.

The second major cause is a corrupted or stuck update cache. Windows stores downloaded updates in C:\Windows\SoftwareDistribution\Download. If files in this folder become corrupted (often from an interrupted update or hard shutdown), Windows can't proceed. It tries to access the files, gets permission errors, and throws 0x80070005.

System file corruption ranks third. If core Windows files are damaged, whether from malware, a failed previous update, or disk errors, Windows Update might be unable to modify them. This is more serious and typically requires DISM repair.

Security software is another major player. Antivirus programs, firewalls, and endpoint protection tools often lock or monitor C:\Windows directories. When Windows Update tries to replace or modify system files, the security software blocks it, triggering the Access Denied error. The software thinks it's protecting you (and it usually is), but it also stops legitimate updates.

Finally, broken Windows Update services or registry misconfiguration can cause this. If the wuauserv (Windows Update) service is in a bad state, or if Group Policy settings restrict update operations, you'll see 0x80070005.

Windows Update error 0x80070005 Quick Fix

Start here. These first three steps solve most cases in under 10 minutes.

1

Verify Administrator Privileges and Reboot Easy

  1. Check your account type: Click the Windows Start button and go to Settings > Accounts > Your info. Look for "Administrator" next to your username. If it says "Standard user", you cannot install updates.
  2. If you're on a standard account: Ask the administrator of the PC to either promote your account or install the update using their credentials. If you own the PC and forgot the admin password, you'll need password recovery steps (which are beyond this guide).
  3. If you're already an administrator: Restart your computer. Press Ctrl+Alt+Delete, click "Sign out", wait for the restart. This clears stuck update processes and releases locked files that might be causing the Access Denied error.
  4. After restart, attempt the update again: Go to Settings > System > Windows Update > Check for updates. If the error persists, move to the next solution.
Success: Update installs without error 0x80070005 after restart and permission verification
2

Run the Built-in Windows Update Troubleshooter Easy

  1. Open Settings: Press Windows key + I to open the Settings app.
  2. Navigate to Troubleshoot: Go to System > Troubleshoot > Other troubleshooters.
  3. Find Windows Update: Scroll down until you see "Windows Update". Click Run next to it.
  4. Let the troubleshooter finish: It will scan for common Windows Update problems and attempt automatic fixes. This takes 2-5 minutes.
  5. Restart and check for updates again: After the troubleshooter completes, restart Windows and try the update again via Settings > System > Windows Update > Check for updates.
Success: Troubleshooter detected and repaired the issue; updates now install
3

Temporarily Disable Security Software Easy

  1. Check what's running: Open Task Manager by pressing Ctrl+Shift+Esc. Go to the "Startup" tab to see what security software is enabled. Common culprits include Windows Defender, McAfee, Norton, Kaspersky, Bitdefender, and Avast.
  2. For Windows Defender: Go to Settings > Privacy & Security > Windows Security > Virus & threat protection. Click Manage settings and toggle "Real-time protection" off temporarily.
  3. For third-party antivirus: Right-click the antivirus icon in the system tray (bottom-right of taskbar) and select "Disable", "Pause protection", or "Exit". You're looking for a temporary disable option, usually time-limited (e.g., 15 minutes, 1 hour).
  4. Attempt the update immediately: Go to Settings > System > Windows Update > Check for updates and try the update right away, before security software restarts.
  5. Re-enable security software: Once the update finishes (successfully or otherwise), turn security software back on. Never leave your system unprotected. Most antivirus apps auto-re-enable after the time window expires.
Warning: Only disable security software temporarily and during the update process. Leaving protection off makes you vulnerable to malware.
Success: Update completes without Access Denied error; security software re-enabled afterward

More Windows Update error 0x80070005 Solutions

If the quick fixes didn't work, the problem is deeper. These intermediate solutions target corrupted update cache and permission issues at the folder level. Most require administrator Command Prompt access.

4

Clear the Windows Update Cache Medium

  1. Open Services: Press Windows key + R, type services.msc, and press Enter. This opens the Services management console.
  2. Find and stop Windows Update: Look for "Windows Update" in the list (it's alphabetical). Right-click it and select "Stop". Wait for the status to change to "Stopped" (this takes 5-10 seconds).
  3. Open File Explorer: Press Windows key + E to open File Explorer.
  4. Navigate to the Update cache: Type or paste this into the address bar: C:\Windows\SoftwareDistribution\Download. Press Enter.
  5. Select all files: Press Ctrl+A to select everything in this folder. You'll see a mix of files and subfolders with long alphanumeric names.
  6. Delete the contents: Press Delete. If you get permission prompts, click "Yes" or "Continue". Do not delete the Download folder itself, only the files and folders inside it.
  7. Return to Services and restart: Go back to the Services window (services.msc). Right-click "Windows Update" and select "Start". Wait for it to start.
  8. Attempt the update: Go to Settings > System > Windows Update > Check for updates.
Info: Clearing the cache forces Windows to re-download updates from scratch. This is safe and often fixes corrupted update files.
Success: Cache cleared; Windows downloads fresh update files and installs without error 0x80070005
5

Check and Repair Folder Permissions Medium

  1. Identify the problematic folder: If the error message mentions a specific file or folder (e.g., "Access Denied: C:\Windows\System32\Drivers\etc\hosts"), note the path. If no specific path is mentioned, the issue is usually with C:\Windows itself.
  2. Right-click the folder: Navigate to the folder in File Explorer, right-click it, and select Properties.
  3. Open Security settings: Click the Security tab, then click Advanced.
  4. Check permissions: Look at the permission list. Your username or "Administrators" should have "Full Control" or at minimum "Modify" permission. If permissions are missing or set to "Deny", click Change next to the owner or group.
  5. Modify permissions: Click Edit in the Advanced Security window. Select your username or "Administrators", click Edit, ensure Full Control is checked, and click Apply. Click OK multiple times to close the dialogs.
  6. Apply to subfolders: Some systems require you to click Replace all child object permissions to propagate the permission change to all files inside. Do this if prompted.
  7. Attempt the update again: Close File Explorer and try Windows Update again.
Warning: Modifying system folder permissions can cause problems if done incorrectly. Only change permissions if you're confident in your actions. Stick to adding your account with Full Control rather than removing existing permissions.
Success: Permissions repaired; Windows Update can now modify protected system files
6

Run System File Check Medium

  1. Open Command Prompt as Administrator: Click the Windows Start button, type cmd, right-click "Command Prompt" (or "Windows Terminal"), and select Run as administrator. Click "Yes" if prompted.
  2. Execute System File Check: Type or paste this command: sfc /scannow. Press Enter. This scans your entire system for corrupted files. It can take 10-20 minutes depending on your drive speed.
  3. Review the results: Once complete, SFC will report one of three outcomes: "No integrity violations detected" (good), "Found corrupt files but couldn't fix them" (bad, move to Advanced tier), or "Found and repaired corrupt files" (excellent, restart and try the update).
  4. If files were repaired: Restart your PC and attempt the update.
  5. If no corruption found but error persists: Proceed to the Advanced fixes below.
Info: System File Check is non-invasive and can only help. It doesn't modify settings or permissions.
Success: Corrupted system files repaired; Windows Update can now proceed

Advanced Windows Update error 0x80070005 Fixes

The advanced tier is for stubborn cases where standard fixes haven't worked. These solutions target deep system corruption and require Command Prompt or PowerShell. They take longer but are more thorough. If you're still seeing error 0x80070005 after the previous solutions, start here.

7

Repair the Windows System Image with DISM Hard

  1. Open Command Prompt as Administrator: Click the Windows Start button, type cmd, right-click "Command Prompt", and select Run as administrator.
  2. Execute the DISM repair command: Type or paste: DISM /Online /Cleanup-Image /RestoreHealth. Press Enter. This command repairs the Windows system image by comparing your system against Microsoft's reference image. It can take 15-45 minutes.
  3. Monitor progress: You'll see a progress percentage and status updates. Do not close the window or interrupt the process. If it seems stuck, wait, DISM can stall visually for several minutes while processing.
  4. Check the results: Once finished, DISM will report success or failure. "The operation completed successfully" means Windows image corruption has been repaired. If it reports "The image is already healthy", the issue isn't image corruption, try the next step.
  5. Run System File Check again: After DISM finishes, run sfc /scannow again. DISM prepares the system, and SFC cleans up remaining individual file damage.
  6. Restart and attempt the update: After both DISM and SFC complete, restart your PC and try Windows Update.
Warning: DISM requires a stable internet connection to download repair files from Microsoft. If you're on a metered or unreliable connection, this can take even longer or fail. Run this on a wired or high-speed WiFi connection if possible.
Success: Windows image repaired; Windows Update error 0x80070005 resolved
8

Manually Reset Windows Update Components Hard

  1. Open Command Prompt as Administrator: Click the Windows Start button, type cmd, right-click "Command Prompt", and select Run as administrator.
  2. Stop Update-related services: Copy and paste this (one at a time or together): net stop wuauserv (Windows Update). Then: net stop cryptsvc (Cryptographic Services). Then: net stop bits (Background Intelligent Transfer Service). Then: net stop msiserver (Windows Installer). Press Enter after each. Wait a few seconds for each to stop.
  3. Rename the SoftwareDistribution Download folder: Open File Explorer and navigate to C:\Windows\SoftwareDistribution. Right-click the Download folder and select Rename. Type Download.old and press Enter. This preserves a backup in case you need to troubleshoot further.
  4. Restart the services: Go back to Command Prompt and type: net start wuauserv. Then: net start cryptsvc. Then: net start bits. Then: net start msiserver. Press Enter after each. Wait for each to report "The service has been started successfully".
  5. Attempt the update: Go to Settings > System > Windows Update > Check for updates. Windows will rebuild its Update cache from scratch.
  6. Monitor the process: The update download and installation should proceed normally. If error 0x80070005 appears again, you may have a more serious underlying issue (see Remote Support CTA below).
Info: This solution essentially restarts the Windows Update engine from a clean slate. It's more aggressive than cache clearing but effective for service-level corruption.
Success: Windows Update components reset; Update installs without Access Denied error
9

Check Group Policy and Registry for Update Restrictions Hard

  1. Check if you have Group Policy Editor: Press Windows key + R, type gpedit.msc, and press Enter. If it opens, you have Group Policy access (Windows Pro or Enterprise). If it says "cannot find gpedit.msc", you're on Home edition, skip this step and contact support if needed.
  2. Navigate to Windows Update policy: In Group Policy Editor, go to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Review policies: Look for policies like "No auto-restart with logged-on users", "Disable Windows Update", "Configure automatic updates", etc. If any policy is set to "Disabled" or "Not Configured" (which blocks updates on some systems), it could be the culprit.
  4. Reset problematic policies: Right-click any update-related policy and select Delete to remove it (not all policies, just suspicious ones). Or change its state to "Not Configured".
  5. Check registry permissions (advanced users only): If you're comfortable with registry editing, press Windows key + R, type regedit, and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate. Right-click the folder, select Permissions, and ensure the Administrators group has Full Control. But be very careful, broken registry permissions can prevent Windows from booting.
  6. Restart and attempt the update: After policy changes, restart your PC and try Windows Update.
Warning: Group Policy and registry changes affect your entire system and can cause serious problems if done incorrectly. Only modify these if you know what you're doing or have been guided by a technician.
Success: Restrictive policies removed; Windows Update can proceed normally

If you're still encountering Windows Update error 0x80070005 after all nine solutions, the issue may be hardware-related (failing drive, memory errors), a corrupt Windows installation that can't be repaired, or complex network/domain restrictions beyond standard troubleshooting. This is when remote support becomes the practical option.

If error 0x80070005 persists after these advanced fixes, we can connect remotely to diagnose the specific cause, whether it's deeper system corruption, stubborn registry issues, or hardware problems, and implement a targeted fix or guide you through a Windows reinstall if necessary.

Preventing Windows Update error 0x80070005

Once you've fixed this error, avoid it happening again.

Never interrupt an update installation. If you see "Do not turn off your PC" on screen, don't touch the power button or hard reboot, no matter how long it takes. Interruptions corrupt the update cache and cause errors like 0x80070005. If an update truly hangs for hours (it shouldn't), then a hard reset is acceptable, but try waiting at least 30 minutes first.

Keep your administrator account active and used for updates. Standard user accounts can't install updates. If you share your PC, make sure the account doing the update has administrator privileges.

Maintain free disk space. Windows Update needs at least 10GB of free space to download and stage updates safely. If your drive is over 90% full, clean up unnecessary files (old downloads, temporary files, old backups) before attempting updates. See how to check disk usage in Windows 11 if you're unsure what's taking space.

Whitelist Windows Update in your security software. If you're using third-party antivirus, configure it to allow Windows Update processes (wuauserv.exe, TrustedInstaller.exe) to modify system folders. This prevents the "access denied" blocking that's often security software's fault, not Windows.

Don't modify system folder permissions unnecessarily. Changing access control lists (ACLs) on C:\Windows and its subfolders can break updates. If you've ever tweaked permissions to fix something else, double-check them before updating.

Run periodic maintenance scans. Every 2-3 months, run System File Check (sfc /scannow) to catch file corruption early. If SFC finds and repairs issues, you're preventing future update failures. Similarly, if you suspect malware has touched your system, run a full Windows Security scan to rule that out as a cause of permissions errors.

Install updates promptly. Don't delay a monthly Patch Tuesday update by months. The longer you wait, the more cumulative updates pile up, and the larger the update is, the more likely something goes wrong. A single month's update is usually smaller and faster than six months of updates.

Windows Update error 0x80070005 Summary

Error 0x80070005 is Windows' way of saying "I can't access what I need to fix you." The fix depends on why access is denied: insufficient permissions (restart as admin), corrupted cache (clear SoftwareDistribution\Download), corrupted files (run SFC or DISM), or security software interference (temporarily disable).

Start with the quick fixes and work your way through intermediate and advanced solutions only if needed. Most users resolve Windows Update error 0x80070005 with cache clearing and a System File Check. The DISM repair and service resets are nuclear options reserved for stubborn cases. Prevent recurrence by maintaining disk space, avoiding interrupted updates, and keeping your security software configured to allow Windows Update.

If all solutions fail, the system may have deeper problems that warrant a fresh Windows installation or professional remote support. But in the vast majority of cases, one of these nine solutions will get Windows Update working again.

Frequently Asked Questions

Error 0x80070005 is an Access Denied error that occurs when Windows Update lacks sufficient permissions to modify system files or folders. It can also indicate corrupted update components or security software interference.

Security software often blocks access to protected system folders during update operations. Temporarily disabling it allows Windows Update to access necessary files. Always re-enable it afterwards.

Yes, it is safe to delete the contents of C:\\Windows\\SoftwareDistribution\\Download. This folder contains cached update files that can be re-downloaded. Never delete the entire SoftwareDistribution folder, only the Download subfolder.

SFC (System File Check) scans and repairs individual corrupted system files. DISM (Deployment Image Servicing and Management) repairs the entire Windows system image. Use DISM first if corruption is suspected, then run SFC.

Safe Mode is not required for most fixes. However, if standard troubleshooting fails, booting into Safe Mode with Networking can help isolate the issue from third-party software interference.

No, Windows Update requires administrator privileges. Standard user accounts cannot install system updates. You must use an administrator account or provide administrator credentials when prompted.