Windows Guide

How to Open Computer Management
in Windows 10 & Windows 11

9 tested methods — from a two-second keyboard shortcut to the command line. Works on every edition: Home, Pro, and Enterprise.

⊞ Windows 10 ⊞ Windows 11 ⏱ 2 min read ✦ 9 Methods

What is Computer Management in Windows?

Computer Management (compmgmt.msc) is a built-in Microsoft Management Console (MMC) snap-in that bundles the most important system administration tools under a single window. It has been part of Windows since Windows 2000 and is available in every edition of Windows 10 and Windows 11 — including Home.

ℹ️
What's inside Computer Management contains three main groups: System Tools (Task Scheduler, Event Viewer, Shared Folders, Local Users and Groups, Performance Monitor, Device Manager), Storage (Disk Management), and Services and Applications (Services, WMI Control).

System administrators and advanced users turn to Computer Management to manage disk partitions, disable or enable hardware devices, view system events and errors, create local user accounts, control background services, and much more — all without installing any third-party software.

⚠️
Administrator privileges required Some sections inside Computer Management (such as Disk Management and Local Users and Groups) require you to run the console as an administrator. If you open it as a standard user, you may see empty panels or access-denied messages.

Open Computer Management via the Run Dialog (Fastest)

The Run dialog is the quickest way to launch Computer Management on both Windows 10 and Windows 11. It requires no mouse navigation — just a keyboard shortcut and a short command.

  1. Press Win + R on your keyboard to open the Run dialog box.
  2. Type compmgmt.msc into the text field.
  3. Press Enter or click OK. Computer Management opens instantly.
Pro Tip To open Computer Management with administrator privileges, type compmgmt.msc in the Run dialog, then press Ctrl + Shift + Enter instead of just Enter. Windows will prompt for UAC confirmation and launch it elevated.

Open Computer Management via the Win + X Power User Menu

The Win + X menu (also known as the Power User menu or Quick Link menu) is a hidden context menu that Microsoft designed specifically for experienced users. It provides direct shortcuts to the most-used administrative tools.

  1. Press Win + X, or right-click the Start button.
  2. A menu will pop up. Locate and click Computer Management.
ℹ️
Windows 11 Note In Windows 11, the Win + X menu was slightly redesigned, but Computer Management is still present. You may also find it listed as part of the "Windows Tools" group depending on your system configuration.

Create a Desktop Shortcut for Computer Management

If you use Computer Management frequently, creating a dedicated desktop shortcut will save you time every day. Here is how to set one up in Windows 10 and Windows 11:

  1. Right-click on an empty area of your Desktop and select New → Shortcut.
  2. In the location field, enter: %windir%\system32\compmgmt.msc and click Next.
  3. Give the shortcut a name — for example, Computer Management — and click Finish.
  4. To make it always run as administrator: right-click the new shortcut → PropertiesShortcut tab → Advanced → check Run as administrator.
Assign a hotkey After creating the shortcut, you can assign a custom keyboard hotkey. Right-click the shortcut → Properties → click the Shortcut key field and press your desired key combination (e.g., Ctrl + Alt + M).

Open Computer Management via Command Prompt (CMD)

Power users and system administrators often prefer the command line. You can launch Computer Management directly from Command Prompt (cmd.exe) with a single command:

Command Promptcompmgmt.msc
  1. Press Win + R, type cmd, and press Enter to open Command Prompt. For administrator access, press Ctrl + Shift + Enter.
  2. In the Command Prompt window, type compmgmt.msc and press Enter.
  3. The Computer Management console will open immediately.

This method is particularly useful in scripts and batch files when you need to automate the launching of management tools as part of a larger administrative workflow.

Open Computer Management via PowerShell

PowerShell is the preferred scripting environment for Windows administration. You can open Computer Management from PowerShell using the same command as in CMD, or with a more explicit Start-Process call:

PowerShellcompmgmt.msc

Or, to launch it with elevated privileges programmatically:

PowerShell — elevatedStart-Process compmgmt.msc -Verb RunAs
  1. Press Win + X and choose Windows PowerShell (or Terminal on Windows 11).
  2. Type the command above and press Enter.
  3. Accept the UAC prompt if prompted.

Open Computer Management via Control Panel and Administrative Tools

The classic Control Panel path still works in both Windows 10 and Windows 11, though it takes a few more clicks:

  1. Open Control Panel (search for it in the Start menu or type control in the Run dialog).
  2. Set View by to Large icons or Small icons in the top-right corner.
  3. Click Administrative Tools (Windows 10) or Windows Tools (Windows 11).
  4. In the folder that opens, double-click Computer Management.
