Skip to content
TechCult
  • Apple
  • Android
  • How to
  • Tips
  • Windows
  • About
    • About TechCult
    • Contact Us
    • DMCA
    • Disclaimer
    • Privacy
    • Sitemap
    • Terms
Category How to, Windows

Enable or Disable Built-in Administrator Account in Windows 10

Author Aditya Farrad Published on February 17, 2021 5 min read
Enable or Disable Built-in Administrator Account in Windows 10

When you turn on your laptop for the first time, you need to setup Windows and create a new user account using which you would be able to log in to Windows. This account is by default an administrator account as you need to install the app for which you need administrator privileges. And by default Windows 10 creates two additional user accounts: guest and built-in administrator account which are both inactive by default.

Enable or Disable Built-in Administrator Account in Windows 10

The Guest account is for users who want to access the device but don’t need administrative privileges and are not a PC’s permanent user. In contrast, the built-in administrator account is used for troubleshooting or administrative purposes. Let’s see what the type of accounts Windows 10 user has are:

Standard Account: This type of account has very limited control over the PC and was intended for everyday usage. Similar to Administrator Account, a Standard Account can be a local account or Microsoft account. Standard Users can run apps but can’t install new apps and change system settings that do not affect other users. If any task is performed which requires elevated rights, then Windows will display a UAC prompt for the username and password of an administrator account to pass through UAC.

Administrator Account: This type of account has complete control over the PC and can make any PC Settings changes or make any customization or install any App. Both a Local or Microsoft account can be an administrator account. Because of virus & malware, Windows Administrator with full access to PC settings or any program becomes dangerous, so the concept of UAC (User Account Control) was introduced. Now, whenever any action that requires elevated rights is performed Windows will display a UAC prompt for the administrator to confirm Yes or No.

Built-in Administrator Account: The built-in administrator account is inactive by default and has full unrestricted access to PC. Built-in Administrator Account is a local account. The main difference between this account & the user’s administrator account is that the built-in administrator account doesn’t receive UAC prompts while the other one does. The user’s administrator account is an unelevated administrator account whereas the built-in administrator account is an elevated administrator account.

Note: Because the built-in administrator account has full unrestricted access to PC it is not recommended to use this account for everyday use, and it should only be enabled in case needed.

Contents

  • Enable or Disable Built-in Administrator Account in Windows 10
  • Method 1: Enable or Disable Built-in Administrator Account using Command Prompt
  • Method 2: Enable or Disable Built-in Administrator Account using Local Users and Groups
  • Method 3: Enable or Disable Built-in Administrator Account using Local Security Policy
  • Method 4: Enable or Disable Built-in Administrator Account without Logging In

Enable or Disable Built-in Administrator Account in Windows 10

Make sure to create a restore point just in case something goes wrong.

Method 1: Enable or Disable Built-in Administrator Account using Command Prompt

1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

2. Type the following command into cmd and hit Enter:

net user administrator /active:yes

active administrator account by recovery | Enable or Disable Built-in Administrator Account in Windows 10

Note: If you use different language in Windows then you need to substitute Administrator with the translation for your language instead.

3. Now if you need to enable the built-in administrator account with a password, then you need to use this command instead of the above one:

net user administrator password /active:yes

Note: Replace password with the actual password which you want to set for the built-in administrator account.

4. In case you need to disable the built-in administrator account use the following command:

net user administrator /active:no

5. Close cmd and reboot your PC to save changes.

This is How to Enable or Disable Built-in Administrator Account in Windows 10 but if you can’t, then follow the next method.

Method 2: Enable or Disable Built-in Administrator Account using Local Users and Groups

Note: This method will only work for Windows 10 Pro, Enterprise, and Education editions as Local Users and Groups are not available in Windows 10 Home edition version.

1. Press Windows Key + R then type lusrmgr.msc and hit OK.

type lusrmgr.msc in run and hit Enter

2. From the left-hand window, select Users than in the right window pane double-click on Administrator.

Expand Local Users and Groups (Local) then select Users

3. Now, to enable the built-in administrator account to uncheck “Account is disabled” in the Administrator Properties window.

Uncheck Account is disabled in order to enable the user account

4. Click Apply, followed by OK and restart your PC to save changes.

5. If you need to disable the built-in administrator account, just checkmark “Account is disabled“. Click Apply followed by OK.

Checkmark Account is disabled in order to disable the user account | Enable or Disable Built-in Administrator Account in Windows 10

6. Close Local Users and Groups and restart your PC.

Method 3: Enable or Disable Built-in Administrator Account using Local Security Policy

1. Press Windows Key + R then type secpol.msc and hit Enter.

Secpol to open Local Security Policy

2. Navigate to the following in the left-hand window:

Security Settings > Local Policies > Security Options

3. Make sure to select Security Options then in the right window double-click on “Accounts: Administrator account status“.

Double-click on Accounts Administrator account status

4. Now enable the built-in administrator account checkmark “Enabled” then click Apply followed by OK.

To enable the built-in administrator account checkmark Enabled

5. If you need to disable the built-in administrator account checkmark “Disabled” then click Apply followed by OK.

6. Reboot your PC to save changes.

This is How to Enable or Disable Built-in Administrator Account in Windows 10 but if you can’t access your system due to boot failure, follow the next method.

Method 4: Enable or Disable Built-in Administrator Account without Logging In

All the above options work fine but what if you’re unable to sign in to Windows 10? If that is the case here, don’t worry because this method will work just fine even if you can’t log in to Windows.

