How To Fix “The Requested Operation Requires Elevation” (2024)

Sometimes when you try to access a file/folder on your external drive or attempt to run a program, you may encounter a message saying “The requested operation requires elevation”.

This error indicates that you do not have the essential privileges to perform a particular action on Windows and thus need elevated permission of a local administrator.

A quick way to fix these types of errors is to run the program as an administrator. Most of the time, this will fix your issue but sometimes you may require additional fixes.

So, without further ado, let’s learn about the nature of your problem, why it’s happening and how to fix them in this article.

What Causes the “The Requested Operation Requires Elevation” Error Message?

There are various reasons why you are experiencing this issue. Some of the most common and possible ones are as follows:

  • Strict User Account Control(UAC) Settings
  • Windows account corrupted
  • Administrator Privilege error
  • Admin approval mode set inappropriately

How to Fix “The Requested Operation Requires Elevation”

Since you are experiencing this issue due to insufficient permissions, providing additional permissions will most likely solve your problem. Furthermore, the error also pops up while running network commands.

Hence, most of the fixes mentioned here revolve around different ways to provide elevated permissions. From turning off the UAC to creating your new account, we have mentioned several fixes in this article that you can try until your problem gets fixed.

Open the Program as an Administrator

Some programs require additional permissions to open or run successfully. Likewise, they need to run as an administrator; otherwise, the elevation error can occur. Fortunately, you can easily run the program as an administrator with the steps below.

  1. Right-click on the application you want to open and select the Properties option.
  2. Under the Compatibility tab and Settings section, click to enable the Run this program as an administrator checkbox.How To Fix “The Requested Operation Requires Elevation” (1)
  3. Click on Apply and OK button.
  4. Restart your system and open the application to see if the problem has been fixed.

Turn Off the UAC

UAC is a Windows security component that decides access to the system. It prevents unauthorized programs and apps from getting installed and making any changes to the system without appropriate administrator privileges.

If you have set very strict UAC settings, it can lead to issues like this one. However, you can change it from the control panel. Here’s how you can do it.

  1. Press the Windows + R key and type control to open the control panel.
  2. Then, navigate to User Accounts > User Accounts.
  3. Click on Change User Account Control Settings.
  4. Drag the slider to Never notify and click on OK.How To Fix “The Requested Operation Requires Elevation” (2)
  5. On the UAC prompt, click on Yes to confirm.
  6. Restart your PC and see if your issue is fixed now.

Reset the Folder Permission

If you get the error message while accessing the files on an external hard drive, then changing the ownership of the drive can help solve your problem. Here’s how you can do it.

  1. Right-click on the problematic folder you want to access and select the Properties option.
  2. Under the Security tab, click on the Advanced button.How To Fix “The Requested Operation Requires Elevation” (3)
  3. Click to enable the “Replace all child object permission entries with inheritable permission entries from this object” checkbox.
    How To Fix “The Requested Operation Requires Elevation” (4)
  4. Then click on Apply and OK.
  5. Restart your system and see if you can now access the file without error.

Reset the Folder Permission

You can tweak some settings in the Group Policy Editor to resolve your issue. But, only the pro version of Windows has it installed by default. So, if you are using a Home version of Windows, this method won’t work for you unless you install the group policy editor manually on your system.

You can change the group policy editor settings as follows:

  1. Press the Windows + R key and type gpedit.msc.
  2. Navigate to:
    Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.
  3. On the right pane, double-click on User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode policy.How To Fix “The Requested Operation Requires Elevation” (5)
  4. Under the Local Security Setting, expand the dropdown and choose the “Elevate without prompting” option.How To Fix “The Requested Operation Requires Elevation” (6)
  5. Click on Apply and OK.
  6. Restart your PC and check if this solved your issue.

Additionally, you can disable the Admin Approval Mode for the Built-in Administrator account policy. If this policy is enabled, the system will ask for permission every time you want to perform an administrative task regardless of whether you are the administrator or not.

You can follow the first two steps of the above method and then continue from here.

  1. On the right pane, find the User Account Control: Admin Approval Mode for the Built-in Administrator account and double-click to open it.How To Fix “The Requested Operation Requires Elevation” (7)
  2. Under the Local Security Setting, click to enable the Disabled option.How To Fix “The Requested Operation Requires Elevation” (8)
  3. Click on Apply and OK.
  4. Restart your system and see if it works.

Create a New Admin Account

If none of the above methods worked, this is your last resort. It requires you to create a new account.

You can create a new admin account using the Settings app and Command Prompt in Windows 10 or Windows 11. However, in operating systems lower than Windows 10 we do not have the Settings app option. So, we recommend using the command prompt for the convenience of all kinds of users.

Here’s how you can create a new account to solve your issue.

  1. Press the Windows + R key and type cmd.
  2. Then, press the Ctrl + Shift + Enter key to open cmd as an administrator.
  3. Type the following command
    • net user /add [*username] [password]
    • net localgroup administrators [username] /add
      How To Fix “The Requested Operation Requires Elevation” (9)

