How To Change The Name Of My Local Account In Windows 11 Hot -
Changing the name of a local account in Windows 11 is straightforward, though the steps differ depending on whether you are using a Local Account or a Microsoft Account. How to Change a Local Account Name
Change the Display Name of an Account in Windows 11 | NinjaOne how to change the name of my local account in windows 11 hot
To change the actual user profile folder name (C:\Users<username>) — caution
- Renaming the profile folder is riskier and can break apps or sign-in. Recommended approach:
- Press the Windows Key + R on your keyboard to open the Run dialog box.
- Type
control userpasswords2ornetplwizand hit Enter. - In the "User Accounts" window that appears, select the local account you wish to change from the list.
- Click the Properties button.
- Change the name in the Full Name field.
- Click Apply and OK.
- Press the Windows key + R to open the Run dialog box.
- Type
lusrmgr.mscand press Enter. - In the Local Users and Groups console, click on Users.
- Right-click on your account and select Rename.
- Enter your new account name and click OK.
Step-by-step:
-
How to change the name of my local account in Windows 11 — quick, safe, and complete
Below are three reliable methods (Control Panel, Settings via account type, and Local Users & Groups) plus one advanced PowerShell option. Pick the method that matches what’s available on your PC (some editions—Home vs Pro—limit Local Users & Groups). Each method includes exact steps, what changes visually after renaming, and brief troubleshooting tips. Changing the name of a local account in
- Press the Windows key + R to open the Run dialog box.
- Type
cmdand press Enter to open the Command Prompt. - Type
net localgroup Administrators /add "YourNewAccountName"(replace "YourNewAccountName" with your desired account name). - Press Enter to execute the command.