Real Clear Computing

How to Enable Administrator Account in Windows 11/10

The Administrator account is a built-in user account in the Windows operating system. By default, it is disabled, and cannot log in.

Enabling the Windows 11 Administrator account is a simple task. The following guide shows you how to activate the Administrator account using the Command prompt or GUI.

The following methods work on both Windows 10 and Windows 11 desktop operating systems.

Using Command Prompt (CMD or PowerShell)

We can enable the Administrator account from the Command Prompt by running one simple command. The command is Net User.

To activate the Administrator account, run the following command:

net user Administrator "new-admin-pass" /active:yes

In the above command, replace the new-admin-pass with the password you want to use.

Net User enable Administrator account
The Net User Command

And that is all we need to do. The Administrator account will appear on the login screen, as shown in the following screenshot.

Windows 11 administrator login

If you want to disable the Administrator account, run the following command:

net user Administrator /active:no

Note that you need to open the Command Prompt as Admin to execute the two previous commands.

How to Open Command Prompt as Administrator on Windows

Using the GUI

You can also activate the built-in Administrator account using the GUI. On your Windows PC, right-click the start button, and select Computer Management from the menu that appears.

Computer Management

In the Computer Management console, double-click Local Users and Groups and click Users. In the right pane, you will see the Administrator account.

Administrator account

To activate the account, right-click the Administrator, choose properties, and deactivate the "Account is disabled" checkbox.

enable administrator account windows 11

Next, right-click the Administrator and choose Set Password to create a Password.

Set administrator password windows 11

And this is the end of this tutorial. As you can see, using CMD or PowerShell to enable the Administrator account is the fastest and easiest way to do it.