Home / System Administration / lusrmgr.msc

lusrmgr.msc

Local Users and Groups Management Console

What Does It Do?

The lusrmgr.msc (Local Users and Groups Manager) is a Microsoft Management Console (MMC) snap-in that provides a graphical interface for managing local user accounts and groups on Windows computers. It allows administrators to create, modify, and delete user accounts, manage group memberships, set account properties, and control access permissions.

This tool is essential for system administrators managing local Windows systems, especially in workgroup environments or standalone computers. It provides a centralized interface for all user and group management tasks, making it easier to configure security settings, control access rights, and maintain user accounts without using command-line tools.

Advertisement

[ Insert Google AdSense Banner Code Here ]

When Should I Use It?

Create New Users

Add new local user accounts with specific permissions and password policies.

Reset Passwords

Change user passwords when users forget them or for security reasons.

Manage Group Memberships

Add users to or remove them from groups like Administrators or Remote Desktop Users.

Disable/Enable Accounts

Temporarily lock accounts for employees on leave or security concerns.

How to Open Local Users and Groups

Win + R → lusrmgr.msc

Press Win + R, type lusrmgr.msc, and press Enter to open the console.

Command Prompt → lusrmgr.msc

Type lusrmgr.msc in Command Prompt or PowerShell and press Enter.

Computer Management

Right-click This PCManage → Expand Local Users and Groups in the left pane.

Start Menu Search

Click Start, type lusrmgr or local users and groups, and select the result.

Note: lusrmgr.msc opens a graphical interface, not a command-line tool.

For command-line user management, see the net user command instead.

Pro Tip: Not Available on Windows Home

lusrmgr.msc is only available on Windows Pro, Enterprise, and Education editions. It is NOT included in Windows Home editions.

If you're on Windows Home, use these alternatives: • Settings → Accounts → Family & other users • Command Prompt: net user [username] [commands] • PowerShell: Get-LocalUser, New-LocalUser, etc.

For workgroup environments or standalone machines, lusrmgr.msc is the fastest way to manage local accounts. Always disable the built-in Administrator account when not needed for security, and use groups (like Remote Desktop Users) to grant permissions rather than giving everyone Administrator access.

Try It Yourself

Practice lusrmgr.msc commands in the interactive terminal below: