How to Regain Lost Admin Rights in Windows 10 or 11

Summary: This article tells you how to restore your user account’s lost administrator rights and privileges in Windows 10 and 11.

If your user account has lost admin rights, you may also have inadvertently set yourself a “Standard User” via Account Settings or incorrectly configured the Local Security Policy or user account group membership. In some cases, malware could be the root cause.

You may be unable to run any program elevated if your user account has become a standard or a guest account and no other admin account exists on the system. The Yes button in the UAC dialog will be missing.

This means you can’t return to the User Account settings page and set yourself as the administrator.

However, there is a simple trick to regain the lost administrator rights for your account!

Have you lost the account password? It’s a different issue.

If you have forgotten the passwords for the built-in administrator and the user accounts and cannot log in, this article doesn’t apply. It’s a different scenario, and the solution is available in the article Windows 10/11 Password Reset Methods for Lost Password Scenario.

(I had to split the content into two articles for better clarity. The article addresses the “lost admin rights” issue, and the linked article above addresses the “lost password” issue.)

Resolution

Fix your account using built-in Administrator via Safe mode

Log in to the built-in Administrator account via Safe Mode and then promote your user account to an administrator. The built-in Administrator account password has a blank password by default. However, if you have set a password earlier, this method assumes you remember the “Administrator” account password.


tips bulb iconThe built-in “Administrator” account shows up on the sign-in screen while in Safe Mode if no other administrator account user exists on the computer; it doesn’t matter whether the “Administrator” account is active or not.


  1. Click Start, click the Power button, press and hold the Shift key down, and click Restart. This starts the Windows Recovery Environment.
    For other methods to access WinRE, see the article How to access Windows Recovery Environment.
  2. In Windows RE, click Troubleshoot → Advanced options → Startup Settings.


    windows RE startup settings
  3. In Startup Settings, press the 4 or F4 button on your keyboard.
    windows re startup settings
  4. Windows will now restart in Safe Mode.
  5. Click “Administrator” and sign in to the account. It has a blank password by default.
    sign-in as built in administrator in safe mode
  6. Press Win + R, type control userpasswords, and click OK. This opens the classic User Accounts Control Panel.
    fix account membership built in administrator in safe mode
  7. In the User Accounts applet, click “Manage another account“.
    sign-in as built in administrator in safe mode - fix admin rights for user account
  8. In the “Manage Accounts” applet, select the account that has lost its admin privileges.
    sign-in as built in administrator in safe mode - fix admin rights for user account
  9. Click “Change the account type”.
    sign-in as built in administrator in safe mode - fix admin rights for user account
  10. Choose the “Administrator” option, and click the “Change Account Type” button.
    sign-in as built in administrator in safe mode - fix admin rights for user account
    You’ve now changed your account type to an administrator.
  11. Log off from the built-in Administrator account.
  12. Restart Windows.
  13. Log in to your original account now — e.g., Ramesh

This restores administrator privileges for your user account.


Alternate methods while you’re in Safe mode

You can also change your account’s group membership (i.e., set it as an administrator) using Command Prompt or the Netplwiz.exe dialog from the “Administrator” account.

Follow steps 1 to 5 in the previous section to access Safe mode and log in as “Administrator”. Then, follow one of the following methods.

Option 1: Using Command Prompt

Open Command Prompt, and use the following command-line syntax:

net localgroup administrators {username} /add

Example: If the username is RobertM, run this command:

net localgroup administrators RobertM /add

make user account administrator group membership net localgroup

This makes the RobertM account an administrator account.

Option 2: Using Netplwiz.exe

You can view and change the group membership of accounts by running the netplwiz.exe or control userpasswords2 command from the Run dialog.

make user account administrator group membership net localgroup

To fix the user account group membership and make it an administrator, from the user accounts dialog shown above:

  • Select your account → Properties → Group Membership → Administrator → OK.
    lost administrator rights - standard user to administrator - userpasswords2

Close and reopen the control userpasswords2 dialog. You’ll see that the account RobertM , in this example, is made an administrator.

make user account administrator group membership net localgroup

Restart Windows and log in to the user account. The admin rights should be restored.


If you’ve forgotten the built-in administrator password, the above method will not help. In that case, see the article Windows 10/11 Password Reset Methods for Lost Password Scenario to regain access to your account and promote it to an administrator.


I hope this guide helped you restore administrator rights for your user account in Windows 10/11 and earlier.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

8 thoughts on “How to Regain Lost Admin Rights in Windows 10 or 11”

  1. I would like to say thank you to Ramesh and his winhelponline.com for an excellent problem solving article. I had somehow been relegated to a Guest account on my own computer and could not find a way to get my Admin privileges back until I found this article. Now I am happily back to normal and I didn’t have to reinstall my operating system to do it. This page will be permanently bookmarked for future use and reference.

    Reply
  2. How to Get Your Admin Privileges Back

    I was reading everything I could find to get my admin privileges back, and not one article helped me. Some articles that had good intentions required admin privileges just to do the steps required to get those privileges back. I spent so much time researching I was getting very discouraged. Once I found the solution, I vowed to share it just in case this solution I found would help others in my situation. So try this if all else fails for you.

    Open Task Manager. You can do this by right clicking on Start, then select Task Manager.You can also press Win key + X together to do this.

    Next you want to click on the tab “App History” in Task Manager. Scroll down until you find “Windows Terminal” and you click it once to highlight it, then go up and click on File, then click on “Run New Task”. That will open up System Configuration. Click on the Tools tab, then scroll down to the Command Prompt, click on it, then down at the right lower bottom, click on the Launch button.

    You should now have your Admin privileges back.

    Please let me know if you liked this article, and it helped you!

    Reply
    • What you have written is nothing more than a convoluted route to opening the Command Prompt. You can do that by pressing and typing “cmd”! Not helpful.

  3. Hey, I used compmgmt.msc to access the users and groups and added administrators to one of my accounts.

    either way, thanks for reminding me about this. It’s been at least ten years since I’ve made this mistake.

    Reply

Leave a Comment