Open In App

How to Create a New User in Windows 10

Last Updated : 26 Jun, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Setting up a new user account in Windows 10 is essential for enhancing user experience and ensuring that your Windows 10 is running safely and securely. You can create a new user account for any guest, family member, child, etc. in just a few steps using different methods.

Create a New User Account in Windows 10 - 4 Methods

Learn step-by-step instructions on creating a new user in Windows 10, ensuring a smooth and efficient setup process.

Method 1: Using Windows Settings

This is a very common method to set up a new user account in Windows 10 PC. Let's check the steps down below to understand how to perform this method seamlessly.

Step 1: Press Win + I to access Windows Settings

Alternatively, you can click on the Start menu and click the Settings icon in the lower left corner.

win-setting
Win + I > Settings

Step 2: Navigate to Family & Other Users from Accounts Settings

Now in the settings window, click on the Accounts icon (most preferably below Devices)

accounts-settings
Accounts Settings

Step 3: Navigate to Family & other users to Set up a New Account

Now click on Family & other users > Add someone else to this PC

family-user
Family and other users.

Step 4: Finish the Account Setup Process

Once you click on Add someone else to this PC, you will have option to do the following:

  • Create a new user account using Microsoft Account
UAC-3
Using Microsoft account
  • Create a Local account without using Microsoft Account
UAC-1
Create account without Microsoft account

Once, you click on this, you'll get a new pop-up something like this:

UAC-2
Setup new account

Follow the on-screen instructions to complete this action.

Method 2: Using the Control Panel

If you face any challenge while performing the above method, you can proceed to set up a new user account using Windows 10 Control Panel. Here's how you can set it up:

Step 1: Go to Start and Navigate to the Control Panel

Click on Start Menu and type "Control Panel" in the search bar, or press Win + R to open "Run dialog box" and type Control Panel and hit the Enter button to proceed.

CP
Start > Control Panel

Step 2: Navigate to User Accounts under Control Panel Settings

Go to User Accounts and then navigate to "Manage another account"

manage-another-acc
Manage another account

Step 3: Click on Add a new user to Set up a New User Account

Once you enter "manage another account" click on "Add a new user in PC Settings"

NAC
Add a new user in PC settings

Step 4: Finish the New User Account Set up

Follow the on-screen instructions to setup a new user account

UAC-2
Complete the account Setup

Method 3: Using the Command Prompt

If you're a tech-savvy user and looking for a technical method to create a new account then this method is for you. Let's see how to set up a new user account using CMD.

Step 1: Press Win + R and type "Command Prompt"

You can access command prompt using different methods:

  • Press Win + R and type "CMD" or command prompt in the Run dialog box and hit the Enter button
  • You can press Win + X and select Command Prompt
  • Alternatively Go to Start Menu and type Command Prompt and hit the enter button

Note: Open Command prompt as "Administrator" only

cmd-as-admin
cmd as admin

Step 2: Run net user Command to Setup the account creation

Now, type the following command and press enter:

net user Username Password /add
2500
Run net user command

Your new account set up will get completed and you can switch users by pressing Ctrl + Alt+ Delete to check and navigate to the other user.

Method 4: Using PowerShell

Windows PowerShell also allows administrator to set up a new user account in Windows 10 by running New-LocalUser command. Here's how you can perform:

Step 1: Press Win + X and select PowerShell (as admin)

You can also navigate to Start menu and type "PowerShell" and click "Run as admin" to start this action

PSL-admin1
Windows PowerShell as admin

Step 2: Run New-LocalUser Command to Setup the account creation

Now, type the following command and press enter:

New-LocalUser -Name "Username" -Password (ConvertTo-SecureString "Password" -AsPlainText -Force) -AccountNeverExpires
psl-NAC
Account Setup

Note: Your new account set up will get completed and you can switch users by pressing Ctrl + Alt+ Delete to check and navigate to the other user.

Alternate Method: Local Users & Groups

Note: This method can only work on Windows 10 pro, Enterprise, and Education EDT.

Steps to create a new user account:

  • Press Win + R and type "lusrmgr.msc and hit ENTER
  • Navigate to Local Users and Groups > Users (right-click) > New User
  • Fill out all the required details (username, password, etc.)
  • Click on "Create" to complete the setup.

Conclusion

Adding or Creating a new user account in Windows 10 is a simple process that enhances the user experience by allowing personalized settings and files for each individual. You can use the Settings app, Control Panel and even PowerShell method to setup a new user in Windows 10.

Just ensure to update and manage user accounts on time so that each user has a secure and customized environment.


Article Tags :

Explore