To provide a standard user on Windows 11 Pro with administrator capabilities while keeping User Account Control (UAC) active, use one of these approaches depending on the scenario.
- Prefer: Add the user to the local Administrators group
- Enable the built-in Administrator account (if needed)
This is usually for OEM/manufacturing or recovery scenarios, not day‑to‑day use.
- To enable (for example, during setup or servicing):
- To disable the built-in Administrator again (recommended before handing a device to an end user):
- Configure UAC behavior for the administrator
Once the user has administrator rights, UAC controls how and when prompts appear.
- Open Control Panel > System and Security > Change User Account Control settings.
- Choose the desired level with the slider:
- Always notify – prompts for both app installs/changes and Windows settings changes; desktop is dimmed.
- Default (Notify me only when apps try to make changes) – prompts for app installs/changes, not for changes made directly in Windows settings; desktop is dimmed.
- Notify me only when apps try to make changes (do not dim my desktop) – similar to default but without secure desktop dimming.
- Never notify – effectively disables UAC prompts; not recommended due to security risk.
- How UAC behaves for administrators
- When a user is in the local Administrators group, Windows runs them in Admin Approval Mode.
- Admin tasks trigger a consent prompt, where the user must approve elevation before the action runs with full administrator privileges.
- This protects the system from silent elevation by malware while still allowing the administrator to perform required tasks.
For business devices, best practice is to:
- Keep UAC enabled (at least the default level).
- Use a standard user account for everyday work and an administrator account (or elevation via UAC) only when necessary.
References: