Windows 11 includes a built-in administrator account that allows the computer manufacturers to install apps without creating a user account. For general users, however, the account is hidden by default to prevent unauthorized access.

If you want to use it, here is how to enable the built-in administrator account in Windows 11.

Why Do You Need the Built-in Administrator Account?

You can change your existing account type to have administrative rights. However, the built-in administrator account comes with elevated rights out of the box. Which means you can make changes to your PC without being bothered by the User Account Control (UAC) prompt.

It is a handy feature to use on a system with a fresh installation. You can install all your apps, setup network and other maintenance tasks with ease.

Related: Windows Administrator Account: Everything You Need to Know

You can also use it as a backup account if you cannot sign in or if you do not have access to an admin account.

By default, the Administrator account is not password protected. Though, you can secure it by adding an authentication method.

That said, due to unrestricted access, using the Administrator account can be a security risk. The best practice is to disable the account once you are done using it and continue with a standard user account.

1. Enable Built-in Administrator Account in Local User and Groups

Local User Groups is an administrative tool that lets you manage your local as well as a remote computer. You can use it to set administrative permission for the local user accounts.

Note that, Local Users and Groups snap-in is only available on Windows 11 Pro, Education, and Enterprise edition of the OS. For the Home edition, you will have to rely on the third-party lusrmgmr tool to access this feature.

To enable a built-in administrator account:

  1. Press Win + R to open the Run dialog.
  2. Type lusrmgr.msc and click OK to open Local Users and Groups.
  3. Next, select the Users folder in the left pane.
    modify administrator account local users groups 1
  4. In the right pane, right-click on the Administrator user account and select Edit.
    enable admin account local users and groups 1
  5. In the General tab, uncheck the Account is disabled option.
  6. Click Apply and OK to save the changes.
  7. Close Local Users and Groups snap-in and login to the administrator account from the logon screen.

To disable the account, open Local Users and Groups and check the Account is disabled option. Click Apply and OK to save the changes.

If you are using a third-party tool to access Local Users and Groups, open the Account profile and uncheck Account is disabled to enable the administrator account.

2. Enable Built-in Administrator Account Using Command Prompt

enable-built-in-admin-account-command-prompt

You can enable the built-in administrator account in Windows 11 using the Command Prompt. You can use the net user command to make changes to the user account. Here’s how to do it.

  1. Press the Win key, and type cmd. Then, right-click on Command Prompt and select Run as administrator.
  2. In the Command Prompt window, type the following command and press Enter to execute:
    Net user Administrator /active: yes
  3. Upon successful execution, you will see the command completed successfully message.
  4. To disable the administrator account, type the following command and press Enter:
    Net user Administrator /active: no
  5. Close the Command Prompt window.

To sign in to the built-in administrator account, press Win + L to view the lock screen. Then, click on the Administrator account to login.Related: Windows Command Prompt (CMD) Commands You Must Know

3. Enable Built-in Administrator Account Using PowerShell

enable-admin-account-powershell

You can use the Enable-LocalUser cmdlet to enable local user accounts via PowerShell, including the administrator account. Here’s how to do it.

  1. Press Win + X to open the WinX menu.
  2. Click on Windows Terminal (Admin).
  3. Windows Terminal will open in Windows PowerShell. If not, click the down-arrow icon in the toolbar and select Windows PowerShell. Alternatively, press Ctrl + Shift + 1 to select PowerShell.
  4. In the PowerShell terminal, type the following command and press Enter to execute:
    Enable-LocalUser -Name “Administrator”
  5. When the command is executed, it will enable the administrator account.
  6. To disable the administrator account using PowerShell, use the following command:
    Disable-LocalUser -Name “Administrator”

4. Enable Hidden Admin Account in Local Security Policy

If you are a system administrator, you can use the Security Policy snap-in to enable or disable the administrator account. It is a handy utility designed to manage security policy settings in Windows.

Note that, Local Security Policy is not available in Windows 11 Home edition.

  1. Press Win + R, type secpol.msc, and click OK to open Local Security Policy.
  2. Expand the Local Policies folder and then click on Security Options.
    local security policies 1
  3. In the right pane, right-click on Account: Administrator account status and select Properties.
    local security policy enable 1
  4. Select Enabled in the Local Security Setting tab. If you want to disable the account, select Disabled.
  5. Click Apply and OK to save the changes.
  6. The new administrator account should be available for use on the logon screen.

How to Enable Built-in Administrator Account When You Cannot Sign-In to Windows 11

To enable the built-in Administrator account, you must be logged in with a standard admin account. If you are locked out of your PC, you can enable it using Command Prompt at boot.

You can access Command Prompt at boot via Windows Recovery Environment. Here is how to do it.

  1. Power on your PC and wait for the login screen to appear.
  2. Click the Power button in the bottom left corner. While holding the Shift key, press the Restart button. Click Restart anyway if prompted by Windows. Windows will now start in Windows Recovery Environment.
  3. In the Choose an option screen, open the Troubleshoot option.
    Windows RE troubleshoot
  4. Next, go to Advanced options > Command Prompt.
    Windows RE Command Prompt
  5. In the Command Prompt window, type the following command and press Enter to open Registry Editor:
    regedit
  6. In the Registry Editor, select the HKEY_LOCAL_MACHINE key.
    registry editor load hide
  7. Next, click on File (in the toolbar) and select Load Hive.
  8. When the Explorer window opens, click on This PC.
  9. Next, navigate to the following location:
    C:\Windows\System32\config
  10. Here, locate and select the SAM file and click Open.
    open SAM file
  11. In the Load Hive dialog, type REM_SAM and click OK.
    rename registry editor REM SAM
  12. In the Registry Editor, navigate to the following location:
    HKEY_LOCAL_MACHINE\REM_SAM\SAM\Domains\Account\Users\000001F4
  13. In the right-pane, right-click on the F binary value and select Modify.
    registry editor modify binary value f
  14. Under the Value data column, locate 00000038. Then, change the value 11 to 10 and click OK. This will enable the Administrator account in Windows 11.
    registry editor change F binary value
  15. Close the Registry Editor and the Command Prompt window.
  16. In Windows Recovery Environment, click on Continue to startup Windows.

Related: How to Reset a Forgotten Windows Administrator Password

Using the Hidden Windows 11 Administrator Account

Whether you want to sail through the setup after a fresh install or gain access to your computer after being locked out, the built-in admin account is a useful backup option.

However, it is recommended to disable the account once you have completed the intended task to prevent a data breach, theft, and other security risks.