How To Change The Name Of My Local Account In Windows 11 Hot May 2026

Here’s a concise step-by-step guide to change the name of your local account in Windows 11 (the name that appears on the sign-in screen and Start menu).


Method 1: The Control Panel (Best for Local Accounts)

This is the standard method for changing a local user account name. It changes the name that appears on the Start menu and login screen.

  1. Press the Windows Key + R on your keyboard to open the Run dialog box.
  2. Type control and hit Enter to open the Control Panel.
  3. In the top-right corner, change "View by" to Large icons.
  4. Click on User Accounts.
  5. Click on User Accounts again (the green text link).
  6. Select the local account you want to rename.
  7. Click the link that says "Change the account name".
  8. Enter the new account name.
  9. Click Change Name.

Method 1: The Hottest & Fastest Way – Control Panel (30 Seconds)

This is the official, Microsoft-supported method. It works on all Windows 11 versions, including Home, Pro, and Enterprise. how to change the name of my local account in windows 11 hot

Method 2: Using Settings (if account is linked to Microsoft)

⚠️ If you’re using a Microsoft account, you can’t rename the local folder this way. Convert to a local account first.

  1. Go to SettingsAccountsYour info.
  2. Click Sign in with a local account instead (if currently Microsoft).
  3. Follow the prompts, then rename via Method 1 above.

Method 2: The "Local Users and Groups" Tool (The "Pro" Method)

Note: This method is best if you want to change the actual Profile Name (the folder name on your C: drive) or if Method 1 didn't work. This is not available on Windows 11 Home edition, only Pro and Enterprise. Here’s a concise step-by-step guide to change the

If you are on Windows 11 Pro, this is the most effective way to rename an account:

  1. Right-click the Start button and select Computer Management.
  2. In the left pane, expand Local Users and Groups.
  3. Click on Users.
  4. In the center pane, right-click the account you want to change and select Rename.
  5. Type the new name and press Enter.

Final Checklist After Changing Your Local Account Name

Lock screen – Shows new name after sign-out/in.
Start menu – Reflects new name near profile picture.
File Explorer (ownership) – Right-click C:\Users → your old user folder name remains unchanged. That’s normal and safe.
Task Manager – Press Ctrl + Shift + EscUsers tab shows new name. Method 1: The Control Panel (Best for Local


Method 4 — PowerShell (advanced, works in all editions)

  1. Open Start, type PowerShell, right‑click Windows PowerShell and choose Run as administrator.
  2. To list local users and see their display names:
    Get-LocalUser | Select Name, FullName
    
  3. To change the display name for a user (replace "OldName" with the account Name and "New Display Name" with what you want shown):
    Set-LocalUser -Name "OldName" -FullName "New Display Name"
    
  4. Sign out and sign back in to see the updated display name.

Notes:

  • Use the account's internal Name (the account login name) for -Name.
  • PowerShell changes the FullName field (display name) only.

Troubleshooting

  • New name not showing? Sign out or restart; Windows caches display names.
  • Cannot edit? You need administrative rights.
  • lusrmgr.msc missing? You’re likely on Home edition; use Control Panel or PowerShell.
  • PowerShell error "Set-LocalUser: The term 'Set-LocalUser' is not recognized": you may be running an older build or not elevated—use an elevated PowerShell session or Control Panel method.