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.

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:
- Open Settings
- Click on Accounts
- Go to Family & other users
- Select the user you want to change
- Click Change account type
- Choose Administrator from the dropdown
- 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
- Restart your PC
- Press F11 or choose Advanced Startup
- Go to:
Troubleshoot → Advanced options → Command Prompt - Enter the command:
net user administrator /active:yes - Restart your PC
- Log in to the built-in Administrator account
- 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)
- 👉 How to Turn ON Bluetooth on Windows 11 (Complete Guide)
- 👉 How to Update Drivers on Windows 11
- 👉 Windows 11 Setup Without Internet
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