Note: Replace the username and password with your own desired username and password.

  1. Reboot your system and see if your problem has been solved.
How To Fix “The Requested Operation Requires Elevation” (2024)

FAQs

How to get rid of the requested operation requires elevation? ›

How can I get rid of the requested operation requires elevation error message while trying to run an application? Simply run the application as administrator by right-clicking on the app icon and then selecting the Run as administrator option from the context menu.

What does "request requires elevation" mean? ›

“The requested operation requires elevation” means that in order to open the file you'll need the elevated permission of a local administrator to take ownership and gain access. Try to right click on the installer and select Run as administrator. You will be prompted for the administrator password. Regards, Mike.

What does elevation mean in computer? ›

Elevation means that the program needs administrator rights for installation, generally to access some files or folders with limited rights, and as you did not launch the program in admin mode it is asking for such.

Do you want to allow this app to make changes the requested operation requires elevation? ›

One of the most straightforward ways to resolve the "Requested Operation Requires Elevation" error is to run the application or command with administrative privileges. This action essentially grants the task elevated permissions, allowing it to make changes to the system as needed.

How do I force an application to run without elevation? ›

You can use the AppCompatibilityView tool if you want to always run a specific .exe file without elevation. You have to add the .exe file by dragging it to the AppCompatibilityView window and then choose - Add Compatibility Option -> Run As Invoker.

How do I turn off elevation prompt? ›

In Group Policy, go to Computer Configuration/Windows Settings/Security Settings/Local Policies/Security Options, double-click on User Account Control: Behavior of the elevation prompt for standard users and choose Automatically Deny elevation requests.

How do you elevate permissions? ›

Incorporating su (super-user), sudo (super-user do), or a combination of these methods, ensures that permission elevation is secure. Permission elevation is an option available with the configuration of SSH credentials. Configuring this option involves selecting a permission elevation method.

How to run cmd as administrator? ›

To Open Command Prompt as an Administrator:
  1. Press the Windows Start button at the bottom left.
  2. Type in "Command Prompt".
  3. Right click on Command Prompt and click "Run as administrator".
  4. Click Yes if the Windows 10 User Account Control prompt is displayed.
  5. The Command Prompt should appear.
Mar 20, 2024

How to run Windows in administrator mode? ›

Use the "Windows key + D" keyboard shortcut to view the desktop (if applicable). Right-click the app, and select the Run as administrator option.

How to fix requested resource is in use? ›

Part 2: How to fix "the requested resource is in use"?
  1. Method 1: Safe Boot your Computer to fix the requested resource is in use.
  2. Method 2: Eliminate Malware via Windows Defender.
  3. Method 3: Get rid of Malicious Program/Software.
  4. Method 4: End the conflicting process.
  5. Method 5: Use System File Checker.

What is an example elevation? ›

The height and depth of an object are examples of elevation. A ball held 10 meters above sea level has an elevation of 10m, which is also the height of the ball. A diver at an elevation of 5m below the sea surface is then -5m deep below the sea level.

What do you mean by elevation? ›

Elevation is distance above sea level. Elevations are usually measured in meters or feet. They can be shown on maps by contour lines, which connect points with the same elevation; by bands of color; or by numbers giving the exact elevations of particular points on the Earth's surface.

How to fix requires elevation? ›

Steps to resolve the error
  1. Use Default Administrator Account. ...
  2. Install the Software in the System Account. ...
  3. Turn off UAC in the client computers. ...
  4. Applies to: Software Installation, Software Installation failure, Network Path not found, Software Deployment Status.

How to bypass the requested operation requires elevation? ›

  1. Solution 1: Take ownership of the hard drive.
  2. Solution 2: Run the app as an administrator.
  3. Solution 3: Disabling UAC.
  4. Solution 4: Disable your antivirus software temporarily.
  5. Solution 5: Run the Windows troubleshooter.
  6. Solution 6: Update your drivers.

What does request elevation mean? ›

When you try to access a file or install a program on your computer, you may encounter the error message, “the requested operation requires elevation”. This error indicates that the task you are trying to perform on your computer requires additional permission or authentication from the administrator.

How to bypass elevation in Windows? ›

Press Windows Key + S on your keyboard. Inside the Search box, type Change user account control settings then hit Enter. Now, drag the blue bar down to the Never Notify option. Save the changes you made by clicking OK.

How do I remove elevated privileges from Windows 10? ›

In the Local Group Policy Editor, click "Computer Configuration" - "Windows Settings" - "Windows Settings" - "Security Settings" - "Local Policies" - "Security Options". 3. Then, find the "Accounts: Administrator account status" on the right side of the interface, if the status reads "Enabled", you need to disable it.

How do I secure my desktop when prompting for elevation? ›

Configure the policy value for Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> “User Account Control: Switch to the secure desktop when prompting for elevation” to “Enabled”.

Top Articles
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 6178

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.