lusrmgr.msc is a Windows system file that opens the Local Users and Groups management console. This built-in tool lets you create, modify, and delete user accounts and groups on your computer without needing third-party software.
When you run lusrmgr.msc, you get direct access to manage who can use your computer and what permissions they have. It’s faster than navigating through Windows Settings and gives you more control over user management tasks.
Type lusrmgr.msc in the Run dialog (Windows key + R) and press Enter. The Local Users and Groups window opens immediately, showing you all accounts on your machine.
Why You Need to Know About lusrmgr.msc
Managing users and groups becomes critical when multiple people use the same computer or when you need to control access to specific files and folders. Here’s what this tool solves:
User account problems like forgotten passwords, disabled accounts, or accounts that won’t delete through normal Settings menus get fixed quickly through lusrmgr.msc.
Permission issues where someone can’t access shared folders or resources often trace back to incorrect group memberships. This tool shows you exactly which groups each user belongs to.
Security concerns require you to audit who has administrative access or disable old accounts. The Local Users and Groups console displays everything in one place.
Which Windows Versions Include lusrmgr.msc
Not every Windows edition ships with this management tool. Here’s the breakdown:
| Windows Edition | lusrmgr.msc Available? |
|---|---|
| Windows 10 Pro | Yes |
| Windows 10 Home | No |
| Windows 11 Pro | Yes |
| Windows 11 Home | No |
| Windows Enterprise | Yes |
| Windows Server (all) | Yes |
Home editions lack lusrmgr.msc entirely. Microsoft removed it to simplify the interface for casual users. If you run Windows Home, you’ll need to use Settings app or Command Prompt alternatives.
How to Open lusrmgr.msc
Method 1: Run Dialog (Fastest)
- Press Windows key + R simultaneously
- Type
lusrmgr.mscin the box - Click OK or press Enter
- The console opens in 2 seconds
Method 2: Command Prompt
- Press Windows key + X
- Select “Command Prompt (Admin)” or “Terminal (Admin)”
- Type
lusrmgr.mscand press Enter - The tool launches with administrator privileges
Method 3: Search Bar
- Click the search icon in your taskbar
- Type
lusrmgr.msc - Click the result that appears
- Windows opens the management console
Method 4: Computer Management
- Right-click on “This PC” or “My Computer”
- Choose “Manage”
- Expand “Local Users and Groups” in the left panel
- Access the same functionality within a larger management interface
Pro tip: Create a desktop shortcut by right-clicking your desktop, selecting New > Shortcut, and entering lusrmgr.msc as the location. Double-click it anytime you need quick access.
Understanding the lusrmgr.msc Interface
The console splits into two main sections in the left panel:
Users folder contains every account on your computer, including:
- Active user accounts you created
- Built-in accounts like Administrator and Guest
- Hidden system accounts Windows uses internally
Groups folder holds collections of users with similar permissions:
- Administrators (full system control)
- Users (standard permissions)
- Power Users (elevated but not full admin rights)
- Backup Operators, Remote Desktop Users, and specialized groups
Right-click any user or group to see available actions. Double-click to open properties and view detailed settings.
Managing User Accounts with lusrmgr.msc
Creating a New User Account
- Right-click the “Users” folder
- Select “New User”
- Fill in the required fields:
- User name: The login name (no spaces recommended)
- Full name: Optional descriptive name
- Description: Optional note about this account
- Password: Set a strong password
- Confirm password: Type it again exactly
- Choose checkbox options:
- “User must change password at next logon” (recommended for new employees)
- “User cannot change password” (for shared accounts)
- “Password never expires” (for service accounts only)
- “Account is disabled” (to create but not activate yet)
- Click “Create” then “Close”
The new account appears in the Users list immediately.
Resetting a User Password
Forgotten passwords happen constantly. Here’s the fix:
- Double-click the user account in the Users folder
- Click “Set Password” button
- Read the warning (password reset clears some encrypted data)
- Click “Proceed”
- Enter the new password twice
- Click OK
The user can now log in with the new password. They’ll lose access to encrypted files and stored credentials unless they know the old password.
Disabling vs Deleting User Accounts
Disabling keeps the account but prevents login:
- Right-click the user account
- Select “Properties”
- Check “Account is disabled”
- Click OK
This preserves all files and settings. Enable it later by unchecking the same box.
Deleting removes the account permanently:
- Right-click the user account
- Select “Delete”
- Confirm the warning
- The account disappears forever
Deleted accounts cannot be recovered. Their files remain in C:\Users[username] until you manually delete that folder.
Setting Account Expiration Dates
Temporary employees or contractors need accounts that automatically disable:
- Double-click the user account
- Click the “Account” tab
- Under “Account expires,” select “End of”
- Choose the date from the calendar
- Click OK
Windows disables the account at midnight on that date. The person cannot log in afterward.
Working with Groups in lusrmgr.msc
Understanding Group Purpose
Groups simplify permission management. Instead of setting permissions for 20 individual users, add them to a group and set permissions once.
Common groups explained:
- Administrators: Complete control over the computer, install software, change system settings
- Users: Run applications, save files, but can’t install software or change system settings
- Remote Desktop Users: Can connect to this computer from another location
- Backup Operators: Can backup and restore files regardless of permissions
- Power Users: Legacy group with limited use in modern Windows
Adding Users to Groups
- Double-click any group in the Groups folder
- Click “Add” button
- Type the username in the box (or click “Advanced” then “Find Now” to see all users)
- Click “Check Names” to verify
- Click OK twice
The user now has all permissions assigned to that group.
Removing Users from Groups
- Double-click the group
- Select the user in the members list
- Click “Remove” button
- Click OK
They lose the group’s permissions immediately. If they’re logged in, changes take effect after they log out and back in.
Creating Custom Groups
- Right-click the “Groups” folder
- Select “New Group”
- Enter a group name (like “Marketing Team” or “Project Alpha”)
- Add a description explaining the group’s purpose
- Click “Add” to include members now (or skip this)
- Click “Create”
Custom groups appear in permission dialogs alongside built-in groups. Use them to manage department access or project teams.
Advanced User Account Properties
Member Of Tab
Shows which groups include this user. Add or remove group memberships here without opening each group separately.
Click “Add” to join more groups. Select a group and click “Remove” to leave it. Most users should belong to just “Users” group unless they need elevated permissions.
Profile Tab
Controls where Windows stores user settings:
Profile path: Network location for roaming profiles (enterprise environments only)
Logon script: Runs automatically when the user logs in (typically .bat or .vbs files)
Home folder: Assigns a network drive or local folder as the user’s document storage
Most home users leave these blank. Business networks use them to centralize user data and settings.
Environment Tab
Appears in some Windows versions for setting user-specific environment variables. These override system variables when that user logs in.
Troubleshooting Common lusrmgr.msc Problems
“lusrmgr.msc not found” Error
Cause: You’re running Windows Home edition, which excludes this tool.
Solution: Use these alternatives instead:
- Open Settings > Accounts > Family & other users
- Use Command Prompt:
net usercommand lists accounts - Use PowerShell:
Get-LocalUsershows all users - Install third-party user management software
There’s no way to add lusrmgr.msc to Home editions through official Microsoft methods.
“Access Denied” When Opening lusrmgr.msc
Cause: Your account lacks administrator privileges.
Solution:
- Right-click the Start button
- Select “Run” (or press Windows key + R)
- Type
lusrmgr.msc - Press Ctrl + Shift + Enter (runs as administrator)
- Click “Yes” when User Account Control asks for permission
If that fails, log in with an administrator account first.
Cannot Delete Administrator Account
Cause: Windows prevents deletion of the built-in Administrator account for safety.
Solution: Disable it instead:
- Right-click the Administrator user
- Select “Properties”
- Check “Account is disabled”
- Click OK
The account stays in the system but nobody can use it to log in.
Changes Don’t Take Effect
Cause: Windows caches user information until next login.
Solution: The user must:
- Save all work
- Click Start > Power > Sign out
- Log back in
- Changes apply immediately
Group membership changes always require a fresh login to activate.
lusrmgr.msc Opens Then Closes Immediately
Cause: Corrupted system files or permission conflicts.
Solution:
- Press Windows key + X
- Select “Terminal (Admin)” or “Command Prompt (Admin)”
- Type
sfc /scannowand press Enter - Wait 15-30 minutes for system file repair
- Restart your computer
- Try opening lusrmgr.msc again
If problems persist, check Windows Event Viewer for specific error messages under Windows Logs > Application.
Command Line Alternatives to lusrmgr.msc
Net User Command
Manages users from Command Prompt:
List all users:
net user
Create new user:
net user username password /add
Delete user:
net user username /delete
Change password:
net user username newpassword
Disable account:
net user username /active:no
Net Localgroup Command
Manages groups from Command Prompt:
List all groups:
net localgroup
See group members:
net localgroup groupname
Add user to group:
net localgroup groupname username /add
Remove user from group:
net localgroup groupname username /delete
These commands work in all Windows editions, including Home versions. You need administrator privileges to run them.
Security Best Practices for User Management
Principle of Least Privilege
Give users the minimum permissions needed for their tasks. Don’t add everyone to Administrators group just because it’s easier.
Standard practice:
- Regular users: “Users” group only
- IT support staff: “Power Users” or custom groups with specific permissions
- System administrators: “Administrators” group
Create separate admin accounts for administrative tasks. Use standard accounts for daily work, even if you’re the administrator.
Strong Password Requirements
Windows doesn’t enforce password complexity by default in lusrmgr.msc. You must manually require:
- Minimum 12 characters
- Mix of uppercase, lowercase, numbers, and symbols
- No dictionary words or personal information
- Different from previous passwords
Enable “User must change password at next logon” for new accounts. This forces users to set their own password immediately.
Regular Account Audits
Check your Users and Groups monthly:
- Look for accounts you don’t recognize
- Disable accounts for departed employees immediately
- Remove users from groups they no longer need
- Delete guest accounts and temporary accounts
Unused accounts create security vulnerabilities. Attackers target old, forgotten accounts with weak passwords.
Disable Guest Account
The Guest account lets anyone use your computer without a password:
- Open lusrmgr.msc
- Double-click “Guest” in Users folder
- Check “Account is disabled”
- Click OK
Keep it disabled unless you specifically need temporary access for visitors.
When to Use lusrmgr.msc vs Windows Settings
Use lusrmgr.msc when you need:
- Quick access to all user accounts in one window
- Advanced options like account expiration dates
- Detailed group membership management
- Batch operations on multiple users
- Access to hidden system accounts
Use Windows Settings when you need:
- Simple account creation for family members
- Basic password changes
- Microsoft account management
- Parental controls
- Easier interface for non-technical users
Power users prefer lusrmgr.msc for speed and control. Casual users find Settings more approachable. Both tools modify the same underlying accounts.
According to Microsoft’s official documentation, lusrmgr.msc provides administrative control over local security accounts, making it essential for system administrators managing Windows environments.
lusrmgr.msc on Windows Server
Windows Server relies heavily on lusrmgr.msc for local account management, though most servers use Active Directory for domain-wide user management.
Server-specific uses:
- Creating service accounts for applications and databases
- Managing local administrator access for server maintenance
- Setting up accounts for non-domain users
- Configuring backup operators and remote access
Server administrators often script user management through PowerShell instead of using the GUI, but lusrmgr.msc remains valuable for quick manual changes.
The tool works identically on Windows Server 2019, 2022, and 2025 as it does on Windows 10/11 Pro editions.
Automating User Management with PowerShell
PowerShell provides more flexibility than lusrmgr.msc for repetitive tasks:
Create multiple users from a CSV file:
Import-Csv users.csv | ForEach-Object {
New-LocalUser -Name $_.Username -Password (ConvertTo-SecureString $_.Password -AsPlainText -Force) -FullName $_.FullName
}
Add users to groups in bulk:
Get-Content userlist.txt | ForEach-Object {
Add-LocalGroupMember -Group "Remote Desktop Users" -Member $_
}
Export all users to a text file:
Get-LocalUser | Select-Object Name,Enabled,LastLogon | Export-Csv users_report.csv
Learning basic PowerShell commands supplements lusrmgr.msc nicely. The graphical interface handles quick changes, while scripts handle bulk operations.
For detailed PowerShell user management techniques, Microsoft’s PowerShell documentation offers comprehensive cmdlet references.
Comparing lusrmgr.msc to Third-Party Tools
Built-in Advantages
- No installation required
- Free with Windows Pro/Enterprise
- Directly modifies Windows user database
- No compatibility concerns
- Lightweight and fast
Third-Party Alternatives
- Nirsoft’s UserProfilesView: Shows detailed profile information
- ManageEngine ADManager Plus: Enterprise-level user management
- Local User Manager (Home Edition workarounds): Community tools attempting to replicate lusrmgr.msc
Most third-party tools add reporting features, bulk operations, or remote management capabilities. For single-computer user management, lusrmgr.msc provides everything necessary without extra software.
Summary
lusrmgr.msc gives you complete control over Windows user accounts and groups through a simple management console. It works on Pro, Enterprise, and Server editions but doesn’t exist in Home versions.
Open it by pressing Windows key + R, typing lusrmgr.msc, and clicking OK. You can create users, reset passwords, manage group memberships, and configure advanced account properties in seconds.
The tool solves real problems: forgotten passwords get reset immediately, employee accounts get disabled when people leave, and permission issues get diagnosed by checking group memberships. Command-line alternatives exist for Windows Home users or automation needs.
Security matters when managing users. Give people minimum necessary permissions, require strong passwords, audit accounts regularly, and disable unused accounts. These practices prevent unauthorized access and protect your system.
Whether you manage a single computer or a small office network, lusrmgr.msc provides the fastest path to user account management. Master the basics and you’ll save hours compared to clicking through Settings menus or searching for forgotten options.
Frequently Asked Questions
How do I access lusrmgr.msc if I have Windows Home?
Windows Home editions don’t include lusrmgr.msc at all. Microsoft removed it to simplify the interface. Use Settings > Accounts > Family & other users for basic user management, or use Command Prompt commands like net user for advanced operations. Upgrading to Windows Pro adds lusrmgr.msc and costs around $99, but most home users manage fine without it.
Can I recover a user account after deleting it in lusrmgr.msc?
No. Deletion is permanent and immediate. The account’s security identifier (SID) gets removed from Windows, which means even creating a new account with the same name creates a different account. The user’s files stay in C:\Users[username] until you manually delete that folder, but the account itself cannot be restored. Always disable accounts instead of deleting them if there’s any chance you’ll need them later.
What’s the difference between Administrator and Administrators in lusrmgr.msc?
“Administrator” is a specific built-in user account that ships with Windows. It has full system control but Microsoft disables it by default for security. “Administrators” (plural) is a group that contains multiple user accounts. Any user in the Administrators group gets full system permissions. You add regular user accounts to the Administrators group to give them admin rights without using the built-in Administrator account.
Why does lusrmgr.msc show accounts I didn’t create?
Windows creates several system accounts automatically: DefaultAccount, Guest, Administrator, and sometimes WDAGUtilityAccount. These support Windows features and security functions. Hidden accounts like SYSTEM and LOCAL SERVICE don’t appear in lusrmgr.msc but exist in the background. You can safely ignore system accounts, but never delete them as Windows needs them to function properly.
Do changes made in lusrmgr.msc sync across multiple computers?
No. lusrmgr.msc only manages local accounts on the current computer. Changes affect that machine alone. If you need synchronized accounts across multiple computers, you need either a Microsoft Account, Active Directory domain, or Azure AD setup. Large organizations use domain controllers to centrally manage users, while home users can sign in with Microsoft accounts to sync settings between devices.
- How to Fix Overscan on Windows 11/10: Stop Your Screen Getting Cut Off (2026) - April 1, 2026
- How to Disable Lock Screen on Windows 11/10 in 2026 - April 1, 2026
- Top 7 NFT Integration Ideas for Brands in 2026 - March 31, 2026
