Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (2024)

Have you ever faced issues while accessing any file or folder on your system? If so, you would have found the requested operation requires elevation error message on your screen.

Though it is a common issue and related to ownership permissions, it is very annoying, especially when you urgently need to access a file or folder.

No worries!

I have compiled the best solutions to eliminate the problem forever (do not forget to check the bonus hack at the end). But before that, let us discuss the error in detail and its possible causes.

Table of Contents

Meaning of the “The Requested Operation Requires Elevation” error on Windows 11/10/7

“The requested operation requires elevation” error on Windows means that you are not authorized to access the files/folders or the permissions to do are now considered foreign to your computer.

As the error message states – the requested operation requires elevation, you need to ask the local administrator for ownership of the files/folders to access them. Then only, you can read, write, modify, or delete them. Here, the term “elevation” signifies the local administrator.

There are several reasons why you face the requested operation requires elevation error on Windows 10 as discussed in the next section.

4 causes of “The Requested Operation Requires Elevation” Error

As aforementioned, here are the four common causes of the requested operation requires elevation error besides the permission issue.

  • Your current Windows account is either corrupt or damaged. In either case, I recommend creating a new account as an admin to solve the error.
  • (Only for Pro Windows users!) The local group policy of Microsoft directs how an admin account operates under the admin mode. To solve the error, you would need to use the Local Group Policy editor to allow admin accounts to work outside the admin approval mode.
  • Did you set strict UAC rules for it to operate? If yes, that is another reason behind the requested operation requires elevation error on Windows. Try easing out the rules or disabling them to solve the problem.
  • A severe AV (antivirus) security suite often marks 100% safe and legal programs as a threat. As a result, the requested operation requires elevation error arises. Try adding the disputed program to the exception or disabling the AV.

How Can I Fix “The Requested Operation Requires Elevation” Message?

Once you know what is responsible for the error, you can work around the following solutions according to your preference.

  1. Disable User Account Control (UAC)
  2. Run the disputed program as an admin
  3. Reset folder permission
  4. Change Security Options In The Group Policy Editor
  5. Repair system files using SFC
  6. Change External Hard Drive Ownership
  7. Disable your third-party antivirus (AV)
  8. Add Domain admins group to the Local Administrators group
  9. Disable the Admin Approval Mode for built-in Administrator
  10. (Bonus hack) Update your device drivers

Let us discuss each of these solutions in detail below by starting off with turning the UAC off.

1. Disable User Account Control (UAC)

The UAC is a critical security feature in your PC. If any program or application needs complete access to your computer, they will have to ask the UAC first. That is, it is up to the UAC to let the applications access your system or not.

If disabled, all programs and applications will run in the administrative mode. That too, without permission. Hence, I do not recommend turning off UAC. However, if it is necessary to do so, make sure to enable it again.

Follow these steps to turn off UAC.

  • Open the Search box and enter user account control in the input field. Hit the Enter key to open the User Account Control
  • Once the UAC window opens, find and click on the Change User Account Control Settings
  • You will see a blue slider with “Always Notify” and “Never Notify” mentioned at either end of the slider. Slide the bar to Never Notify.

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (2)

Never Notify

  • Click on OK to turn off UAC.
  • Click Yes if prompted.

Now, please restart your computer to apply the settings.

2. Run the disputed program as an admin

Another hack to solve the requested operation requires elevation error is by running that disputed program or file as an admin. To do so, follow these steps.

  • Open the Search box and search for the specific program you wish to run as an admin.
  • Do not open the program. Instead, right-click on it and click on the Open file location option from the menu.
  • The Properties window of that program will open. Click on the Shortcut tab and select Advanced.
  • Tick the checkbox next to Run as administrator and click on OK.

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (3)

Run as administrator

The above program will always run as an administrator if you run it from the shortcut created above.

3. Reset folder permission

Resetting the files and folders permissions on Windows is very straightforward. You can do so by either the icacls command or the secedit command.

Follow these steps to execute the icacls command.

  • First and foremost, you need to be the owner of the target file or folder.
  • If you are the owner, launch the Command Prompt on your system.
  • Execute the command – icacls * /t /q /c /reset
  • Save the permissions to the file.

Follow these steps to execute the secedit command.

  • Launch the Command Prompt on your system.
  • Execute the command – secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
  • Save the permissions to the file.

If any warning pops up, ignore it.

These are the two commands to restore the default settings of files and folders.

4. Change Security Options In The Group Policy Editor

Follow these steps to access and change security options in the Local Group Policy editor on Windows 10.

