How to Fix Windows Error 0x80070005

30 views
Updated: 2025-07-05

If you're unsure, please do not proceed. Make sure you fully understand the situation before continuing.

What is 0x80070005

The Windows error code 0x80070005, also known as "Access is denied," typically occurs when a program or user does not have the necessary permissions to perform an action. This error can appear during software installation, updates, file operations, or when accessing system resources. It often points to a permissions issue, either due to user account settings, file or folder restrictions, or security software blocking access.

How to Fix 0x80070005

1. Run the affected application or command prompt as an administrator. Right-click on the program or shortcut and select "Run as administrator" to grant elevated permissions.

2. Check the file or folder permissions. Right-click the file or folder, go to "Properties," then the "Security" tab. Ensure that your user account has "Full control" or at least "Read & execute" permissions. If not, click "Edit" and adjust the permissions accordingly.

3. Disable or configure your antivirus or firewall software. Sometimes, security programs block access to certain files or processes. Temporarily disable them to see if the error resolves, and re-enable them after troubleshooting.

4. Use the System File Checker (SFC) tool to repair corrupted system files. Open Command Prompt as an administrator and run the command: `sfc /scannow`. This can resolve underlying issues that may be causing the access denial.

5. Check for disk errors using the Check Disk utility. Open Command Prompt as an administrator and run: `chkdsk C: /f /r` (replace "C:" with the appropriate drive letter). This can fix issues with the file system that might be causing the error.

Was this solution helpful?