compmgmt.msc: Complete Guide to Windows Computer Management
QUICK ANSWER compmgmt.msc opens Computer Management, a built-in Microsoft Management Console in Windows. It combines commonly used administrative tools—inclu...
QUICK ANSWER
compmgmt.msc opens Computer Management, a built-in Microsoft Management Console in Windows. It combines commonly used administrative tools—including Event Viewer, Device Manager, Disk Management, Services, Task Scheduler, Shared Folders, and Performance Monitor—inside one interface.
It is useful for diagnosing Windows problems, managing storage and devices, reviewing system events, controlling services, and administering local or remote computers. Viewing information may work with a standard account, but most configuration changes require administrator privileges.
What Is compmgmt.msc?
compmgmt.msc is the Microsoft Management Console file for Computer Management. It is included with supported desktop and server versions of Windows.
The file does not provide a separate management service. Windows opens it through mmc.exe, which loads several administrative snap-ins into a single console. Each snap-in communicates with the relevant Windows component, such as the Service Control Manager, Event Log service, Task Scheduler, storage subsystem, or Plug and Play system.
The .msc extension means Microsoft Saved Console. Microsoft documents MMC as the framework used to open saved consoles and management snap-ins. Microsoft’s MMC documentation applies to Windows 10, Windows 11, and supported Windows Server releases.
How to Open Computer Management
Method 1: Use the Run dialog
- Press
Windows key + R. - Enter:
compmgmt.msc
- Press Enter.
This opens Computer Management with the permissions of the current process. It does not necessarily start with elevated administrator rights.
Method 2: Use the Start menu
- Open Start.
- Search for Computer Management.
- Select Computer Management.
To perform administrative changes, right-click the result and select Run as administrator.
Method 3: Use the Quick Link menu
Right-click the Start button or press Windows key + X, and then select Computer Management if it is available in the displayed menu.
Method 4: Use a terminal
Run the following command from Command Prompt, PowerShell, or Windows Terminal:
compmgmt.msc
To start an elevated console, open the terminal by selecting Run as administrator before entering the command.
You can also explicitly load the console through MMC:
mmc.exe "%SystemRoot%\System32\compmgmt.msc"
Understanding the Computer Management Interface
The window normally contains three areas:
- Console tree: Displays available categories and snap-ins.
- Details pane: Shows information for the selected item.
- Actions pane: Provides commands relevant to the current selection.
The available nodes can differ according to the Windows version, edition, installed roles, device type, permissions, and whether the selected computer is local or remote.
Computer Management Tools Explained
Task Scheduler
Task Scheduler runs programs, scripts, or Windows tasks in response to triggers such as:
- A scheduled time
- User sign-in
- System startup
- A specific Windows event
- A configured period of inactivity
It can be used to review task history, diagnose failed automated tasks, run maintenance scripts, and create administrative automation.
Before modifying an unfamiliar task, examine its author, executable path, arguments, triggers, conditions, and history. Disabling Windows or application tasks without understanding their purpose can interrupt updates, maintenance, backups, or security functions.
Event Viewer
Event Viewer displays records created by Windows, applications, drivers, and security components. Common logs include:
- Application: Events generated by programs and services
- Security: Sign-in, auditing, and security-related events
- System: Events generated by Windows components and drivers
- Setup: Installation and operating-system setup events
- Forwarded Events: Events collected from other computers when event forwarding is configured
Event Viewer is particularly useful when investigating crashes, service failures, unexpected shutdowns, driver problems, authentication failures, and scheduled-task errors.
An event marked Error or Warning does not automatically identify the root cause. Check its timestamp, source, event ID, description, surrounding events, and whether it corresponds with the reported problem.
Shared Folders
Shared Folders can display and manage certain Server Message Block resources on the selected computer:
- Shares: Folders and administrative resources currently shared
- Sessions: Users or computers connected to shares
- Open Files: Files being accessed through network shares
Administrators can use it to identify active file locks, review network access, create or stop shares, and disconnect sessions.
Disconnecting a session or closing an open file can cause unsaved work or data loss for the connected user. Confirm the user and resource before taking action.
Local Users and Groups
This snap-in manages local user accounts and local groups. Typical tasks include:
- Creating or disabling local accounts
- Resetting local account passwords
- Adding users to local groups
- Reviewing administrative group membership
- Configuring certain account properties
Important limitations include:
- Local Users and Groups is not available in every Windows edition, including typical Windows Home installations.
- On a domain controller, local account management is replaced by Active Directory account management.
- It does not manage Microsoft Entra ID users or general Active Directory domain accounts.
- Resetting another user’s password administratively can cause loss of access to some user-protected data or stored credentials.
Use standard accounts for routine work and grant administrative membership only when required.
Performance
The Performance section commonly provides access to Performance Monitor and related data-collection features. Administrators can use performance counters to examine:
- Processor activity
- Memory pressure
- Disk throughput and latency
- Network activity
- Process behavior
- Application-specific counters
A single counter reading rarely proves the cause of a performance problem. Collect data during the affected period and compare multiple related counters.
Device Manager
Device Manager shows hardware detected by Windows and the drivers associated with it. It can be used to:
- Check device status
- Review hardware and driver details
- Update or roll back a driver
- Enable or disable a device
- Scan for hardware changes
- Uninstall a device or driver package where supported
Warning icons and device status codes can help diagnose driver, resource, and hardware problems.
Disabling or uninstalling storage, display, network, keyboard, or other essential devices can make the computer unstable or inaccessible. Obtain drivers from Windows Update or the device manufacturer, and create a recovery plan before changing critical drivers.
Disk Management
Disk Management displays physical disks, partitions, volumes, file systems, drive letters, and allocation status. Microsoft describes it as the Windows utility for advanced storage operations, including initializing disks, extending or shrinking eligible basic volumes, and changing drive letters. Microsoft Disk Management documentation
Common operations include:
- Bringing supported disks online or offline
- Initializing a new disk
- Creating and formatting volumes
- Assigning or changing drive letters
- Shrinking eligible volumes
- Extending eligible volumes into suitable unallocated space
- Viewing partition layouts
Disk Management safety warning
Storage changes can make data or Windows unbootable if the wrong disk or partition is selected.
Before making changes:
- Back up important data.
- Verify the disk number, capacity, partition, and volume label.
- Save the BitLocker recovery key when encryption is enabled.
- Understand whether the disk uses GPT or MBR.
- Do not delete or format partitions unless their purpose is known.
- Do not modify EFI System or Recovery partitions during routine maintenance.
Microsoft specifically recommends not modifying the EFI System and Recovery partitions because they contain files used for startup and recovery.
Disk Management cannot perform every storage task. Storage Spaces, drive optimization, cleanup, BitLocker administration, and some advanced disk operations use separate Windows tools.
Services
Services displays background services installed on Windows. Depending on permissions, an administrator can:
- Start, stop, pause, or restart a service
- Review its description and executable path
- Set its startup type
- Configure recovery behavior
- Specify a service account
Common startup types include Automatic, Automatic (Delayed Start), Manual, and Disabled.
Do not disable a service solely because it is currently unused or has an unfamiliar name. Windows and third-party software may depend on it. Record the original configuration and consult official product documentation before making changes.
WMI Control
WMI Control displays information about Windows Management Instrumentation, including namespaces, security settings, and certain configuration properties.
WMI supplies management information to administrative scripts, monitoring products, inventory systems, and Windows components. This snap-in is mainly intended for experienced administrators. Incorrect namespace security changes can break management or monitoring applications.
Using Computer Management on Another Computer
Computer Management can connect to another compatible Windows computer:
- Open Computer Management with appropriate credentials.
- Right-click Computer Management (Local).
- Select Connect to another computer.
- Enter or browse for the computer name.
- Select OK.
Remote management requires more than basic network connectivity. The following may be necessary:
- Administrator or delegated permissions on the target
- Name resolution between the computers
- Required Windows services running
- Appropriate Windows Defender Firewall rules
- RPC, DCOM, WMI, SMB, or Event Log connectivity, depending on the snap-in
- Domain trust or correctly managed credentials
- Organization security policies permitting remote administration
Not every Computer Management snap-in supports every remote operation. Some functions may display incomplete information or return Access Denied even when other nodes work.
Do not expose management protocols directly to the public internet. Use an organization-approved VPN, secured administrative network, Remote Desktop deployment, Windows Admin Center, or another protected management channel.
Practical Uses and Benefits
Centralized administration
Computer Management places several related Windows tools in one console, reducing the need to locate and open each tool separately.
Faster troubleshooting
An administrator can correlate service status, event logs, driver condition, scheduled tasks, and resource usage without repeatedly switching applications.
Local and remote visibility
Where permissions and network policies allow it, the console can inspect or administer another Windows computer without starting a full interactive desktop session.
Built into Windows
No separate download is normally required. The console uses supported Windows management components.
Consistent interface
MMC snap-ins generally follow a similar tree, details, and actions layout, making them easier to learn together.
Granular administration
Organizations can grant specific permissions through Windows security and individual management technologies rather than giving every technician unrestricted control. The exact delegation options depend on the component being managed.
Useful for both reactive and preventive work
Computer Management supports incident troubleshooting as well as routine work such as monitoring performance, reviewing logs, checking storage, auditing shares, and maintaining scheduled tasks.
Safe Troubleshooting Workflow
When diagnosing a Windows problem:
- Record the time, symptoms, affected user, and recent changes.
- Open Computer Management with the minimum permissions needed.
- Check Event Viewer for relevant events at the reported time.
- Check Device Manager if hardware or driver behavior is involved.
- Review Services for required services that are stopped or repeatedly failing.
- Review Task Scheduler when the problem involves automation.
- Check Disk Management for offline disks, missing volumes, or unexpected drive-letter changes.
- Use Performance Monitor when the problem is intermittent or resource-related.
- Change only one relevant setting at a time.
- Document the original value and test the result.
Computer Management is a diagnostic interface; it does not automatically repair Windows. The correct resolution depends on the evidence found in each snap-in.
Common Problems and Resolutions
compmgmt.msc does not open
Try opening it explicitly through MMC:
mmc.exe "%SystemRoot%\System32\compmgmt.msc"
If it still fails:
- Restart Windows.
- Install pending Windows updates.
- Check whether organizational policy blocks MMC.
- Test whether another
.mscconsole opens. - Run Microsoft-supported system-file repair tools from an elevated terminal:
DISM.exe /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Run DISM first, allow it to complete, and then run System File Checker.
A requested operation returns Access Denied
Confirm that:
- Computer Management was opened with the required administrative rights.
- The account has permission on the selected local or remote resource.
- User Account Control elevation was accepted.
- Domain or local security policy is not blocking the action.
- Remote firewall and management rules are correctly configured.
Being a local administrator on the source computer does not automatically provide administrative rights on a remote computer.
A snap-in is missing
Possible explanations include:
- The Windows edition does not include it.
- The snap-in is not applicable to the computer’s role.
- A required Windows component is unavailable.
- Group Policy restricts access.
- The console is connected to a remote system that does not support that view.
Use the snap-in’s dedicated console, Windows Settings, PowerShell, Windows Admin Center, or the applicable domain-management tool when necessary.
Remote Computer Management cannot connect
Check:
- The target computer is powered on and reachable through an approved network.
- Its name resolves to the correct address.
- Your account has sufficient remote permissions.
- Required firewall rules and management services are enabled.
- The relevant protocol has not been blocked by network security controls.
- The individual snap-in supports the intended remote operation.
Successful ping results do not prove that RPC, WMI, SMB, or other management protocols are available.
Disk Management does not show a new disk correctly
Use Action > Rescan Disks, and then check:
- Physical or virtual disk connections
- Storage-controller status
- Device Manager
- Whether the disk is offline
- Whether a required storage driver is installed
- Whether the disk has failed or uses an unsupported configuration
Do not initialize a disk containing needed data merely because Windows labels it unknown or uninitialized.
Limitations and Alternatives
Computer Management is best suited to local troubleshooting and small-scale administration. It is not a complete enterprise device-management platform.
Relevant alternatives include:
- Windows Settings: Safer interface for common user-level configuration
- Dedicated MMC consoles: Direct access through commands such as
eventvwr.msc,services.msc,devmgmt.msc, anddiskmgmt.msc - PowerShell: Repeatable administration and automation
- Windows Admin Center: Browser-based management for supported Windows systems
- Microsoft Intune: Cloud-based policy, application, compliance, and device management
- Active Directory tools: Domain users, computers, groups, and Group Policy
- Microsoft Entra administration: Cloud identity and device objects
- Resource Monitor and Task Manager: Immediate process and resource investigation
Computer Management does not replace backups, endpoint management, security monitoring, centralized log collection, configuration management, or enterprise automation.
FAQ
What does compmgmt.msc stand for?
It refers to the Microsoft Saved Console file used to open Windows Computer Management. The .msc extension identifies an MMC console file.
Is compmgmt.msc safe?
Yes. The genuine Windows console is safe. However, actions performed through it—especially formatting volumes, changing services, disabling devices, closing shared files, or modifying accounts—can disrupt the system or cause data loss.
The standard console is normally stored at:
%SystemRoot%\System32\compmgmt.msc
Does compmgmt.msc require administrator rights?
Opening the console and viewing some information may not require elevation. Most system-changing operations require administrator or specifically delegated permissions.
Does compmgmt.msc work on Windows 11?
Yes. Computer Management and MMC are available on Windows 11. The exact set of snap-ins can vary by edition, configuration, and permissions.
Why is Local Users and Groups missing?
It may be unavailable because the computer uses Windows Home, is a domain controller, or is subject to administrative restrictions. Domain and Microsoft Entra accounts must be managed with their corresponding tools.
Can Computer Management control a remote computer?
It can manage supported components on another Windows computer when permissions, services, firewall rules, and network policies permit it. Remote support varies by snap-in, and Computer Management does not provide a remote desktop view.
Is Computer Management the same as Control Panel?
No. Control Panel and Windows Settings primarily provide system configuration interfaces. Computer Management combines administrative and diagnostic MMC snap-ins intended for system management.
Is Computer Management the same as Windows Admin Center?
No. Computer Management is a local MMC console. Windows Admin Center is a browser-based management platform designed for supported Windows computers, servers, clusters, and related infrastructure.
Can Computer Management repair Windows automatically?
No. It helps administrators inspect system state and perform specific management actions. It does not diagnose every problem or automatically choose and apply a safe repair.
FINAL RECOMMENDATION / CONCLUSION
Use compmgmt.msc as a central starting point for Windows administration and troubleshooting. Begin with read-only checks in Event Viewer, Device Manager, Services, Disk Management, and Task Scheduler, and make changes only after confirming the cause and recording the original configuration.
Run the console with administrative privileges only when necessary. Back up important data before storage or account changes, preserve BitLocker recovery information, and avoid modifying critical partitions, drivers, or services without a tested recovery plan. For managing many systems, use PowerShell, Windows Admin Center, Intune, Active Directory, or another centrally controlled platform instead of relying only on Computer Management.
#compmgmt #ComputerManagement #Windows11 #Windows10 #WindowsServer #WindowsAdministration #MMConsole #EventViewer #DeviceManager #DiskManagement #TaskScheduler #WindowsServices #PerformanceMonitor #WMI #SharedFolders #WindowsTroubleshooting #SystemAdministration #ITSupport #RemoteManagement #WindowsTools
SOURCES
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.