Creating a local user account in Windows 11 gives you control over how people sign in and interact with your computer. Local accounts don't require a Microsoft account, making them ideal for privacy, quick setup, or shared family and guest PCs. Setting one up is straightforward if you know where to look, though Microsoft does hide the option behind a few menus.
Why Use a Local User Account?
Local user accounts are not tied to Microsoft’s online services. This means no syncing of settings or files to the cloud by default, which is useful for anyone who values privacy or wants to keep work and personal accounts separate. They're also a great way to create child or guest logins without giving access to your own files or Windows Store purchases.
Another advantage is troubleshooting. If your Microsoft account profile has problems, logging in with a local account can help you isolate the issue. For computers that are not always connected to the internet, local accounts avoid the hassle of online sign-ins. They're also essential in business environments where accounts are managed locally rather than through Microsoft’s cloud.
The Standard Way: Add a Local User via Settings
Windows 11 nudges you toward Microsoft accounts during setup, but you can still add local users post-installation. To do this, open Settings (press Windows key + I), then go to Accounts > Family & other users. Under 'Other users', click Add account. When prompted to sign in with a Microsoft account, look for a link that says I don’t have this person’s sign-in information. Click it, then select Add a user without a Microsoft account.
This brings up the local account creation screen. Enter a username, password (optional), and security questions. Click Next and your local user is ready to use. This new account will be a standard user by default; you can change it to administrator if needed, which we’ll cover below.
Creating a Local Account During Windows Setup
Windows 11 Home editions heavily push Microsoft accounts during initial setup, but there are ways to create a local user even then. For Pro and Enterprise editions, you usually see an offline account option by default. For Home users, disconnect your PC from the internet before setup (unplug Ethernet, or skip Wi-Fi login). During setup, when you’re asked to sign in with a Microsoft account, choose 'Sign-in options' or look for 'Offline account' or 'Limited experience' options.
If these do not appear, try entering a fake email address or username. Windows will fail to connect and offer you the option to create a local account. This workaround continues to work as of the latest Windows 11 updates, though Microsoft may change the process in the future.
How To Make the Account an Administrator
By default, new local users are created as standard users, which have limited permissions. If you want the new user to install software or manage system settings, you’ll need to grant them administrator rights. To do this, go back to Settings > Accounts > Family & other users. Click on the account you just created, then click Change account type. In the drop-down, select Administrator and confirm.
Alternatively, you can use the User Accounts control panel. Press Windows key + R, type netplwiz, and press Enter. Select the new account, click Properties, then the Group Membership tab and set to Administrator. Both methods are effective.
Using the Command Line: Advanced Setup
If you’re comfortable with the command line or need to script user creation, use the Command Prompt or PowerShell. Open Command Prompt as administrator (right-click Start, select Windows Terminal (Admin)). To create a user, type: net user username password /add and press Enter. Replace username and password accordingly. To grant administrator rights, use: net localgroup Administrators username /add.
This method is fast, especially for IT staff setting up multiple machines. You can also automate security settings, default folders, or even disable the creation of a password if you want the account accessible without a password prompt (not recommended for security reasons).
Managing Local Users and Passwords
Once you’ve created a local account, you may want to change its password, rename the account, or remove it entirely. Open Settings > Accounts > Family & other users to manage users. You’ll see options to change account type, remove the user, or reset their password (if you’re logged in as an administrator).
To change a password from within the user’s own account, go to Settings > Accounts > Sign-in options and choose Password to update it. For forgotten passwords, administrators can reset passwords for any local account but not for Microsoft accounts. If you need to rename an account, use netplwiz or the Local Users and Groups tool (type lusrmgr.msc in the Run dialog, though this tool is not available on Windows 11 Home).
Troubleshooting Local Account Problems
Sometimes the option to add a local user seems to disappear, especially after Windows updates. Double-check that you are using the right steps in Settings, and look for 'I don’t have this person’s sign-in information' links. If the Settings app is not working, try the command line method instead.
If you can’t sign in to a local account after creation, check if the account is disabled or if you mistyped the password. Logging in as an administrator allows you to reset passwords or enable/disable accounts using net user username /active:yes or /active:no commands. For persistent problems, creating a new account sometimes resolves user profile corruption issues.
Frequently asked questions
Can I switch an existing Microsoft account to a local account in Windows 11?
Yes. Go to Settings > Accounts > Your info, then select 'Sign in with a local account instead' and follow the prompts.
Is a password required for a local user account?
No, you can create a local account without a password, but this is not recommended for security reasons.
How do I delete a local user account?
Go to Settings > Accounts > Family & other users, select the account, and click 'Remove.' You’ll be asked if you want to delete the user’s files.
Why can't I find the option to add a local user in Windows 11 Home?
Microsoft often hides this option, especially if you're signed into your device with a Microsoft account. Look for 'I don’t have this person’s sign-in information' to reveal the local account option.