0x80070005SystemHigh
Error 0x80070005 — Access Denied (ERROR_ACCESS_DENIED) | Windows System Error Fix
Windows 11Windows 10Windows Server 2022Windows 8.1
What Does 0x80070005 Mean?
Access is denied. The caller does not have the required permissions to perform the operation.
Real-World Causes
- 1User account lacks permissions to access the file or folder
- 2Windows Update service cannot write to protected directories
- 3UAC blocking an application from modifying system files
- 4Group Policy restricting access
- 5File or folder ownership set to a different user or SYSTEM
Symptoms
- ⚠Cannot modify, delete, or access specific files or folders
- ⚠Windows Update fails with access denied
- ⚠Applications cannot save settings or data
- ⚠Installation programs fail during file copy
Ad Space – header
DIY Fix
Beginner-friendly steps you can try at home
- 1Run the operation as administrator
- 2Take ownership of the file: right-click > Properties > Security > Advanced > Change owner
- 3Run Windows Update Troubleshooter for update-related access denied errors
- 4Disable third-party antivirus temporarily to test if it is blocking access
Advanced Fix
For experienced users and IT professionals
- 1Reset Windows Update permissions: 'icacls C:\Windows\SoftwareDistribution /grant administrators:F /t'
- 2Use 'takeown /f filepath /r /d y' followed by 'icacls filepath /grant %username%:F /t' for stubborn permission issues
Ad Space – after-fix
Frequently Asked Questions
Why do I get access denied on my own computer?
Even as an administrator, Windows uses UAC to limit permissions by default. System files, other users' profiles, and certain registry keys require elevated permissions. Right-clicking and selecting 'Run as administrator' grants the elevated access needed.
Is this the same as 0x80070522?
They are related but different. 0x80070005 is a general access denied, while 0x80070522 specifically means a required privilege (like SeBackupPrivilege) is not held. The fixes are similar — run as administrator or adjust permissions.
Related Error Codes
About the Author
Windows Troubleshooting Team
Verified against official Microsoft documentation and real-world diagnostic data. Error behavior confirmed across Windows 10, Windows 11, and Windows Server.