Follow
Windows

How to Enable the Hidden Administrator Account in Windows 11

Richard
Written by
Richard
Jan 28, 2026 Updated Apr 2, 2026 3 min read
How to Enable the Hidden Administrator Account in Windows 11
How to Enable the Hidden Administrator Account in Windows 11

You can enable the hidden Administrator account in Windows 11 to gain elevated system privileges.

This Administrator account is a built-in, super-user profile that bypasses standard user restrictions, offering complete control over your Windows 11 system.

It’s disabled by default, but activating it can be crucial for troubleshooting complex issues or performing advanced system modifications not possible with a standard user account.

This powerful account can be accessed via the Command Prompt or Computer Management, offering a deeper level of system interaction.

⚡ Quick Answer

Open Command Prompt as administrator, type net user Administrator /active:yes, and press Enter. Then, set a password using net user Administrator your_strong_password. This enables the account for advanced system control.

What is the Built-in Administrator Account?

When you first set up your Windows 11 PC, you create a user account. This account can install programs and change settings because it has administrator rights.

But Windows also has a hidden Administrator account with even more control. This account is usually off and hidden to keep your computer safe.

How to Turn On the Hidden Administrator Account

We will use the Command Prompt to turn on this account. Don’t worry, it’s easier than it sounds! Just follow these steps:

Open Command Prompt as Administrator

  1. Click on the Start button (Windows icon) or press the Windows key.
  2. Type cmd or Command Prompt.
  3. Right-click on Command Prompt and choose Run as administrator. ⚠️ Admin privileges required
  4. If a security box pops up, click Yes to allow it.
Opening Command Prompt as Administrator in Windows 11
windows 11 command prompt administrator

Enable the Administrator Account

In the black Command Prompt window, type this command and press Enter:

net user Administrator /active:yes

If it worked, you’ll see a message like this:

Command executed successfully message
windows prompt successful

What does this mean? The Administrator account is now turned on. But you still can’t log in to it because it doesn’t have a password yet.

Set a Password for the Administrator Account

To make sure your Administrator account is secure, you need to set a password. Here’s how:

In the same Command Prompt window, type this command but replace your_strong_password with a password you want to use (make it something strong and hard to guess):

net user Administrator your_strong_password

For example, if your password is MySecurePass123!, type:

net user Administrator MySecurePass123!

After this, you can log out of your current account and see the Administrator account as an option to sign in with your new password.

Windows 11 login screen showing Administrator account
windows 11 enable administrator account

How to Turn Off the Administrator Account

If you no longer need the Administrator account or want to keep your PC safe, you can turn it off again.

Just open Command Prompt as administrator (see steps above), then type this command and press Enter: ⚠️ Admin privileges required

net user Administrator /active:no

What happens? This will hide and disable the Administrator account again.

Summary

  • The hidden Administrator account has full control of Windows 11.
  • It’s useful if your main account stops working or you need to fix big problems.
  • Always set a strong password when you turn it on.
  • Be careful using this account — it can make big changes to your PC.
  • Turn off the Administrator account when you don’t need it to keep your PC safe.
  • If you want to learn more about Windows 11 tips and tricks, visit Microsoft Support for Windows.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable or Disable Windows Spotlight in Windows 11
Windows How to Enable or Disable Windows Spotlight in Windows 11
How to Use the Run as Command in Windows 11
Windows How to Use the Run as Command in Windows 11
How to Delete a User Account in Windows 11
Windows How to Delete a User Account in Windows 11
How to Enable or Disable Clipboard History in Windows 11
Windows How to Enable or Disable Clipboard History in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *