Windows

How to Add Local Users in Windows 11

Richard
Written by
Richard
Jul 5, 2021 Updated Apr 28, 2026 3 min read
How to Add Local Users in Windows 11

This guide shows you how to add new local users to Windows 11. It is simple and easy to follow.

Why Add a Local User Account?

Creating a local user account is essential for privacy and security when sharing a computer. Each person gets their own space for files and settings. A local account does not require a connection to Microsoft servers, making it ideal for offline use or privacy-conscious users.

Why do this? It keeps your personal data separate from others.

What happens when done? You gain a secure, isolated environment for a new user.

Prerequisites

Note: You must have administrative privileges to add or remove users. If you are using a standard account, you will need the password of an administrator to proceed.

How to Add New Users from System Settings

Windows 11 makes it easy to manage accounts through the Settings menu.

Step 1: Open System Settings

Press Windows key + I or click Start then Settings.

Windows 11 Settings button location on taskbar

Step 2: Go to Accounts

Click Accounts on the left, then select Other users.

Family & Other Users section in Windows 11 Settings

Step 3: Click Add Account

Click the Add account button.

Add account button under Other users in Windows 11

Step 4: Skip the Microsoft Account

Click I don't have this person's sign-in information, then select Add a user without a Microsoft account.

Skip Microsoft account option when adding Windows 11 user
Creating local account without Microsoft account in Windows 11

Step 5: Create the Local Account

Enter a username and password. Add a password hint to help you remember it later.

Local account creation form in Windows 11 Settings

Step 6: Finish and Complete

Click Next. The account is now ready to use.

New local user account successfully created in Windows 11

Advanced Management: Command Line Methods

Note: These steps require an elevated Command Prompt (Run as Administrator).

You can use the net user command to create accounts quickly. Open Command Prompt and type:

💻Code
net user username password /add

Replace username and password with your desired credentials. To make this user an administrator, use:

💻Code
net localgroup administrators username /add

Using Local Users and Groups (Windows 11 Pro Only)

If you have Windows 11 Pro, you can use the advanced management tool. Press Win + R, type lusrmgr.msc, and hit Enter. This tool allows you to manage passwords, group memberships, and account status in a professional interface.

Account Removal and Management

To remove a user, go to Settings > Accounts > Other users. Select the user and click Remove. Warning: This will delete all files in that user’s folder. Back up important data first.

Summary

  • Adding a local user account keeps files and settings private.
  • Use Settings for a simple interface or Command Prompt for advanced control.
  • Administrative privileges are required for all account management tasks.
  • Windows 11 Pro users can use lusrmgr.msc for deeper control.
  • Always back up data before removing an account to prevent permanent file loss.

Can I create a local account during Windows 11 setup?

Yes, during the initial setup, you can bypass the Microsoft account requirement by disconnecting from the internet or choosing offline account options. This ensures your primary account is a local account from the very start of your Windows 11 experience.

What is the difference between a Microsoft account and a local account?

A Microsoft account syncs settings and files across devices via the cloud. A local account exists only on your specific computer. Local accounts offer more privacy and do not require an internet connection or a linked email address to function on your machine.

How do I reset a forgotten local account password?

If you forget your password, you can use the password hint you created during setup. If that fails, you may need to use a password reset disk or an administrator account to change it. Learn more in our guide on how to reset a local account password.

Why can’t I see the ‘Add Account’ option?

If the option is missing, you likely do not have administrative privileges. Only users in the Administrator group can add or remove other accounts. Ensure you are logged in with an account that has full system access to see these management options.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2462 articles → Twitter

📚 Related Tutorials

How to Change Windows 11 Password via Command Prompt
Windows How to Change Windows 11 Password via Command Prompt
How to Create a Microsoft Account
Windows How to Create a Microsoft Account
How to sign out of your Microsoft account on all devices
Windows How to sign out of your Microsoft account on all devices
How to Reset Your Microsoft Account Password
Windows How to Reset Your Microsoft Account Password

2 responses to “How to Add Local Users in Windows 11”

Leave a Reply

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