Get IT Solutions

How to do IT
Menu
  • Home
  • SCCM 2012
    • Deploy Packages
    • Troubleshooting errors SCCM 2012
  • Windows
    • Applications Silent Install
    • Windows Tools
    • Windows Error
    • Script
    • Exchange Server
    • Troubleshooting Office
    • Applications Errors
  • Database
    • SQL Server
    • MySQL
    • Oracle
  • Cybersecurity
  • Other
  • Reviews

Fix “The Requested Operation Requires Elevation” Error On Windows 11/10/7

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
  • 4 causes of “The Requested Operation Requires Elevation” Error
  • How Can I Fix “The Requested Operation Requires Elevation” Message?
    • 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. Update your device drivers
  • Conclusions

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
Change User Account Control Settings

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

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.
Run as administrator

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 -   Your PC needs to be repaired error - How to fix ?
  • 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.
User Account Control

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
WerFault Error sfc scan now command

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.
Admin Approval Mode for the Built-in Administrator account Local Security Setting tab

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.

Share
Tweet
Google+
Pinterest
Linkedin
Stumble
Email
Prev Article
Next Article

Related Articles

Clock Watchdog Timeout - Windows 10 11 Best Solutions
Facing a blue screen with an error flashing atop is …

Clock Watchdog Timeout – Windows 10/11 Best Solutions

windows update KB4048957 issue
The latest Microsoft Windows Update KB4048957 – November 14, 2017 …

Windows Update KB4048957 EPSON Pinters issue – SCCM Script Solution

Best Computers & Laptops

Best Computer for Cyber Security – Laptop and Desktop
Best Computer for Cyber Security
Hey, are you seeking the best computer for cyber security? Well, we must say you have come to the right place to find your answer and guidance. There are a plethora of products out there for you to pick from ...
Read More
Best Computer for Microsoft Office & Excel – Laptop and Desktop
Best Computer for Microsoft Office & Excel
Are you finding the Best Computer for Microsoft Office and Excel? In modern days, the best laptop or desktop set is the one which is both portable, has good looks and offers the smoothest performance. Microsoft Office is a package ...
Read More
Best Computer for Hacking – Laptop and Desktop Selection
Best computer for Hacking
When it comes to hacking, either laptop or desktop, choosing the best computer for hacking would be an exhilarating job. There are many specifications to be considered for hacking ...
Read More

SQL Server Tips

FIX sqlstate 42000 – mysql error 1064 – you have an error in your sql syntax
Sqlstate 42000 Is a general code that come together with other number. Most often comes with the code 1064 and ...
Read More
The execute permission was denied on the object – SQL Server Error
The execute permission was denied on the object
The following article will handle “the execute permission was denied on the object” error appears on SQL Server. This error ...
Read More
How to Read Data from LDF file in SQL Server – A Complete Guide
Read LDF File
Hello Everyone, Today we are going to address the most popular query of SQL users, how to read data from ...
Read More

Search

We are on:

Get FREE SPACE for your PC

3 Method to Delete Temp Files in Windows 7/10 including vbs script

In this post we will explain how to delete temp files windows 7 using three different methods including vbs script ...
Read More

Fastest way to delete hiberfil sys from windows 10/8/7 and XP – CMD

In this article we will explain how to remove or delete hiberfil sys from Windows 10/8/7 and XP . If you does ...
Read More

Learn How to Silent Install Applications

Silent Install Adobe Flash Player
In this tutorial will explain how to silent install adobe flash player 25, Msi and Exe version. How to disable auto update and uninstall older ...
Read More
Java Silent Install and Uninstall Older Version – Deploy Package MSI
This tutorial will explain how to silent install Java MSI/EXE version and disable auto-update. The command line will also uninstall the ...
Read More
Silent Install Adobe Shockwave Player 12 and disable update
In this tutorial will explain how to silent install Adobe Shockwave Player 12 msi and disable auto update. The command will uninstall older ...
Read More
Silent Install Google Chrome MSI, Silent Uninstall and Disable Auto Update
This tutorial will explain how to silent install Google Chrome MSI and disable auto update. The command will uninstall older version of ...
Read More
Silent Install Adobe Reader 11 and DC – msi and exe – disable update
In this tutorial will explain how to silent install Adobe Reader version 11 and DC. We will user both version "msi" ...
Read More
Silent Install Mozilla Firefox msi and exe file – Including Silent Uninstallation
This tutorial will explain how to silent install Mozilla Firefox. We will use MSI and EXE files to perform a silent ...
Read More
Skype Silent Install Msi and disable updates
In this tutorial will explain how to silent install skype  and disable auto update. The command will uninstall older version of Skype and ...
Read More
Filezilla Silent Install msi and exe version
Filezilla silent install tutorial will explain how to perform a silent installation of application. We will explain methods, silent install ...
Read More
Silent install VLC Media Player
In this tutorial will explain how to silent install VLC Media Player. We will explain both methods for exe and ...
Read More
Notepad++ silent install exe and msi version – Command Line
Notepad++ silent install is the new article from a series of silent installations. Notepad++ as free software has two main ...
Read More

Batch File Solutions

How to list files in cmd – Command Prompt – Windows 10
Whenever you want to search and make a list of all files on a specific folder, you used the windows ...
Read More
Batch rename multiple files in folder – CMD script – Bulk Method – Win 10
The following article will teach how to rename multiple files in a folder with the bulk method using Command Line ...
Read More
Batch script rename file using Command Line (CMD) & PowerShell – Windows 10
The following article will use the “rename” or “ren” command to rename the file using a command prompt. Also, we ...
Read More
Change extension of multiple files at once – CMD batch file
The following article will teach the methods to change the extension of multiple files at once using command prompt and ...
Read More
How to delete registry key with command line | PowerShell | Batch
The following article is the third of series about registry and working on it through command line (CMD) and PowerShell ...
Read More
How to add registry key & values with CMD | PowerShell | Batch
The registry is the place where most of the applications store the settings but not only. Used also from the ...
Read More
Unmap Network Drive CMD – (Batch file) – net use delete command
After we posted the methods to map network drive using cmd commands we come this time with the method to ...
Read More
Map Network Drive cmd (batch file) – net use user password
This article will focus on another way to map a network drive on your computer instead of from the explorer ...
Read More
How to Find Large Files on Windows 7 & 10 – CMD Forfiles Command
If the capacity of your hard drive is running low, it is time to clean off some files and to ...
Read More
CMD Script to check disk space on windows and multiple remote servers
The following article will provide you script to check disk space. The Script monitor space on windows and multiple remote ...
Read More

Get IT Solutions

How to do IT

About Us

Get IT Solutions is a personal blog, which is managed to guide people for various topic.

Second Menu

  • Donate
  • About Us
  • Contact Us
  • Privacy Policy

What Will You Find

Automation is our area of writing where are included scripts, batch and various tips to automate your daily job.
Copyright © 2025 Get IT Solutions