How to Change the Administrator in Windows 11

By
Bhanu Pratap
He is a die-hard fan of tech and keeps track of every little happening in the field. When he is not writing, he usually keeps himself...
6 Min Read
Disclosure: This site uses affiliate links. We may earn a commission at no extra cost to you. Thanks for your support!
Change the Administrator in Windows 11
Quick Tips
  • Go to Settings > Accounts > Other users, select a user, and change the account type to Administrator.
  • Use Control Panel > User Accounts > Manage another account to assign administrator privileges.
  • Run commands in Command Prompt like net localgroup administrators username /add for quick changes.

Changing the administrator account on Windows 11 is a task that can come in handy for several reasons. You may want to transfer the administrative rights to another user account, or you may need to create a new admin account due to changes in who uses the PC.

Whatever the case, Windows 11 makes it easy to manage user permissions, and today, we’ll guide you through the steps to change the administrator on your system.

Why Change the Administrator?

The administrator account in Windows 11 has full control over the system, allowing the user to install software, make system-wide changes, and access all files and settings. Changing the administrator account might be necessary if:

  • You want to give someone else full control of the system.
  • You are creating a new user for an organization and need to transfer administrative privileges.
  • You’re troubleshooting an issue with a specific account and need to assign a new admin.

How to Change the Administrator in Windows 11

Here are three effective methods to change the administrator in Windows 11. Let’s list them.

1. Using Settings

This method is the simplest and most user-friendly way to change the administrator account on Windows 11.

1. Press Windows + I to open the Settings window. Alternatively, you can click the Start Menu and select the Settings gear icon.

2. In the left-hand sidebar, click on Accounts.

3. Under the Accounts section, click on Other users. This will show you a list of all users on your PC.

Other Users

4. Under the Other users section, find the account you want to give administrator rights to. Click on the account, then click Change account type.

5. In the pop-up window, select Administrator from the drop-down menu under Account type.

6. Click OK to confirm the change. The selected account will now have administrator privileges.

Change Account Type

This method is ideal for making an existing user account an administrator without needing to go through a complex process.

2. Change the Administrator Using Control Panel

If you’re more comfortable with the traditional Control Panel, you can also change the administrator through this method. This is useful if you need additional management options that the Settings app might not provide.

1. Type Control Panel in the search bar next to the Start menu and click on the Control Panel app.

2. In the Control Panel, click on User Accounts.

3. Then, click on User Accounts again in the next window.

User Account

4. Select Manage another account to see all the user accounts on your PC.

5. Choose the account you want to make an administrator.

6. Click on Change the account type.

Chanage your account type

7. Choose the Administrator option and click Change Account Type to make the user an administrator.

Select your new account type

3. Change the Administrator via Command Prompt

For advanced users, changing the administrator account can also be done through the Command Prompt. This method requires administrative privileges and is more flexible for batch processing or script automation.

1. Type cmd in the search bar, right-click on Command Prompt, and select Run as administrator.

Run CMD as Admin

2. Type the following command to see all user accounts on your system. This will display a list of user accounts on your PC.

net user

3. To change an account to an administrator, use the following command, replacing username with the name of the account:

net localgroup administrators username /add
change account standard administrator command

4. To verify the change, you can re-run the net user command to ensure the account now appears under the Administrator group.

5. Once done, close the Command Prompt window.

This method is especially useful for administrators managing multiple machines or users and is quicker than the graphical user interface (GUI) method.

Conclusion

Changing the administrator account in Windows 11 is a straightforward process, and you have several methods to choose from depending on your comfort level and preferences. Whether you’re using the Settings app, Control Panel, Command Prompt, or Local Users and Groups, you can easily assign administrative rights to another user and ensure that the right person has full control over your system. Always remember to manage administrative access carefully, as it grants a high level of control over your computer.

By following these steps, you’ll be able to easily change the administrator on your Windows 11 device to match your needs, whether you’re setting up a new system or making adjustments to an existing one.

Want to see more helpful guides like this? Add thecoderworld as your preferred source on Google so our content appears more often in your feed.

Share This Article
Follow:
He is a die-hard fan of tech and keeps track of every little happening in the field. When he is not writing, he usually keeps himself busy on YouTube, creating and exploring new and awesome tech content.
Leave a Comment

Leave a Reply

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