How to Create a New User in Windows 10
Last Updated :
26 Jun, 2025
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 + I > SettingsStep 2: Navigate to Family & Other Users from Accounts Settings
Now in the settings window, click on the Accounts icon (most preferably below Devices)
Accounts SettingsStep 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 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
Using Microsoft account- Create a Local account without using Microsoft Account
Create account without Microsoft accountOnce, you click on this, you'll get a new pop-up something like this:
Setup new accountFollow 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.
Start > Control PanelStep 2: Navigate to User Accounts under Control Panel Settings
Go to User Accounts and then navigate to "Manage another account"
Manage another accountStep 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"
Add a new user in PC settingsStep 4: Finish the New User Account Set up
Follow the on-screen instructions to setup a new user account
Complete the account SetupMethod 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 adminStep 2: Run net user Command to Setup the account creation
Now, type the following command and press enter:
net user Username Password /add
Run net user commandYour 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
Windows PowerShell as adminStep 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
Account SetupNote: 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.