Learn how to enable administrator account on Windows 11 using different methods. Follow our step-by-step instructions for easy access to elevated privileges.

If you’ve used Windows 11 for any length of time, you may have noticed that the operating system often restricts certain applications, files, and commands behind administrative privileges. This can lead to frequent User Account Control (UAC) prompts every time you attempt a task that requires such privileges. Fortunately, by enabling the administrator account on your Windows 11 device, you can bypass these nagging prompts. However, it’s essential to note that using the Administrator account comes with elevated rights for all actions, which could pose a security risk if mismanaged.
How to Enable Administrator Account on Windows 11
In this guide, we will explore three different methods to enable the administrator account on Windows 11: through the Local User and Groups tool, the Command Prompt, and PowerShell. Each method is straightforward and will allow you to gain administrative access quickly.
Requirements for Enabling Administrator Account on Windows 11
Before we proceed with the instructions, ensure that you have the following:
- A Windows 11 device with an active internet connection.
- An account with administrative privileges to carry out the necessary changes.
Step-by-Step Instructions to Enable Administrator Account on Windows 11
How to Enable Administrator Account on Windows 11 Using Local User and Groups
Open the Run Dialog: Press the Windows Key + R together on your keyboard. This action will open the Run dialog box.
Type in the Command: Enter
lusrmgr.mscand press Enter. This command opens the Local Users and Groups panel.Access the Users Folder: In the left pane, click on the Users folder to display all user accounts.
Edit Administrator Properties: Right-click on the Administrator account and choose Properties.
Enable the Account: Uncheck the option that states Account is Disabled. Click on Apply to save your changes.
Now, the Administrator account is enabled, and you can access it whenever needed.
How to Enable Administrator Account on Windows 11 Using Command Prompt
Open Command Prompt: Search for Command Prompt in the Windows 11 search bar. Right-click the option and select Run as administrator.
Execute the Command: In the Command Prompt window, execute the following command:
plaintextnet user administrator /active:yesSuccessful Activation: If the command is executed successfully, you will see a message stating that the command has completed successfully.
To Disable the Account: If you ever need to disable the account, simply run:
plaintextnet user administrator /active:no
How to Enable Administrator Account on Windows 11 Using PowerShell
Open PowerShell: Search for PowerShell in the Windows 11 search bar. Right-click and select Run as administrator.
Run the Enable Command: Enter the same command as before:
plaintext
net user administrator /active:yesConfirmation Message: You will receive a confirmation message indicating that the command was successful.
Disable the Account: To disable the Administrator account, use the command:
plaintext
net user administrator /active:no
Common Problems and Fixes
Enabling the administrator account on Windows 11 usually goes smoothly, but here are some common issues you might encounter and how to fix them:
Permission Denied: Ensure you are logged in with an account that has administrative privileges before attempting these changes.
UAC Preventing Change: If User Account Control prompts appear, make sure you’re providing the correct administrative credentials.
Command Not Found: If the commands return an error, double-check if you’ve typed them correctly, ensuring there are no additional spaces or typos.
Tips, Best Practices, and Warnings
Security Risks: Always be cautious when using the administrator account, as it gives total control over the system.
Disable When Not Needed: It’s advisable to disable the administrator account when you’re finished to maintain a secure environment.
Backup Important Data: Before making significant changes like enabling the administrator account, ensure that you back up any essential files or system data.
Read also : How to Take Screenshots on Windows 11
In this guide, we have covered how to enable administrator account on Windows 11 using various methods, including Local User and Groups, Command Prompt, and PowerShell. Each approach is designed to allow you to gain administrative privileges quickly and efficiently. While having access to an administrator account can be beneficial, it is crucial to manage it carefully to maintain your system’s security. If you have any questions or need further clarification, feel free to leave your comments below.



