The administrator account is the most powerful account on a Windows 11 computer. Logging into an administrator account gives you additional permissions to make changes to the system, install and uninstall programs, and manage user accounts.
By default, every Windows 11 computer has at least one administrator account. The account is created automatically during the installation process and is given full permission to change the system. This guide will show you how to log in as an administrator in Windows 11.
Note: To use these methods, you must first be logged in as an administrator user. There’s no way to log in as an administrator if you don’t have an administrator account or don’t know the existing administrator account’s password.
Set the standard user account to administrator
If you have a standard user account, you can set it to an administrator. This method is usually used when the hidden administrator account is disabled.
- Click Start, type “control panel” in the Start Search box, and press Enter.
- In the Control Panel window, click User Accounts.
- In the User Accounts window, click User Accounts.
- Five options will appear. Click Change your account type.
- Select Administrator, and then click Change Account Type. This will immediately change your basic user account to an administrator without any confirmation windows or the need to be signed in to the account you want to modify.
Create a new local account and set it as administrator
If you don’t have an existing account with administrator rights, you can create a new local account and set it as administrator. To do so, follow these steps:
- Click Start, and then select Settings.
- In Settings, click Accounts.
- Click Family & other users.
- Under Other users, click Add account.
- You can log in with a Microsoft account or without one. If you want to log in with a Microsoft account, enter your email address and click Next. If you don’t want to log in with a Microsoft account, click I don’t have this person’s sign-in information.
- In the next window, click Add a user without a Microsoft account.
- Fill in the Who’s going to use this PC section and the Make it secure section, then click Next.
- Your local account is now created.
- To set the account as administrator, go to the Family & other users window, then click the account you just created.
- Click Change account type.
- In the Change account type window, click Administrator, then click OK.
Each Windows 11 computer has a hidden administrator account. This account is created automatically during the installation, and it has full access to all of the files and settings on the computer.
By default, the administrator account is hidden and disabled. To log in as administrator, you must first enable the hidden administrator account. There are different ways to enable this account, below are four methods:
Via the Command Prompt
- Click Start, and type “cmd” in the search box. Right-click on cmd.exe and select Run as administrator.
- In the command prompt, type net the following command and press Enter.
net user administrator /active:yes
- Exit the command prompt and press the Windows key, then click the user icon in the lower-left corner of the screen.
- Now you should see the Administrator account. Click on it to log in.
Using the Local Users and Groups
- Click Start, type “lusrmgr.msc” in the search box, and press Enter.
- In the Local Users and Groups window, click on Users in the left pane.
- Right-click Administrator and select Properties.
- In the Administrator Properties window, uncheck the Account is disabled option and click OK.
- Exit the Local Users and Groups window.
- You should now be able to see the Administrator account when you click the user icon in the lower-left corner of the Start screen.
Using Registry Editor
This method is only available in Windows 11 Pro and higher. If you have another version of Windows 11, you’ll need to use one of the other methods.
- Click Start, type “regedit” in the search box, and press Enter.
- In the Registry Editor, navigate to the following key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList
- Right-click UserList and select New > DWORD (32-bit) Value.
- For the new value, type Administrator and press Enter.
- Double-click on the new Administrator value and set the Value data to 1, then click OK.
- Exit Registry Editor.
- Restart your computer for the changes to take effect.
- You should now be able to see the Administrator account when you click on the user icon in the lower-left corner of the Start screen.
Using the Group Policy Editor
This method also isn’t available for windows 11 home version and below. However, for the windows 11 pro and enterprise versions, you can follow these steps:
- Click Start, type “gpedit.msc” in the search box, and press Enter.
- In the Group Policy Editor, navigate to the following path:
Computer ConfigurationWindows SettingsSecurity SettingsLocal PoliciesSecurity Options
- In the right pane, double-click Accounts: Administrator account status.
- In the Accounts: Administrator account status window, select Enabled and click OK.
- Exit the Group Policy Editor.
- You should now be able to see the Administrator account when you click the user icon in the lower-left corner of the Start screen.