How to enable the hidden Windows 10 administrator account

Martin Brinkmann
Nov 12, 2014
Updated • Feb 4, 2020
Windows, Windows 10
|
251

When you install Windows 10 anew on a PC, or run it for the first time if it comes pre-installed with the computer, you create the first user account during that process.

This is the main account on the system and configured to be an administrator account by default, but it is not the only one that is available out of the box.

Windows 10 creates two additional user accounts automatically which are both inactive by default. They are:

  • Guest account
  • Administrator account

The first is a guest account which Microsoft designed for users who access the device but don't have a permanent account on it.

Guest accounts are severely limited as it is not possible to install software or hardware, or modify system settings.

Tip: run the command net user from the command prompt or PowerShell to get a list of all user accounts on the Windows 10 machine (inactive and active).

The administrator account

net user administrator account windows 10

The second account that you find preinstalled on any Windows 10 device is the Administrator account.

It is also inactive by default and needs to be enabled before it can be used. While not required at all, it is often used for troubleshooting or administrative purposes when it is enabled.

A core difference between the administrator account of the user and the built-in administrator account is that the former receives UAC prompts while the latter does not. The first user account that is created by the actual user of the system on first start is an unelevated administrator account while the built-in Administrator account is an elevated account.

It is relatively easy to enable or disable accounts on Windows 10 devices provided that you have access to an admin account. You cannot make user account changes if you sign in with a regular account and don't have access to an admin account on the system.

The process involves running a series of commands from an elevated command line prompt. It is not possible to activate the default Administrator account on Windows 10 devices using the account related options found in the Settings application as default accounts are not listed there at all.

Enable the Administrator account

activate windows administrator account

To enable the Windows 10 administrator account do the following (note: this works in older versions of Windows as well):

  1. Tap on the Windows-key. This should open the start menu or bring you to the Start Screen interface depending on how Windows 10 is configured on the system.
  2. Type cmd and wait for the results to be displayed.
  3. Right-click on the Command Prompt result (cmd.exe)  and select "run as administrator" from the context menu. Alternatively, hold down the Shift-key and the Ctrl-key before you start cmd.exe.
  4. Run the command net user to display a list of all user accounts on the system. You should see Administrator listed as one of the accounts.
  5. To activate the inactive administrator account, run the command net user administrator /active:yes
    • Windows returns "The command completed successfully" if the operation is successful. Check the spelling and that you are in an elevated command prompt interface if you get error messages.
  6. If you want to enable the guest account as well run the command net user guest /active:yes

built-in windows 10 administrator account status active

Verify that the account is activated by running net user administrator from the command line prompt. Check "account active" to verify the status of the account. Repeat the process for the guest account if you activated it as well.

Change the password of the admin account

net user administrator change password

The administrator account is active after you run the commands mentioned above which means that you can sign in to the system using it. It is not password protected by default which means that anyone with local access to the system can use it to sign in. While that is comfortable, it may also be a security risk.

It is highly recommended to protect it with a password. This can also be done using the command line:

  1. Type net user administrator * and hit enter.
  2. You get a password prompt. Type the desired password and again when you are asked to type it a second time for confirmation. The password is not displayed at all as you type.

Disable the administrator account

disable windows 10 administrator account

To disable accounts at any time, use the following command:

  1. On an elevated command prompt: net user administrator /active:no

You can verify that by running the command net user administrator again from the command line. The line "account active" should state "no".

Other commands of interest are:

  1. Net user administrator - Displays information about the user account on the command line.
  2. Net user username /delete - Deletes username on the system. This does not work with built-in accounts.

Tip: if you are running Windows 8, check out this guide which walks you through the procedure on this version of Windows.

Note: The following two methods work as well but they are only available on professional and Enterprise versions of the Windows 10 operating system.

Using Local Users and Groups

display local user accounts administrator windows 10

