How to change User name in Windows 11 (6 Easiest ways)

Best 6 ways to change User name in Windows 11 such as using Settings, Control Panel, Netplwiz, cmd command line, PowerShell, and Secpol.

How to change User name in Windows 11

Making different profiles for users in Windows 11 can allows to organize files and folders better and keep a user separate from issues that cause others. Once created, you can find your user account name on the login screen, Start menu, User accounts, and several other locations. Here, we are with multiple methods to change User name in Windows 11.

Now, you might wish to rename the user account for a specific profile for various reasons. If there is a legal name change or conversion of an account into a work profile or some security reasons could lead to the requirement for changing username in Windows 11. Learn the easiest methods –

Change your username in Windows 11

Here is how to change User name in Windows 11 –

Just a general note: The Computer name or system name is not the same as your Username. There can be multiple user accounts and respective usernames, but only one System name or Computer name on one device. Further, note that your system name and username shouldn’t be the same.

Depending on whether you have your PC linked to your Microsoft account or not, you could be either having your MSA name as your Username due to the sync, or it would be the PC-specific user name you set when you set up a local account.

Way-1: From Settings

For the computer linked to a Microsoft account, you change your username by changing your Microsoft account name. This can easily be done on Microsoft’s website. Here are the steps to change your username through MSA.

  1. Press Windows + I keys together to bring up ‘Settings’.
  2. Click ‘Accounts’.
  3. Scroll down to the last in the right pane and click on Accounts link.
How to change User name in Windows 11
  1. You’ll come to see a Microsoft account page on your default browser.
  2. Sign in if you aren’t already signed in.
  3. Click on ‘Your info’ (you’ll find it in the top left of the page).
Your info
  1. Next, click Edit name.
Edit name
  1. In the pop-up, you can change the new account name as per your preference.
  2. Fill in the captcha for verification if prompted.
  3. Hit the ‘Save’.
change User name in Windows 11
  1. You can go back to Settings in Windows and see if the username change has been applied.
  2. In case not, you can simply sign out or restart your system for the change to take effect.

Way-2: Through Control Panel

One of the easiest ways of changing the username is editing the account name through the Control Panel.

  1. Press – Winkey+R.
  2. Type Control.
  3. Press Enter to open Control Panel.
How to change User name in Windows 11 through control panel
  1. Select – User Accounts.
User Accounts
  1. Click on – Make changes to my account in PC settings.
Make changes to my account in PC settings
  1. Now, follow from 4th step in the previous method.

Way-3: Via Netplwiz

Windows still have the legacy user account management tool ‘Advanced User Accounts Control Panel’, or the ‘netplwiz’ command to access the relevant settings and change the username of an account. Here is how you can do this:

  1. Press the shortcut keys – Windows + R.
  2. In the Run window, type – netplwiz.
How to change User name in Windows 11 Via Netplwiz
  1. Click – OK.
  2. In the User Accounts window, you’ll be in the ‘Users’. Choose the account you would like to rename.
  3. Hit ‘Properties’.
users Properties
  1. In the General tab, update the ‘User name:’ in order to change User name in Windows 11.
  2. You can also enter the Full name and Description, which would be optional.
  3. Hit ‘Apply’.
  4. Finally, click on ‘OK’.
  5. Choose ‘OK’ to close the wizard.
general tab Edit the name on
  1. Sign out to apply the changes.

Way-4: Change Local Username using Command Prompt in Windows 11

An uncommon way to change User name in Windows 11 for a local account is via the Command prompt.

  1. Click – Start.
  2. Type in – cmd.
  3. Select – ‘Run as administrator‘.
cmd run as administrator
  1. If a dialog box prompts, click ‘Yes’ to continue. Either you can follow this post for the same – 13 Ways to open Command Prompt as administrator in Windows 11.
uac prompt
  1. In the black command prompt window, type the below series of commands and press Enter after each:

To list all the local user account names including default accounts:

wmic useraccount get fullname, name
Change Local Username using Command Prompt in Windows 11

To change the user account name (In the place of “Current User Name” put the name of the account you want to change and replace “New User Name” with the new username you want to keep. Do not forget to put Usernames within (” “).

wmic useraccount where name='currentname' rename newusername

Example:

wmic useraccount where name='User nk18' rename pk29
  1. Restart your PC after passing these commands.

Way-5: With Windows PowerShell

Yet another way to change local account names using command would be through Windows PowerShell, which is more advanced and powerful than Command Prompt. Here are the steps for those who wish to change their username via PowerShell:

  1. Right click on Start and select Windows PowerShell (Admin) from the list of options.
windows powershell admin power user menu
  1. Pass the following commands to list all local user accounts and find the profile name you prefer to change:
Get-LocalUser
how to change User name in Windows 11 using powershell
  1. In this step, replace “Current Username” and “New Username” the same way as mentioned previously:
Rename-LocalUser -Name "Current Username" -NewName "New Username"

Example Command:

Rename-LocalUser -Name "Navin" -NewName "AGR8"
  1. Now, reboot your PC to apply the changes.

Way-6: Through Local Security Policy

Your system automatically created a hidden admin and user account when your install Windows. These exist for backup and security purposes. The hidden ‘Administrator account, which is basically the very first account created when an operating system is installed, is a setup/disaster recovery account. In case you’d like to rename this, you can make use of the Local Security Policy. Here is how:

  1. In the search box, type ‘Local Security Policy’ and open the same from the results. (Alternatively, you can also enter secpol.msc in the Run command).
How to change User name in Windows 11 via local security policy
  1. Navigate to Local Policies > Security Options.
  2. From the right-side panel, right-click on the ‘Accounts: Rename administrator account’.
  3. Click on ‘Properties’.
accounts properties in security policy
  1. Here you can change the default ‘Administrator’ account name.
  2. After editing the name, click ‘Apply’.
  3. Choose ‘OK’.
rename administrator account
  1. Restart your computer.

Methods list:
Way-1: From Settings
Way-2: Through Control Panel
Way-3: Via Netplwiz
Way-4: Using Command Prompt
Way-5: With Windows PowerShell
Way-6: Through Local Security Policy

That’s it!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows 11