6 ways to change Administrator in Windows

Although Windows usually sets the first user on the PC as the administrator, there are many reasons and ways to change the administrator in Windows.

Whether you're adding a new administrator-level user, want to level up a standard user, or transitioning to a new admin entirely, this guide provides 6 ways to change administrators in Windows. Just choose your favorite method and get started.

Note : To prevent non-administrators from gaining unauthorized access, Windows requires you to make changes from the existing Administrator account.

1. Using Windows Settings

When you want to change the administrator in Windows, the simplest way is to use Windows Settings.

1. Open Settings.

2. Select Accounts in the left pane.

images 1 of 6 ways to change Administrator in Windows
Images 1 of 6 ways to change Administrator in Windows

3. Select Other users on the right. This option is called Family & other users in Windows 10.

images 2 of 6 ways to change Administrator in Windows
Images 2 of 6 ways to change Administrator in Windows

 

4. Select the desired user from the list.

5. Click Change account type .

images 3 of 6 ways to change Administrator in Windows
Images 3 of 6 ways to change Administrator in Windows

6. Select Administrator from the list of account types and click OK  to confirm.

images 4 of 6 ways to change Administrator in Windows
Images 4 of 6 ways to change Administrator in Windows

You can easily downgrade the administrator account using the same method.

2. Change Administrator in Windows via Control Panel

If you prefer to change settings from Control Panel rather than Settings, follow these steps:

1. Go to Start and search for Control Panel , then click Open.

images 5 of 6 ways to change Administrator in Windows
Images 5 of 6 ways to change Administrator in Windows

 

2. Select User Accounts.

images 6 of 6 ways to change Administrator in Windows
Images 6 of 6 ways to change Administrator in Windows

3. If you want to change your own account type, select Change your account type . For other accounts, select Manage another account .

images 7 of 6 ways to change Administrator in Windows
Images 7 of 6 ways to change Administrator in Windows

4. Select the account you want to change, then select Change the account type .

images 8 of 6 ways to change Administrator in Windows
Images 8 of 6 ways to change Administrator in Windows

5. Select Administrator (or Standard if you are downgrading) and click Change Account Type .

images 9 of 6 ways to change Administrator in Windows
Images 9 of 6 ways to change Administrator in Windows

 

3. Change Administrator in Windows with Command Prompt

If you don't mind typing a few commands, it's easy to change Windows user accounts between Standard and Administrator. Let's start by changing the Standard user to Administrator.

1. Press Win + R , type cmd , then press Ctrl + Shift + Enter to open Command Prompt with admin rights.

images 10 of 6 ways to change Administrator in Windows
Images 10 of 6 ways to change Administrator in Windows

2. Type the following to change the user account type to administrator:

net localgroup Administrators "User Account" /add

Replace User Account with the user account name. For Microsoft accounts, use the first 5 letters of the account's email address. For example, for windowsuser@microsoft.com, the user account name would be 'windo'. Remember, you can use Windows 11 without a Microsoft account.

images 11 of 6 ways to change Administrator in Windows
Images 11 of 6 ways to change Administrator in Windows

3. Verify the change by typing:

net user "user name"

images 12 of 6 ways to change Administrator in Windows
Images 12 of 6 ways to change Administrator in Windows

If you need to downgrade the administrator account, the process is similar:

1. Enter the following command, replacing User Account  with the account name:

net localgroup Administrators "User Account" /delete

images 13 of 6 ways to change Administrator in Windows
Images 13 of 6 ways to change Administrator in Windows

2. Verify the change with:

net user "user name"

images 14 of 6 ways to change Administrator in Windows
Images 14 of 6 ways to change Administrator in Windows

 

4. Using PowerShell

If you prefer PowerShell, here's how to change the administrator in Windows 10 and 11:

1. Press Win + X and select Terminal (Admin) . For Windows 10, choose PowerShell.

images 15 of 6 ways to change Administrator in Windows
Images 15 of 6 ways to change Administrator in Windows

2. Enter the following command at the command prompt, replacing user account with the account name:

Add-LocalGroupMember -Group "Administrators" -Member "User Account"

Just like the Command Prompt, the username for a Microsoft account is the first 5 letters of the account's email address. You can also use:

-Member "MicrosoftAccountemailaddress"

images 16 of 6 ways to change Administrator in Windows
Images 16 of 6 ways to change Administrator in Windows

This elevates the Standard user to Administrator. If you need to downgrade an account:

1. Open PowerShell and enter the following, replacing User Account with the account name:

Remove-LocalGroupMember -Group "Administrators" -Member "User Account"

images 17 of 6 ways to change Administrator in Windows
Images 17 of 6 ways to change Administrator in Windows

This will switch the account to the Standard user.

5. Using netplwiz

Another quick and easy method to change the administrator in Windows is to use netplwiz. With this method, every user is listed, and you can switch back and forth between user types as needed.

1. Press Win + R to open Run.

2. Enter netplwiz and click OK.

images 18 of 6 ways to change Administrator in Windows
Images 18 of 6 ways to change Administrator in Windows

3. Select the desired user and click Properties.

images 19 of 6 ways to change Administrator in Windows
Images 19 of 6 ways to change Administrator in Windows

4. Select the Group Membership tab and change the account type. Click Apply.

images 20 of 6 ways to change Administrator in Windows
Images 20 of 6 ways to change Administrator in Windows

 

6. Change Administrator in Windows via Computer Management

This method only works on Pro versions of Windows 10 and 11. If you have the Home edition, then this option will not be available. Follow these steps to change accounts in Windows 10 and 11.

You can use third party tool lusrmgmr to get the same result. This guide includes steps for both the Pro version of Windows and lusrmgmr. The screenshots are from lusrmgmr.

1. Open the Start menu and search for Computer Management . Select Run as administrator .

images 21 of 6 ways to change Administrator in Windows
Images 21 of 6 ways to change Administrator in Windows

2. Expand System Tools > Local Users and Groups .

images 22 of 6 ways to change Administrator in Windows
Images 22 of 6 ways to change Administrator in Windows

3. Select Users to open the list of users in the center pane.

4. Right-click the user and select Properties. Click Edit for lusrmgmr.

images 23 of 6 ways to change Administrator in Windows
Images 23 of 6 ways to change Administrator in Windows

5. Select the Member Of tab and click Add. If using lusrmgmr, click the Group membership tab and select Add membership.

images 24 of 6 ways to change Administrator in Windows
Images 24 of 6 ways to change Administrator in Windows

6. Select Advanced.

7. Select Find Now .

8. Select the Administrators group from the list. In lusrmgmr, the group list appears immediately. Select Administrators.

images 25 of 6 ways to change Administrator in Windows
Images 25 of 6 ways to change Administrator in Windows

9. Click OK to confirm your selection. In lusrmgmr, select Select.

10. Click OK again to exit the window. You will then see both standard and admin users listed.

You can also downgrade users using the same process. However, you will revoke the permission instead of adding it.

5 | 1 Vote
« PREV : How to use Remove...
How to add faces to... : NEXT »