4 ways to turn off User Account Control (UAC) on Windows 11

The frequent UAC prompts that pop up can be frustrating when you're trying to troubleshoot software or other problems on your PC. If you need to temporarily disable the UAC prompt, here's how you can disable it on Windows.

User Account Control (UAC) is a Windows security feature. It protects your PC against malware intrusion and prevents unauthorized changes. When enabled, all changes that require admin access will trigger a UAC prompt asking the user for elevated permissions.

However, the frequent UAC prompts that pop up can be annoying when you're trying to troubleshoot software or other problems on your PC. If you need to temporarily disable the UAC prompt, here's how you can disable it on Windows.

1. How to disable UAC on Windows 11 using Control Panel

You can disable the User Account Control prompt from the classic Control Panel. From here, you can not only turn off UAC, but you can also configure and choose when to receive notifications about changes to your computer.

To turn off User Account Control using Control Panel:

1. Press Win + R to open Run.

2. Type control and click OK to open the Control Panel.

3. In Control Panel, click User Accounts.

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 1

4. Click User Accounts again.

5. Next, click Change User Account Control settings .

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 2

6. By default, User Account Control is set to only notify you when applications try to make changes to the computer.

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 3

7. To disable this feature, drag the slider all the way to the bottom and set it to Never notify.

8. Click OK to save the changes. Click Yes if last prompted by UAC.

Note that when you disable UAC, Windows won't notify you if an application tries to install software or make any changes to the computer. Also, the prompt won't appear when you try to make changes to your PC.

If you need to re-enable UAC, open User Account Control settings and set the slider to the second level (notify me only when the app tries to make changes to the computer).

Note that if you're trying to make changes from a non-admin account, you'll need to enter your admin password to disable or enable UAC.

2. How to turn off User Account Control with Registry Editor

You can also use Registry Editor and modify system policies to disable User Account Control on your Windows computer. Here's how to do it.

Note that modifying registry entries is risky. Incorrect modifications can cause your system to fall into an unbootable state. Make sure to create a system restore point before continuing with the steps below.

1. Press Win + R to open Run.

2. Type regedit and click OK to open Registry Editor. Click Yes if prompted by UAC.

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 4

3. In Registry Editor, navigate to the following location. You can also copy and paste the following path into Registry Editor:

ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem

4. In the right pane, locate and right-click the DWORD EnableLUA value.

5. Select Modify.

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 5

6. Enter 0 in the Value data field and click OK to save the changes.

7. Restart your computer to apply the changes.

8. To enable UAC, modify the DWORD EnableLUA value and set it to 1 . Click OK to save the changes.

3. How to disable User Account Control with Command Prompt

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 6

If you need to turn UAC on and off frequently, you can modify the registry entry using the Command Prompt. Make sure to open the command in Command Prompt with admin rights to avoid any errors.

To turn off UAC using Command Prompt:

1. Press the Win key and type cmd.

2. Right click on Command Prompt and select Run as administrator .

3. In the Command Prompth window, type the following command and press Enter :

reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /f

4. The above command makes the same modifications as you did with the Registry Editor before. It modifies the DWORD EnableLUA value and sets it to 0 . Once done, restart your PC to apply the changes.

If you need to re-enable User Account Control, execute the following command:

reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 1 /f

As you can see, the above command has the value of d set to 1 . This will enable UAC through the Registry Editor.

4. Turn off User Account Control via Group Policy Editor

If you need to disable UAC for multiple computers over the network, it is better to use the admin capabilities of the Group Policy Editor. This is how you can disable UAC using gpedit.

Note that Group Policy Editor is only available on Windows Pro, Edu and Enterprise versions of the operating system. If you use Home edition, follow these steps to enable gpedit on Windows Home.

Next, follow these steps to disable UAC using the Group Policy Editor:

1. Press Win + R to open Run.

2. Type gpedit and click OK to open the Group Policy Editor.

3. In the Group Policy Editor, navigate to the following location:

Local Computer Policy > Computer Configuration > Windows Settings > Security Settings > Local Policies

4. Next, click Security Options.

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 7

5. In the right pane, locate and right click on User Account: Run all administrator in Admin Approval Mode .

6. Select Properties.

7. In the Properties dialog box , select Disabled.

4 ways to turn off User Account Control (UAC) on Windows 11 Picture 8

8. Click Apply > OK to save the changes.

9. Similarly, if you need to re-enable UAC, set the User Account: Run all administrators in Admin Approval Mode policy to Enabled. Click Apply > OK to save the changes.

« PREV
NEXT »