Skip to content
Best Ways to Enable or Disable Built-in Administrator in Windows 11

Best Ways to Enable or Disable Built-in Administrator in Windows 11

Written By Alok Kumar Mishra
Last Updated November 12, 2024
Posted In Windows 11
SHARE

Let’s learn the Various Ways to Enable or Disable the Built-in Administrator in Windows 11. The built-in local Administrator account is a user account for system administration. Every computer has an Administrator account (SID S-1-5-domain-500, display name Administrator).

The Administrator account is the first account created during the Windows installation. It controls the local device’s files, directories, services, and other resources. It can create other local users, assign user rights, and assign permissions. Microsoft recommends LAPS for managing local admin passwords on Windows 11 devices.

The Administrator account can also take control of local resources at any time by changing the user rights and permissions. The default Administrator account can not be deleted or locked out but can be renamed or disabled.

Windows setup disables the built-in Administrator account and creates another local account that is a member of the Administrators group. A password does not protect the built-in Administrator by default, but you can add one to help prevent unauthorized users from signing in.

Patch My PC
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 1
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 1

How to Turn On and Off the Airplane Mode Flight Mode

In Windows 11, you can Enable or Disable the built-in Administrator. The methods for changing the settings are listed below.

  • Elevated Command Prompt
  • Elevated PowerShell
  • Local Users and Groups
  • Local Security Policy
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 2
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 2

Elevated Command Prompt

Users can use the Command Prompt in Admin mode to enable or disable the built-in Administrator account. To open the Elevated Command Prompt, press Win Key + R simultaneously to open the run dialogue box, and follow the below steps. The Run window said to type the name of a program, folder, document, or internet resource, and Windows will open it for you.

  • Press Win Key + R
  • Type cmd for the command prompt
  • Press Ctrl + Shift + Enter
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 3
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 3

The next window appears as User Account Control, which asks you, “Do you want to allow this app to make changes to your device?”, for Windows Command Processor, press YES to continue. This window is an administrative approval to perform some tasks.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 4
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 4

The Elevated Command Prompt window opens, and you can run some administrative commands. This window is represented as “Administrator: C:\WINDOWS\system32\cmd.exe“. Now type the following command (copy and paste) and press Enter to run the command successfully. This command Enables the built-in Administration account.

net user Administrator /active:yes
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 5
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 5

This is disabled by default; if enabled, run the following command (copy and paste) and press Enter to run it successfully. This command Disables the built-in Administration account.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 6
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 6

Elevated PowerShell

You can enable or disable the built-in Administrator account using PowerShell (Admin). Launch the search box by clicking the Search icon on the taskbar or pressing the Windows key + S hotkey. Now, type Windows PowerShell. When the PowerShell app appears, click on it and select Run as Administrator. It will then ask permission to run; click on Yes to continue.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 7
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 7

The Elevated PowerShell window opens, and you can run some administrative commands. This window is represented as “Administrator: Windows PowerShell“. Now type the following command (copy and paste) and press Enter to run the command successfully. This command Enables the built-in Administration account.

Enable-LocalUser -Name "Administrator"
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 8
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 8

The Elevated PowerShell window opens, and you can run some administrative commands. This window is represented as “Administrator: Windows PowerShell“. Now type the following command (copy and paste) and press Enter to run the command successfully. This command Disables the built-in Administration account.

Disable-LocalUser -Name "Administrator"
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 9
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 9

Local Users and Groups

Users can use the Local Users and Groups option to enable or disable the built-in Administrator account. To open the Local Users and Groups option, press Win Key + R simultaneously to open the run dialogue box, and follow the below steps. The Run window said to type the name of a program, folder, document, or internet resource, and Windows will open it for you.

  • Press Win Key + R
  • Type lusrmmgr.msc
  • Press Enter
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 10
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 10

As you can see, when the lusrmgr – [Local Users and Groups (Local)\Users] pop-up appear. Now, under the Local Users and Groups (Local), click on the Users in the left pane. The names of the accounts appear in the right pane; here, double-click on Administrator.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 11
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 11

When you double-click on Administrator, the Administrator Properties window opens. This is a built-in account for administering the computer/domain. The Account is disabled and is checked by default, which means the built-in Administrator is disabled. Uncheck it to enable the built-in Administrator account.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 12
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 12

