How to Enable the Hidden Administrator Account in Windows 11
You enable the hidden Administrator account in Windows 11 to gain complete control over your PC and bypass standard user restrictions.
This built-in Administrator account acts as a super-user, offering unparalleled access to your system’s files and settings. It’s intentionally disabled by default in Windows 11 to prevent accidental system changes.
Activating this account is essential for advanced troubleshooting or deep system modifications that a regular user account simply cannot handle. You can access it using the Command Prompt or through Computer Management.
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?
Windows 11 has a special, hidden Administrator account that has more power than your usual account, letting you make big changes to your computer.
How to Turn On the Hidden Administrator Account
We will use the Command Prompt to turn on this account. This process is less complicated than it might seem. Follow these steps:
Open Command Prompt as Administrator
- Click on the Start button (Windows icon) or press the Windows key.
- Type
cmdor Command Prompt. - Right-click on Command Prompt and choose Run as administrator. ⚠️ Admin privileges required
- If a security box pops up, click Yes to allow it.

Enable the Administrator Account
You can turn on the hidden Administrator account in Windows 11 using a simple command in the Command Prompt.
net user Administrator /active:yes
If the command was successful, you’ll see a message similar to this:

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
After turning on the Administrator account in Windows 11, it’s important to set a strong password to keep it secure.
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.

How to Turn Off the Administrator Account
When you’re finished using the hidden Administrator account in Windows 11, you can easily turn it off to keep your computer safe.
Open Command Prompt as administrator (refer to the 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.
The hidden Administrator account in Windows 11 offers complete control and is useful for fixing major issues, but always use it carefully and set a strong password.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!