By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
10alert.com10alert.com
  • Threats
    • WordPress ThreatsDanger
    Threats
    A cyber or cybersecurity threat is a malicious act that seeks to damage data, steal data, or disrupt digital life in general. Cyber threats include…
    Show More
    Top News
    An Android that robbed your bank account -Kaspersky Daily
    8 months ago
    New CryptoLocker-like Malware for Android
    8 months ago
    Apple Watch And The Other Smartwatches
    8 months ago
    Latest News
    Safeguards against firmware signed with stolen MSI keys
    18 hours ago
    WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
    18 hours ago
    Wordfence Intelligence Weekly WordPress Vulnerability Report (May 15, 2023 to May 21, 2023)
    6 days ago
    Wordfence Firewall Blocks Bizarre Large-Scale XSS Campaign
    7 days ago
  • Fix
    Fix
    Troubleshooting guide you need when errors, bugs or technical glitches might ruin your digital experience.
    Show More
    Top News
    How To Configure Cloudflare To Maximize WordPress Speed + Security
    7 months ago
    Windows 11 build 25179 rolls out in the Dev Channel
    8 months ago
    How to set a static IP address on Windows 11
    8 months ago
    Latest News
    How automatically delete unused files from my Downloads folder?
    3 months ago
    Now you can speed up any video in your browser
    3 months ago
    How to restore access to a file after EFS or view it on another computer?
    4 months ago
    18 Proven Tips to Speed Up Your WordPress Site and Improve SEO | 2023 Guide
    4 months ago
  • How To
    How ToShow More
    What is two-factor authentication | Kaspersky official blog
    2 days ago
    Acer refreshes Windows 11 PCs for work and play: Swift Edge 16 and Predator Triton 16
    4 days ago
    NVIDIA GeForce RTX 4080 New Mercury Editions of Razer Blade 16 and Blade 18 now available
    4 days ago
    How Oxy uses hooks for maximum extensibility
    How Oxy uses hooks for maximum extensibility
    5 days ago
    The personal threat landscape: securing yourself smartly
    5 days ago
  • News
    News
    This category of resources includes the latest technology news and updates, covering a wide range of topics and innovations in the tech industry. From new…
    Show More
    Top News
    How to enable new Taskbar labels (never combine) on Windows 11
    3 weeks ago
    New Fraud in India with porn deepfakes
    8 months ago
    Google My Business Temporarily Removes Features Due to COVID-19
    8 months ago
    Latest News
    How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
    2 days ago
    How to enable Taskbar End Task option to close apps on Windows 11
    2 days ago
    How to check USB4 devices specs from Settings on Windows 11
    2 days ago
    How to enable new header UI for File Explorer on Windows 11
    7 days ago
  • Glossary
  • My Bookmarks
Reading: How to check if account is admin or standard on Windows 11
Share
Notification Show More
Aa
Aa
10alert.com10alert.com
  • Threats
  • Fix
  • How To
  • News
  • Glossary
  • My Bookmarks
  • Threats
    • WordPress ThreatsDanger
  • Fix
  • How To
  • News
  • Glossary
  • My Bookmarks
Follow US
News

How to check if account is admin or standard on Windows 11

Tom Grant
Last updated: 24 January
Tom Grant 4 months ago
Share
5 Min Read

On Windows 11, you can check if the user accounts are “Administrator” or “Standard User” in at least four ways, and in this guide, you will learn how.

Contents
Check if account is admin or standard on Windows 11Check if account is admin or standard from Control PanelCheck if account is admin or standard from Computer ManagementCheck if account is admin or standard with commands

The operating system works with two types of accounts that offer different sets of rights to use the computer. An “Administrator” account has unrestricted access to the system, including the ability to change system settings, install applications, and you can even run Command Prompt elevated.

On the other hand, an “Standard User” account has only the rights to run applications, change some account settings that only affect the user account, and you cannot run Command Prompt, or any other command console elevated.

If you must determine the privileges available for each account on Windows 11, you can do this through the Settings app, Computer Management, Control Panel, or Command Prompt. You can even run these same commands on PowerShell.

This guide will teach you four ways to check the type of account available on your installation of Windows 11.

  • Check if account is admin or standard on Windows 11
  • Check if account is admin or standard from Control Panel
  • Check if account is admin or standard from Computer Management
  • Check if account is admin or standard with commands

Check if account is admin or standard on Windows 11

To check if yours or other user accounts are Administrator or Standard User on Windows 11, use these steps:

  1. Open Settings on Windows 11.

  2. Click on Accounts.

  3. Check the page’s header. If it reads “Administrator,” the account has admin rights. Otherwise, it’s a “Standard User” account.

  4. (Optional) Click the Others users tab.

  5. Under the “Other users” section, select the account and confirm the account type. If it reads “Administrator,” the account has admin rights. Otherwise, it’s a “Standard User” account.

