NEWS
Windows 11 Finally Lets You Name Your Own User Folder
Windows 11 will finally let you choose your own user folder name during setup, ending a years-old habit where the operating system grabbed the first five letters of your email address and stamped them permanently under C:\Users. The change shipped with the optional May 2026 update, KB5089573, on May 26, adding a dedicated field to the Device Name page so you can type a clean folder name before Windows ever creates one for you.
There is a catch large enough to swallow the feature for most people. The option appears only while you set up a PC, which means everyone already living with a folder called “abhij” or “john1” is exactly where they were last week.
What KB5089573 Changes on the Device Name Page
The update moves Windows 11 version 24H2 to build 26100.8524 and version 25H2 to build 26200.8524. It is a preview, so it installs as an optional non-security release for now, with the same code set to reach everyone through the mandatory June 2026 Patch Tuesday security update.
The folder-naming control is not brand new code. Microsoft first slipped it into Windows 11 Insider Preview Build 26300.8068 in the Dev Channel back in March, where testers found a “User folder name” box sitting just below the device-name field, accepting up to 16 Unicode characters. It has now graduated from the test channels to production machines.
Here is how the setup step looked before and after the change.
| Detail | Before KB5089573 | After KB5089573 |
|---|---|---|
| User folder source | First five letters of your sign-in email | Name you type, or the default if skipped |
| Where it is set | Created automatically, no prompt | Device Name page, “User folder name” field |
| Control after setup | None without a reinstall | None without a reinstall |
| Skip behavior | Always truncated automatically | Falls back to the old default name |
You can read the full feature wording in the official KB5089573 update release notes, which also list the performance work bundled into the same release.

Why ‘abhij’ Broke More Than Aesthetics
For most people the truncated name was just ugly. Sign in with an address that starts with numbers or symbols and you could end up staring at “john1” every time you opened a terminal or browsed the local drive. The name had no meaning, and you could not touch it.
The deeper damage landed on developers and system administrators, who treat the user profile path as a fixed address. When Windows invents an unpredictable, shortened username, the tooling that assumes a uniform directory layout starts to miss.
The breakages tend to cluster around a few predictable spots:
- Build scripts that hard-code a path under C:\Users fail to find local files when the folder name does not match what the script expects.
- Custom environment variables pointing at the profile directory resolve to a truncated string that no longer lines up with team conventions.
- Legacy command-line tools and development environments choke on paths they cannot predict, forcing manual rewrites across an entire workspace.
- Game mods and older utilities that scan for a specific home folder simply do not see it.
None of that is fatal on its own. Stack it across a fleet of machines, though, and a five-character cosmetic quirk turns into hours of cleanup that nobody budgeted for.
Setting a Custom User Folder Name During Setup
The flow is simple once you reach the right screen, which is the first interactive page during the out-of-box experience (OOBE, the first-run setup wizard Windows shows on a new install).
Where the Option Appears
When you install Windows 11 or boot a new laptop for the first time, the Device Name page now carries the extra “User folder name” field. Type the name you want for your profile directory, then continue. If you skip the box, Windows uses its default name and moves on, so you are never forced to decide on the spot.
One quirk worth knowing: Microsoft recently let users skip the long update check that follows this screen during OOBE, so reaching the rest of setup is faster than it used to be.
Naming Rules to Follow
Because the user folder sits at the root of the file system, the name has to obey standard Windows file-naming rules. You cannot use the reserved characters < > : ” / \ | ? *, and you cannot use reserved system names such as CON, PRN, AUX, NUL, COM1, or LPT1. Names also cannot end with a space or a period. Microsoft lays out the full set on its Windows file and folder naming requirements page.
Spaces and Unicode characters are technically allowed, but a plain name made of standard letters is the safer bet. A path like C:\Users\Abhijith plays far nicer with old command-line tools, scripts, and game mods than one stuffed with spaces or symbols. Keep it short, keep it clean, and you avoid the exact path headaches the feature was meant to solve.
The Catch: Existing Users Get Nothing
This is where the win turns lopsided. Microsoft’s own wording draws the line plainly.
You can now choose a custom name for your user folder on the Device Name page during Windows setup. The updated experience makes it easier to select a custom name during setup only. If this step is skipped, Windows uses the default folder name and continues setup as usual.
That phrase, “during setup only,” is the whole story. If you are already past the wizard, which is to say if you have a working PC, the new field is invisible to you. Installing the update changes nothing about a folder Windows created months or years ago.
The people who spent years asking for this are precisely the people it does not reach. For them, the only clean route to a sensible folder name is a full Windows reinstall or a brand-new machine. Wiping an entire system to rename a folder called “abhij” is a steep price for cosmetics, and most people will simply learn to ignore the name they were stuck with.
Why a Clean Reinstall Still Might Not Help
Even the nuclear option carries a warning label. Microsoft is shipping the feature through Controlled Feature Rollout, the staged delivery method where a capability reaches machines in waves rather than all at once.
That has a practical sting. You can install the May 2026 optional update and still not see the “User folder name” field when you run setup, because the rollout may not have reached your device yet. The broader, guaranteed switch-on is tied to the June 2026 Patch Tuesday release, when the code stops being optional and becomes part of the standard security update.
So timing matters more than usual here. The quick facts to weigh before you reach for the install media:
- May 26, 2026 is when the optional preview carrying the feature first arrived.
- June 2026 Patch Tuesday is when the broader, mandatory rollout is scheduled.
- 16 characters is the working cap testers saw for the custom name.
If the User folder name field shows up when you reinstall, you get the clean path you always wanted. If Controlled Feature Rollout has not reached your machine yet, you are back to a five-letter name with a freshly wiped drive for company.
Frequently Asked Questions
Can I change my Windows 11 user folder name without reinstalling?
No. The new KB5089573 option works only on the Device Name page during initial setup. Once your PC is set up, the feature does not appear, and Windows offers no supported way to rename the existing C:\Users profile folder short of a full reinstall.
Which update adds the custom user folder name feature?
The optional May 2026 preview update KB5089573 brings it to production PCs, moving Windows 11 24H2 to build 26100.8524 and 25H2 to build 26200.8524. The same code reaches all supported machines through the June 2026 Patch Tuesday security release.
Where exactly does the user folder name option appear?
It sits on the Device Name page, the first interactive screen during setup, as a field labeled “User folder name” just below the device-name box. If you skip it, Windows falls back to the old default and continues setup.
What characters are not allowed in the custom folder name?
You cannot use < > : ” / \ | ? *, and you cannot use reserved system names like CON, PRN, AUX, NUL, COM1, or LPT1. The name also cannot end with a space or a period. Sticking to plain letters avoids trouble with older scripts and tools.
Why did Windows use only five letters of my email before?
During setup Windows required a Microsoft account sign-in, then generated the profile folder from the first five letters of that email address. Addresses starting with numbers or symbols produced odd names such as “john1,” and users had no control over the result.
Will the option definitely show up after I install the update?
Not necessarily. Microsoft is using Controlled Feature Rollout, so the field may not appear right away even with the update installed. A reinstall done too early could leave you with the same truncated name, which is why the June 2026 mandatory release is the safer milestone.
-
MICROSOFT 3657 days agoMicrosoft’s Copilot Super App Chases Its Own 450M Base
-
NEWS1 week agoWindows 11 Low Latency Profile Lands in KB5089573 Update
-
MICROSOFT 3651 week agoMicrosoft 365 Copilot Redesign Bets Big on In-App Adoption
-
NEWS1 week agoMicrosoft Build 2026 Skips Windows 12 for the AI Bet That Counts
-
NEWS1 week agoGTA 6’s Xbox Title ID Surfaces in Microsoft’s Backend
-
NEWS1 week agoMicrosoftSystem64 Malware Hides Stolen Data Inside HuggingFace
-
NEWS1 week agoThe Cat in the Hat: Rainy Day Mayhem Hits Consoles Oct 30
-
NEWS7 days agoBevaya Lands Insurance AI Agents Inside Teams and Outlook
