How to Change Username on Windows 10

Photo of author

By Victor Ashiedu

Published

This Itechguide teaches you how to change username on Windows 10.

This Itechguide will teach you how to change username for a local windows 10 account. You cannot change the Username for a Microsoft account. To change the name (NOT username) for your Microsoft account, use the steps in this Itechguide – How to Change Account Name on Windows 10 for a Microsoft Account

Option 1: Change Username from Computer Management

One of the methods to change username on Windows 10 is to use Local Users and Groups in Computer Management. Here are the detailed steps…

  1. Right-click Windows 10 Start menu and click Computer Management.
How to Change Username on Windows 10 from Computer Management
  1. Then, on the left pane of Computer Management, expand Local Users and Groups. Users and Groups nodes will be available.
How to Change Username on Windows 10 from Computer Management
  1. Click the Users node. Then, on the details pane, right-click the username you want to change and select Rename.
  1. Finally, enter a new username and press enter. The username for the user will change immediately.

Option 2: Change Username with Command Prompt

  1. Type command prompt or cmd in the search box. Then, from the search results, click Run as administrator.
  2. You will receive a User Account Control confirmation screen requesting you to allow the program to make changes to your computer, click Yes.
How to Change Username on Windows 10 with Command Prompt
  1. Then, on the command prompt, to display enabled user accounts on the Windows 10 PC, type Net User and press enter.
Net User

The command will display all the active users on the computer. The command will NOT display disabled users.

Note the user name for the user you want to change its username.
How to Change Username on Windows 10 with Command Prompt
  1. Finally, to change username on Windows 10 for the user, enter the wmic command like the command shown below and press enter. See the notes beneath the command for parts of the command you need to modify.
wmic useraccount where name='VictorLocal_New' rename VictorLocal
Change VictorLocal_New to the current user name of the user you want to change and VictorLocal to the new name for the user.

If everything goes well, the command should return “Method execution successful” and the username will change immediately. To confirm that the username changed, run the Net User command again – see the second screenshot below…

How to Change Username on Windows 10 with Command Prompt

Option 3: Change Username with PowerShell

You can also change username on Windows 10 with PowerShell. Here are the steps…

  1. Type powershell in the search box. Then, right-click Windows PowerShell and click Run as Administrator.
  2. You will receive a User Account Control requesting permission to allow PowerShell to open, click Yes.
How to Create a New User on Windows 10 with PowerShell
  1. On the PowerShell prompt, to display all local users, enter the Get-LocalUser Cmdlet and press enter.
Get-LocalUser

Unlike the Command Prompt’s Net Use command, the Get-LocalUser PowerShell Cmdlet displays both enabled and disabled users.

  1. Finally, to change a user name with PowerShell, enter the Rename-LocalUser Cmdlet as shown below – then, press enter. See the note below the command for parts of the command you need to change.
Rename-LocalUser -Name VictorLocal -NewName VictorLocal_1
Change VictorLocal to the current user name for the user you want to change username for. Then change VictorLocal_1 to the new username for the user.

When you press enter, PowerShell will return to its prompt. It will look like nothing happened. How, to confirm that the username changed, use the Get-LocalUser Cmdlet.

Conclusion

You can use the methods covered in this Itechguide to change username on Windows 10!

If you were able to change the username of your Windows 10 PC by following the steps in this guide, click on “Yes” beside the “Was this page helpful” question below.

You may also express your thoughts and opinions by using the “Leave a Comment” form at the bottom of this page.

Lastly, for more Windows 10 Itechguides, visit our Windows 10 How-To page. You may also find our Work from Home page very helpful.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment