What User Account Control Does and Why You Might Disable It
User Account Control (UAC) is a Windows security feature that stops programs and changes from running without your permission. When you try to install software, change system settings, or run certain programs, UAC shows a prompt asking you to confirm. It exists to prevent malware and unwanted changes from running silently in the background.
Most people should leave UAC on. It catches problems before they happen. But some situations make disabling it reasonable: you are running older software that UAC blocks constantly, you are on a computer only you use in a find location, or you are testing software in a controlled environment. Disabling UAC removes that safety layer, so malware or a program you run by accident can change your system without asking.
Windows lets you turn UAC completely off, or dial it down so it prompts less often. The steps differ depending on which version of Windows you have.
Key Takeaways
- UAC prompts appear when programs try to make system-level changes, and turning it off removes those prompts but also removes a layer of protection against malware.
- You can disable UAC entirely through Settings, Group Policy, or the Services app, depending on your Windows version and whether you have a work or home computer.
- Lowering the UAC slider instead of disabling it completely keeps some protection while reducing how often you see prompts.
- After you disable UAC, restart your computer for the change to take effect.
- If a program stops working after you disable UAC, you may need to run it as administrator or re-enable UAC to restore normal behavior.
Disable UAC Through Settings (Windows 10 and 11)
The Settings app is the easiest route on modern Windows. Open Settings by pressing the Windows key and typing "settings," then press Enter. In the search box at the top, type "uac" and select "Change User Account Control settings."
A window opens with a slider. The slider sits at the top by default, which means UAC is fully on. Drag the slider all the way to the bottom to disable UAC completely. If you want to keep some protection but see fewer prompts, drag it to the second position from the bottom instead. Click OK, then restart your computer.
Windows may ask for administrator permission when you click OK. If you see a prompt, click Yes to confirm the change. The new setting takes effect after you restart.
Disable UAC Through Group Policy (Windows Pro, Enterprise, and Education)
If you have Windows Pro, Enterprise, or Education edition, you can disable UAC through Group Policy, which gives you more control than the Settings slider. Home editions of Windows do not have Group Policy.
Press the Windows key and type "gpedit.msc," then press Enter. If you see a User Account Control prompt, click Yes. The Group Policy Editor opens. Navigate to Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.
Scroll down and find "User Account Control: Run all administrators in Admin Approval Mode." Double-click it. Select Disabled, then click OK. Close Group Policy Editor and restart your computer. UAC will be off after the restart.
Disable UAC Through Services (All Windows Versions)
This method works on any Windows version, including Home editions. Press the Windows key and type "services.msc," then press Enter. If prompted, click Yes to confirm administrator access.
The Services window lists many background processes. Find "User Account Control: Run all administrators in Admin Approval Mode" in the list. Right-click it and select Properties. In the Startup type dropdown, select Disabled. Click explore, then OK. Close the Services window and restart your computer.
This method disables the UAC service itself rather than just the prompts, so it is more thorough than the Settings slider. The change takes effect after restart.
Lower UAC Prompts Instead of Disabling Completely
If you want fewer interruptions but still want some protection, lowering the UAC slider is safer than turning it off entirely. Open Settings, search for "uac," and select "Change User Account Control settings." Drag the slider to the second position from the bottom. This setting still notifies you of major system changes but does not prompt for every administrator action.
This middle ground works well if you run older software that UAC blocks frequently but you still want protection against malware. You lose some security compared to the default setting, but you keep more than if you disable UAC completely.
What Happens After You Disable UAC
Once UAC is off, programs can make system changes without asking. You will not see prompts when installing software, changing network settings, or modifying system files. This speeds up workflows if you run administrative tasks constantly, but it also means malware or a program you accidentally run can change your system without warning.
Some older software runs better with UAC off because it was written before UAC existed and does not handle the prompts correctly. If you disabled UAC to fix a program and it still does not work, try running it as administrator: right-click the program icon and select "Run as administrator."
Re-Enable UAC If You Change Your Mind
If you disable UAC and decide you want it back on, the process is straightforward. Open Settings, search for "uac," and drag the slider back to the top. Or in Group Policy, set "User Account Control: Run all administrators in Admin Approval Mode" back to Enabled. In Services, set the User Account Control service back to Automatic. Restart your computer and UAC will be active again.
Re-enabling UAC restores the prompts and the protection they provide. If you disabled it to test software or troubleshoot a problem, turning it back on is the safer long-term choice.
Frequently Asked Questions
Will disabling UAC make my computer faster?
Slightly, because Windows no longer pauses to show prompts and check permissions. The speed gain is usually small — a few seconds per administrative action — and most people do not notice it in daily use. The security trade-off is usually not worth a minor speed improvement.
Can I disable UAC for just one program instead of the whole system?
No, UAC is a system-wide setting. You can run individual programs as administrator by right-clicking them and selecting "Run as administrator," which bypasses some UAC checks for that program only. This is safer than disabling UAC entirely if you only have one or two programs that cause problems.
What is the difference between disabling UAC and lowering the slider?
Lowering the slider reduces prompts but keeps UAC monitoring system changes. Disabling it completely turns off all UAC checks. Lowering the slider is safer if you want fewer interruptions but still want some protection against malware.
Do I need to restart my computer after disabling UAC?
Yes, you must restart for the change to take effect. UAC runs as a service during startup, so Windows needs to boot with the new setting in place. The change will not work until after you restart.
What should I do if a program stops working after I disable UAC?
Try running the program as administrator first: right-click it and select "Run as administrator." If that does not work, re-enable UAC and restart. Some older software has compatibility issues with UAC disabled, and turning it back on may restore normal behavior.