Windows 10 has a built-in Administrator local account, but it’s disabled by default. Although it’s unnecessary to enable this account, some technical users usually use the Administrator account for troubleshooting and management purposes.
The hidden “Administrator” account is virtually the same as other accounts with administrator permissions. The only difference is that the built-in account doesn’t receive User Account Control (UAC) notifications, which means everything runs elevated.
In this guide, you’ll learn the steps to enable the built-in Administrator account on Windows 10 using Command Prompt, PowerShell, or Computer Management.
- Enable Administrator account on Windows 10 using Command Prompt
- Enable Administrator account on Windows 10 using PowerShell
- Enable Administrator account on Windows 10 using Computer Management
Enable Administrator account on Windows 10 using Command Prompt
To enable the built-in Administrator local account using Command Prompt on Windows 10, use these steps:
-
Open Start on Windows 10.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to enable the Administrator account on Windows 10 and press Enter:
net user "Administrator" /active:yes
Once you complete the steps, you can sign out of the account and sign back in with the Administrator account.
If you no longer need the local account, you can use the same instruction to disable it, but on step No. 3, make sure to use this command: net user "Administrator" /active:no
.
Enable Administrator account on Windows 10 using PowerShell
To enable the Administrator account with PowerShell, use these steps:
-
Open Start.
-
Search for PowerShell, right-click the top result, and select the Run as administrator option.
-
Type the following command to enable the hidden Administrator account and press Enter:
Get-LocalUser -Name "Administrator" | Enable-LocalUser
After you complete the steps, the default Administrator account will enable and available from the Sign-in screen.
When you no longer need the Administrator account, use the same instructions outlined above to disable it, but on step No. 3, make sure to use this command: Get-LocalUser -Name "Administrator" | Disable-LocalUser
.
Enable Administrator account on Windows 10 using Computer Management
To enable the built-in admin account with Computer Management, use these steps:
-
Open Start.
-
Search for Computer Management and click the top result to open the experience.
-
Expand the Local Users and Groups branch.
-
Expand the Users branch.
-
On the right side, right-click the Administrator account, and select the Properties option.
-
Clear the Account is disabled option.
-
Click the Apply button.
-
Click the OK button.
Once you complete the steps, the built-in Administrator local account on Windows 10 will be available from the Sign-in screen.
If you want to disable the account, you can use the instructions, but on step No. 6, make sure to check the Account is disabled option.