Your cart is currently empty!
How to Create Administrator Account in Windows 10
Written by
in
Need full control over your Windows 10 system? Creating an administrator account is the way to go. Whether you’re setting up a new PC, managing users, or troubleshooting issues, an admin account gives you access to system settings, software installations, and user permissions. Here’s how to create one in a few quick steps.
Method 1: Create an Admin Account via Settings
- Open Settings
Press Windows key + I to open the Settings window. - Go to Accounts
Click “Accounts” > “Family & other users.” - Add a New User
Under “Other users,” click “Add someone else to this PC.” - Choose Account Type
You can either create:- A Microsoft account using an email address.
- A local account by clicking “I don’t have this person’s sign-in information,” then “Add a user without a Microsoft account.”
- Set Username and Password
Enter a username and (optional) password. Click Next. - Change the Account to Administrator
Back under “Family & other users,” select the new account, click “Change account type,” and switch it from Standard User to Administrator.
That’s it. The new user now has admin privileges.
Method 2: Use Command Prompt
If you prefer the direct approach:
- Open Command Prompt as Admin
Type cmd in the Start menu, right-click Command Prompt, and choose “Run as administrator.” - Create the Account
Type the following command and press Enter:net user NewUsername NewPassword /add
- Make It an Admin
Then run:net localgroup administrators NewUsername /add
That’s it. You’ve just created an admin account using two commands.
Method 3: Use Control Panel (Old-School)
- Open Control Panel
Press Windows key + R, type control, and hit Enter. - Navigate to User Accounts
Go to User Accounts > Manage another account > Add a new user in PC settings. - Follow the Steps to Add and Promote the Account
This will push you back to the Settings interface, where you can follow the same process as Method 1.
Final Notes
- Don’t forget your admin password. Without it, you could lock yourself out of important settings.
- Limit admin accounts to trusted users only. Admin access means full control over the system.
- If this is for troubleshooting or one-time access, remember to switch the account back to a standard user when done.
Want to manage user accounts like a pro? Bookmark this guide for easy reference.