Once you complete the steps, the Settings app will show you whether a specific account has admin rights.

Check if account is admin or standard from Control Panel

To determine if an account type from Control Panel on Windows 11, use these steps:

  1. Open Control Panel.

  2. Click on User Accounts.

  3. Click on User Accounts again.

  4. Check the user information on the right. If it reads “Administrator,” the account has admin rights. Otherwise, it’s a “Standard User” account.

  5. (Optional) Click the “Manage other account” option on the left side.

  6. Check the information for each account to find out if they are part of the “Administrators” or “Users” group.

After you complete the steps, Control Panel will reveal whether the accounts are admin or standard.

Check if account is admin or standard from Computer Management

To find out if the accounts are Administrator or Standard User from Computer Management, use these steps:

  1. Open Start.

  2. Search for Computer Management and click the top result to open the app.

  3. Browse the following path:

    System Tools> Performance> Local Users and Groups> Groups.
  4. Right-click the Administrators group and select the Properties option.

  5. Confirm the accounts that are part of the “Administrators” group.

  6. Right-click the Users group and select the Properties option.

  7. Confirm the accounts that are part of the “Users” group.

Once you complete the steps, Computer Management will show you the accounts members of the Administrators and Users groups.

Check if account is admin or standard with commands

To check the account type from Command Prompt or PowerShell on Windows 11, use these steps:

  1. Open Start.

  2. Search for Command Prompt (or PowerShell), right-click the top result and select the Run as administrator option.

  3. Type the following command to view all the accounts and press Enter:

    net user
  4. Type the following command to check if the account has admin or user rights and press Enter:

    net user ACCOUNT-NAME

    In the command, change ACCOUNT-NAME for the name of the account. This command shows the properties of a Standard User account:

    net user m_la
  5. Confirm the “Local Group Memberships” field. If it reads “Administrators,” the account has admin rights. If it reads “Users,” the account is a limited standard account.

  6. (Optional) Type the following command to view all the administrator accounts and press Enter:

    net localgroup administrators
  7. (Optional) Type the following command to view all the standard accounts and press Enter:

    net localgroup users

After you complete the steps, the command will show you the account type on Windows 11.


Translate this article

TAGGED: DoS, Windows
Tom Grant January 24, 2023 January 23, 2023
Share this Article
Facebook Twitter Reddit Telegram Email Copy Link Print

STAY CONECTED

24.8k Followers Like
253.9k Followers Follow
33.7k Subscribers Subscribe
124.8k Members Follow

LAST 10 ALERT

Safeguards against firmware signed with stolen MSI keys
Threats 21 hours ago
WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
Wordpress Threats 21 hours ago
How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
News 2 days ago
How to enable Taskbar End Task option to close apps on Windows 11
News 2 days ago
How to check USB4 devices specs from Settings on Windows 11
News 2 days ago

Recent Posts

  • Safeguards against firmware signed with stolen MSI keys
  • WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
  • How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
  • How to enable Taskbar End Task option to close apps on Windows 11
  • How to check USB4 devices specs from Settings on Windows 11

You Might Also Like

Threats

Safeguards against firmware signed with stolen MSI keys

21 hours ago
News

How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11

2 days ago
News

How to enable Taskbar End Task option to close apps on Windows 11

2 days ago
News

How to check USB4 devices specs from Settings on Windows 11

2 days ago
Show More

Related stories

How to Use Cloudflare to Secure Your WordPress Site
How To Starting Chrome from the command line
How to fix error 0x80070057 in Chrome?
Windows 10 How To Disable Slide to Shutdown
Windows search not working (FIX)
How to watch movies and TV series for free on Kinopoisk?
Previous Next

10 New Stories

What is two-factor authentication | Kaspersky official blog
Acer refreshes Windows 11 PCs for work and play: Swift Edge 16 and Predator Triton 16
NVIDIA GeForce RTX 4080 New Mercury Editions of Razer Blade 16 and Blade 18 now available
How Oxy uses hooks for maximum extensibility
The personal threat landscape: securing yourself smartly
Wordfence Intelligence Weekly WordPress Vulnerability Report (May 15, 2023 to May 21, 2023)
Previous Next
Hot News
Safeguards against firmware signed with stolen MSI keys
WPDeveloper Addresses Privilege Escalation Vulnerability in ReviewX WordPress Plugin
How to create virtual drive (VHD, VHDX, Dev Drive) on Windows 11
How to enable Taskbar End Task option to close apps on Windows 11
How to check USB4 devices specs from Settings on Windows 11
10alert.com10alert.com
Follow US

© 10 Alert Network. All Rights Reserved.

  • Privacy Policy
  • Contact
  • Customize Interests
  • My Bookmarks
  • Glossary
Go to mobile version
adbanner
AdBlock Detected
Our site is an advertising supported site. Please whitelist to support our site.
Okay, I'll Whitelist
Welcome Back!

Sign in to your account

Lost your password?