Follow
Windows

How to Enable or Disable UAC in Windows 11

Richard
Written by
Richard
Aug 10, 2021 Updated Apr 28, 2026 3 min read
How to Enable or Disable UAC in Windows 11

User Account Control (UAC) is a built-in safety tool in Windows 11. Think of it as a gatekeeper for your User Account Control (UAC) is a built-in security feature in Windows 11. It acts as a gatekeeper for your computer. It ensures that apps do not make changes to your system without your permission. This process is known as UAC elevation.

Why use UAC?

UAC stops malicious software from installing itself or changing system files. It keeps your computer safe from viruses and accidental damage. By requiring an administrator account to approve changes, it prevents unauthorized software from gaining full control over your PC.

What happens when you change it?

If you turn it off, your computer will not ask for your permission when programs try to install or change settings. This makes your system faster to use but much less secure. You lose the primary defense against background threats that try to modify your Windows security settings.

Warning: Disabling UAC lowers your system security significantly. It allows apps to run with full administrative privileges without your knowledge. Only disable it if you have a specific, temporary need, and always turn it back on afterward.

How to Disable UAC in Windows 11

The easiest way to change this setting is through the Control Panel. Note: You must be signed in as an administrator to change these settings.

  1. Click the Start button and type “Control Panel”. Open the app.
    Windows 11 Control Panel interface for UAC settings
  2. Click on User Accounts, then click User Accounts again.
    User Accounts section in Windows 11 Control Panel
  3. Click the link that says Change User Account Control settings.
    Change User Account Control settings in Windows 11
  4. Move the slider all the way to the bottom to Never notify. Click OK.
    UAC setting dragged to Never notify in Windows 11
  5. You will see a final prompt asking for permission. Click Yes.
    UAC prompt asking to allow changes in Windows 11

Advanced Methods: Registry and Group Policy

Advanced users can manage these settings via the registry. Warning: Incorrect changes to the registry can damage your system. Always back up your registry first.

1. Press Win + R, type regedit, and press Enter. (Requires Admin Privileges)

2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

3. Find the EnableLUA key. Set the value to 0 to disable UAC or 1 to enable it.

For enterprise environments, you can use the Local Security Policy editor (secpol.msc) to manage UAC behavior for all users via the Security Options folder.

Troubleshooting UAC Prompts

If UAC keeps asking for permission even after you have disabled it, your user profile may be corrupted or a security policy may be overriding your settings. Ensure your account has the correct Security Identifier (SID) and that you are not part of a restricted group. If you cannot bypass UAC during software installation, try running the installer as an administrator by right-clicking the file and selecting Run as administrator.

Summary

UAC is a vital security tool. While you can turn it off, doing so makes your computer vulnerable to malicious software. For more information, visit the official Microsoft documentation. Only disable it if you have a specific reason, and always turn it back on when you are finished.

Is it safe to disable UAC in Windows 11?

No, it is not safe. Disabling UAC removes a critical layer of protection that prevents unauthorized apps from making system-wide changes. Without it, malware can easily infect your computer, modify system files, or steal your data without triggering any warnings or requiring your explicit approval.

What is the difference between ‘Never notify’ and ‘Always notify’?

‘Always notify’ triggers a prompt for every single change, including Windows settings. ‘Never notify’ turns off UAC entirely, meaning no prompts appear. The default setting is a balance, notifying you only when apps attempt to make changes to your computer, which is the recommended security practice.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2472 articles → Twitter

📚 Related Tutorials

How to Reset Local Group Policy in Windows 11
Windows How to Reset Local Group Policy in Windows 11
How to Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
How to Change Name of User Profile Folder in Windows 11
Windows How to Change Name of User Profile Folder in Windows 11
How to List User Profiles and Accounts in Windows 11
Windows How to List User Profiles and Accounts in Windows 11

3 responses to “How to Enable or Disable UAC in Windows 11”

  1. I do these steps but when I restart the PC, it becomes enabled.
    I have this issue with windows defender too.
    when I disable these two, after restart they are enable again

Leave a Reply

Your email address will not be published. Required fields are marked *