If you use Windows 11 frequently, you’ve probably seen that familiar prompt asking for permission to make changes: “Do you want to allow this app to make changes to your device?”
This prompt comes from User Account Control (UAC) — a security feature designed to prevent unauthorized changes to your system. While it’s useful for protecting your PC from malware or unwanted software installations, it can become annoying if you’re an advanced user or frequently install and manage applications yourself.
Fortunately, you can safely adjust or completely disable UAC popups in Windows 11. In this guide, we’ll show you all the reliable methods to do so, including via the Control Panel, Group Policy Editor, and Registry Editor.
Disable User Account Control Popup
You’ll need administrator privileges to change or disable UAC. If your PC is managed by an organization (like a company or school), some options may be restricted by policy.
Tip: Disabling UAC reduces your protection against malicious software — use it only if you’re confident about what software you run and download.
Step 1: Adjust UAC Settings Through Control Panel (Recommended)
The easiest and most direct way to disable or lower UAC notifications is through the Control Panel.
- Press Windows + S and type UAC or User Account Control in the search bar.
- Click Change User Account Control settings from the results.
- You’ll see a slider with four levels of notification:
- Always notify (maximum security)
- Notify me only when apps try to make changes (default)
- Notify me only when apps try to make changes (do not dim desktop)
- Never notify (UAC disabled)
- Drag the slider all the way down to Never notify.
- Click OK and confirm any prompt that appears.
After restarting your computer, Windows will no longer show UAC prompts when you run or install applications.
Step 2: Disable UAC Using Group Policy Editor (Windows 11 Pro and Enterprise)
If you’re using Windows 11 Pro, Education, or Enterprise, you can disable UAC using the Local Group Policy Editor. This is especially useful for managing UAC behavior across multiple users.
- Press Windows + R, type gpedit.msc, and press Enter.
- Navigate to the following path:
Computer Configuration → Windows Settings → Security Settings → Local Policies → Security Options - In the right pane, scroll down and find:
User Account Control: Run all administrators in Admin Approval Mode. - Double-click it, select Disabled, and click Apply.
- Next, find these related settings and configure them as follows:
- User Account Control: Admin Approval Mode for the Built-in Administrator account → Disabled
- User Account Control: Behavior of the elevation prompt for administrators → Elevate without prompting
- Click OK, close the Group Policy Editor, and restart your PC.
After rebooting, Windows will stop showing UAC prompts entirely.
Step 3: Disable UAC via Registry Editor (For All Editions)
If you’re using Windows 11 Home, the Group Policy Editor isn’t available by default — but you can disable UAC through the Registry Editor instead.
- Press Windows + R, type regedit, and press Enter.
- Navigate to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System - In the right pane, locate the entry named EnableLUA.
- Double-click it and change the Value data from 1 to 0.
- Click OK and close the Registry Editor.
- Restart your computer for the change to take effect.
Once your system reboots, UAC will be fully disabled — meaning Windows will no longer show any “permission” prompts.
If you want to re-enable UAC later, simply return to the same location and change the value of EnableLUA back to 1.
Step 4: Temporarily Disable UAC Using PowerShell (Optional)
For advanced users, PowerShell provides a quick way to toggle UAC on or off without navigating through menus.
- Press Windows + X and select Windows Terminal (Admin).
- To disable UAC, run this command:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value 0 - To re-enable UAC, run:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value 1 - Restart your computer after running either command.
This approach is particularly useful for IT professionals who want to automate system configuration.
Step 5: Adjust Only the Notification Level (Safer Alternative)
If you don’t want to turn off UAC entirely but want fewer interruptions, you can set it to a lower level instead.
- Open the User Account Control Settings window again.
- Move the slider to the second-lowest level — “Notify me only when apps try to make changes to my computer (do not dim my desktop)”.
- Click OK.
This keeps UAC protection active but prevents screen dimming and reduces how often you see the popup. It’s a good middle ground between convenience and security.
Step 6: Check If UAC Is Disabled Successfully
To confirm that UAC is turned off:
- Press Windows + R, type control, and press Enter.
- Go to User Accounts → Change User Account Control settings.
- If the slider is set to Never notify, UAC is disabled.
You can also test it by opening an application that normally requires elevation (for example, Command Prompt) — if it opens without a prompt, UAC is indeed off.
Step 7: Important Security Notes
Disabling UAC removes one of Windows’ built-in security layers. When UAC is off, all apps run with administrative privileges — including potentially harmful software.
If you disable UAC, be cautious:
- Avoid downloading software from untrusted sources.
- Keep Windows Defender or another antivirus active.
- Consider re-enabling UAC when performing risky tasks like system changes or registry edits.
If you’re using your computer in a business or shared environment, it’s best to keep UAC enabled to prevent accidental system modifications.
Wrapping Up
The User Account Control prompt in Windows 11 helps protect your system from unauthorized changes — but it can be unnecessary for experienced users who know what they’re doing. By using the Control Panel, Group Policy Editor, or Registry Editor, you can adjust or disable UAC entirely based on your needs.
If you’re looking for balance, lowering the UAC level instead of turning it off completely provides fewer interruptions while maintaining an extra layer of protection.
With UAC configured the way you prefer, you can work more efficiently without those frequent popups interrupting your workflow.