Creating a new user account in Windows 11 is useful when you want to separate work and personal profiles, share your PC with family members, or set up administrative access. Whether you want to add a local account, Microsoft account, or create one using CMD, this guide covers all methods.

This article also explains how to create a new user on Windows 11 without Microsoft account, without password, from lock screen, and even without logging in. All versions including Windows 11 Home, Windows 11 Pro, and Enterprise are supported.
Let’s get started.
✅ Why Create a New User on Windows 11?
- To separate personal and work data
- To set up parental controls
- To create a guest account
- To fix corrupted user profiles
- To give admin access to others
🛠️ Method 1: Create a New User from Windows Settings
This is the easiest method and works for everyone.
Steps:
- Open Settings
- Go to Accounts
- Click Family & other users
- Under “Other users,” click Add account
- Choose:
- Microsoft Account, or
- I don’t have this person’s sign-in information → Add a user without a Microsoft account
- Enter the username
- (Optional) Add a password → or skip if you want how to create a new user on Windows 11 without password
Your new user is now created.
🛠️ Method 2: Create a New User on Windows 11 Without Microsoft Account
If you prefer a local account, follow these steps:
- Open Settings > Accounts
- Select Family & other users
- Click Add account
- Select I don’t have this person’s sign-in information
- Select Add a user without a Microsoft account
- Enter username
- Click Next
This is perfect if you want a simple offline account.
🛠️ Method 3: Create a New User on Windows 11 Using CMD (Command Prompt)
If you’re looking for how to create a new user on Windows 11 with CMD, or how to create a new user on Windows 11 command prompt, use this method.
Steps:
- Open Command Prompt (Run as Administrator)
- Type this command to create a user:
net user username password /addExample:net user ali 12345 /add - To make new user an Admin:
net localgroup administrators username /add
This method is mainly used in Windows 11 Pro and for technical users.
🛠️ Method 4: Create a New User on Windows 11 from Lock Screen
If your current account is corrupted or you cannot log in, you can still add a new user.
Steps:
- On the lock screen, press Shift + Restart
- Go to:
Troubleshoot → Advanced options → Command Prompt - Run this command:
net user newuser newpassword /add - Restart PC
- New account will appear on login screen
This is helpful when you search how to create a new user on Windows 11 from lock screen.
🛠️ Method 5: Create a New User on Windows 11 Without Logging In
You can do this via Windows Recovery Environment (WinRE).
Steps:
- Turn off PC
- Turn on and hold Power button to force the repair screen
- Go to:
Troubleshoot → Advanced options → Command Prompt
Then run:
net user username password /add
Now reboot — new account will appear.
🛠️ Method 6: Create a New User in Windows 11 Pro (Using Local Users and Groups)
This feature exists only in Windows 11 Pro.
Steps:
- Press Win + R
- Type:
lusrmgr.msc - Go to Users
- Right-click → New User
- Enter details → Click Create
This is fastest for advanced users.
🛠️ Method 7: Create a New User Without Password
If you prefer a passwordless account:
- Go to Settings > Accounts > Family & other users
- Add a local account
- Leave the password fields empty
🔗 Internal Links (Insert Inside the Article)
- Reset your Windows password:
https://multicaretechnical.com/how-to-reset-windows-password-complete-step-by-step-guide-2025 - Enable Copilot in Office 365:
https://multicaretechnical.com/how-to-enable-copilot-in-office-365-complete-step-by-step-guide-2025 - Disable Game Bar in Windows 11:
https://multicaretechnical.com/how-to-disable-game-bar-in-windows-11-complete-step-by-step-guide
❓ FAQs
1. How do I create a new user on Windows 11 without a Microsoft account?
Use “Add a user without a Microsoft account” under Accounts → Family & other users.
2. Can I create a new Windows 11 user from the lock screen?
Yes, by accessing Command Prompt through Advanced Startup (Shift + Restart).
3. How do I create a new user on Windows 11 Pro?
Use Local Users and Groups (lusrmgr.msc) for faster user creation.
4. Can I create a user without a password?
Yes, simply leave the password fields empty when creating a local account.
5. How do I create a new user using Command Prompt?
Use the command:
net user username password /add