How to Enable or Disable Super Administrator in Windows 11

These are the easiest methods to enable the super administrator account

Reading time icon 2 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

How to enable or disable Windows 11 super administrator account

The super administrator account in Windows 11, also known as the built-in Administrator account, has elevated privileges and is hidden by default. Hereโ€™s a step-by-step guide to enable and disable this account.

How do I enable Super Administrator in Windows 11?

1. Enable/disable the Super Administrator account using CMD

  1. Click the Start button, type cmd and select Run as administrator from the results.
  2. If prompted by User Account Control (UAC), click Yes to allow changes.
  3. In the Command Prompt window, type the following command and press Enter: net user Administrator /active:yes
  4. You should see a message saying The command completed successfully.
  5. To set a password, type the following command and press Enter: net user Administrator [YourPassword]
  6. Sign out of your current account.
  7. On the login screen, you should now see the โ€œAdministratorโ€ account.
  8. Click on it and enter the password if you set one.
  9. To disable the super administrator account, type the following command in Command Prompt: type the following command and press Enter: net user Administrator /active:no
  10. Now, if you log out, you shouldn’t see the Administrator account in the login screen.

2. Using the Local Users and Groups

  1. Press Win + R, type lusrmgr.msc, and press Enter.
  2. Navigate to Users under Local Users and Groups.
  3. Right-click on Administrator and select Properties.
  4. To enable, uncheck Account is disabled and click OK.
  5. To disable, check Account is disabled and click OK.

3. Using PowerShell

  1. Pressย Win + Xย and select Windows PowerShell (Admin).
  2. If prompted by UAC, click Yes to allow changes.
  3. Type the following command and press Enter: Enable-LocalUser -Name "Administrator"
  4. Type the following command and press Enter: Disable-LocalUser -Name "Administrator"

By following these steps, you can easily enable or disable the super administrator account in Windows 11. Please note that you still need administrative rights to enable or disable the built-in Administrator account.

For more information, check our article on the differences between the standard and administrator accounts. We also have a helpful guide on how to change the administrator account in Windows 11.

If you have any questions, access the comments section below and let us know.

More about the topics: administrator account, Windows 11

User forum

0 messages