Key Takeaways

  • To change your administrator name when using a Microsoft account, open the Settings app and navigate to Accounts > Your info > Accounts. Then, in the Microsoft account page, click the “Your info” option in the top bar and then click “Edit name”. Enter your first and last name and click “Save”.
  • To change the administrator name in a local account, open Control Panel, go to User Accounts > User Accounts > Change your account name. Then, type the new name in the name field and click the “Change Name” button to save the changes.


Didn’t choose a unique administrator name when you set up your computer, but now you want to add a personal touch? Windows makes it easy to change the administrator name. Here are four quick ways to change the administrator name on Windows 11.


1. Change the Administrator Name Using the Settings App

If you’re signed in with a Microsoft account instead of a local account, you can change your name using the link in the Accounts window of the Settings app. To do that, press Windows+i to open the Settings app. Then, go to Accounts > Your info > Accounts.

Accounts option in the Settings app

On the Microsoft account page that opens, click “Your info” in the top bar. Then, click “Edit name” under your profile picture.

Edit name option on Microsoft page

Enter your first and last name, complete the CAPTCHA to confirm that you’re a real person, and click “Save”.

Save option on Microsoft page

That’s it! The administrator name of your computer is now changed.

2. Change the Administrator Name Using the Control Panel

The Settings app method only works if you’re logged in with a Microsoft account. If you’re using a local account, you must change the admin account name using a different method.

To do this using the Control Panel, open the Start menu and type “Control Panel” in the search field and press Enter. Change the “View by” to “Category” and navigate to User Accounts > User Accounts > Change your account name.

Change my account name option in the Control Panel

Type the new name in the “New account name” field and click “Change Name”.

Change name option in the Control Panel

You’ll see the new name appear on the welcome screen and the Start menu.

3. Change the Administrator Name Using the Netplwiz Command

Netplwiz is a Windows command you can use to manage user accounts on your PC. It allows you to add, remove, or modify your user account. You can also use the netplwiz command to change the administrator name, as follows.

Press the Windows+R key together to open the Run tool. Then, type “netplwiz” in the search field and hit Enter.

netplwiz command in the Run tool

In the User Accounts window that appears, select your account and click “Properties”.

Properties option in the User Accounts window

Type the name in the “Full name” field and then click “Apply” and “OK”.

Full name field in the User Accounts window

Then, you’ll have to sign out and sign back in for the changes to take effect.

4. Change the Administrator Name Using Command Prompt

If you are more comfortable using Command Prompt, you can use the wmic command to change the administrator name in Windows 11.

To begin, launch Command Prompt with elevated permissions. The quickest way to open the Command Prompt as an administrator is to search for it in the Start menu and select the “Run as administrator” option.

Run as admin option in the Start menu

In the elevated Command Prompt window, type the following command and press Enter. This will display all the accounts on your computer.

wmic useraccount get fullname, name

Useraccount viewing command in Command Prompt

Then, type the following command and hit Enter. Make sure to replace “New Name” with the name you want to give to the administrator account.

 wmic useraccount where name="Administrator" set name="New Name" 
Administrator name changing command in Command Prompt

You will see the “Method execution successful” message indicating that the command ran successfully and the administrator account name is now changed.


Job done! You can change the account name as often as you like, so don’t worry if you make a mistake or change your mind.

Source link