• To establish a local administrator account on Windows 11, access Settings > Accounts > Other users. Click the “Add account” button, select “I don’t have this person’s sign-in information”, and then choose “Add a user without a Microsoft account”. After creating the account, select it and click “Change account type” to designate it as an Administrator.

Updated 12/24/2025: In Windows 11, a local administrator account provides the user with comprehensive access to their devices, enabling them to alter settings, install software, and manage user accounts.

By default, new local accounts are classified as “Standard, ” which restricts them to basic tasks. Users in Standard accounts may adjust personal settings and run applications, but they are not permitted to modify critical system settings, install or uninstall software, or manage other users.

This guide outlines multiple methods for creating an administrator account on Windows 11 through Settings, Command Prompt, and PowerShell.

Creating a Local Administrator Account via Settings

Follow these instructions to create a local administrator account in Windows 11:

  1. Open Settings on your device.

  2. Select Accounts.

  3. Click on Other users.

  4. Click Add account under the “Other users”section.

    Windows 11 add new account

  5. Select “I don’t have this person’s sign-in information”.

    Skip Microsoft account option

  6. Choose “Add a user without a Microsoft account”.

    Windows 11 local account option

  7. Provide a name and password to create your Windows 11 administrator account.

    Windows 11 local account settings

  8. Set security questions for account recovery in case you forget your password.

  9. Click Next.

  10. (Optional) Select the new account and click “Change account type” to upgrade it from Standard to Administrator.

    Windows 11 change account type

  11. In the “Account type” setting, choose Administrator.

    Change account from Standard to Administrator

  12. Click OK.

After completing these steps, your new administrator account will be established on Windows 11.

Stay updated with the latest guides and news by subscribing to my newsletter.

Subscribe

Creating a Local Administrator Account via Computer Management

Using the Computer Management tool allows you to either create a new account or enable the existing default “Administrator” account.

Create Administrator Account

To create a new local admin account through Computer Management, follow these steps:

  1. Open Start.

  2. Search for Computer Management and select the top result to launch the application.

  3. Expand Local Users and Groups in the left pane.

  4. Right-click the Users folder and select “New User”.

    Computer Management new user option

  5. Enter the new user’s name and set a password for the account.

  6. (Optional) Deselect the “User must change password at next logon” option.

  7. (Optional) Select the “Password never expires” option.

  8. Click Create.

  9. Exit the dialog by clicking Close.

  10. Right-click the new account and select “Properties”.

    Computer Management user properties

  11. Go to the Member Of tab.

  12. Click Add.

    Computer Management add user group

  13. Input Administrators in the text box.

    Computer Management add Administrators group to account

  14. Click Check Name.

  15. Hit OK.

  16. Apply your changes by clicking Apply.

  17. Finally, click OK.

Upon completion, your new administrator account will be ready for use on Windows 11.

Enabling the Default Administrator Account

If you prefer to enable the system’s built-in “Administrator” account, follow these steps:

  1. Open Start.

  2. Search for Computer Management and open the application.

  3. Expand Local Users and Groups on the left pane.

  4. Click on Users.

  5. Right-click the Administrator account on the right side and select Properties.

    Computer Management open user properties

  6. Deselect the “Account is disabled” option.

    Enable default admin account

  7. Click Apply.

  8. Finally, click OK.

Once these steps are complete, the built-in Administrator account will be activated on your system.

Creating a Local Administrator Account via Command Prompt

To set up a local administrator account using Command Prompt, follow these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click it, and select Run as administrator.

  3. Execute the following command to create the account and press Enter:

    net user USER-NAME PASSWORD /add Create local account command

    Remember to replace “USER-NAME” and “PASSWORD” with your chosen credentials for the new account.

  4. To grant the new account administrative rights, input the following command and hit Enter:

    net localgroup administrators USER-ACCOUNT /add

    Replace “USER-ACCOUNT” with the name of the account you want to elevate.

Upon completion, the administrator account will be established on Windows 11.

Creating a Local Administrator Account via PowerShell

To create a local administrator account using PowerShell, follow these instructions:

  1. Open Start.

  2. Search for PowerShell, right-click the top result, and select Run as administrator.

  3. Type the following command to store the password securely in a variable called $Password, then press Enter:

    $Password = Read-Host -AsSecureString

  4. Input the password for the new Windows 11 administrator account and hit Enter.

  5. To create the new administrator account, enter the following command and press Enter:

    New-LocalUser "NEW-ACCOUNT-NAME"-Password $Password -FullName "USER-FULL-NAME"-Description "DESCRIPTION" PowerShell create account

    Make sure to replace “NEW-ACCOUNT-NAME” and “USER-FULL-NAME” with your desired name and the complete name of the user respectively, and substitute “DESCRIPTION” with an appropriate account description.

  6. To add the account to the Administrators group, use this command and press Enter:

    Add-LocalGroupMember -Group "Administrators"-Member "NEW-ACCOUNT-NAME" PowerShell change account type

    Again, replace NEW-ACCOUNT-NAME with the account name you just created.

After these steps, your new local administrator account will be fully established, providing the user with full access to the device.

FAQs: Creating a Local Administrator Account on Windows 11

Below are some frequently asked questions regarding the creation of local administrator accounts on Windows 11.

What is a Local Administrator Account on Windows 11?

A local administrator account is a user account that operates independently of a Microsoft account and possesses full administrative privileges, enabling modifications to system settings, software installations, user management, and access to all areas within the operating system.

Why Does Windows 11 Create New Local Accounts as Standard by Default?

For security reasons, Windows 11 classifies newly created local accounts as Standard members. This precaution prevents accidental or malicious changes to critical system parameters. Users must actively promote the account to Administrator status after its creation.

Can I Create a Local Administrator Account Without a Microsoft Account?

Absolutely. By selecting “I don’t have this person’s sign-in information, ” and then “Add a user without a Microsoft account, ” you can create a fully local account that can later be granted administrator privileges.

What’s the Difference Between a Standard Account and an Administrator Account?

A Standard account can execute applications and change limited personalization settings, but lacks the permissions to install software, adjust system-wide configurations, or manage other users. In contrast, an Administrator account has unrestricted access to the system.

Is the Built-in Administrator Account the Same as a Regular Admin Account?

No, the built-in Administrator account possesses elevated privileges and fewer security constraints, such as the ability to bypass User Account Control (UAC) in various scenarios. It is disabled by default and should only be activated temporarily for troubleshooting purposes.

Is It Safe to Enable the Default Administrator Account?

While enabling the default Administrator account can be safe if used for a limited period and paired with a strong password, it is not advisable for daily use. Keeping it enabled can increase vulnerability, especially in online environments.

Can I Create an Administrator Account if I’m Not Already an Admin?

No, you need existing administrative privileges to create or elevate an account to Administrator status. If you do not have admin access, you’ll need to log in using an administrator account or recover one.

Which Method is Best for Creating a Local Administrator Account?

For most users, the Settings app is the most straightforward approach. Computer Management offers more detailed control, while Command Prompt and PowerShell are suited for experienced users, automation tasks, or recovery processes.

Can I Convert an Existing Standard Account into an Administrator Account?

Yes, any local or Microsoft account can be upgraded to Administrator status via Settings, Computer Management, or command-line tools, provided you are logged in as an administrator.

Can I Delete the Administrator Account Later?

Yes, any administrator account can be removed through Settings or Computer Management—with the exception of the currently active account. It’s crucial to retain at least one administrator account to avoid system lockout.

Update December 24, 2024: This guide has been refreshed for accuracy and to reflect process changes.

Source & Images

Leave a Reply

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