Windows 10 includes a built-in administrator account that, by default, is hidden and disabled for security reasons. Whether you need to perform a bit of Windows management, improve shared computer settings, troubleshoot your system or make changes, this guide presents simple step-by-step methods to enable and disable the administrator account on Windows 10.

Jump to:

Using the command prompt vs. the user management tool

When enabling and disabling Windows’ administrator account, users can either use the command prompt or the user management tool.

While the command prompt is a valuable and powerful resource, the user management tool is popular among those who need to manage user accounts. It is also more user-friendly and therefore easier to use for beginners, as it provides a more graphical and interactive interface.

PREMIUM: These Windows 10 power tips reveal secret shortcuts to your favorite settings.

On the other hand, those with advanced skills often prefer the command prompt because it is fast and efficient. The command prompt also allows script commands to automate repetitive tasks and save time. Additionally, the command prompt can be used to manage user accounts on remote systems.

In the end, the results will be the same for whichever tool you use. So for this particular task, it is just a matter of preference, comfort and experience.

How to enable the Windows 10 Administrator account

Command prompt

If you feel comfortable with commands, the command prompt should be your go-to tool to take on this task. You can enable the Windows 10 administrator account in just a few, quick steps:

  1. Open a command prompt as an administrator by typing cmd in the search field.
  2. From the results, right-click the entry for Command Prompt, and select Run as Administrator.
  3. At the command prompt, type net user administrator. The value for Account Active should say No (Figure A).

Figure A

Admin account Windows is not active
The administrator account in Windows 10 is not active.
  1. Type net user administrator /active:yes. You should receive a response that the command was completed successfully.
  2. Type net user administrator. The value for Account Active should now say Yes (Figure B).

Figure B

Active admin account Windows
The administrator account in Windows 10 is active.

SEE: Explore these simple ways to find your Windows 10 product key.

User management tool

Now, let’s look at how to do the same using the user management tool. Note that the user management tool is not as strict as the command prompt, and it offers a graphic interface that can help you throughout the process.

To enable the Windows 10 Administrator account using the user management tool:

  1. Open Administrative Tools, either through the Start menu or through the Control Panel.
  2. Select the entry for Computer Management, and open the folder for Local Users And Groups. A quicker way to get here is to type lusrmgr.msc in the Search field.
  3. Open the folder for Users, and double-click the Administrator account.
  4. Uncheck the option for Account Is Disabled, and click OK or Apply (Figure C).

Figure C

Account is disabled in user management tool
Unchecking the option for Account Is Disabled in the user management Windows 10 tool.
  1. Close the User Management window.
  2. With the account enabled, log out.
  3. Go past the Lock screen, and sign in using the administrator account. No password is required. You can then perform whatever management or troubleshooting you need to accomplish.

SEE: Need a more secure experience? Try Windows in S Mode.

How to disable the Windows 10 Administrator account

Command prompt

For speed, you can use the command prompt method, which will disable the administrator account in Windows 10 in just three steps:

  1. Log out, and then log back in using your own account.
  2. Open a command prompt as an administrator, and type net user administrator to confirm that the account is active.
  3. Type net user administrator /active: no, then type net user administrator again to confirm that the account is now inactive (Figure D).

Figure D

Confirmation for admin account
Confirm that the administrator account in Windows 10 is not active.

User management tool

If you’re not comfortable using the command prompt, don’t worry. Here is a simple method to deactivate the Windows administrator account using the user management tool:

  1. Return to the Local Users And Groups window, and double-click the Administrator account.
  2. Check the box for Account Is Disabled.
  3. Click OK or Apply, and close the User Management window (Figure E).

Figure E

Check the box for Account is Disabled
Check the box for Account is disabled in the user management tool to disable the Administrator account in Windows 10.

SEE: Here’s how to download Windows 10 ISO without Media Creation Tool.

Should I disable or enable the Administrator account?

Enabling the administrator account is useful for troubleshooting problems, making system-wide changes and managing user accounts. However, it is also a security risk, as attackers can target administrator accounts to take over a system.

But while disabling the administrator account can improve security and prevent unauthorized changes to your system settings or software, it tends to make troubleshooting more challenging.

Disabling or enabling administrator accounts is not a difficult task. That said, the changes you make to a system can impact its performance, security, functionality and reliability. Usually, it is recommended that only users who have mid to advanced technical skills make these types of changes.

In the end, whether or not you decide to enable or disable the administrator account will depend on your personal choice and your specific needs and concerns.

Subscribe to the Developer Insider Newsletter

From the hottest programming languages to commentary on the Linux OS, get the developer and open source news and tips you need to know. Delivered Tuesdays and Thursdays

Subscribe to the Developer Insider Newsletter

From the hottest programming languages to commentary on the Linux OS, get the developer and open source news and tips you need to know. Delivered Tuesdays and Thursdays