Administrator rights are essential for managing your Windows PC. They allow you to install software, modify system settings, manage user accounts, update drivers, and perform advanced troubleshooting tasks. However, administrator privileges can sometimes become corrupted due to incorrect account settings, malware infections, damaged system files, Windows updates, or accidental configuration changes. When this happens, you may receive messages such as “Access Denied,” “You need administrator permission,” or notice that your administrator account no longer has full control over the computer.
Let’s learn to safely reset & recover your administrator privileges and regain full control of your PC.
How to Reset Admin Rights for Administrators Windows 10 & Windows 11 [Guide]

To reset administrator rights in Windows 10 and Windows 11:
- Sign in using an administrator account if available.
- Verify your account belongs to the Administrators group.
- Restore administrator privileges through Settings or Computer Management.
- Use Command Prompt with administrative privileges to reassign admin rights.
- Repair corrupted system files using SFC and DISM commands.
- Restart your computer and confirm administrator access has been restored.
Step 1: Check Whether Your Account Still Has Administrator Access
The first thing you should do is verify whether your account is still recognized as an administrator.
Go to Start. Then open Settings. Then select Accounts. Then choose your info. Windows will display whether your account is listed as an Administrator or Standard User beneath your profile name.
If your account is still listed as an administrator, the problem may simply be corrupted permissions rather than missing administrator rights. In that case, continue with the following steps to repair Windows.
If your account now appears as a standard user, you will need another administrator account on the computer to restore your privileges.
Step 2: Add Your Account Back to the Administrators Group
If another administrator account is available, you can easily restore administrator privileges.
Go to Start. Then open Settings. Then select Accounts. Then choose Family & other users. Select the affected account. Then click Change account type. Choose Administrator from the drop-down menu. Finally, click OK to save the changes.
Restart your computer after making the change. Once Windows loads again, sign in using the updated account and verify that administrator permissions have returned.
If you are using Windows 10 Pro or Windows 11 Pro, you can also perform this task through Computer Management by navigating to Local Users and Groups, opening Groups, selecting Administrators, and adding the affected user account.
Step 3: Restore Administrator Rights Using Command Prompt
Sometimes, Windows Settings cannot modify account permissions because of system corruption. In this situation, Command Prompt provides a reliable alternative.
Go to Start. Then search for Command Prompt. Right-click the result and select Run as administrator. If another administrator account is available, approve the User Account Control prompt.
Type the following command and replace Username with your Windows account name:
net localgroup Administrators Username /add
Press Enter to execute the command.
If the operation completes successfully, Windows will confirm that your account has been added to the Administrators group. Restart your computer before testing administrator access.
This method is one of the fastest ways to restore administrator privileges without modifying other Windows settings.
Step 4: Repair Corrupted System Files
Corrupted Windows system files can interfere with administrator permissions even when your account belongs to the Administrators group.
Go to Start. Then search for Command Prompt. Then choose Run as administrator.
Type the following command:
sfc /scannow
Press Enter and allow Windows to scan every protected system file. Depending on your hardware, this process may take several minutes.
If the scan detects corrupted files, Windows will automatically replace them with healthy copies stored in its system cache.
After the scan finishes, restart your computer and verify whether administrator rights have been restored.
Step 5: Repair the Windows Image Using DISM
If the System File Checker cannot repair all damaged files, the next step is to use Deployment Image Servicing and Management, commonly called DISM.
Go to Start. Then search for Command Prompt. Then select Run as administrator.
Enter the following command:
DISM /Online /Cleanup Image /RestoreHealth
Press Enter and wait patiently while Windows downloads replacement files and repairs the operating system image. Depending on your internet connection and system performance, this process can take anywhere from several minutes to nearly an hour.
Once the repair is complete, restart your PC and run sfc /scannow once more to ensure all system files have been repaired successfully.
Step 6: Enable the Built-In Administrator Account
If every administrator account has lost its privileges, Windows includes a hidden Administrator account that may help recover access.
Boot into Windows Recovery Environment or Safe Mode with Command Prompt. Open Command Prompt, then enter the following command:
net user administrator /active:yes
Press Enter.
Restart your computer. You should now see the built-in Administrator account on the sign-in screen. Sign in using this account and restore administrator rights to your primary user account through Settings or Computer Management.
After finishing the repair, disable the hidden administrator account by entering:
net user administrator /active:no
Disabling this account helps improve your computer’s security.
Step 7: Check User Account Control Settings
Occasionally, User Account Control settings create the impression that administrator rights have been removed when they are simply requiring additional confirmation.
Go to Start. Then search for Change User Account Control settings. Open the tool and review the notification level.
Using the default setting provides a balance between convenience and security. Avoid disabling User Account Control completely because doing so increases the risk of malware gaining unrestricted access to your system.
Step 8: Scan for Malware
Some forms of malware intentionally modify administrator permissions to prevent users from removing malicious software.
Go to Start. Then open Windows Security. Then select Virus & threat protection. Choose Scan options and run a Full Scan.
Allow Windows Security to complete the scan and remove any detected threats. Once finished, restart your computer and verify whether administrator functionality has returned.
If malware caused the problem, repairing permissions without removing the infection may only result in the issue happening again.
Step 9: Perform a System Restore
If administrator rights stopped working after installing software, drivers, or Windows updates, restoring your system to an earlier state can resolve the issue.
Go to Start. Then search for Create a restore point. Open the System Protection tab. Then click System Restore. Select a restore point created before the administrator issue began and follow the on-screen instructions.
Windows will restore important system settings without affecting your personal documents. After the restoration completes, sign in again and confirm that administrator privileges have been restored.
Additional Tips
Always maintain at least two administrator accounts on your computer. This provides a backup if one account becomes damaged or loses its permissions. Keep Windows Update enabled so security patches are installed regularly. Use Windows Security or another reputable antivirus solution to reduce the risk of malware altering user permissions. Avoid modifying registry entries or local security policies unless you fully understand their purpose. Creating regular System Restore points and backing up important files will also make future recovery much easier if unexpected problems occur.
FAQs
Can I reset administrator rights without another administrator account?
Yes. You can enable the hidden built-in Administrator account from Safe Mode or the Windows Recovery Environment, provided you have access to advanced recovery tools.
Why did my administrator account lose its privileges?
Administrator rights may be removed because of corrupted system files, malware infections, accidental account changes, Windows updates, or damaged user profiles.
Does System Restore delete personal files?
No. System Restore primarily affects system settings, drivers, and installed applications. Your personal files and documents remain unchanged.
Is it safe to use Command Prompt to restore administrator rights?
Yes. Using the correct net localgroup command is a Microsoft-supported method for adding users back to the Administrators group.
What should I do if none of these methods work?
If every solution fails, consider creating a new administrator account, repairing Windows using an in-place upgrade, or resetting Windows while keeping your personal files.