Changing the administrator account in Windows 11 is useful when you want to switch the primary user, manage system settings, or give admin rights to another account. Whether you’re using Windows 11 Home, Pro, or even Windows 10, the steps remain simple.

How to Change Administrator on Windows 11 Step-by-Step


In this guide, you’ll learn how to change administrator on Windows 11, with and without a password, via Settings, and using CMD.

Types of User Accounts in Windows Computer

Windows computer supports mainly three types of user accounts:

1. Administrator Account

  • Full control over the system
  • Can install/uninstall apps
  • Can modify system settings
  • Can add or remove user accounts

2. Standard User Account

  • Limited control
  • Can use installed apps
  • Cannot install software
  • Cannot change system-level settings

3. Guest Account (Limited Features)

  • Very restricted
  • Used for temporary access
  • No installation rights

How to Change Administrator on Windows 11 (Method 1 – Via Settings)

Follow these steps:

  1. Open Settings
  2. Click on Accounts
  3. Go to Family & other users
  4. Select the user you want to change
  5. Click Change account type
  6. Choose Administrator from the dropdown
  7. Click OK

Your selected user account now becomes the administrator.


How to Change Administrator on Windows 11 Without Password

If you do not know the admin password:

Method 1 – Using Safe Mode With Command Prompt

  1. Restart your PC
  2. Press F11 or choose Advanced Startup
  3. Go to:
    Troubleshoot → Advanced options → Command Prompt
  4. Enter the command: net user administrator /active:yes
  5. Restart your PC
  6. Log in to the built-in Administrator account
  7. Change account types from Settings

Method 2 – Using Another Admin Account

If another administrator account exists:

  • Login → Settings → Change account type → Admin

How to Change Administrator on Windows 11 Home & Pro

The steps for Windows 11 Home and Pro editions are identical:

  • Go to Settings → Accounts → Family & other users → Change account type → Administrator

However, Pro edition users also get Local Users and Groups (lusrmgr.msc) for easier management.


How to Change Administrator on Windows 11 Using CMD

You can quickly make any user an administrator using Command Prompt:

Step 1: Open CMD as Administrator

Search cmd → Right-click → Run as administrator

Step 2: Enter the command

net localgroup administrators "username" /add

Step 3: To remove admin rights

net localgroup administrators "username" /delete

How to Change Administrator on Windows 10 (Home & Pro)

Windows 10 steps are similar to Windows 11:

Method 1 – Settings

  • Settings → Accounts → Family & other users → Change account type → Administrator

Method 2 – CMD

net localgroup administrators "username" /add

Method 3 – Control Panel

  • Control Panel → User Accounts → Change account type

Benefits of Changing Administrator on Windows

  • Better control over system settings
  • Allows restricting access for kids/family
  • Helpful when transferring PC ownership
  • Improves security
  • Allows installation and removal of apps

Internal Links (as requested)


Conclusion

Changing the administrator account in Windows 11 is very simple. Whether you’re using Settings, CMD, or doing it without a password, Windows provides multiple ways to assign administrator privileges. This guide also helps you understand account types and manage your PC more securely.


FAQs – How to Change Administrator on Windows 11

1. How do I change the main administrator on Windows 11?

Go to Settings → Accounts → Family & other users → Change account type → Administrator.

2. Can I change administrator without a password?

Yes, by using Safe Mode with CMD or enabling the hidden Administrator account.

3. How do I make myself an administrator?

Use another admin account or CMD:

net localgroup administrators "your name" /add

4. Does Windows 11 Home support administrator change?

Yes, both Home and Pro editions support it.

5. How to remove administrator rights?

Use CMD:

net localgroup administrators "username" /delete

Leave a Reply

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