ℹ️
Windows 11 Rename Microsoft renamed "Administrative Tools" to "Windows Tools" in Windows 11. The folder is located at C:\Windows\System32 and contains the same set of MMC snap-ins as before.

Open Computer Management via File Explorer Address Bar

File Explorer's address bar doubles as a command launcher — a lesser-known trick that lets you open system tools without leaving the Explorer window:

  1. Open File Explorer with Win + E.
  2. Click the address bar at the top (or press Alt + D to focus it).
  3. Type compmgmt.msc and press Enter.

Windows will execute the command directly, opening Computer Management without navigating to any folder. This is a fast approach when File Explorer is already open on your screen.

Pin Computer Management to the Taskbar or Start Menu

For the ultimate quick access, pin Computer Management directly to your taskbar or Start menu so it is always one click away:

Pin to Taskbar

  1. Open Computer Management using any method above (e.g., the Run dialog).
  2. While it is open, right-click its icon in the taskbar.
  3. Select Pin to taskbar.

Pin to Start Menu

  1. Search for Computer Management in Windows Search.
  2. Right-click the search result and select Pin to Start.
  3. The tile (Windows 10) or Start pin (Windows 11) will now appear in your Start menu.

Computer Management — Method Comparison Table

Use this table to choose the right method for your situation at a glance:

# Method Speed Requires Mouse Best For
1 Run dialog (Win+R) ⚡ Fastest No Keyboard-first users
2 Windows Search Fast Optional Beginners & casual users
3 Win + X menu Fast Optional Power users, quick access
4 Desktop shortcut Instant (once created) Yes Frequent daily use
5 Command Prompt Medium No Scripts, batch files
6 PowerShell Medium No Automation & elevated launch
7 Control Panel Slow Yes Exploring all admin tools
8 File Explorer address bar Fast Partial Explorer already open
9 Taskbar / Start pin Instant Yes Maximum convenience

Frequently Asked Questions about Computer Management in Windows

Q Is Computer Management available in Windows 11 Home?
Yes. Computer Management (compmgmt.msc) is available in all editions of Windows 10 and Windows 11, including Home. However, note that the Local Users and Groups snap-in is not available in Home editions — it is restricted to Pro, Enterprise, and Education versions. All other sections (Device Manager, Disk Management, Services, Event Viewer, etc.) work fully on Home.
Q Why does Computer Management open but show empty content?
This usually happens because Computer Management was launched without administrator privileges. Right-click the console title bar and check if you see "(not elevated)" in the title. To fix it, close the window and reopen it by right-clicking the shortcut or search result and choosing Run as administrator. Some tools like Disk Management and Event Viewer require elevated rights to display data.
Q Can I connect Computer Management to a remote computer?
Yes. In the Computer Management window, right-click Computer Management (Local) in the left panel and select Connect to another computer…. Enter the name or IP address of the remote machine. Both computers must be on the same network, the remote machine must have remote management enabled, and you need administrator credentials for the target machine. This feature is only fully functional on Pro, Enterprise, and Education editions.
Q What is the difference between Computer Management and Device Manager?
Device Manager is one of the tools inside Computer Management. Computer Management is the parent console that contains multiple snap-ins: Device Manager, Disk Management, Event Viewer, Services, and others. You can open Device Manager directly (via devmgmt.msc) if you only need to manage hardware, or open Computer Management when you need broader administrative access.
Q How do I open Disk Management directly without the full Computer Management window?
Press Win + R, type diskmgmt.msc, and press Enter. This opens Disk Management directly as a standalone snap-in, without loading the full Computer Management console. The same principle applies to other tools: devmgmt.msc for Device Manager, eventvwr.msc for Event Viewer, services.msc for Services, and so on.
Q Computer Management is missing from the Win + X menu — how do I restore it?
If Computer Management does not appear in the Win + X menu, it may have been removed by a system policy or a third-party customization tool. You can still access it via the Run dialog (compmgmt.msc) or Windows Search. To restore the default Win + X menu, open PowerShell as administrator and run: Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} — or simply create a desktop shortcut as a permanent alternative.

✦ Summary

There are nine reliable ways to open Computer Management in Windows 10 and Windows 11. For the fastest daily access, use Win + Rcompmgmt.msc. For mouse-based access, the Win + X menu or a pinned taskbar shortcut are the most convenient options. Advanced users who rely on automation can call it from PowerShell with elevated privileges. All methods work identically on both Windows 10 and Windows 11 — no additional software required.