How to Create a New User on Windows 10

Photo of author

By Victor Ashiedu

Published

This Itechguide teaches you how to create a new user on Windows 10.

Option 1: Create a New User from Computer Management

  1. Right-click Windows 10 Start menu and click Computer Management.
How to Create a New User on Windows 10 from Computer Management
  1. Then, on the left pane of Computer Management, expand Local Users and Groups. 2 nodes will be available – Users and Groups.
How to Create a New User on Windows 10 from Computer Management
  1. Right-click the Users node and select New User…
How to Create a New User on Windows 10 from Computer Management
  1. On the New User pop-up, add a User name (required), a Full name (optional), and Description (optional).
  2. Also, set a password (enter in the Password field, then re-enter the same password in the Confirm password field).
  3. Finally, if you want the user to change their password (recommended), leave the User must change password at next logon box checked. When you finish, on the bottom of the New User pop-up, click Create.
The new user will be created. Close the New User pop-up window. To make the new user an administrator, use the steps in this Itechguide – How to Get Administrator Privileges on Windows 10 (link opens in a new browser tab).

Option 2: Create a New User with Command Prompt

  1. Type command prompt or cmd in the search box. Then, from the search results, click Run as administrator.
  2. You will receive a User Account Control confirmation screen requesting you to allow the program to make changes to your computer, click Yes.
How to Create a New User on Windows 10 with Command Prompt
  1. On the command prompt, enter a command like the one below and press enter (before you press enter, see the notes below the command).
Net User Victor-ITG Axk4!G3A /add /passwordreq:yes /fullname:"Victor Ashiedu 2"

Change Victor-ITG to the User name of the user you want to create. Axk4!G3A is the user’s password. Change it to the password you want to set for the new user. Finally, change Victor Ashiedu 2 to the user’s full name.

/passwordreq: – specifies whether the user account must have a password. The default value is yes.

If everything is set correctly, the command should return a confirmation message – “The command completed successfully”.

To confirm that the user was created successfully, check the User‘s node (under Local Users and Groups) in Computer Management.

Option 3: Create a New User with PowerShell

  1. Type powershell in the search box. Then, right-click Windows PowerShell and click Run as Administrator.
  2. You will receive a User Account Control requesting permission to allow PowerShell to open, click Yes.
How to Create a New User on Windows 10 with PowerShell
  1. Then, on the PowerShell prompt, type the command below and press enter.
$Password = Read-Host -AsSecureString
  1. When you press enter on the last command, PowerShell prompt will move to the next line with a blinking cursor – that is a prompt to enter a password. Type the password you want to use to the new user account and press enter.
When you type the password, it will not be displayed. This is because of the AsSecureString parameter. See the second image below. Once you press enter, PowerShell prompt will be displayed. See the 3rd image below. The password will be saved in the $Password variable. You will use this variable as the password for the new user.
How to Create a New User on Windows 10 with PowerShell
How to Create a New User on Windows 10 with PowerShell
  1. Finally, to create a new user on Windows 10 with PowerShell, on the PowerShell prompt, type the command below and press enter.
New-LocalUser -Name "Victor-ITG2" -Password $Password -FullName "Vitor Ashiedu 3"

Change “Victor-ITG2” and “Vitor Ashiedu 3” to the new user’s username and full name respectively.

When you press enter, the new user will be created and a confirmation message will be displayed.

Conclusion

You can use the methods covered in this Itechguide to create a new user on Windows 10!

If this guide aided you to create a new user account, click on “Yes” beside the “Was this page helpful” question below.

You may also express your thoughts and opinions by using the “Leave a Comment” form at the bottom of this page.

Finally, for more Windows 10 Itechguides, visit our Windows 10 How-To page. You may also find our Work from Home page very helpful.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend