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 message “the requested operation requires elevation" in this context usually indicates a problem with file ownership – that the Windows user you are using does not own the file or does not have the required permissions on the file.

What is elevation in a laptop? ›

“Elevation” in this context is simply granting administrative rights to a Windows user account or program to process tasks. UAC settings in Windows allow you to configure these access rights.

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 to fix roblox 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 the requested operation requires elevation vs code mean? ›

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 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 do I turn off elevation in Windows 10? ›

2 Answers
  1. Open Run (Windows key + R) and type 'secpol. msc' and hit enter.
  2. Now, Navigate to Local Policies > Security Options and search for User Account Control: Behavior of the elevation prompt for standard user and double click on it.
  3. Select Automatically deny elevation requests and Apply.
Jan 20, 2024

How do you get elevation? ›

There are two ways to measure the elevation of a point above sea level: an altimeter and a digital elevation model. An altimeter is an instrument that measures the elevation of a point using the atmospheric pressure as an indication of height since the atmospheric pressure decreases at a constant rate with height.

How do I elevate my laptop? ›

Elevate the laptop a few inches above your desk, placing it on a stable support surface, such as a laptop stand or a stack of thick books. Your eyes should naturally hit the top third of your screen when you look straight ahead.

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.

Do laptops need to be elevated? ›

Should you prop up your laptop? Absolutely yes! Positioning your laptop flat on your desk can lead to straining your back, shoulders, and neck due to hunching over to see and type.

What is elevation button? ›

An elevated button is a label child displayed on a Material widget whose Material.elevation increases when the button is pressed.

How do I disable elevation prompt for standard users? ›

Open Run (Windows key + R) and type 'secpol. msc' and hit enter. Now, Navigate to Local Policies > Security Options and search for User Account Control: Behavior of the elevation prompt for standard user and double click on it. Select Automatically deny elevation requests and Apply.

How to switch to the secure desktop when prompting for elevation setting? ›

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”.

How to fix this command requires administrator privileges and must be executed from an elevated command prompt? ›

Press Windows Key + R to open the Run dialog, then type cmd and press Ctrl + Shift + Enter to run it as administrator.

Top Articles
Lugares para comer en la CDMX: 4 sitios que visitamos en abril
Rockwall Bulk Pickup Zone 2
ALLEN 'CHAINSAW' KESSLER | LAS VEGAS, NV, United States
Lc Auto Sales Irving
Smsgt Promotion List
Edutone Skyward
Comenity Pay Ns Web Payment
Peralta's Mexican Restaurant Grand Saline Menu
Restaurants Near Defy Trampoline Park
Dvax Message Board
Pepsi Collaboration
Joe Jonas Lpsg
Faotp Meaning In Text
Chubbs Canton Il
Apple Store Location
Rules - LOTTOBONUS - Florida Lottery Bonus Play Drawings & Promotions
Slither.io | Play the Game for Free on PacoGames
8 Casablanca Restaurants You’ll Want to Fly For | Will Fly for Food
Chris Evert Twitter
Nbl Virals Series
NFL Week 1 coverage map: Full TV schedule for CBS, Fox regional broadcasts | Sporting News
Appleton Post Crescent Today's Obituaries
Craigslist North Platte Nebraska
Kaylani Lei Photos
Rubmaps Springfield
Bbc Weather Boca Raton
Walmart Careers Stocker
What happened to Gas Monkey Garage?
Abby's Caribbean Cafe
Todos los dress codes para hombre que existen, explicados
Go Karts For Sale Near Me Under $500
Showcameips
Examination Policies: Finals, Midterms, General
Craigslist Cars Los Angeles
Shruti Rajagopalan — On Spotting Talent, And Making Sense of Rising India (#152)
Babymukki
Computer Repair Tryon North Carolina
8 Best Bubble Braid Hairstyles For All Hair Types
Junees Cedarhurst
Wisconsin Volleyball Team Leaked Pictures And Videos
Proto Ultima Exoplating
Dust Cornell
Today's Final Jeopardy Clue
Swrj Mugshots Logan Wv
Pge Set Up Service
Aid Office On 59Th Ashland
Pokimane Boob Flash
Hyundai Elantra - modele, dane, silniki, testy
Stroom- of gasstoring? | Stedin
Osrs Nex Mass
Sir Anthony Quayle, 76; Actor Won Distinction in Theater, Film, TV
Baja Boats For Sale On Craigslist
Latest Posts
Article information

Author: Fr. Dewey Fisher

Last Updated:

Views: 5469

Rating: 4.1 / 5 (42 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Fr. Dewey Fisher

Birthday: 1993-03-26

Address: 917 Hyun Views, Rogahnmouth, KY 91013-8827

Phone: +5938540192553

Job: Administration Developer

Hobby: Embroidery, Horseback riding, Juggling, Urban exploration, Skiing, Cycling, Handball

Introduction: My name is Fr. Dewey Fisher, I am a powerful, open, faithful, combative, spotless, faithful, fair person who loves writing and wants to share my knowledge and understanding with you.