30 lượt xem

Change the Administrator Account in Windows 11 [5 Quick Ways]

Change the Administrator Account in Windows 11 [5 Quick Ways]

There are multiple user types on Windows, each with different permissions. Out of all available groups, the administrator group has the most privileges. Sometimes, to make certain changes on your PC, you need to have the maximum rights.

If you want to change your current account settings and give it additional privileges, this is possible in Windows 11 and the process isn’t that much different when compared to the one of making yourself an administrator in Windows 10.

Why don’t I have admin rights on Windows 11?

If you don’t have admin rights on Windows 11, it might be because you are using a standard account instead of an administrator account.

Also, if you are using a PC owned by your company, the admin rights might be disabled by your organization.

Should I use an administrator or a standard account?

Administrators have full and unrestricted access to system files, and they can install applications. However, this isn’t without security concerns.

If your PC were to get infected by malware, it would be able to spread with almost no restrictions and perform whatever it wants if it infects a user with maximum access rights.

By using a standard account, the malware won’t be able to run without extra permissions, so the chance to get infected is smaller.

Therefore, many experts recommend using a Windows 11 local account and enabling the administrator account only when necessary.

Even more, for an extra layer of protection, we highly recommend installing a Windows 11 compatible antivirus.

How can I change the administrator account in Windows 11?

1. Use the Settings app

  1. Click the Start button in the Taskbar.Change the Administrator Account in Windows 11 [5 Quick Ways]
  2. Select Settings.Change the Administrator Account in Windows 11 [5 Quick Ways]
  3. Now go to the Accounts section and choose Family & other users.Change the Administrator Account in Windows 11 [5 Quick Ways]
  4. Select the account that you want to change to administrator and click on Change account type.Change the Administrator Account in Windows 11 [5 Quick Ways]
  5. Set the Account type to Administrator and click OK to save changes.Change the Administrator Account in Windows 11 [5 Quick Ways]

If the Settings app fails to work, you can fix the issue by using the command-line tool and running a few commands, as described in this guide on what to do if the Settings app crashes in Windows 11.

2. Use Control Panel

  1. Click the Search icon in the Taskbar.Change the Administrator Account in Windows 11 [5 Quick Ways]
  2. Type control panel and select Control Panel from the list of results.Change the Administrator Account in Windows 11 [5 Quick Ways]
  3. Now select Change account type.Change the Administrator Account in Windows 11 [5 Quick Ways]
  4. Choose the account that you want to change.Change the Administrator Account in Windows 11 [5 Quick Ways]
  5. Now select Change the account type.Change the Administrator Account in Windows 11 [5 Quick Ways]
  6. Choose Administrator and click on Change account type.Change the Administrator Account in Windows 11 [5 Quick Ways]

3. Use the netplwiz command

  1. Press Windows key + R and enter netplwiz. Press Enter.Change the Administrator Account in Windows 11 [5 Quick Ways]
  2. Double-click the account that you want to change.Change the Administrator Account in Windows 11 [5 Quick Ways]
  3. Navigate to the Group Membership tab. Now select Administrator and click on Apply and OK.Change the Administrator Account in Windows 11 [5 Quick Ways]

4. Use the lusrmgr command

  1. Press Windows key + R, enter lusrmgr.msc, and hit Enter.Change the Administrator Account in Windows 11 [5 Quick Ways]
  2. Select your user account and double-click it.Change the Administrator Account in Windows 11 [5 Quick Ways]
  3. Navigate to the Member Of tab and click on Add.Change the Administrator Account in Windows 11 [5 Quick Ways]
  4. Enter Administrators in the input field and click on Check Names. The input will now change if the name is good. Click OK.Change the Administrator Account in Windows 11 [5 Quick Ways]
  5. Select Users and click on Remove. Now click Apply and OK to save changes.Change the Administrator Account in Windows 11 [5 Quick Ways]

5. Use Terminal

5.1. On PowerShell

  1. Press Windows Key + X and choose Windows Terminal (Admin) from the list.Change the Administrator Account in Windows 11 [5 Quick Ways]
  2. Run the following command to add the user account to the Administrator group:add-LocalGroupMember -Group “Administrators” -Member “WR_Test”Change the Administrator Account in Windows 11 [5 Quick Ways]
  3. Optional: To remove a user from the administrator group, use the following command:remove-LocalGroupMember -Group “Administrators” -Member “WR_Test”

5.2. On Command Prompt

  1. Start Windows Terminal by pressing Windows Key + X and choosing the Windows Terminal (Admin) from the list.Change the Administrator Account in Windows 11 [5 Quick Ways]
  2. Click the down arrow and select Command Prompt.Change the Administrator Account in Windows 11 [5 Quick Ways]
  3. When the Command Prompt window opens, run this command:net localgroup Administrators “WR_Test” /addChange the Administrator Account in Windows 11 [5 Quick Ways]
  4. Optional: To remove an account from the Administrators group, run this command:net localgroup Administrators “WR_Test” /delete

These are some of the methods on how to change the administrator account on Windows 11 on a Lenovo laptop and other PCs. All our solutions are relatively simple, but we suggest using the Settings app since it’s the most straightforward.

However, if you’re an advanced user and you want to quickly add a user account to the administrator group, then using the Terminal might be the right for you because it only takes a few seconds.

If you want to know how to delete an administrator or local account on Windows 11, check our guide to do it quickly. And when faced with performance issues, sign out all other users in Windows 11 to get a quick boost.

What is your favorite method of changing the system administrator? Let us know in the comments section below.