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.
- Press the Windows Key + R on your keyboard to open the Run dialog box.
- Type
controland hit Enter to open the Control Panel. - In the top-right corner, change "View by" to Large icons.
- Click on User Accounts.
- Click on User Accounts again (the green text link).
- Select the local account you want to rename.
- Click the link that says "Change the account name".
- Enter the new account name.
- 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.
- Go to Settings → Accounts → Your info.
- Click Sign in with a local account instead (if currently Microsoft).
- 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:
- Right-click the Start button and select Computer Management.
- In the left pane, expand Local Users and Groups.
- Click on Users.
- In the center pane, right-click the account you want to change and select Rename.
- 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 + Esc → Users tab shows new name. Method 1: The Control Panel (Best for Local
Method 4 — PowerShell (advanced, works in all editions)
- Open Start, type PowerShell, right‑click Windows PowerShell and choose Run as administrator.
- To list local users and see their display names:
Get-LocalUser | Select Name, FullName - 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" - 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.
