How to Change a User Account to Administrator on Windows 11/10?

How do I change a user account to administrator on Windows 11/10? If you’re doing a clean install of Windows 11, Microsoft insists that you create a cloud account. Most Windows users register with an online Microsoft account or create a new Microsoft account during the Windows 11 installation. Once the Windows setup is complete, create a local account on your computer and delete the cloud account. It’s pretty easy to create a local user account on your computer, but Windows 11/10 creates a restricted user account by default.

The restricted account has insufficient privileges and cannot perform any administrative tasks. If you don’t have an administrator account on your PC, you cannot delete the cloud account from your PC either. This means that you have to give full access to a local user account on your computer so that you can delete another user account from your PC.

There can be several reasons for having a local user account on your PC. You should have at least two user accounts on your computer so that in case something goes wrong, you can use a different user account to troubleshoot your PC.

Topics covered

How do I assign administrator rights to a user account on Windows 11 using the Settings app?

The Settings app on Windows 11 is very powerful and allows you to perform multiple administrative tasks without command prompt and PowerShell knowledge. Using the Settings app is straightforward and allows you to change an existing user account to an administrator. You must log in to an administrator account on your computer in order to perform administrative tasks such as updating the user account.

Step 1. Launch the Settings app by pressing window + I Keyboard shortcuts and then click the Accounts Category from the left side of the page. On the right side of the Accounts Category, click on the Family and other users Tab.

Step 2. Under the “Other users“You can find all local user accounts and cloud accounts that are available on your computer or laptop. Click the user account that you want to update or grant administrator rights.

Step 3. Now click on that Change account type Button.

Step 4. Now a new pop-up window opens “Change account type. “From the drop-down menu of”Account type,” choose Administrator Opportunity.

Step 5. Finally, click the OK Button. Your selected user account now has administrator rights and can perform all administrative tasks on your Windows 11 PC.

How do I assign administrator rights to a user account in Windows 10 using the Settings app?

Step 1. Open the Settings app by pressing window + I Keys from the keyboard and then click the Accounts Tab.

Step 2. Under Accounts, click on the Family and other users Tab in the left side area. On the right hand side, you should see all of the local user accounts available on your PC. click on the Name of the user account you want to update.

Step 3. Now click on that Change account type Button.

Step 4. In the pop-up window that appears, click the Account type Drop down menu and select Administrator from the options available.

Step 5. Finally, click the OK Button to increase the power of the local user account.

How do I change a user account to an administrator via the control panel in Windows 11/10?

Step 1. Press the window Logo key from the keyboard and then start typing Switchboard. Now click on the Control Panel entry to open it.

See also: Several ways to open the Control Panel in Windows 11?

Step 2. Im Switchboard Window, make sure “Seen from“is set to category and then click on Change account type Link under the User accounts Category.

Step 3. Click the Local account you want to update.

Step 4. Now click on the link marked with Change account type.

Step 5. Select in the next window Administrator Option and then click the Change account type Button.

After following the steps above, the selected account will be promoted to administrator.

How to convert a user account to an administrator using Computer Management

This method applies to both Windows 11 and Windows 10 computers. You need to do the following: –

Step 1. Press the window Logo key from the keyboard to open the Start menu. Type Computer management and click on its entry in the search results to open it.

Also read: Several ways to open Computer Management in Windows 10.

Step 2. On the Computer management double click on that Local users and groups from the left side panel to expand it.

Step 3. Now click on that user Folder.

Step 4. After following the steps above, you will see all of the user accounts on your computer in the middle pane. In the middle column, double-click the user account that you want to change to Administrator.

Step 5. In the properties dialog box that opens, click the member of Tab. Now under the “member of”Section, choose user and then click on Removed Button.

Step 6. Now click on that Add to Button.

Step 7. Enter in the pop-up window Administrators in the text box and then click the Check names Button.

Step 8. Finally, click the OK Button to assign administrative rights to your selected user.

How do I change a user account to an administrator via the command prompt on Windows 11/10?

Step 1. Open the command prompt with the administrator.

To open the Command Prompt window, first press window + R. Keys for access to “Run“Box. Type cmd and then press Ctrl + shift + Enter Keys from the keyboard to start the Elevated Command Prompt.

If the User account control Dialog prompts click on the Yes Button.

Step 2. Im command prompt, enter the following, and then press Enter from the keyboard: –

net localgroup administrators "UserAccountName" /add

note: Replace UserAccountName with your user account; that’s right, you want to increase it.

You will receive the message “The command was completed successfully”. Your local user account rights have now been transferred to the administrator.

How do I change a user account to an administrator with PowerShell?

PowerShell is another way to change a user account to Administrator. Follow these recommended steps:

Step 1. Open Windows PowerShell with administrator rights.

To start Windows PowerShell with elevated privileges, press window + R. Keyboard shortcuts together to create the Run Crate. Type Power Shell by doing Run Box, then press Ctrl + shift + Enter from the keyboard.

If the User account control Dialog box appears, click the Yes Button.

Step 2. In the elevated PowerShell window, type the following and press Enter on the keyboard:

Add-LocalGroupMember -Group "Administrators" -Member "UserAccountName"

note: Substitute User account name with your user account; That’s right, you want to increase it.

That’s it. Once you run the above command in PowerShell, a restricted user is an administrator on your computer.

How do I change a user account with the Netplwiz or Control Userpasswords2 command in Administrator?

Netplwiz and Control Userpasswords2 are two commands that you can use to change user account permission on all versions of Windows including Win 11 and 10.

Step 1. Press window + R. Keys from the keyboard to open the Run Command field.

Step 2. Im Run Dialog box, enter the following and press Enter from the keyboard: –

Netplwiz

or

Control user passwords 2

Step 3. On the user account In the Users for This Computer window, select the user account, then click the properties Button.

Step 4. In the User Properties window, select the option Administrator Opportunity. Then click Apply / OK.

That’s all.