READ ALSO - How to analyze Task Scheduler 0x41301 error code and fix it.
  • Launch the Group Policy Management Editor using any of these ways – Search box, command prompt, PowerShell, or Control Panel.
  • Once the Local Group Policy Editor opens, navigate to the Security options folder under Local policies. Click on it.
  • As the Security options folder opens, right-click on the User Account Control: Behavior of the elevation prompt for administrators in the Admin Approval Mode policy on the right panel. Right-click on it to continue.

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (4)

User Account Control

  • As the new window opens, go to the Local Security Settings tab and select Elevate without prompting from the drop-down menu.
  • Click on Apply and then, on OK to apply the above changes.

Please restart the system and check if the requested operation requires elevation persists. If yes, do not give up as here is another solution.

5. Repair system files using SFC

The easiest way to scan for corrupt and damaged files is by running the built-in SFC (system file checker) tool. Another best part of the tool is that it automatically repairs the faulty files for you.

Follow these steps to repair the system files using the SFC tool.

  • Launch the Run command box using the Search box or Windows + R
  • Type cmd and hit the shortcut key combination of Ctrl+Shift+Enter to open Command Prompt as an admin.
  • Once the Command Prompt opens, type sfc /scannow and press the Enter

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (5)

WerFault Error sfc scan now command

The tool will now get to work and return with the details. Note that this process may take considerable time.

6. Change External Hard Drive Ownership

Try this fix only if you are unable to access files from the hard drive. If not, you can skip this method.

To change hard drive ownership, follow the given steps.

  • Log out of the computer and log in as Administrator.
  • Open My Computer and navigate to your hard drive.
  • Right-click on the external drive and select Properties.
  • Click on the Security tab and click on Advanced.
  • You will find the Owner You have to Edit it. To do so, click on the Edit option.
  • As the Owner window opens, set the Administrator account as the owner of the external drive. That is, set your account as the owner.
  • Once done, click on Replace owner on sub containers and objects.
  • Apply the changes and click on OK.

Restart your computer and check if the requested operation requires elevation error exists. If yes, try the next solution.

7. Disable your third-party antivirus (AV)

Do you have an antivirus installed on your PC? If so, that is another reason behind the requested operation requires elevation error. This is because certain AVs inadvertently block access to even the legal programs.

In such situations, you should disable the antivirus or add the disputed programs to the exemption list.

Most AV lets you disable them from the Settings or directly from the Taskbar.

Once disabled, restart your PC and check if the earlier error persists. If yes, try the next solution.

8. Add Domain admins group to the Local Administrators group

There are several ways to add AD users to the Local Administrators group. However, my best hack is using the Group Policy. Let us discuss this below.

As the first step, create a GPO (group policy object) and link to the OU (organization unit).

Once completed, follow the given steps.

  • Open the above-created GPO.
  • Follow this path – Computer Configurations > Policies > Windows Settings > Security Settings > Restricted Groups.
  • Right-click on Restricted Groups and select Add group.
  • The Members of this group window will open up. Click on Add on the left side and select the AD users to be added to the Local Administrators group.
  • Once done, click on Apply and OK to close the GPO.

Check if the error still shows up. If so, here is another fix.

9. Disable the Admin Approval Mode for built-in Administrator

When you update the Windows, the Admin approval mode for the built-in administrator gets enabled due to some reasons. As a result, you will have to ask for permission to do any administrative task even if you are the admin.

Hence, the requested operation requires elevation error is also caused by this.

Follow these steps to disable the above policy using the Group Policy Editor.

  • Launch the Run box using the conventional Windows + R shortcut key combination. Alternatively, you can also use the Search bar or PowerShell to do so.
  • Once it opens, execute the command – msc to open the Group Policy editor.
  • As the GPE opens, navigate to Security Options under the Local Policies
  • You will get a huge policies list on the right panel. Find User Account Control: Admin Approval Mode for the Built-in Administrator account Local Security Setting tab and right-click on it.
  • Select Properties from the menu.

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (6)

Admin Approval Mode for the Built-in Administrator account Local Security Setting tab

  • On the next window, click on the Local Security Setting
  • Click on Disabled.
  • Click on Apply and OK to save the changes.

Please restart your computer to see the changes.

BONUS hack!!

10. Update your device drivers

Yes, outdated, corrupt, or damaged device drivers are the major cause of several Windows problems. So, I recommend updating them in this case as well.

Follow these steps to update your device drivers.

  • Launch the Device Manager using any preferred method.
  • Scroll down to Network adapters and click on it to expand it.
  • Right-click on any driver and select the Update device option from the context menu.
  • In the next window, you will have the option to update the driver manually or automatically. Select search automatically for updated driver software or browse my computer for driver software.
  • Once you have selected the desired option, follow the on-screen steps to update the device drivers.

Restart the computer to see the effects. Your problem should have been solved by now.

Conclusions

So, here you go. These were the top solutions to gain access to the files and folders you were unable to access earlier and get away with the requested operation requires elevation error.

