How to Enable the Hidden Administrator Account in Windows 11
The hidden Administrator account in Windows 11 is a built-in master user profile that gives you full access to every file and setting on your PC. Microsoft leaves this account turned off by default on Windows 11 Home and Pro editions to protect system files from accidental damage.
You only need to turn on this account for heavy troubleshooting tasks or fixing stubborn file permission errors that standard administrator accounts cannot bypass. You can activate it in less than a minute using Command Prompt.
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 includes a special, hidden Administrator account. This profile wields more power than a typical user account, allowing for significant system modifications.
How to Turn On the Hidden Administrator Account
The Command Prompt tool activates the hidden administrator account in Windows 11. Enabling this profile unlocks extensive system control. Following specific commands in Command Prompt unlocks this powerful administrative access.
Open Command Prompt as Administrator
- Click on the Start button (Windows icon) or press the Win.
- 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
Windows 11 Administrator account can be turned on by running a quick command in the Command Prompt tool. To do this, open the Start menu , type cmd, right-click Command Prompt, and select Run as administrator. Then, type net user Administrator /active:yes and press Enter to activate the built-in profile, which gives you full control over your computer for fixing serious system problems.
net user Administrator /active:yes
Successful execution displays a confirmation message matching this example:

The Administrator account now functions. However, users cannot log into the Administrator account until a password is set, as the account currently lacks one.
Set a Password for the Administrator Account
Windows 11 Administrator account needs a strong password right after you turn it on to keep your computer secure. Since this hidden profile has total control over your PC, anyone who gains access to it can change system settings. To set the password, stay in the Command Prompt window, type net user Administrator your_strong_password while replacing the text with your real password, and press Enter.
Within the same Command Prompt window, type this command while replacing your_strong_password with a chosen password (make it something complex and hard to guess):
net user Administrator your_strong_password
For instance, entering a sample password like MySecurePass123! requires this format:
net user Administrator MySecurePass123!
After completing this step, signing out of the current user profile reveals the Administrator account as an option for signing in with the new password.

How to Turn Off the Administrator Account
Windows 11 Administrator account should be turned off when you finish fixing your PC to keep the system secure. Leaving this powerful profile active creates security risks and can lead to accidental changes on your computer. To disable it, open Command Prompt as an administrator, type net user Administrator /active:no, and press Enter to hide the account again.
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 action hides and disables 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.
Windows 11 Administrator account is a built-in profile that gives you full control over your computer to fix major problems when your normal login stops working. You should always set a strong password for security and turn the account back off when you finish your work. Remember to use this powerful feature carefully because it can change core system files without warning.
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!