How to Change the User Folder Name in Windows 11

Changing the user folder name in Windows 11 may seem complex, but you have a couple of effective methods to accomplish this. Before diving into the details, it’s crucial to recognize that Windows automatically creates a user folder based on the name you assign when you create an account. While this folder name is generally not problematic for functionality, many users prefer a more aesthetically pleasing title.

To alter the user profile folder name on Windows 11, you can choose from two primary approaches:

  • Create a new local account with your desired name and transfer your current files to this new profile.
  • Utilize the Registry Editor to modify the folder name directly (this method is less recommended due to potential complications).

In this comprehensive guide, we will outline both methods step by step. Please ensure you create a complete backup of your system before proceeding with any changes.

Method 1: Create a New Account to Change the User Folder Name

To successfully change your user profile folder name by creating a new account, follow the instructions below:

  1. Launch the Settings app on your Windows 11 device.
  2. Navigate to Accounts.
  3. Select the Other users option.
  4. Click on Add account.
  5. Choose I don’t have this person’s sign-in information.
  6. Opt for Add a user without a Microsoft account.
  7. Confirm the username for the new account, which will also serve as your new folder name.
  8. (Optional) Skip setting a password for the new account.
  9. Click Next.
  10. Find the newly created account and select Change account type.
  11. Set the account type to Administrator.
  12. Click OK to finalize the changes.
  13. Log out of your current account.
  14. Sign into the new account.

After completing these steps, you will have a new account with the desired folder name.

Transfer Your Files

Now, you’ll want to transfer your files from the old user folder to the new one. You can easily do this using File Explorer by navigating to the Users folder. Remember that you may need to reconfigure some settings in the new account, depending on your previous configurations.

Removing the Old Account

Once the files are successfully transferred, you can delete the old account. Here’s how:

  1. Open Settings.
  2. Go back to Accounts.
  3. Click on Other users.
  4. Select your old account and click Remove.
  5. Confirm by selecting Delete account and data.

After following these steps, the old user account will be permanently removed, allowing you to link your Microsoft account to the new one.

Link Your Microsoft Account

To convert your new local account into a Microsoft account, follow these steps:

  1. Access Settings.
  2. Click on Accounts.
  3. Select Your info.
  4. Click Sign in with a Microsoft account.
  5. Enter your Microsoft account credentials.

Note: If prompted for a password and the new account has none, leave the field blank.

Upon completing these steps, your account will be fully functional with the correct folder title.

Method 2: Rename User Folder via Registry (Advanced)

If you prefer to modify the existing user folder directly via the Registry and avoid creating a new user account, follow these advanced steps. Please be aware that this method carries risks of unexpected behavior in your applications and might affect account functionality.

  1. Open the Start menu.
  2. Search for Command Prompt, right-click the result, and select Run as administrator.
  3. Enable the built-in Administrator account by executing the following command:
  4. net user "Administrator"/active:yes

  5. Log out of your current account.
  6. Login using the built-in Administrator account (no password is needed).
  7. Open the Start menu again.
  8. Search for Command Prompt and open it.
  9. Execute the following command to find your account’s Security Identifier (SID):
  10. wmic useraccount get name, SID

  11. Open Start again.
  12. Search for regedit to launch the Registry Editor.
  13. Navigate to the following path:
  14. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

  15. Locate the key corresponding to the SID you just found.
  16. Right-click on ProfileImagePath and select Modify.
  17. Change the user profile folder name, ensuring the path remains unchanged.
  18. Click OK.
  19. Open File Explorer.
  20. Navigate to C:\Users and find your profile folder.
  21. Right-click the folder, choose Rename, and ensure the name matches what you set in the Registry.
  22. Select Continue if prompted.
  23. Log out of the built-in Administrator account.
  24. Sign into your modified account.
  25. Open Command Prompt again, right-click and select Run as administrator.
  26. Disable the built-in Administrator account with this command:
  27. net user "Administrator"/active:no

Upon following these instructions, your user account will reflect the new folder name. Should any applications reference the old profile folder, remember to update their settings accordingly.

Note as of August 18, 2025: This guide has been revised to ensure precision and to align with recent updates in the process.

Source & Images

Leave a Reply

Your email address will not be published. Required fields are marked *