1. Boot your PC from Windows 10 installation DVD or recovery disc. Make sure that your PC’s BIOS Setup is configured to boot from a DVD.

2. Then on the Windows Setup screen press SHIFT + F10 to open a Command Prompt.

Select your language at windows 10 installation | Enable or Disable Built-in Administrator Account in Windows 10

3. Type the following command into cmd and hit Enter:

copy C:\windows\system32\utilman.exe C:\
copy /y C:\windows\system32\cmd.exe C:\windows\system32\utilman.exe

Note: Make sure to replace the drive letter C: with the drive letter of the drive on which Windows is installed.

Now type wpeutil reboot and hit Enter to reboot your PC

4. Now type wpeutil reboot and hit Enter to reboot your PC.

5. Make sure to remove the recovery or installation disc and again boot from your hard disk.

6. Boot to Windows 10 login screen then click on the Ease of Access button in the lower-left corner screen.

Boot to Windows 10 login screen then click on the Ease of Access button

7. This will open Command Prompt as we replaced the utilman.exe with cmd.exe in step 3.

8. Type the following command into cmd and hit Enter:

net user administrator /active:yes

active administrator account by recovery | Enable or Disable Built-in Administrator Account in Windows 10

9. Reboot your PC, and this will activate the built-in administrator account successfully.

10. In case you need to disable it, use the following command:

net user administrator /active:no

Recommended:

  • How To Change Active Hours for Windows 10 Update
  • How to Enable or Disable Adaptive Brightness in Windows 10
  • Disable Active Hours for Windows 10 Update
  • 3 Ways to Check if Windows 10 is Activated

That’s it you have successfully learned How to Enable or Disable Built-in Administrator Account in Windows 10 but if you still have any queries regarding this guide then feel free to ask them in the comment’s section.

[GUIDE] Disable Built-in Administrator Account in Windows 10[GUIDE] Enable Built-in Administrator Account in Windows 10[GUIDE] Enable or disable the Administrator account in Windows 10[TUTORIAL] Enable and Disable the Built-in Administrator Account3 Ways to Enable and Disable Built-in Administrator in Windows 104 Ways to Enable and Disable Built-in Administrator in Windows 10Disable Built-in Administrator Account in Windows 10Enable and Disable Built-in Administrator Account on Windows 10 [TUTORIAL]Enable and Disable the Built-in Administrator AccountEnable Built-in Administrator Account in Windows 10Enable or Disable Built-in Administrator Account in Windows 10Enable or Disable Built-in Administrator Account on Windows 10 PCEnable or Disable Elevated Administrator account in Windows 10Enable the (Hidden) Administrator Account on Windows 10How to Disable Built-in Administrator Account in Windows 10How To Disable Hidden Administrator Account In Windows 10How to Enable Built-in Administrator Account in Windows 10How To Enable Hidden Administrator Account In Windows 10How to Enable or Disable Built-in Administrator Account in Windows 10How to Enable the Built-In Administrator Account in Windows 10 [FIX]How to enable the hidden Windows 10 administrator accountHow to Enable/Disable Built-in Administrator Account in windows 10Windows 10 - Enable The Built-in Administrator AccountWindows 10 - Enable The Built-in Administrator Account [GUIDE]
Aditya Farrad
Posted by
Aditya Farrad

Aditya is a self-motivated information technology professional and has been a technology writer for the last 7 years. He covers Internet services, mobile, Windows, software, and How-to guides.

Recent Posts

  • Fix Xbox Error Code 0x8b0500b6
  • Fix Configuration System Failed to Initialize on Windows 10
  • Fix Android Screen Flickering
  • How to Talk Over a Sound on TikTok Without Voiceover
  • How to Take an iPhone Screenshot Without Buttons
  • How to Find Sprint Account Number and PIN
  • How Do I Change My Xbox One Account from Child to Parent
  • Fix Phone Not Allowed MM6 Error
  • Fix Skype Camera Not Working on Windows 10
  • How to Cancel Xbox Game Pass on PC

Tech Dictionary

  • What is MRT.exe on Windows 10?
  • How Many Times Can You Get Banned on PS4
  • Why is RalinkLinuxClient Showing Up in Windows 10?
  • Why Does My Email Say Queued?
  • Can I Swear On TikTok?
  • Component vs Composite Cables: What is the Difference?
  • What Happens When You Disable Your Discord Account?
  • Where is the WPS Button on Canon Printer?
  • What Channel is FOX on DIRECTV?
  • Which is Better Between 21:9 vs 16:9 Monitors?
Do not share my Personal Information.

You may also like

Fix Xbox Error Code 0x8b0500b6
Category How to, Tech, Tips

Fix Xbox Error Code 0x8b0500b6

Published on July 6, 2022 4 min read
Fix Configuration System Failed to Initialize on Windows 10
Category How to, Windows

Fix Configuration System Failed to Initialize on Windows 10

Published on July 6, 2022 13 min read
Fix Android Screen Flickering
Category Android, How to

Fix Android Screen Flickering

Published on July 6, 2022 9 min read
How to Talk Over a Sound on TikTok Without Voiceover
Category How to, Software, Tips

How to Talk Over a Sound on TikTok Without Voiceover

Published on July 6, 2022 6 min read

Leave a Reply Cancel reply

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

  • About Us
  • Contact Us
  • DMCA
  • Disclaimer
  • Privacy Policy
  • Terms
Framed Media © 2022