How to Add a User on Windows 10: A Complete Guide
Adding a new user account on Windows 10 is one of the most practical things you can do to keep a shared PC organized, protect personal files, or set up a safe environment for a child or guest. The process is straightforward, but there are a few meaningful choices to make along the way — and the right path depends on your specific situation.
Why User Accounts Matter on Windows 10
Windows 10 is built around the idea that multiple people can use the same machine without stepping on each other's files, settings, or preferences. Each user account gets its own desktop, Downloads folder, browser history, and app settings. If you're sharing a home PC, managing a small office machine, or handing a laptop to a child, separate accounts keep things clean and secure.
There are two broad types of accounts to understand before you start.
Microsoft Account vs. Local Account
Microsoft Account — This is an account tied to an email address (usually an Outlook, Hotmail, or any email linked to Microsoft). It syncs settings, apps, and files through OneDrive across devices. It's the default option Windows nudges you toward.
Local Account — This lives only on the device. No sync, no Microsoft login required. It works entirely offline and doesn't require an email address. Useful for guest setups, children's accounts you want to keep contained, or situations where you simply don't want cloud involvement.
Neither option is universally better — they serve different needs.
Account Types: Administrator vs. Standard User
Beyond how the account is created, you also choose what level of access the new user gets.
| Account Type | What They Can Do |
|---|---|
| Administrator | Install software, change system settings, manage other accounts |
| Standard User | Use apps, browse the web, access their own files — but can't make system-wide changes |
For most shared-PC situations, a Standard User account is the safer default. Administrator accounts should be reserved for people who genuinely need to install software or manage the machine.
How to Add a User Through Windows Settings 💻
This is the most common method and works on any Windows 10 device running a reasonably up-to-date build.
- Open the Start Menu and click the gear icon to open Settings
- Go to Accounts
- Select Family & other users from the left sidebar
- Under Other users, click Add someone else to this PC
- Windows will prompt you to enter a Microsoft account email address
If you want a local account instead, click "I don't have this person's sign-in information", then on the next screen click "Add a user without a Microsoft account". You'll then be prompted to create a username and password manually.
Once the account is created, it appears under Other users. You can click on it at any time to change the account type between Standard User and Administrator.
How to Add a Family Member Account 👨👩👧
Windows 10 also has a dedicated Family feature under Accounts → Family & other users. This is designed for households and offers additional controls:
- Child accounts can be monitored through Microsoft Family Safety, including screen time limits, content filters, and activity reports
- Adult family members can share app purchases and help manage child accounts
Family accounts are Microsoft accounts by nature — they require email addresses and an active internet connection to set up properly.
Adding a User from the Control Panel
An older but still functional route runs through the classic Control Panel:
- Open Control Panel (search for it in the Start Menu)
- Go to User Accounts
- Click Manage another account
- Select Add a new user in PC settings
This redirects you back to the Settings path described above. The Control Panel route is mostly useful if you're already there for another reason.
Using Command Prompt or PowerShell for Advanced Users
If you're managing a machine remotely, setting up multiple accounts at once, or working in a business environment without a full domain setup, the command line is faster.
To create a local account via Command Prompt (run as Administrator):
net user USERNAME PASSWORD /add To make that user an administrator:
net localgroup administrators USERNAME /add PowerShell offers similar commands and is generally preferred in modern Windows environments for scripting and automation.
What Affects Your Setup Choices 🔍
A few variables determine which approach makes the most sense:
- Whether the PC is internet-connected — Microsoft accounts require connectivity to set up; local accounts don't
- Whether you want cross-device sync — Only Microsoft accounts carry settings and files between machines
- Who the new user is — A child, a temporary guest, a colleague, or a co-owner of the machine each calls for a different combination of account type and permissions
- Whether you're on a work or school domain — Domain-joined machines in business environments are managed differently, typically through an IT administrator or Group Policy, and the standard Settings method may be restricted
- Your Windows 10 edition — Windows 10 Home, Pro, and Enterprise have slightly different user management capabilities, particularly around business features like domain joining and advanced Group Policy controls
A shared household PC with kids and adults has different requirements than a work laptop that needs a temporary account for a contractor. The mechanics of adding the account are nearly identical — but which settings you apply on top of that account vary considerably based on the scenario.