How to Create a Local Account in Windows 11
Windows 11 pushes hard for Microsoft account sign-ins during setup — but a local account remains a fully supported option. Whether you're setting up a shared PC, a work machine without cloud sync, or you simply prefer keeping your data off Microsoft's servers, here's exactly how local accounts work and what you need to know before choosing one.
What Is a Local Account in Windows 11?
A local account is a user profile stored entirely on the device itself. It has no connection to Microsoft's cloud services — no OneDrive sync, no linked Microsoft Store purchases, no cross-device settings. Your username and password live on that machine and nowhere else.
This contrasts with a Microsoft account, which ties your Windows login to an email address and syncs settings, files, and app data across devices. Neither is inherently better — they serve different purposes.
Method 1: During Initial Windows 11 Setup (OOBE)
When setting up a new Windows 11 PC, Microsoft's Out-of-Box Experience (OOBE) is designed to funnel users toward a Microsoft account. The path to a local account depends on which edition you're running.
Windows 11 Home
Microsoft removed the obvious local account option from Home editions. The common workaround:
- At the "Let's connect you to a network" screen, disconnect from Wi-Fi (unplug ethernet, turn off your router, or don't connect at all)
- Click "I don't have internet" when prompted
- Then select "Continue with limited setup"
- Enter a local username, password, and security questions
Skipping the internet connection is the key step — without a network, the setup wizard falls back to local account creation.
Windows 11 Pro
Pro editions include a more direct path:
- On the sign-in screen, click "Sign-in options"
- Select "Domain join instead"
- Fill in your desired username and password
Despite the label mentioning "domain join," this method creates a standalone local account — no domain required.
Method 2: After Windows 11 Is Already Installed
If your machine is already running Windows 11 with a Microsoft account, you can add or switch to a local account through Settings.
Adding a New Local User Account
- Open Settings → Accounts → Family & other users
- Under "Other users," click "Add account"
- In the Microsoft sign-in prompt, click "I don't have this person's sign-in information"
- Then choose "Add a user without a Microsoft account"
- Set a username, password, and security questions
This creates a secondary local account without touching your primary account.
Switching Your Existing Microsoft Account to Local
- Go to Settings → Accounts → Your info
- Click "Sign in with a local account instead"
- Verify your identity, then choose a local username and password
- Sign out and back in to complete the switch
⚠️ This disconnects your Microsoft account from Windows. Apps tied to that account (OneDrive, Microsoft Store purchases, synced settings) will lose their connection on that device.
Method 3: Using Command Prompt or PowerShell
For IT administrators or advanced users managing multiple machines, local accounts can be created via command line:
net user [username] [password] /add To give that account administrator privileges:
net localgroup administrators [username] /add This method bypasses the GUI entirely and is especially useful for scripted deployments or remote administration.
Key Differences: Local Account vs. Microsoft Account
| Feature | Local Account | Microsoft Account |
|---|---|---|
| Login credential | Username + password (device only) | Email + password (cloud-linked) |
| Settings sync | ❌ No | ✅ Yes |
| OneDrive integration | ❌ Not automatic | ✅ Built-in |
| Microsoft Store access | Limited (no purchases) | Full access |
| PIN / Windows Hello | ✅ Supported | ✅ Supported |
| Password recovery | Security questions only | Account recovery options |
| Works offline | ✅ Always | ✅ Once set up |
Variables That Affect Which Approach Works for You
Not every method works in every situation. A few factors shape your experience:
- Windows 11 edition — Home and Pro have different setup flows, and some enterprise editions are managed by IT policy that may block local accounts entirely
- Whether setup is fresh or existing — the OOBE workarounds only apply during initial installation; post-setup follows a different path
- Administrator privileges — adding new users or switching account types requires admin access; standard users can't do this themselves
- App and service dependencies — some apps (particularly Microsoft 365 desktop apps and the Microsoft Store) behave differently or require re-authentication after switching to a local account
- BitLocker and encryption — if your drive is encrypted and tied to a Microsoft account recovery key, switching to local changes how you'd recover access if you forget your password
🔐 Local accounts use security questions as their primary recovery method — choose questions and answers you'll actually remember, since there's no external account recovery fallback.
What Changes (and What Doesn't) With a Local Account
A local account runs Windows 11 fully. You still get:
- Access to all installed apps
- Windows Update
- Windows Hello (PIN, fingerprint, facial recognition)
- All local files, settings, and preferences
What you lose or need to manage separately:
- Automatic OneDrive backup
- Synced browser passwords (if using Edge with a Microsoft account)
- Easy Microsoft Store app downloads
- Cross-device clipboard and timeline features
Some of these can be partially restored — for example, you can still sign into OneDrive or the Microsoft Store with a Microsoft account without that account being your Windows login.
The Part Only Your Setup Can Answer
The process itself is straightforward, but whether a local account fits your workflow depends on how much you rely on Microsoft's ecosystem. A solo developer who avoids cloud sync and wants minimal telemetry has different needs than a household where multiple family members share a PC and rely on parental controls, or a remote worker whose IT department manages device policies centrally. The technical steps are the same — what varies is what you'll gain or give up once you've made the switch.