How to Change Your Windows Username (And What You Need to Know First)

Changing your Windows username sounds simple — but it's one of those tasks where the right method depends entirely on how your account is set up. There are actually two different things Windows calls a "username," and changing one doesn't always change the other. Getting them confused is the most common reason people end up with a half-finished result.

The Two Types of Windows Usernames

Before touching any settings, it helps to understand the distinction Windows makes:

Display name — This is the name that appears on the login screen, in the Start menu, and at the top of the Settings panel. It's cosmetic and easy to change.

Account folder name — This is the name of your user profile folder stored at C:UsersYourName. Windows creates this when your account is first set up, and it doesn't automatically update when you change your display name.

Most guides only cover the display name. If you also need the folder name to match — or if you're troubleshooting software that references your profile path — that's a separate process with more steps and more risk.

Method 1: Changing the Display Name on a Microsoft Account

If you sign into Windows with a Microsoft account (the kind linked to an email address like outlook.com or hotmail.com), your display name is actually pulled from your Microsoft profile online.

To change it:

  1. Open a browser and go to account.microsoft.com
  2. Sign in with the same account you use on Windows
  3. Navigate to Your infoEdit name
  4. Update the name and save

Changes typically take effect after you sign out and back in on your Windows device. Because this is a cloud-synced account, the new name will also reflect across other Microsoft services.

Method 2: Changing the Display Name on a Local Account

If you use a local account — one that exists only on your device and isn't tied to an email — the process stays entirely on your machine. 🖥️

Via Settings (Windows 10 and 11):

  1. Open SettingsAccountsYour info
  2. Under your account name, select Manage my Microsoft account — if this option doesn't appear and you see "Local Account" instead, proceed below

Via Control Panel:

  1. Press Win + R, type control panel, and press Enter
  2. Go to User AccountsUser Accounts again
  3. Click Change your account name
  4. Enter the new name and confirm

This changes only the display name. The C:Users folder remains named as it was when the account was created.

Method 3: Renaming the User Profile Folder (Advanced)

This step is optional for most users — but relevant if you:

  • Have software that uses hardcoded paths referencing your username folder
  • Want folder names and display names to match for organizational reasons
  • Are setting up a machine where consistency matters (work or shared environments)

⚠️ This process involves editing the Windows Registry and carries real risk if done incorrectly. Mistakes can prevent your account from loading properly.

General process outline:

  1. Create a separate administrator account to work from — you cannot rename a profile folder while logged into it
  2. Log into the new admin account
  3. Rename the folder at C:UsersOldName to C:UsersNewName
  4. Open the Registry Editor (regedit) and navigate to: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList
  5. Find the entry that points to your old folder path and update it to the new path
  6. Restart and log back into your original account

If the path isn't updated in the registry, Windows won't be able to find your profile and will either create a temporary one or display errors at login.

Quick Comparison: Which Method Applies to You?

Your SituationMethod to Use
Microsoft account, want name to show differentlyChange via Microsoft account website
Local account, just want a different display nameControl Panel → User Accounts
Need the C:Users folder renamed tooAdvanced registry method
Work or school account (Azure AD / domain)Contact your IT administrator

What Stays the Same After Renaming

Regardless of which method you use, changing a display name does not affect:

  • Your account password
  • Your files and documents
  • Installed applications
  • System permissions

Renaming the profile folder is the only change that touches your actual file system path — which is why it requires more care.

Domain and Work Accounts Are a Different Story

If your Windows device is joined to a corporate domain or Azure Active Directory, your username is managed by your organization's IT infrastructure. Attempting to rename it locally won't stick, and some attempts may cause login or sync issues. Name changes for these accounts typically need to be handled at the directory level — either by an IT administrator or through your organization's account management portal.

Where Individual Setup Changes Everything

The right path forward depends on details specific to your machine: whether you're on a local or Microsoft account, which version of Windows you're running, whether the device is domain-joined, and whether any of your installed software cares about profile folder paths.

A display name change takes under two minutes on most systems. A full profile folder rename on a device with many installed applications — some of which may reference your user path — is a meaningfully different task. Those two situations call for different levels of preparation, and only your specific setup determines which one you're actually dealing with.