Manage User Groups and Admins with lusrmgr.msc
Managing local user accounts and group memberships is essential for
maintaining system security and access control in Windows 11. The Local
Users and Groups console (lusrmgr.msc) provides advanced
control over permissions, allowing system administrators to create
custom user groups, assign administrative privileges, and revoke
elevated access. Note that this built-in management snap-in is available
in Windows 11 Pro, Enterprise, and Education editions.
Opening the Local Users and Groups Console
- Press Windows Key + R to open the Run dialog box.
- Type
lusrmgr.mscinto the text box and press Enter (or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrative access.
Adding a User to the Administrators Group
Granting administrative rights elevates a standard user account, allowing it to install software, modify system files, and change global configuration settings.
Method 1: Via the Groups Folder
- In the left navigation pane of
lusrmgr.msc, click on the Groups folder. - Double-click the Administrators group in the center pane.
- Click the Add… button in the properties window.
- Under “Enter the object names to select,” type the exact username of the account you want to elevate.
- Click Check Names to validate the account name.
- Click OK, then click Apply and OK to save the changes.
Method 2: Via the Users Folder
- In the left pane, click on the Users folder.
- Double-click the target user account in the center pane.
- Switch to the Member Of tab.
- Click Add…, type
Administrators, and click Check Names. - Click OK, then click Apply and OK.
Removing Administrative Rights from a User
- In the left pane, open the Groups folder.
- Double-click the Administrators group.
- In the Members list, select the user account you wish to demote.
- Click the Remove button.
- Click Apply, then click OK.
Creating a New Local User Group
Custom local groups allow you to organize users and apply consistent access permissions across files, folders, and system resources.
- Right-click the Groups folder in the left pane and select New Group….
- Enter a Group name (e.g.,
Project_Editors) and an optional Description. - Click the Add… button to select users who should belong to this group.
- Type the usernames, click Check Names, and click OK.
- Click Create to finalize the group, then click Close.
Modifying or Deleting Local Groups
- To add/remove members from an existing group: Double-click the group in the Groups folder, use the Add… or Remove buttons, and save changes.
- To delete a group: Right-click the group name in the center pane, select Delete, and confirm the action. Deleting a group does not delete the user accounts that were members of it.