How to Change Administrator Account in Windows 11?

Sharing is caring!

Windows 11 lets you control which users have administrator privileges on your computer. An administrator account can install software, change system settings, manage other user accounts, and access protected areas of the operating system.

If you share your PC with someone else, created a new account, or want to move administrator rights to another user, Windows gives you several ways to do it.

In this guide, you will learn how to change administrator account in Windows 11 using Settings, Control Panel, and other built-in tools.

Administrator vs Standard Account in Windows 11

Before changing account permissions, it helps to understand the difference between the two main account types.

Account TypePermissions
Standard userCan use apps, change personal settings, and manage personal files
AdministratorCan install apps, change system-wide settings, manage accounts, and make security changes

For everyday use, Microsoft generally recommends using a standard account and only using administrator privileges when necessary. This can help reduce accidental system changes and improve security.

How to Change Administrator Account in Windows 11 Using Settings

The easiest way to change a user to administrator in Windows 11 is through the Settings app.

Step 1: Open Windows Settings

Press Windows + I on your keyboard to open Settings.

You can also right-click the Start button and select Settings.

Step 2: Open Other Users

In Settings, go to:

Accounts > Other users

You will see the user accounts currently available on your Windows 11 PC.

Step 3: Select the User Account

Click the account that you want to give administrator access.

Select Change account type.

Step 4: Change the Account Type

Open the Account type drop-down menu and select:

Administrator

Click OK to save the change.

The selected user now has administrator privileges in Windows 11.

You may need to sign out and sign back in before some permission changes become fully active.

How to Change Administrator Using Control Panel

You can also change account permissions through the classic Control Panel.

Open User Accounts

Press Windows + R, type:

control

Press Enter.

Next, select:

User Accounts > User Accounts > Manage another account

Choose the account you want to modify.

Change the Account Type

Click Change the account type.

Select Administrator, then click Change Account Type.

Windows will update the userโ€™s permissions immediately.

This method is especially useful if you prefer the traditional Windows interface instead of the newer Settings app.

How to Change Administrator Account Using netplwiz

Windows 11 includes another built-in user management tool called netplwiz.

Press Windows + R, type:

netplwiz

Press Enter.

Select the user account you want to modify and click Properties.

Open the Group Membership tab.

Choose Administrator, then click Apply and OK.

This adds the account to the local Administrators group.

How to Change Administrator Using Command Prompt

Advanced users can also change administrator permissions through Command Prompt.

Open Start and search for Command Prompt.

Right-click it and select Run as administrator.

To add a user to the Administrators group, enter:

net localgroup administrators "username" /add

Replace username with the actual Windows account name.

For example:

net localgroup administrators "John" /add

Press Enter.

If successful, Windows should display a message saying that the command completed successfully.

To remove administrator privileges later, use:

net localgroup administrators "username" /delete

This converts the account back to a standard user, provided it does not belong to another administrator group.

Can You Change the Main Administrator Account?

Windows 11 does not have one permanent โ€œmain administratorโ€ in the way some people expect. A PC can have multiple administrator accounts.

If you want to switch administrator control from your current account to a new one, the safest process is:

  1. Create or select another user account.
  2. Change the new account type to Administrator.
  3. Sign into the new administrator account.
  4. Confirm that it works properly.
  5. Change the old account to a standard user if needed.

Do not remove administrator privileges from your existing account until another working administrator account is available.

Otherwise, managing Windows settings and user permissions can become more difficult.

How to Create a New Administrator Account in Windows 11

If the account you want to use does not exist yet, you can create one.

Go to:

Settings > Accounts > Other users

Click Add account.

You can create a user with a Microsoft account or choose options that allow you to create a local account.

After creating the account, return to Other users, select the new account, and choose:

Change account type > Administrator

The new user will now have administrative access.

Microsoft Account vs Local Administrator Account

Windows 11 administrator privileges are separate from whether you use a Microsoft or local account.

A Microsoft account connects Windows with services such as OneDrive, Microsoft Store, Microsoft 365, and settings synchronization.

A local account exists only on that particular computer.

Both account types can be configured as either a standard user or administrator.

FeatureMicrosoft AccountLocal Account
Administrator accessYesYes
Microsoft Store accessYesLimited without sign-in
Settings synchronizationYesNo
Works without Microsoft loginNoYes

What to Do If You Cannot Change the Administrator

If the Change account type option is unavailable, your current account may not have administrator privileges.

Open:

Settings > Accounts > Your info

Check whether your account shows Administrator below the account name.

You can also try making the change from another administrator account.

On a work or school computer, account permissions may be controlled by an organizationโ€™s IT administrator through tools such as Microsoft Entra ID, Group Policy, or device management policies. In that situation, you may not be allowed to change administrator settings yourself.

Similar Posts

Leave a Reply

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