How to Change UAC Prompt Behavior in Windows 11
Change User Account Control (UAC) prompt behavior by opening Local Security Policy (secpol.msc) or Registry Editor (regedit). Navigate to Security Options or the System key, respectively, and modify the ConsentPromptBehaviorUser setting. Remember to restart your computer for changes to take effect.
What is User Account Control (UAC)?
User Account Control, or UAC, is a safety tool built into Windows that stops unwanted programs from making changes to your PC without your okay.
Why does this matter? UAC protects your computer from unwanted changes, which is pretty important for keeping your system secure.
What happens when UAC works? If you try to run a program that requires special admin access (which means full control over your computer), Windows will prompt you for permission first. For instance, Windows might ask you to enter an administrator’s username and password.
Your Options for UAC Prompt Behavior
Windows 11 gives you choices for how the UAC prompt asks for permission, letting you decide if programs can make changes.
- Automatically deny elevation requests — The program won’t run. Windows shows an “Access Denied” message instead. Use this if you want to keep things simple and avoid password prompts.
- Prompt for credentials on the secure desktop — Windows switches to a locked-down screen and asks for an admin username and password. If you enter them correctly, the program runs with admin rights.
- Prompt for credentials (Default) — Windows asks for an admin username and password on your normal screen. If correct, the program runs with admin rights.
How to Change UAC Behavior Using Local Security Policy
You can change how the Windows 11 UAC prompt behaves using the Local Security Policy editor by following a few simple steps.
- Press Windows Key + R to open the Run box.
- Type
secpol.mscand press Enter. The Local Security Policy Editor opens. - In the left panel, expand Local Policies > Security Options.
- Find and double-click User Account Control: Behavior of the elevation prompt for standard users in the right panel.
- Choose the option you want from the dropdown menu:
- Automatically deny elevation requests
- Prompt for credentials on the secure desktop
- Prompt for credentials
- Click OK to save your choice.
- ⚠️ Admin privileges required — Restart your computer to apply the changes.

How to Change UAC Behavior Using Registry Editor
If you can’t access the Local Security Policy tool, you can also change the Windows 11 UAC prompt behavior by using the Registry Editor.
- Press Windows Key + R. Type
regeditand press Enter to open Registry Editor. - Navigate to this folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System - If you don’t see the System folder, right-click on Policies. Select New > Key. Name it System.
- In the System folder, right-click in the right pane. Select New > DWORD (32-bit) Value.
- Name the new value:
ConsentPromptBehaviorUser - Double-click the new value. Set the Base to Decimal. Enter one of these numbers in Value data:
- 0 = Automatically deny elevation requests
- 1 = Prompt for credentials on the secure desktop
- 3 = Prompt for credentials (default)
- Click OK and close Registry Editor.
- ⚠️ Admin privileges required — Restart your computer to apply the changes.

Learn More
For more details, visit the official Microsoft page: Microsoft UAC Behavior Settings
Summary
Windows 11 uses UAC prompts to ask for permission before letting programs make changes, keeping your PC safe.- Windows 11 asks for permission before running some programs. This keeps your PC safe.
- You can change how Windows asks for this permission. You can deny requests, prompt on a secure screen, or prompt normally.
- You can make these changes using the Local Security Policy Editor or the Registry Editor.
- Always restart your computer after making changes so they take effect.
How to enable UAC prompt?
You can change the UAC behavior by navigating to Control Panel, then System and Security, and finally Change User Account Control settings. Move the slider to your desired level of notification and select OK to save your changes.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!