/
/

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

by Richelle Arevalo, IT Technical Writer
How to Change the Display Name of an Account in Windows 11  blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Changing the display name in Windows 11 updates how your name appears across the system without affecting your username, login credentials, or user profile folder.
  • Use Netplwiz, Control Panel, Local Users and Groups, Command Prompt, or PowerShell to change the display name for local accounts, depending on your Windows edition and preference.
  • Update the display name for Microsoft accounts through the Microsoft Account website to sync changes across all linked devices and services.
  • Ensure you have administrative privileges and confirm your account type before making changes to avoid errors or unsupported methods.
  • Remember that changing the display name does not rename the user profile folder in C:\Users\ and may require separate steps if folder renaming is needed.

In Windows 11, the user account display name appears on the sign-in screen, Start menu, and in system settings. It differs from the username, which Windows uses for login and file paths. You may change the display name to personalize your device. It also helps maintain consistent naming on shared or work devices. You can correct spelling or formatting errors.

The steps depend on your account type. The process differs for Microsoft accounts and local accounts. 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. For a quick visual walkthrough, watch our video guide on How to Change the Display Name of an Account in Windows 11

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 profile folder in C:\Users. Windows links this folder to the original username created during setup.

Renaming the profile folder requires additional steps. These include editing the registry, migrating the account, or creating a new user account. This process falls outside 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.

Use netplwiz, lusrmgr.msc, or Control Panel to change the display name for a local account. These tools provide direct access to account settings.

For a Microsoft account, update your name on the Microsoft Account website. Windows syncs the updated name across your devices.

You can also use Command Prompt or PowerShell for advanced or automated changes. These methods support script-based management.

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.

FAQs

No. Changing the display name only updates how your name appears on the sign-in screen and system settings. It does not change your username, password, or user profile folder.

No. You must change the display name through the Microsoft Account website, and the update will sync across all connected devices.

Only Windows 11 Pro, Enterprise, and Education editions include the Local Users and Groups tool.

Yes. You must have administrative rights on the system to modify an account’s display name.

You might also like

Ready to simplify the hardest parts of IT?