If you need to manage user accounts and groups on your Windows machine, getting to the Local Users and Groups MMC snap-in is kinda essential. Sometimes Windows makes it a hassle—like, where’s that menu hiding?—but there are a couple of pretty straightforward ways to get to it. Here’s what worked for me on some setups, and yeah, it’s not always perfect, so bear with the quirks.

Method 1: Using Computer Management

This one’s kinda the “go-to” for most. It loads a nice GUI and shows you everything in one place. Perfect if you’re not super into command lines.

  1. Hit Windows + X — that gets you a quick menu. Pfft, Windows, why is that menu so handy?
  2. Click Computer Management. If you don’t see it right away, it’s usually under “Manage” or search for it by name.
  3. Once it opens, look on the left sidebar — expand Local Users and Groups. You might see just the folder icons, sometimes it’s collapsed.
  4. Click on Users or Groups. Here you can see all user accounts and groups, and mess around with permissions or add new users.

This method is great because it actually shows all user info without fuss. Sure, it’s not super quick if you’re just doing a one-time change, but it’s detailed. Just be aware, sometimes Windows won’t show that option if you’re on Windows 10/11 Home because it’s only available in Pro versions. So, if you hit a wall, that might be why.

Method 2: Running lusrmgr.msc directly

This is kinda the “shortcut” approach. You can jump right into the Local Users and Groups window without all the clicking around. It’s good if you’re comfortable with commands or just want the fastest route.

Using the Run Dialog

  1. Press Windows + R — opens up the Run box. Yeah, right where you can type commands fast.
  2. Type lusrmgr.msc and hit Enter. Sometimes it just pops right open, sometimes it takes a sec. Kind of weird, but it works most of the time.

Using Windows Search

  1. Press Windows + S — brings up the search bar.
  2. Type lusrmgr.msc and press Enter. If it shows up, great. If not, maybe you’re on a Home edition and this isn’t supported.

Via Command Prompt or PowerShell

This is the geekier route. If you’re already in PowerShell or CMD, just run it like this:

  1. Open an admin-level CMD or PowerShell. Important: right-click and choose Run as administrator because you need elevated privileges to manage user groups.
  2. Type lusrmgr.msc and press Enter. Might tell you it doesn’t find it sometimes — that’s Windows trying to be tricky.

Honestly, on some setups, this fails the first time, then works after reboot or when you run it again. Not sure why, but it’s a Windows thing.

Extra Tips & Common Snags

Something else worth keeping in mind—if you’re not seeing the expected options or commands not working, check your system edition. Windows 10/11 Home doesn’t include Local Users and Groups by default, so you’ll need to upgrade or use third-party tools—ugh, Windows, why must you complicate things?

Also, if you get errors when trying to open it, it might be related to disabled services or group policies (sometimes corporate setups mess with this). In those cases, double-check your admin rights or try running in Safe Mode. Oh, and for more tricks or if something is totally not cooperating, try visiting The Windows Club—little gem for troubleshooting.

Summary

  • Use Windows + X and click Computer Management
  • Type lusrmgr.msc in Run or search
  • Run lusrmgr.msc from Command Prompt or PowerShell with admin rights
  • Be aware: Home editions might block you unless you upgrade

Hopefully this shaves off a few hours for someone. Because Windows shouldn’t make these things so hidden—yet here we are.

2025