Fix Windows that has admin that will not work

We'll check UAC and account type, then fix the Administrator account or repair system files—or tell you when to call a pro.

Category
Troubleshooting · Home maintenance
Time
15–45 min
Last reviewed
What you'll need
  • Another Administrator account (if yours is broken)

Step-by-step diagnostic

Step 1 of 5
Show full guide

Steps

Goal: Check UAC and account type, then fix the Administrator account or repair system files.

  • Confirm UAC is not set to Never notify. Confirm your account is Administrator.
  • Good: UAC and account correct. Restart and run SFC/DISM if still failing.
  • Bad: Fix UAC or enable the built-in Administrator account.

Check UAC

Goal: Ensure UAC allows elevation prompts.

  • Win+R, UserAccountControlSettings. Set slider to default. Restart.
  • Good: Elevation prompts appear.
  • Bad: Account may not be Administrator—check account type.

Enable built-in Administrator

Goal: Get admin access when your account cannot elevate.

  • From another admin: net user Administrator /active:yes. Set password. Log in as Administrator.
  • Good: You have admin access. Fix your account or create a new one.
  • Bad: You may need to reset Windows or call a technician.

When to get help

Call a technician if:

  • You have no admin access and cannot enable the built-in Administrator.
  • Malware is suspected and you cannot remove it.
  • You are unsure about these steps.

Verification

  • Run as administrator shows the UAC prompt.
  • Programs that need admin rights launch correctly.
  • Settings and system tools open without permission errors.

Escalation ladder

Work from the device outward. Stop when the problem is fixed.

  1. UAC and account type Check UAC not Never notify; confirm Administrator.
  2. Restart Restart and retry elevation.
  3. Enable built-in Administrator net user Administrator /active:yes.
  4. SFC and DISM Repair system files.
  5. Call a pro No admin access; malware suspected.

What to capture if you need help

Before calling support or posting for help, have these ready. It speeds everything up.

  • Account type (Administrator or Standard)
  • UAC setting
  • Whether Run as administrator shows any prompt
  • Steps already tried

Is UAC set to Never notify?

Disabled UAC can break elevation.

Run UserAccountControlSettings. Check the slider. If at Never notify, move to default. Good: UAC at default—restart and retry. Bad: Fix UAC first.

You can change your answer later.

Fix UAC

UserAccountControlSettings. Move slider to default (second from top). Restart. Try Run as administrator.

Is your account Administrator?

Standard users cannot elevate.

Settings, Accounts, Your info. Check account type. Good: Administrator—run SFC and DISM. Bad: Need another admin to change your type or enable built-in Administrator.

You can change your answer later.

Enable built-in Administrator

From another admin account: net user Administrator /active:yes. Set password. Log in as Administrator. Fix your account or create new one.

Run SFC and DISM

Command Prompt as Administrator. sfc /scannow, then dism /online /cleanup-image /restorehealth. Restart. Try elevation again.

Reviewed by Blackbox Atlas

Frequently asked questions

Why would Administrator not work on Windows?
UAC set to Never notify, account not in Administrators group, corrupted system files, or malware. Check UAC and account type first.
What is UAC?
User Account Control. It prompts when programs need admin rights. If set to Never notify, some elevation may fail silently.
When should I enable the built-in Administrator account?
When your account cannot elevate and you need admin access. Use it to fix your account, then disable it again.

Rate this guide

Was this helpful?

Thanks for your feedback.

Continue to