/
/

How to Change the Display Name of an Account in Windows 11 

How to Change the Display Name of an Account in Windows 11  blog banner image

In Windows 11, the user account display name is the name shown on the sign-in screen, Start menu, and various system settings. This differs from your username, which is used for login purposes and file paths. Changing the display name can help with personalization, maintain naming consistency across shared or work devices, or correct naming errors. The process for changing it depends on the type of account you’re using, whether you’re using a Microsoft or a local account.

One thing to remember is that changing the display name doesn’t affect your user profile folder or your login credentials. This guide will walk you through the different methods to change the display name in Windows 11 based on your account type and Windows edition.

How to change the user display name in Windows 11

Before proceeding with the methods, here are a few essential points to consider:

  • Ensure you have administrative privileges on the system, as changing display names requires elevated access.
  • Identify whether the account is a Microsoft or local account since the steps vary depending on the type.
  • While changing the display name is generally safe, it’s advisable to back up any important data before making system changes.

Method 1: Using Netplwiz (GUI)

This method is ideal for users who prefer a simple visual interface.

Note: This applies only to local accounts.

  1. Press Win + R to open the Run dialog box.
  2. Type netplwiz and click Enter to open the User Accounts.
  3. In the Users tab, select the account whose display name you wish to change.
  4. Click Properties.
  5. In the General tab, enter the new display name in the Full name field.
  6. Tap OK to apply changes.
  7. Sign out and back in to see the updated display name.

Method 2: Using Local Users and Groups (GUI)

This approach offers more administrative control and is great for managing multiple users or advanced settings.

Note: This method is available only in Windows 11 Pro, Enterprise, and Education editions.

  1. Press Win + R to open the Run dialog box.Run dialog box input " lusrmgr.msc" and enter
  2. Type lusrmgr.msc and click Enter to open the Local Users and Groups.
  3. In the left pane, click on Users under Local Users and Groups.
  4. In the middle pane, double-click on the account whose display name you want to change.Local Users and Groups. window Click on Users under Local Users and Groups then locate and double click the account name you want to change.
  5. In the General tab, go to the Full name field.
  6. Enter the new display name you want to use.
  7. Click OK to apply the changes.DefaultAccount Properties Window in General Tab input the name you want and click ok
  8. Sign out and back in to see the updated display name.

Method 3: Using Command Prompt (CMD)

This method is quick and scriptable, ideal for power users and IT professionals.

Note: Works with local accounts only and must be run as an administrator.

  1. Press Win + S to open the search bar.
  2. Type cmd and right-click Command Prompt from the search results.
  3. Select Run as administrator.
  4. To check current user accounts and their full names, run the following command:
    • wmic useraccount get name,fullname
  5. This will display a list of all local user accounts on your system.
  6. To change the display name, run the following command:
    • wmic useraccount where name=”CurrentUsername” call rename “NewDisplayName”
  7. Replace CurrentUsername with the existing username and NewDisplayName with your desired display name.
  8. Restart your computer to apply the changes.

Method 4: Using PowerShell

This method provides a powerful way to manage display names, perfect for those comfortable with scripting or automating account changes.

Note: Works with local accounts only and must be run as an administrator.

  1. Press Win + S to open the search bar.
  2. Type powershell and right-click Windows PowerShell from the search results.
  3. Select Run as administrator.
  4. To check current user accounts, run the following command:
    • Get-LocalUser
  5. This will display a list of all local user accounts on your system.
  6. To change the display name, run the following command:
    • Rename-LocalUser -Name “CurrentUsername” -NewName “NewDisplayName”
  7. Replace CurrentUsername with the existing username and NewDisplayName with your desired display name.
  8. Sign out and back in, or restart your computer to see the updated display name.

Method 5: Using Microsoft Account settings (for Microsoft Accounts)

This is the only supported method for Microsoft accounts to change your display name. Changes made here will sync across all Microsoft services and devices linked to the account.

Note: Changes may take some time to propagate across all Microsoft services.

  1. Open a web browser and go to https://account.microsoft.com (Microsoft Account page)
  2. Sign in with your Microsoft account.
  3. Click on Your Info at the top of the page.
  4. Select Edit name under your current display name.
  5. Enter your desired first and last name.
  6. Complete the CAPTCHA and click Save.
  7. Sign out and back in to see the updated display name.

Method 6: Using Control Panel (for Local Account)

This legacy method is one of the most user-friendly options for casual users.

Note: This only applies to local accounts.

  1. Press Win + S to open the search bar.
  2. Type control panel and click Enter once found.
  3. Go to User Accounts > User Accounts.Control Panel Window > User AccountsUser Accounts window click User Accounts
  4. Select Change your account name.User Accounts window selecte "Change your account name"
  5. Enter the new name you want to use.
  6. Click Change Name to save it.Change your name window, Input your new account name then click change name
  7. Restart your computer to apply the changes.

Additional considerations when changing an account’s display name

Keep the following technical and administrative points in mind before changing a user’s display name in Windows 11:

User profile folder

Changing the display name does not rename the user’s profile folder located in C:\Users\. This folder is tied to the original username created during account setup. Renaming it requires additional steps, such as registry edits, account migration, or creating a new user account, which is beyond the scope of this guide.

Group Policy

There are no direct Group Policy settings for changing user display names. However, administrators can manage user accounts in domain environments and enforce naming conventions through scripts, provisioning tools, or account management policies.

System impact

Some systems may rely on consistent usernames or display names in enterprise environments for identification, permissions, or auditing. Before making changes, ensure that changing the display name doesn’t conflict with internal policies or software that relies on specific user naming conventions.

Change display name in Windows 11 safely and effectively

Changing the display name in Windows 11 is both easy and convenient, especially for users seeking personalization, improved privacy, or a more professional presentation, such as on shared or work devices. The method you use depends on your account type and Windows edition.

Tools like netplwizlusrmgr.msc, and the Control Panel provide direct ways to change display names for local accounts. For Microsoft accounts, you’ll need to update your name through the Microsoft Account website, where updates sync across devices. Moreover, Command Prompt and PowerShell offer script-based solutions for more advanced or automated changes.

Remember, the display name is different from the username, which Windows uses for file paths and sign-ins. Finally, in organizational environments, always make sure that changes align with IT policies and system dependencies to avoid disruptions.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).