Fix: Administrator Account Disabled, Windows 10 Cannot Login

Here's how to enable an administrator account in Windows 10 without admin rights / logging in

Reading time icon 7 min. read


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission. Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Key notes

  • For pretty much every change you wish to make to your PC, you are asked to run the respective program as administrator.
  • If the administrator account is disabled in Windows 10, you cannot log in.
  • We'll show how to enable an administrator account in Windows 10 without logging in.
  • First, try to enable the admin account in Safe Mode, then head over to the CMD and Powershell command tools.
Disabled Administrator Account on Windows 10

Our Windows accounts can break for some reason or another, but one of the most inconvenient problems is the administrator account disabled on Windows 10.

Although this can be a big problem, there are a few ways to fix it. The anomaly, however, can take more than one shape. For instance, there are users who are unable to log in with a Microsoft account in Windows 10.

Others can’t log in as administrators in Windows 10 and finally, there are those who simply can’t log into Windows 10 at all.

Let’s quickly review the most common issues reported by members of the Windows community worldwide:

Why is the built-in administrator account disabled?

According to the users, when they try to log in to Windows 10, they see their Administrator account, but when they click it, there’s no input field to enter a password.

Instead, they get a message saying that Your account has been disabled. Please see your system administrator. This can happen because of faulty updates, corruption, or even accidental manipulations.

Now, there are several ways in which you can make yourself an administrator in Windows 10, including:

  • Command Prompt
  • Regedit (for Windows 10 Home versions)
  • PowerShell
  • Group Policy Editor
  • Safe Mode

We will show you exactly how to enable an administrator account in Windows 10 without admin rights or logging in.

How do I fix disabled administrator account in Windows 10?

1. Enable administrator account in Windows 10 Safe Mode

  1. On the login screen, click the Power button. Press and hold the Shift key and choose Restart from the menu.
  2. If you can’t get to the login screen, restart your PC a few times during the boot sequence until you start the Automatic Repair process.
  3. Now, select Troubleshoot > Advanced options > Startup Settings.
  4. Click the Restart button. Once your computer restarts, you’ll be presented with a list of options.
  5. Press the appropriate key to select the desired version of Safe Mode. In our opinion, it’s best to use Enable Safe Mode with Networking.

If youradministrator account is disabled, you might be able to fix it by going to Safe Mode.

Safe Mode is a special section of Windows that runs with default settings, and even if your administrator account is disabled, you should be able to access Safe Mode.

If Safe Mode won’t work at first, don’t worry, we got a few tips you can try. After that, you should be able to open the Windows 10 Safe mode administrator.

2. Use lusrmgr.msc to fix the problem

In order to do this, you will need to access Windows 10 as another user or through Safe Mode. If you cannot access Windows 10 in any way, skip this solution.

  1. Press Windows Key + R, type lusrmgr.msc and press Enter to run it.
    Your administrator account has been disabled Windows 10
  2. Lusrmgr should open. Click on Users and double-click on the problematic account.
    Enable administrator account access denied
  3. When Properties windows open, make sure that Account is a disabled option isn’t checked.
  4. Click Apply and OK to save the changes and restart your computer.
    Enable administrator account Windows 10 Home edition

After doing that, you should be able to access your administrator account again.

3. Use Command Prompt to enable the Administrator account

  1. On the login screen press and hold the Shift key and then click on Restart. This should boot you to advanced boot.
  2. From there you need to click Troubleshoot > Advanced options > Command Prompt.
  3. When Command Prompt opens, type the following line and press Enter to run it:
    • net user administrator /active:yes
      Enable administrator account Windows 10 without admin rights
  4. Restart your computer and see if the issue is resolved.

If this doesn’t work, you can try the following:

