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.

How to create a new user on Windows 11 step-by-step guide

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:

  1. Open Settings
  2. Go to Accounts
  3. Click Family & other users
  4. Under “Other users,” click Add account
  5. Choose:
    • Microsoft Account, or
    • I don’t have this person’s sign-in informationAdd a user without a Microsoft account
  6. Enter the username
  7. (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:

  1. Open Settings > Accounts
  2. Select Family & other users
  3. Click Add account
  4. Select I don’t have this person’s sign-in information
  5. Select Add a user without a Microsoft account
  6. Enter username
  7. 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:

  1. Open Command Prompt (Run as Administrator)
  2. Type this command to create a user: net user username password /add Example: net user ali 12345 /add
  3. 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:

  1. On the lock screen, press Shift + Restart
  2. Go to:
    Troubleshoot → Advanced options → Command Prompt
  3. Run this command: net user newuser newpassword /add
  4. Restart PC
  5. 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:

  1. Turn off PC
  2. Turn on and hold Power button to force the repair screen
  3. 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:

  1. Press Win + R
  2. Type: lusrmgr.msc
  3. Go to Users
  4. Right-click → New User
  5. Enter details → Click Create

This is fastest for advanced users.


🛠️ Method 7: Create a New User Without Password

If you prefer a passwordless account:

  1. Go to Settings > Accounts > Family & other users
  2. Add a local account
  3. Leave the password fields empty

🔗 Internal Links (Insert Inside the Article)


❓ 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

Leave a Reply

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