WindowsMedium

Error 'Access is Denied' in Windows: Fix

The article explains why the system message 'Access is denied' appears in Windows and provides several proven solutions — from simply running as administrator to configuring system security settings.

Updated at February 17, 2026
10-15 minutes
Easy
FixPedia Team
Применимо к:Windows 10Windows 11

What the "Access is denied" Error Means

The error "Access is denied" is a Windows system message that appears when the current user or process attempts to perform an action (launch a program, stop a service, access a file) but lacks sufficient privileges.

It is often accompanied by the code 0x80070005 and can occur in various contexts:

  • When attempting to run an installer or program.
  • When stopping a system service via Task Manager.
  • When accessing protected folders (e.g., C:\Program Files).
  • When using certain commands in PowerShell or Command Prompt.

Causes

The cause is almost always the same — insufficient privileges. Specific scenarios:

  1. Running without administrator rights. Many programs (especially installers and system utilities) require elevated privileges. The standard user token does not allow them to make changes to protected system areas.
  2. Active User Account Control (UAC). Even if you are logged into an administrator account, processes run with standard rights by default. UAC requests confirmation to elevate privileges. If the prompt is suppressed or configured too strictly, access may be blocked.
  3. Blocking by antivirus or firewall. Protection systems may mistakenly consider a legitimate process malicious and block its launch or access to other processes.
  4. Corruption of user profile or system permissions. Issues with ACLs (Access Control Lists) at the file system or registry level can result in even an administrator being unable to gain access.
  5. Conflict with another running process. Attempting to modify or stop a process that is already in use by the system or another application with higher priority.

Solutions

We recommend performing the solutions in order, from simplest to most complex.

Method 1: Run the Program as an Administrator

This is the most common and straightforward solution.

  1. Locate the program's executable file (.exe) or its shortcut.
  2. Right-click on it.
  3. In the context menu, select "Run as administrator".
  4. If a User Account Control (UAC) prompt appears, click "Yes".

💡 Tip: To always run the program with administrator privileges, configure compatibility settings:

  1. Right-click the file → Properties.
  2. Compatibility tab.
  3. Check the box "Run this program as an administrator".
  4. Click Apply and OK.

Method 2: Configure User Account Control (UAC)

If the first method didn't help or you want to change system behavior globally.

  1. Open Control Panel (can be found via Windows search).
  2. Navigate to User AccountsChange User Account Control settings.
  3. In the window that appears, move the slider:
    • Top position — notify about all changes (most secure).
    • Middle position (default) — notify only when programs try to make changes to your computer.
    • Bottom position — never notify (least secure, not recommended).
  4. Click OK and restart your computer for changes to take effect.

Method 3: Temporarily Disable Antivirus and Firewall

To check if the cause is a block by protection software.

For Windows Defender:

  1. Open Control PanelWindows Defender Firewall.
  2. On the left, select "Turn Windows Defender Firewall on or off".
  3. For active networks (private/public), select "Turn off Windows Defender Firewall".
  4. Click OK.

For third-party antivirus:

  • Find the antivirus icon in the system tray (near the clock).
  • Right-click it and select "Disable protection" or "Pause protection" (usually for 10-15 minutes).
  • Try running the problematic program.

⚠️ Important: After testing, be sure to re-enable all protection components!

Method 4: Check System File Integrity

Corruption of Windows system libraries can disrupt security mechanisms.

  1. Press Win + R, type cmd, and press Ctrl + Shift + Enter to run Command Prompt as administrator.
  2. Enter the command:

F.A.Q.

Why does the 'Access is denied' error occur?
Can UAC be completely disabled to avoid the error?
Does antivirus always cause this error?
Will creating a new user help?

Hints

Run the program as an administrator
Check User Account Control (UAC) settings
Temporarily disable antivirus and firewall
Restore system file integrity

Did this article help you solve the problem?

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community