Windows users who prefer to work on user interfaces instead of the command prompt may use the built-in tool Local Users and Groups to manage accounts.

  1. Activate the Start menu on the system, e.g. with a click on Start or using the Windows-key.
  2. Type lusrmgr.msc and select the result that is returned to you.
  3. Left-click on Users in the left sidebar. You get a list of all accounts of the local system on the right.
  4. Right-click on Administrator and select Properties from the context menu.
  5. Remove the checkmark from "Account is disabled" on the Administrator Properties window and click apply, then ok.

administrator enable local user account

The method activates the Administrator account on the Windows 10 machine. To deactivate the account again, place a checkmark in the "account is disabled" checkbox and click on ok.

Using Security Policies

secpol turn on administrator account windows

The second option to change the status of the built-in Administrator account on Windows 10 devices is to use Security Policies:

  1. Activate the Start Menu.
  2. Type secpol.msc and select the result to load the Local Security Policy.
  3. Go to Security Settings > Local Policies > Security Options.
  4. The policy Accounts: Administrator account status determines whether the local Administrator account is enabled or not. Check the "Security Setting" to see if it is disabled or enabled.
  5. Double-click on the policy and select "Enabled" to enable the account.
  6. Select ok and close the Local Security Policy.
Summary
How to enable the hidden Windows 10 administrator account
Article Name
How to enable the hidden Windows 10 administrator account
Description
The guide walks you through the steps of enabling the hidden administrator account in the Windows 10 operating system.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Dan Donx said on January 15, 2023 at 10:29 am
    Reply

    What mental age of reader are you targeting with the first sentence? 10?

    Why not write an article on how to *avoid* upgrading from W10 to W11. Analogous to those like me who avoided upgrading from 7 to 10 for as long as possible.

    If your paymaster Microsoft permits it, of course.

  2. Dexter said on January 15, 2023 at 11:14 am
    Reply

    5. Rufus
    6. Ventoy

    PS. I hate reading these “SEO optimized” articles.

    1. cdr said on January 15, 2023 at 3:32 pm
      Reply

      I used Rufus to create an installer for a 6th gen intel i5 that had MBR. It upgraded using Setup. No issues except for Win 11 always prompting me to replace my local account. Still using Win 10 Pro on all my other PCs to avoid the bullying.

  3. sv said on January 15, 2023 at 6:40 pm
    Reply

    bit pointless to upgrade for the sake of upgrading as you never know when you’ll get locked out because ms might suddenly not provide updates to unsupported systems.

    ps…. time travelling?
    written. Jan 15, 2023
    Updated • Jan 13, 2023

    1. Martin Brinkmann said on January 16, 2023 at 5:49 am
      Reply

      This happens when you schedule a post in WordPress and update it before setting the publication date.

  4. Anonymous said on January 16, 2023 at 8:24 am
    Reply

    Anyone willing to downgrade to this awful OS must like inflicting themselves with harm.

  5. basingstoke said on January 16, 2023 at 11:18 am
    Reply

    I have become convinced now that anybody who has no qualms with using Windows 11/10 must fit into one of the following brackets:

    1) Too young to remember a time before W10 and W11 (doesn’t know better)

    2) Wants to play the latest games on their PC above anything else (or deeply needs some software which already dropped W7 support)

    3) Doesn’t know too much about how computers work, worried that they’d be absolutely lost and in trouble without the “”latest security””

    4) Microsoft apologist that tries to justify that the latest “features” and “changes” are actually a good thing, that improve Windows

    5) Uses their computer to do a bare minimum of like 3 different things, browse web, check emails, etc, so really doesn’t fuss

    Obviously that doesn’t cover everyone, there’s also the category that:

    6) Actually liked W7 more than 10, and held out as long as possible before switching, begrudgingly uses 10 now

    Have I missed any group off this list?

    1. Heinz Strunk said on September 19, 2023 at 3:57 pm
      Reply

      You have missed in this group just about any professional user that uses business software like CAD programs or ERP Programs which are 99% of all professional users from this list.

      Linux doesn’t help anyone who is not a linux kid and apple is just a fancy facebook machine.

  6. ilev said on August 24, 2023 at 7:34 pm
    Reply

    Microsoft has removed KB5029351 update

    1. EP said on August 24, 2023 at 9:21 pm
      Reply

      only from windows update though
      KB5029351 is still available from the ms update catalog site

  7. Anonymous said on August 24, 2023 at 11:05 pm
    Reply

    1. This update is labaled as PREVIEW if it causes issues to unintelligent people, then they shouldn’t have allowed Preview updates ot install.

    2. I have installed it in a 11 years old computer, and no problems at all.

    3. Making a big drama over a bluescreen for an updated labeled as preview is ridiculous.

    This is probably another BS internet drama where people ran programs and scripts that modified the registry until they broke Windows, just for removing stuff that they weren’t even using just for the sake of it.
    Maybe people should stop playing geeks and actually either use Windows 10 or Windows 11, but don’t try to modify things just for the sake of it.

    Sometimes removing or stopping things (like defender is a perfect example) only need intelligence, not scripts or 3rd party programs that might mess with windows.

  8. john said on August 24, 2023 at 11:17 pm
    Reply

    Windows 11 was a pointless release, it was just created because some of the Windows team wanted to boost sales with some sort of new and improved Windows 10. Instead, Microsoft cannot support one version well let alone two.

    1. John G. said on August 25, 2023 at 12:08 pm
      Reply

      Windows 11 is the worst ugly shame by Microsoft ever. They should release with every new W11 version a complete free version of Starallback inside just to make this sh** OS functionally again.

  9. EP said on August 25, 2023 at 3:10 pm
    Reply

    motherboard maker MSI has recently released a statement regarding the “unsupported processor” blue screen error for their boards using Intel 600/700 series chipsets & to avoid the KB5029351 Win11 update:
    https://www.msi.com/news/detail/MSI-On–UNSUPPORTED-PROCESSOR–Error-Message-of-Windows-11-Update-KB5029351-Preview-142215

  10. EP said on August 29, 2023 at 7:32 pm
    Reply

    check out the following recent articles:

    Neowin – Microsoft puts little blame on its Windows update after UNSUPPORTED PROCESSOR BSOD bug:
    https://www.neowin.net/news/microsoft-puts-little-blame-on-its-windows-update-after-unsupported-processor-bsod-bug/

    BleepingComputer – Microsoft blames ‘unsupported processor’ blue screens on OEM vendors:
    https://www.bleepingcomputer.com/news/microsoft/microsoft-blames-unsupported-processor-blue-screens-on-oem-vendors/

  11. Leonard Britvolli said on August 30, 2023 at 10:33 pm
    Reply

    While there may be changes or updates to the Windows 10 Store for Business and Education in the future, it is premature to conclude that it will be discontinued based solely on rumors.

  12. sembrador said on September 5, 2023 at 9:32 pm
    Reply

    My advice, I left win 15 years ago. Now I’m a happy linux user (linuxmint) but there is Centos, Fedora, Ubuntu depending on your needs.

  13. EP said on September 6, 2023 at 11:55 am
    Reply

    motherboard maker MSI has recently released new BIOS/firmware updates for their Intel 600 & 700 series motherboards to fix the “UNSUPPORTED_PROCESSOR” problem (Sept. 6):

    https://www.msi.com/news/detail/Updated-BIOS-fixes-Error-Message–UNSUPPORTED-PROCESSOR–caused-BSOD-on-MSI-s-Intel-700-and-600-Series-Motherboards-142277

  14. Raphael Benzo said on September 24, 2023 at 9:52 pm
    Reply

    I try to disable the Diagnostics Tracking Service (Connected Devices Platform User Services) but it wont let me disable it, any help will be greatly appreciated.
    Tank you for your help

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.