Try these out, especially the bonus hack, and let me know in the comments if you face any hurdles. I will be pleased to assist you.

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows (2024)

FAQs

Top 10 Ways To Fix "The Requested Operation Requires Elevation" Error On Windows? ›

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.

How do I fix the requested operation requires elevation error? ›

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.

How do I get rid of 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

What does request 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.

How to run administrator privileges? ›

Steps to start an application as an administrator account

Press and hold down the Shift key, and then right-click the executable file or the shortcut for the application, and then select Run as different user. In the Windows Security window, type the administrator account's user name and password, and then select OK.

How do I give myself admin rights on Windows 10? ›

Windows 10 Procedure
  1. Log in to the computer by using an administrator account.
  2. Select the Windows Start button, and then select Settings.
  3. Select Accounts.
  4. Select Family & other users.
  5. Select the user's name, and then select Change account type.
  6. Select Administrator, and then select OK.
  7. Log out.
Sep 22, 2023

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

How to force application to run without elevation on Windows 10? ›

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.

What does requires elevation mean in command prompt? ›

The error “The requested operation requires elevation” usually occurs when you don't have the required administrator privileges to open certain files and folders.

What is elevation of permissions? ›

Permission elevation is the process of granting a user or a program a higher level of access to a system or a file than they would normally have.

What does my elevation mean? ›

What is elevation? Elevation is a measurement of height above sea level. Elevation typically refers to the height of a point on the earth's surface, and not in the air. Altitude is a measurement of an object's height, often referring to your height above the ground (such as in an airplane or a satellite).

How do I bypass 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.

What is the requested operation requires elevation error? ›

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 do I elevate Windows? ›

To open an elevated command prompt, you can follow these steps:
  1. Press the Windows key on your keyboard or click on the Windows icon in the taskbar to open the Start menu.
  2. Type "cmd" in the search bar.
  3. Right-click on "command prompt" or "command prompt (Admin)" in the search results.
  4. Select "Run as administrator."

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 do I disable UAC? ›

Go to Start and choose the option for Control Panel. Open User Accounts (if grouped by category, this option will be under the User Accounts and Family Safety category). Click the link to Turn User Account Control on or off. Uncheck the option to Use User Account Control (UAC) to help protect your computer.

How do I fix boot up error? ›

To do so, go to Windows Search and select Change Advanced Startup Options. Restart the computer and click on Troubleshoot, then select Advanced Options and click on Startup Repair. Follow the prompts and choose an account. The repair process will scan the computer and attempt to fix any startup problems.

What does the requested operation requires elevation translate? ›

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

Top Articles
Hyundai Elantra - Infos, Preise, Alternativen
Google Chrome - The Fast & Secure Web Browser Built to be Yours
Katie Pavlich Bikini Photos
Gamevault Agent
Toyota Campers For Sale Craigslist
FFXIV Immortal Flames Hunting Log Guide
CKS is only available in the UK | NICE
Unlocking the Enigmatic Tonicamille: A Journey from Small Town to Social Media Stardom
Overzicht reviews voor 2Cheap.nl
Globe Position Fault Litter Robot
World Cup Soccer Wiki
Dr Manish Patel Mooresville Nc
Apus.edu Login
Urban Dictionary: hungolomghononoloughongous
Prosser Dam Fish Count
Jayah And Kimora Phone Number
10 Fun Things to Do in Elk Grove, CA | Explore Elk Grove
Evil Dead Rise - Everything You Need To Know
Craigslist Maui Garage Sale
Wgu Academy Phone Number
Aps Day Spa Evesham
Poe Str Stacking
Pasco Telestaff
Coomeet Premium Mod Apk For Pc
Home
Hdmovie2 Sbs
Kentuky Fried Chicken Near Me
Breckiehill Shower Cucumber
Poochies Liquor Store
Wat is een hickmann?
Ticket To Paradise Showtimes Near Cinemark Mall Del Norte
Doctors of Optometry - Westchester Mall | Trusted Eye Doctors in White Plains, NY
Lacey Costco Gas Price
12657 Uline Way Kenosha Wi
Yu-Gi-Oh Card Database
United E Gift Card
Rogold Extension
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Weekly Math Review Q4 3
Facebook Marketplace Marrero La
Nobodyhome.tv Reddit
Topos De Bolos Engraçados
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hampton In And Suites Near Me
Stoughton Commuter Rail Schedule
Bedbathandbeyond Flemington Nj
Free Carnival-themed Google Slides & PowerPoint templates
Otter Bustr
Selly Medaline
Latest Posts
Article information

Author: Jonah Leffler

Last Updated:

Views: 5609

Rating: 4.4 / 5 (65 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Jonah Leffler

Birthday: 1997-10-27

Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

Phone: +2611128251586

Job: Mining Supervisor

Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.