Error Code Lookup
Moderate Severity

0x80070005 Error: Access Denied (E_ACCESSDENIED)

Error Code
0x80070005
Category
Windows System
Severity
Moderate
Platform
Windows
Error 0x80070005 means Windows does not have the required permissions to perform the requested operation. This commonly occurs during Windows Update, when installing software, or when accessing system files. It is essentially a permissions error at the operating system level.

Common Causes

Symptoms

How to Fix 0x80070005

What Is Error

Error code 0x80070005 is a Windows HRESULT error code that translates to "Access Denied (E_ACCESSDENIED)". HRESULT codes are hexadecimal values used throughout the Windows operating system to indicate specific error conditions. When you see this error, it means Windows or an application encountered the condition described above and could not continue the operation.

The error code format breaks down as follows: the leading 0x8 indicates a failure, the next digits identify the facility (the Windows subsystem that generated the error), and the remaining digits specify the exact error condition.

How Serious Is

Error 0x80070005 is not typically an emergency, but it will prevent certain operations from completing. You can continue using your computer for other tasks while troubleshooting. Work through the fixes below in order, starting with the simplest solutions.

Related Error Codes