How to Add a Local Account in Windows 11?
What are the Multiple methods to local account in Windows 11?
A local account in Windows 11 allows users to access their device without a Microsoft account, offering greater privacy and flexibility. Local accounts are useful for creating separate profiles with restricted permissions, and they donโt require an internet connection to log in. Local accounts provide a more secure and private way to access your device. They store settings and data locally, without syncing information to the cloud. Additionally, a local account is ideal for users who prefer offline access or need an account without linking a Microsoft email address. In this tutorial, i have shared multiple methods to add a local account in windows 11 pc and laptops.
Creating a local account provides a secure way to access Windows 11 without syncing with Microsoftโs cloud services. This can be beneficial for privacy-focused users or for creating separate accounts with restricted permissions, making it ideal for shared or guest devices.
Method 1: Using the Settings App
The Settings app provides an easy way to add a local account without linking to Microsoft. Hereโs how:
- Open Settings by pressing Winkey + I.
- Go to Accounts in the left sidebar.

- Select Other users.

- Under Other users, click Add account.

- In the Microsoft account prompt, select I donโt have this personโs sign-in information.

- Choose Add a user without a Microsoft account.

- Enter a username and, if desired, create a password for the local account.

- Click Next to complete the setup.
The local account will now appear in the Other users section, and itโs ready to use without requiring a Microsoft account.
Method 2: Using Command Prompt
For users who prefer the Command Prompt, this method provides a straightforward way to add a local account:
- Open Command Prompt as Administrator by typing โcmdโ in the search bar, right-clicking it, and selecting Run as administrator.

- To create a new local account, type the following command:
net user NewLocalUser /add
- Replace โNewLocalUserโ with the desired username for the account.

- To set a password for the account, use the command:
net user NewLocalUser YourPassword

- Replace โYourPasswordโ with your preferred password.
- Press Enter, and the local account will be created.
This method quickly adds a local account, ideal for users familiar with command-line tools.
Method 3: Using PowerShell
PowerShell offers another way to create a local account, perfect for those who prefer scripting:
- Open PowerShell as Administrator by right-clicking the Start menu and selecting Windows Terminal (Admin).

- Enter the following command to create a local account:
New-LocalUser -Name "LocalUserName" -Password (Read-Host -AsSecureString "Enter Password") -AccountNeverExpires
- Replace โLocalUserNameโ with your desired username. PowerShell will prompt you to enter a password securely.

- Press Enter, and the account will be created.
Note: PowerShell is an advanced tool, but this command simplifies creating a local account with a secure password prompt.
Method 4: Using Local Users and Groups
Note: This method is available only in Windows 11 Pro, Enterprise, and Education editions.
The Local Users and Groups tool offers a more visual way to manage user accounts, including local accounts:
- Press Winkey + R, type
lusrmgr.msc
, and press Enter to open Local Users and Groups.

- In the Users section, right-click and select New User.
- Enter the username and password if desired. Uncheck User must change password at next logon to prevent a password prompt.
- Click Create to finalize the account.
Adding a local account in Windows 11 is a simple and practical solution for users who prefer offline access, privacy, or want to set up separate accounts on their device. With the methods provided Settings app, Command Prompt, PowerShell, and Local Users and Groups, you can quickly create a local account and customize access as needed. Each method is easy to follow and offers flexibility to suit all user levels.
Thatโs it.
โNarendhiran V
References:
- Microsoft Answers.ย How to create a Local account in Windows 11?.ย Retrieved fromย Microsoft Answersย on [24.2.25].
- Microsoft Supports.ย Manage User Accounts in Windows.ย Retrieved fromย Microsoft Supportsย on [24.2.25].
- Reddit Community.ย How to make a local account in Windows 11.ย Retrieved fromย Subredditย on [24.2.25].