Local Security Policy

Users can use the Local Security Policy option to enable or disable the built-in Administrator account. To open the Local Security Policy option, press Win Key + R simultaneously to open the run dialogue box, and follow the below steps. The Run window said to type the name of a program, folder, document, or internet resource, and Windows will open it for you.

  • Press Win Key + R
  • Type secpol.msc
  • Press Enter
Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 13
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 13

The Local Security Policy window opens; under Security Settings, click on Local Policies in the left pane to expand it. Under Local Policies, click on Security Options, then double-click on Accounts: Administrator account status that is disabled by default.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 14
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 14

The Accounts: Administrator account status Properties windows open; here, you can see there are two options: Enabled and Disabled. Check Enabled to enable the built-in Administrator account, or check Disabled (which is by default) to disable it.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 - Fig. 15
Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Fig. 15

I hope the information on the Best Ways to Enable or Disable Built-in Administrator in Windows 11 is helpful. Please follow us on the HTMD Community and visit our website, HTMD Forum, if you like our content. Suggest improvements, if any, and we would love to know which topic you want us to explore next.

Intune Policy

You can create an Intune policy to disable the built-in admin account on Windows devices or use Intune Settings Catalog policies to disable it.

Another option is to manage local admin passwords on Windows devices using the Microsoft LAPs solution. Microsoft recommends LAPS for managing local admin passwords.

Accounts Enable Administrator Account Status is another option to disable the local admin password using Intune Settings Catalog policies. The following video and screenshot provide more details – Rename Administrator Account Policy Using Intune.

Best Ways to Enable or Disable Built-in Administrator in Windows 11 Fig 16
Best Ways to Enable or Disable Built-in Administrator in Windows 11 Fig 16

The following video will show how to rename and disable administrator accounts using Intune Security Policies. How can we disable the Administrator Account Status using Intune security policy CSP?

Accounts_EnableAdministratorAccountStatus is the policy to Disable the Administrator Account status. This security setting helps to Disable the Admin Account status to Disable. The default Value is Disable (int = 0). ./Device/Vendor/MSFT/Policy/Config/LocalPoliciesSecurityOptions/Accounts_EnableAdministratorAccountStatus

Best Ways to Enable or Disable Built-in Administrator in Windows 11 – Video 1

Sources:

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here – HTMD WhatsApp.

Author

Alok graduated with a Master of Computer Applications (MCA) degree. He loves writing on Windows 11 and related technologies. He likes to share his knowledge, quick tips, and tricks with Windows 11 or Windows 10 with the community.

Written by

Alok is a Master of Computer Applications (MCA) graduate. He loves writing on Windows 11 and related technologies. He likes to share his knowledge, quick tips, and tricks.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Security

Microsoft Fixes 570 Security Vulnerabilities and 3 Zero-Day Vulnerabilities in July 2026 Patch Tuesday

Key Takeaways Microsoft Fixes 570 Security Vulnerabilities and 3 Zero-Day Vulnerabilities in July 2026 Patch Tuesday! Microsoft fixed 3 zero-day vulnerabilities as part of the July 2026 Patch Tuesday updates. Two of them, CVE-2026-56164 (Microsoft SharePoint Server Elevation of Privilege) and CVE-2026-56155 (Active Directory Federation Services Elevation of Privilege), were actively exploited before the security […]

AC Anoop C Nair 29 min read
Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Windows 11

Boost Productivity with Zoom Workplace on Windows 11 | Setup Guide for Meetings Chat Calls and Collaboration

Key Takeaways Hey, let’s learn about Boost Productivity with Zoom Workplace on Windows 11 | Setup Guide for Meetings Chat Calls and Collaboration. Zoom workplace is an AI-powered collaboration app used for online meetings, team collaboration, and video calls. This application helps to conduct meetings Including chat and messaging, screen sharing and Calendar Integration. Boost […]

AC Anoop C Nair 35 min read
Windows 11

13 Windows AI Features to Turn Off for Better Privacy

Key takeaways Hey, let’s discuss about 13 Windows AI features to turn off for better privacy. AI is widely used in modern systems such as Windows 11 to automate tasks, improve productivity, and enhance user experience. However, AI also has several disadvantages. It may raise privacy concerns because personal data can be collected and analysed […]

AC Anoop C Nair 15 min read