Step-by-step administrator login guide for Windows 10
An administrator (admin) account can change security settings, install and uninstall software, access every file, and change settings for other users. When you first start up Windows 10 or 11 , you’re walked through the setup of the first user account, which is set to administrator. This wikiHow will show you how to log in as an administrator in Windows 10.
Administrator Login: Quick Steps
- Open the Control Panel.
- Go to User Accounts > User Accounts .
- Click Change account type on your account.
- Select Administrator and click Change account type .
Steps
Section 1 of 5:
Making an Account an Administrator (Control Panel)
-
Open the Control Panel. If you want to make your own account an administrator on this PC or give admin rights to another account, you can do so in the Control Panel. You will need the current administrator password to do this. To get started, type control panel into the Windows search bar, then click Control Panel . [1] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
- Alternatively, you can use the command line to open the control panel.
- You can also use this method to give administrator rights to another user account on this PC.
-
Click User Accounts . It's the green text next to an icon that resembles a person. It's on the right side.Advertisement
-
Click User Accounts again. It's next to an icon that resembles two people. This will show you a page with information about the Windows user account you are currently logged in to.
-
Check the status of your account. In the profile box on the right side of the User Accounts page, you’ll see “Administrator” under the username if the account is an administrator. If you're already an administrator, you don't need to proceed—you have full admin access to the system.
- You can check the status of other accounts by click Manage another account in this menu.
- If you are not using a Microsoft account, you will see "Local Account" above "Administrator."
-
Change the status of your account. If your account isn’t an administrator, you can change it to one (if you know the administrator login information). To do so: [2] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
- Click Change your account type .
- Click the Administrator option.
- Click Change account type .
- Type the admin password when prompted.
- You’re done! Your user account can now perform all tasks as an administrator.
Advertisement
Section 2 of 5:
Making an Account an Administrator (Settings)
-
1Open your Windows Settings. If you want to make your own account an administrator on this PC, or give admin rights to another account, it's easy to do in Settings. You will need to be using an administrator account to do this, or have the password for an administrator-level account. Start by opening the Start menu and selecting Settings .
-
2Click Accounts . This opens the Accounts settings.
-
3Click Family & other users . You'll see this in the left panel on Windows 10. If you're using Windows 11, select Other users in the right panel instead. [3] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
-
4Click Change account type . You may need to click the name of the user first.
-
5Select "Administrator" and click OK . When prompted, enter the administrator password or click Yes to confirm. This makes the selected account an administrator.
- The "Administrator" account type gives the selected account full admin permissions. Whenever this account logs in to this particular computer, it will be an administrator and can perform all tasks that the administrator account can.
Advertisement
Section 3 of 5:
Enabling the Administrator Account in Command Prompt
-
Search for “cmd” in the search bar of your Start Menu. If you want to be able to log in with the "Administrator" username and password, you will need to enable the Administrator account, which is disabled by default. To get started, press the Windows key and type cmd . [4] X Research source
- You will need to be logged in to an account that has administrative permissions to enable the Administrator account in Windows 10.
-
Right-click "Command Prompt" and select Run as Administrator . Click Yes in the box that pops up to continue.
-
Type net user administrator /active:yes and press ↵ Enter . You’ll see text confirming your entry. If you see an error, you may have mistyped the command. The default Windows 10 administrative account is active but not password protected.
-
4Set a password for the administrator account. To log in as an administrator, the account will need a password. To set the admin password , type net user administrator * and press Enter . When prompted, enter and confirm a new password for the administrator account. [5] X Research source
-
Log out of your current session. You can access the option to Sign out from your profile picture in the Start Menu. Or, to keep your account logged in, select Switch User instead to return to the login screen.
-
Click the Administrator user account. If you don't see it, click Other Accounts and enter .\Administrator as the username.
-
Type the password for the account and click the submit arrow. Click the submit arrow button. This will log you into Windows as an administrator.
Advertisement
Section 4 of 5:
Enabling the Administrator Account in PowerShell
-
1Open PowerShell as an administrator. To enable the administrator account in PowerShell, you'll need to run PowerShell as an administrator. To do this:
- Press the Windows key on your keyboard.
- Type powershell into the Search bar.
- Right-click Windows PowerShell and select Run as administrator .
- Click Yes to continue.
-
2Enter the command to enable the administrator user. At the prompt, type net user administrator /active:yes and press Enter . This enables the "Administrator" user, but it will not work until you create a password.
-
3Enter the command to set an admin password. To do this, you'll need to enter the following command, but replace "NewPassword" with the password you would like to assign to the Administrator account:
- Set-LocalUser -Name "Administrator" -Password (ConvertTo-SecureString -AsPlainText "NewPassword" -Force) .
- Once the password is assigned, you can now log in with the Administrator account.
Advertisement
Section 5 of 5:
Logging In as an Administrator
-
Log out of your current session. If you're logged in to Windows already and want to switch to an Administrator account, you can click the Start menu, select your profile photo, and click Sign Out to return to the login screen.
- Alternatively, click your profile photo and select Switch user if you don’t want to log your current account out of the system.
- If you're at the login screen, skip to step 3 instead.
-
2Select Other user . If you are not prompted to enter a username, choose this option to bring up the username and password fields. [6] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
-
3Enter the administrator username. If you're signing in as the local "Administrator" account, type .\Administrator as the username, then type the password of the local admin account. Once your password is accepted, you'll be logged in to the computer as an administrator.
- If you need to log in as the domain administrator , use domain_name \Adminstrator instead.
-
4Enter the password and sign in. After entering your password, click the arrow to log in as an administrator.
Advertisement
Expert Q&A
Search
-
QuestionI typed in the command on CMD and it said "Access is denied". So what do I do now?Kyle Smith is a wikiHow Technology Writer, learning and sharing information about the latest technology. He has presented his research at multiple engineering conferences and is the writer and editor of hundreds of online electronics repair guides. Kyle received a BS in Industrial Engineering from Cal Poly, San Luis Obispo.Try checking the administrator status of your account by going to Control Panel > User Accounts > User Accounts. If you're not an administrator but you know who is, ask them for the admin password. Or, ask them to make your account an administrator.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
- For more Microsoft Windows guides, check out how to take a screenshot and check your Windows version .Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
References
- ↑ https://support.microsoft.com/en-us/windows/system-configuration-tools-in-windows-f8a49657-b038-43b8-82d3-28bea0c5666b
- ↑ https://support.microsoft.com/en-us/windows/manage-user-accounts-in-windows-104dc19f-6430-4b49-6a2b-e4dbd1dcdf32
- ↑ https://support.microsoft.com/en-us/windows/manage-user-accounts-in-windows-104dc19f-6430-4b49-6a2b-e4dbd1dcdf32
- ↑ https://www.sony.com/electronics/support/articles/00123047
- ↑ https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771865(v=ws.11)
- ↑ https://support.microsoft.com/en-us/windows/user-account-access-in-windows-8f1f3c05-e479-4e9a-666b-90091d052aaf
About This Article
Article Summary
X
1. Run Command Prompt as an administrator.
2. Type net user administrator /active:yes
and press Enter
.
3. Close Command Prompt.
4. Log out.
5. Click the Administrator account from the login page.
Did this summary help you?
Thanks to all authors for creating a page that has been read 299,983 times.
Advertisement