Follow steps 1 and 2 to open the Command Prompt. After Command Prompt has started you need to do the following:

  1. In the Command Prompt type regedit and press Enter. This should start Registry Editor.
    Enable administrator account Windows 10 without logging in
  2. When Registry Editor starts, click on the HKEY_LOCAL_MACHINE key in the left pane.
  3. Now click the File from the menu bar and click on Load Hive.
  4. Open the drive where Windows 10 is installed (by default it should be C, but it might be different) and go to the following path: C:Windows\System32\config
  5. Select the SAM file and click on Open.
  6. In the Load Hive dialog type REM_SAM and click OK.
  7. In the left pane of Registry Editor, go to the following key: HKEY_LOCAL_MACHINE\SAM\SAMDomains\Accounts\Users\00001F4
  8. In the right pane of the 000001F4 key, double-click on the F binary value.
  9. In line 0038, change 11 to 10 and click OK.
  10. Close Registry Editor and Command Prompt.
  11. Click Continue to start Windows 10 again.

After making these changes, your administrator account should become enabled once again.

4. Use Group Policy Editor

  1. Press Windows Key + R and enter gpedit.msc. Press Enter or click OK.
    Enable administrator account Powershell
  2. When Group Policy Editor opens, navigate to: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.Enable administrator account Powershell
  3. In the right pane, double click Accounts: Administrator account status.
  4. When the Properties window opens, select Enabled and click Apply and OK.
    Disabled administrator account Safe mode

If you have a disabled administrator account on your PC, you might be able to fix the problem by making a few changes in Group Policy Editor.

We have to mention that this tool isn’t available in Home versions of Windows by default, but there’s a way to enable it.

Make sure to check our tips on how to enable Group Policy Editor in the Home version of Windows 10.

After doing that, the hidden administrator account will be enabled and you’ll be able to access it without any problems.

5. Enable hidden administrator account from PowerShell

  1. Start PowerShell as administrator. To do that, simply press Windows Key + X shortcut and choose PowerShell (Admin) from the menu.
  2. If PowerShell isn’t available, you can start it by pressing Windows Key + S and entering powershell in the Search field.
  3. Right-click Windows PowerShell from the list and choose Run as administrator.
    Enable administrator account Windows 10 regedit
  4. When PowerShell starts, enter: Enable-LocalUser -Name "Administrator"
    Enable administrator account Group Policy
  5. After doing that, the administrator account should become available and you’ll be able to access it
  6. If you need to disable the administrator account, you can do it using the following command: Disable-LocalUser -Name "Administrator"

Another way to enable a disabled administrator account is to use PowerShell.

If you’re not familiar, PowerShell is a command-line tool similar to Command Prompt, but unlike Command Prompt, it comes with some advanced features.

Keep in mind that this command might not work if you’re using a non-English version of Windows.

6. Create a new user account

  1. Press Windows Key + I to open the Settings app.
  2. Now navigate to the Accounts section.
    Disabled administrator account Safe mode
  3. Select Family & other people from the menu on the left. In the right pane, click Add someone else to this PC.
    Enable administrator account Command Prompt
  4. Click I don’t have this person’s sign-in information.
    Disabled administrator account Safe mode
  5. Now choose to Add a user without a Microsoft account.
    Your administrator account has been disabled Windows 10
  6. Enter the desired name and click Next.
    Enable administrator account locked out

Now you just need to convert the new account to the administrator account. To do that, follow these steps:

  1. Go to Settings > Accounts.
  2. Go to Family & other people in the left pane. In the right pane, select the new account and click Change account type.
    Your administrator account has been disabled Windows 10
  3. Now change the Account type to Administrator and click on OK.
    Enable administrator account access denied

If your administrator account is disabled, you might be able to fix the problem by creating a new user account. Now, if Windows does not allow you to add a new user account, make sure you check our solutions.

After doing that, you should be able to log in to the new account without any problems.

That’s all, you now know how to fix the administrator account disabled issue on Windows 10.

If you have any comments or questions, just reach out to the comments below.

More about the topics: administrator account, System Errors