What Is Computer Management in Operating Systems?
On This Page
Quick Definition
Computer Management is a Windows tool that helps you manage your computer from one place. You can use it to check the event log, create user accounts, manage hard drives, and stop or start background services. It is like a control panel for system administrators.
Commonly Confused With
Active Directory Users and Computers (ADUC) manages domain user accounts, groups, and organizational units across an entire network. Computer Management manages only local user accounts on a single computer. ADUC is a domain-level tool; Computer Management is a local or single-machine tool.
If you need to add a new employee to the company domain so they can log into any company computer, you use ADUC. If you only need to give a temporary assistant access to a single computer in the break room, you use Computer Management.
Control Panel is a collection of individual applets (like System, Network and Sharing Center, Programs and Features) that configure Windows settings. Computer Management is a unified console that groups administrative tools (Event Viewer, Disk Management, Services) together. Control Panel is for end-user settings; Computer Management is for advanced system administration.
To change your desktop background, you use Control Panel or Settings. To create a new partition on your hard drive, you open Computer Management and go to Disk Management.
Windows PowerShell is a command-line shell and scripting language used to automate administrative tasks. Computer Management is a graphical interface. Both can achieve similar results, but Computer Management is point-and-click, while PowerShell uses cmdlets like Get-Service, New-LocalUser, and Get-EventLog.
To restart the print spooler service, you could open Computer Management, click Services, right-click Spooler, and select Restart. Or you could type 'Restart-Service Spooler' in PowerShell. Both work, but the exam will ask about Computer Management for GUI-based scenarios.
Task Manager shows running processes, CPU/memory usage, startup programs, and network activity. Computer Management provides deeper system administration tools like disk management, event logs, and service configuration. Task Manager is for quick performance views and killing unresponsive programs; Computer Management is for serious system maintenance.
If an application is frozen, press Ctrl+Alt+Del and use Task Manager to end the process. If you need to see why the application crashed yesterday, open Computer Management and look in Event Viewer.
Must Know for Exams
Computer Management is a core topic in the CompTIA A+ exam, specifically under domain 2.0 (Operating Systems) and domain 3.0 (Software Troubleshooting). The exam expects you to know how to launch Computer Management (right-click This PC and select Manage, or run compmgmt.msc) and which snap-in to use for common administrative tasks. Typically, you will see multiple-choice questions that describe a problem, for example, a user cannot log in, or a scheduled task is not running, and ask you to choose the correct tool within Computer Management to fix it.
In addition to A+, the knowledge is also useful for the CompTIA Network+ exam (when managing network shares or services on a Windows server) and the CompTIA Security+ exam (when auditing user accounts or reviewing security event logs). However, Computer Management is most heavily tested on the A+ exam, where it appears in roughly 8-12% of the questions across both the Core 1 (220-1101) and Core 2 (220-1102) exams.
Question types vary. Some are straight identification: "Which snap-in in Computer Management would you use to view system error messages?" (Answer: Event Viewer). Others are scenario-based: "A user reports that a network folder is inaccessible. Which snap-in would you use to see which users have open connections to the shared folder?" (Answer: Shared Folders under System Tools). Still others test your ability to troubleshoot: "After installing a new hard drive, the drive does not appear in File Explorer. Which tool in Computer Management can you use to initialize the disk?" (Answer: Disk Management under Storage).
You may also encounter performance-based questions (PBQs) on the A+ exam where you are presented with a simulated Windows desktop and asked to perform a specific task using Computer Management, such as creating a new user account, changing a service startup type, or extending a partition. These PBQs carry significant weight, and you must be able to navigate the tool efficiently. Therefore, beyond just reading about it, you should practice on a real Windows machine or virtual lab environment to become comfortable with each snap-in location and function.
Simple Meaning
Imagine you are the manager of a busy office building. The building has many systems that need to be monitored and maintained: the heating and cooling, the security cameras, the elevators, the plumbing, and the power grid. To keep everything running smoothly, you need a single control room where you can see the status of each system and make changes when needed. In the world of Windows computers, the Computer Management tool is that control room. It brings together several important administrative tools under one roof, so you do not have to open separate programs for each task.
When you open Computer Management, you see a window with a tree-like menu on the left side. This menu is organized into three main sections: System Tools, Storage, and Services and Applications. System Tools includes things like the Event Viewer, which records system messages like errors and warnings. It also includes the Task Scheduler, Shared Folders, and the Local Users and Groups manager, where you can create or remove user accounts. The Storage section gives you access to Disk Management, where you can partition a hard drive, assign drive letters, or check disk health. The Services and Applications section lets you manage Windows services, which are background programs that run even when no one is logged in, such as the print spooler or the update service.
Think of it as a dashboard in a car. You have the speedometer, fuel gauge, engine temperature, and warning lights all in one place. If a warning light comes on, you do not have to guess what is wrong, you can look at the dashboard and take action. Similarly, if a computer is running slowly or crashing, you can open Computer Management to check the Event Viewer for clues, see if the disk is full in Disk Management, or restart a stuck service. That is the power of this tool: it simplifies troubleshooting and system administration by giving you all the key controls in one convenient window.
Full Technical Definition
Computer Management (compmgmt.msc) is a Microsoft Management Console (MMC) snap-in that provides a unified interface for administering core Windows components. It was introduced in Windows NT and has been a standard administrative tool in all subsequent versions, including Windows 10, Windows 11, and Windows Server editions. The console is organized into three primary node categories: System Tools, Storage, and Services and Applications. Each node contains one or more snap-ins that expose specific management functionality.
Under System Tools, the Event Viewer snap-in (eventvwr.msc) displays logs such as Application, Security, Setup, System, and Forwarded Events. Administrators use these logs to diagnose application crashes, security audit failures, and driver errors. The Event Viewer also supports custom views and the ability to attach tasks to specific events. The Shared Folders snap-in shows all open files, sessions, and shares, which is critical for monitoring file server access and detecting unauthorized use. The Local Users and Groups snap-in (lusrmgr.msc) allows creation, modification, and deletion of local user accounts and groups, essential for workgroup environments or standalone servers. The Performance snap-in provides real-time counters for CPU, memory, disk, and network utilization. The Device Manager snap-in (devmgmt.msc) displays hardware components, their drivers, and resource allocations, and is used to update drivers, disable devices, or troubleshoot resource conflicts.
The Storage node contains the Disk Management snap-in (diskmgmt.msc), which can initialize new disks, create and format partitions (NTFS, FAT, exFAT), assign drive letters, and manage dynamic disks with mirrored, striped, or spanned volumes. It also shows the status of each volume (Healthy, Failed, Unallocated) and is used to rescan disks or import foreign disks. The Storage node may also include Windows Server Backup or other vendor-specific snap-ins.
The Services and Applications node contains the Services snap-in (services.msc), which lists every Windows service with its current status (Running, Stopped, Paused), startup type (Automatic, Manual, Disabled), and the service account it runs under. Administrators can start, stop, restart, or change the startup type of any service. The WMI Control snap-in configures Windows Management Instrumentation settings, including namespace security and repository backup.
Computer Management interacts with the Windows Registry, Security Account Manager (SAM), Windows Event Logging Service, and the Windows Driver Foundation. It runs in the context of the logged-in user and requires administrative privileges for many operations. It can be launched from the Start menu by right-clicking "This PC" and selecting "Manage," or by running compmgmt.msc from the Run dialog or command prompt. Remote Computer Management is also possible by connecting to another computer on the network, provided firewall rules and permissions allow it. This makes it an indispensable tool for help desk technicians and system administrators managing multiple Windows machines.
Real-Life Example
Think of a large apartment building with a single maintenance supervisor named Carlos. Carlos has many responsibilities: managing the boiler, checking the security system, supervising the cleaning staff, and fixing plumbing issues. Instead of running all over the building to check each system, Carlos has a central panel in his office. On that panel, there are different sections. One section shows a log of every alarm that has gone off in the last week. Another section shows which apartments have guests registered in the lobby. A third section shows the water pressure and temperature levels. A fourth section lets him turn the elevator on or off for maintenance.
Now imagine Carlos receives a complaint from a tenant that the hot water is not working. He walks to his control panel and looks at the water pressure gauge, it is normal. He checks the boiler service status and sees it is running. Then he opens the event log and reads a warning from two hours ago that says "pilot light failure, automatic restart successful." He realizes the system restarted but may not have fully recovered. So he uses the panel to restart the boiler service manually. Within minutes, the tenant has hot water again.
This is exactly how Computer Management works. The Event Viewer is like the alarm log. The Services snap-in lets you start or stop background programs, just like the boiler switch. The Disk Management tool is like the blueprint of the building showing all the utility lines. The Local Users and Groups snap-in is like the tenant registry. Instead of walking to each room or system separately, you have all the controls in one place. IT professionals use Computer Management to diagnose problems, manage users, and keep the system running smoothly, just like Carlos does for his building.
Why This Term Matters
Computer Management matters because it is one of the first tools an IT professional reaches for when something goes wrong on a Windows machine. When a user reports that a program crashes repeatedly, the help desk technician can open Computer Management and check the Application Event Log for an error code. When a server runs out of disk space, Disk Management immediately shows the full partition and allows the technician to extend or clean the volume. When a printer stops working, the Services snap-in can restart the print spooler service in seconds without rebooting the whole machine.
Beyond troubleshooting, Computer Management is essential for proactive system administration. Using the Performance snap-in, an administrator can monitor memory usage over time and plan for upgrades before end users experience slowdowns. The Task Scheduler allows automation of routine tasks like disk cleanup, backups, or software updates. In a business environment where uptime and security are critical, being able to quickly manage users, shares, and services from a single console saves time and reduces the risk of errors.
For exam candidates, understanding Computer Management is not just about memorizing which snap-in does what. It is about building a mental model of how Windows organizes system administration. Many CompTIA A+ exam questions present a scenario and ask which section of Computer Management you would use. If you understand the logical grouping, System Tools for monitoring and user management, Storage for disks, and Services and Applications for background processes, you can answer those questions with confidence. It is also directly relevant to real-world tasks like setting up a new computer, joining a domain, or configuring a file server. Mastering this one tool gives you a solid foundation for dozens of other Windows administration tasks.
How It Appears in Exam Questions
In the CompTIA A+ exam, Computer Management questions typically fall into three patterns: identification, scenario-based troubleshooting, and configuration tasks. Identification questions are the most straightforward. They might ask: "Which built-in tool in Windows provides access to Event Viewer, Disk Management, and Services?" The correct answer is Computer Management. Another example: "Which snap-in within Computer Management allows an administrator to manage local user accounts?" Answer: Local Users and Groups.
Scenario-based questions are more common. Here is one pattern: "A help desk technician receives a call that a user cannot access a shared folder on the network. The technician needs to see if any other users are currently connected to that share. Which tool in Computer Management should the technician use?" The correct choice is Shared Folders, located under System Tools. Another scenario: "A company policy requires that all unnecessary services be disabled on workstations to improve security. Which Computer Management snap-in is used to change the startup type of a service?" Answer: Services, located under Services and Applications.
Configuration questions often appear in performance-based tasks. For example, you might be given a simulated desktop and asked to "Use Computer Management to create a new standard user account named 'TempUser' with a password that never expires." You would need to navigate to Local Users and Groups, create the user, and set the appropriate password policy. Another PBQ might ask you to "Initialize a new disk and create a simple volume formatted as NTFS." That requires opening Disk Management, initializing the disk (GPT or MBR), creating a new volume, and formatting it.
Troubleshooting questions also appear: "A technician restarts the print spooler service using the Services snap-in, but the service fails to start. Where in Computer Management should the technician look for detailed error information?" Answer: Event Viewer, specifically the System log. Another: "A user's computer is running slowly. The technician suspects a memory leak in a background service. Which tool in Computer Management can help analyze performance?" Answer: Performance Monitor under System Tools.
Always remember the logical groupings: System Tools = monitoring, users, shares, performance; Storage = disk and volume management; Services and Applications = services, WMI, and third-party snap-ins. Exam writers expect you to match the correct snap-in to the task without second-guessing.
Practise Computer Management Questions
Test your understanding with exam-style practice questions.
Example Scenario
The scene is a small business with ten employees, each using a Windows 10 workstation. The owner, Sarah, calls the IT consultant because one of her employees, Alex, cannot log in to his computer this morning. Alex says he typed his password correctly, but Windows keeps rejecting it. The IT consultant asks Sarah to open Computer Management on her own workstation and connect to Alex’s computer remotely. From the System Tools section, she opens Local Users and Groups. She navigates to the Users folder and finds Alex’s account. She notices that the account is disabled, there is a small downward arrow icon on the account name. She remembers that the company recently enforced a password expiration policy, and after 90 days, inactive accounts are automatically disabled. Alex had been on vacation for three months and his account was disabled for inactivity.
The consultant rights-clicks the account, selects Properties, and unchecks "Account is disabled." She then sets the password to a temporary one and checks "User must change password at next logon." She asks Alex to try again. He logs in successfully with the temporary password and immediately sets a new one. The problem is solved in under two minutes.
Later that same day, another employee reports that the shared network folder "Marketing" is not showing up. The consultant opens Computer Management on the file server and uses the Shared Folders snap-in under System Tools. She sees that the share exists, but under Sessions, she notices that all active connections are from users outside the Marketing department. The share permissions were mistakenly changed by an intern during a training exercise. The consultant modifies the share permissions to allow only the Marketing group, and the issue is resolved. This scenario shows how Computer Management is not just for fixing one problem, it is a toolkit that helps an IT professional diagnose issues, manage accounts, and maintain system security from a single console.
Common Mistakes
Thinking Computer Management is only for local administration and cannot be used on remote computers.
Computer Management can connect to other computers on the network if you have proper permissions. You simply right-click the top node (Computer Management (Local)) and select 'Connect to another computer'.
When asked about remote administration in an exam, remember that Computer Management supports remote connections. You do not need to physically be at the remote computer.
Confusing 'Event Viewer' with 'Performance Monitor' and using the wrong snap-in to check error logs.
Event Viewer stores logs of system, security, and application events. Performance Monitor gathers real-time performance data like CPU and memory usage. They serve different purposes.
For error messages, warnings, and critical events, use Event Viewer. For real-time resource usage and historical performance data, use Performance Monitor.
Believing that Disk Management can only be accessed via Computer Management and not through other methods.
Disk Management can also be launched directly by running diskmgmt.msc from the Run dialog. Computer Management is simply a container that includes it.
Know both paths: Computer Management → Storage → Disk Management, or simply diskmgmt.msc. Exam questions might use either route.
Assuming that all services in the Services snap-in can be safely stopped without consequences.
Some services are critical for the system to function. Stopping essential services like the Remote Procedure Call (RPC) service can cause system instability or a crash.
Before stopping any service, check its description and dependencies. If a service is needed by other services, stopping it will affect those as well.
Forgetting that Local Users and Groups is only available on Windows Professional, Enterprise, and Server editions, not on Windows Home editions.
Windows Home lacks the Local Users and Groups snap-in entirely. On those editions, user management must be done via the Settings app or the User Accounts control panel.
When a question involves a Windows Home edition, do not select Local Users and Groups as an option. Instead, look for alternatives like net user commands in the Command Prompt.
Exam Trap — Don't Get Fooled
{"trap":"An exam question describes a scenario where a user needs to view and manage user accounts on a remote Windows server. The answer choices include 'Computer Management' and 'Active Directory Users and Computers'. Many learners pick Active Directory because they associate user management with Active Directory."
,"why_learners_choose_it":"Learners know that Active Directory is the enterprise tool for managing users across a domain, so they assume it is always the correct answer for user management. They forget that Computer Management can also manage local users on remote computers that are not domain controllers.","how_to_avoid_it":"Remember: If the remote computer is a domain controller or part of a domain, you would use Active Directory Users and Computers.
But if the remote computer is a standalone server or a workgroup machine, or if the question specifically says 'local user accounts,' the correct tool is Computer Management → Local Users and Groups. Read the scenario carefully to determine whether the environment is domain-based or workgroup-based."
Step-by-Step Breakdown
Launching Computer Management
Right-click the Start button (or 'This PC' on the desktop) and select 'Manage'. Alternatively, press Win+R, type compmgmt.msc, and click OK. This opens the console with all snap-ins loaded.
Navigating the Console Tree
The left pane shows a tree with three main nodes: System Tools, Storage, and Services and Applications. Expand a node to see its snap-ins. This structure helps you locate the right tool quickly without searching through menus.
Using Event Viewer in System Tools
Expand System Tools and click Event Viewer. Look at Windows Logs → Application or System for error messages. Each event has an ID, source, and description. Double-click an event to see details. This is the first place to check when troubleshooting crashes or failures.
Managing Local Users and Groups
Under System Tools, find Local Users and Groups. Click Users to see all local accounts. Right-click an empty area to create a new user. Right-click an existing user to set a password, disable the account, or change group membership. Useful for granting or revoking access on a standalone computer.
Working with Disk Management in Storage
Under Storage, click Disk Management. The right pane shows a graphical view of all disks and partitions. To initialize a new disk, right-click the disk label and choose Initialize Disk. To create a volume, right-click unallocated space and choose New Simple Volume. Assign a drive letter and format it with NTFS or FAT32.
Configuring Services under Services and Applications
Expand Services and Applications and click Services. The list shows each service, its status, and startup type. Double-click a service to change its startup type (Automatic, Manual, Disabled), start, stop, or pause it. Always check dependencies before stopping a critical service.
Connecting to a Remote Computer
In the console tree, right-click the top-level node 'Computer Management (Local)' and select 'Connect to another computer'. Type the computer name or IP address. If firewall rules and permissions allow, you will see the remote computer's management interface. This allows you to administer remote machines without walking to each desk.
Practical Mini-Lesson
Computer Management is more than just a collection of tools, it is a fundamental skill for anyone who supports Windows systems. In practice, an IT professional uses this console multiple times per day. Imagine you are a help desk technician. A user reports that their computer is running very slowly after an update. Your first step is to open Computer Management and go to the Event Viewer. You look under the System log and find repeated error events with ID 1001, related to a driver failure. That gives you the clue that a recent driver update caused the issue. You then open Device Manager (also under System Tools) and roll back the problematic driver. The user's computer speeds up immediately.
But Computer Management is not only for reactive troubleshooting. It is also used for proactive maintenance. For example, a system administrator might schedule a weekly disk cleanup using Task Scheduler (found under System Tools). They create a basic task that runs the Disk Cleanup utility every Sunday at 3:00 AM. This prevents temporary files from accumulating and slowing down the system. Another common task is monitoring disk space. By regularly checking Disk Management, an admin can see when a volume is approaching full capacity and extend it using unallocated space or clean up old files.
What can go wrong? One common issue is accidentally disabling a critical service. For instance, if you disable the Windows Update service to increase performance, the computer will no longer receive security patches, leaving it vulnerable. Another mistake is formatting the wrong partition in Disk Management, which could erase important data. Always double-check the drive letter and volume label before making changes. Also, if you use Computer Management to connect to a remote machine and the firewall blocks the connection, you will see an error like 'Cannot access the computer.' You must ensure that the Remote Desktop Services and Remote Administration firewall rules are enabled on the target computer.
For A+ exam preparation, the best way to learn Computer Management is to open it on a real Windows computer and explore every snap-in. Create a test user, stop and restart a non-critical service (like the Print Spooler), view events in Event Viewer, and create a partition on a USB drive using Disk Management. The more you click around, the more confident you will be on the exam. Remember the keyboard shortcut: Win + X, then M, opens Computer Management quickly. Knowing this shortcut can save you time during performance-based questions.
Memory Tip
Think 'C-M-S' to remember the three main nodes: 'C' for Computer (System Tools), 'M' for Manage (Storage), 'S' for Services (Services and Applications). Or use the phrase 'Control My System' to recall the order: Control (System Tools), My (Storage), System (Services and Applications).
Covered in These Exams
Current Exam Context
Current exam versions that test this topic — use these objectives when studying.
Related Glossary Terms
A 2-in-1 laptop is a portable computer that can switch between a traditional laptop form and a tablet form, usually by detaching or rotating the keyboard.
The 24-pin motherboard connector is the main power cable that connects the computer's power supply unit (PSU) to the motherboard, supplying electricity to the motherboard and its components.
Two-factor authentication (2FA) is a security method that requires two different types of proof before granting access to an account or system.
A 3D printer is a device that creates physical objects by depositing layers of material based on a digital model.
5G is the fifth generation of cellular network technology, designed to deliver faster speeds, lower latency, and support for many more connected devices than previous generations.
The 8-pin CPU connector is a power cable from the power supply that delivers dedicated electricity to the processor on a computer's motherboard.
802.1Q is the networking standard that allows multiple virtual LANs (VLANs) to share a single physical network link by tagging Ethernet frames with VLAN identification information.
802.1X is a network access control standard that authenticates devices before they are allowed to connect to a wired or wireless network.
Frequently Asked Questions
How do I open Computer Management quickly?
Press Win+R, type compmgmt.msc, and press Enter. You can also right-click the Start button and select 'Computer Management'.
Can I use Computer Management on a remote computer?
Yes, right-click the top node in the console tree, choose 'Connect to another computer', and enter the computer's name or IP address. Remote connection requires network permissions and appropriate firewall settings.
What is the difference between Event Viewer and Performance Monitor inside Computer Management?
Event Viewer logs past events like errors, warnings, and information messages. Performance Monitor shows real-time system performance data such as CPU and memory usage.
Is Computer Management available on Windows Home edition?
Yes, the Computer Management console itself is available, but the Local Users and Groups snap-in is not present on Windows Home editions. Other snap-ins like Event Viewer and Disk Management are available.
How do I extend a partition using Computer Management?
Open Disk Management, right-click the partition you want to extend, and select 'Extend Volume'. You must have unallocated space immediately to the right of the partition. If unallocated space is elsewhere, you may need third-party tools or disk wiping.
What is a Windows service and why would I stop one?
A Windows service is a background program that runs without user interaction. You might stop a service to fix a malfunction (like the Print Spooler when printing is stuck) or to disable unnecessary services for security or performance reasons.
Does Computer Management require administrator privileges?
Many actions within Computer Management require administrator privileges, such as creating users, changing service startup types, or modifying disk partitions. If you are not an admin, some options will be grayed out or will prompt for credentials.
Summary
Computer Management is a centralized Windows console that combines essential administrative tools into one interface. It is divided into three main sections: System Tools (Event Viewer, Local Users and Groups, Shared Folders, Performance Monitor, Device Manager), Storage (Disk Management), and Services and Applications (Services, WMI Control). For the CompTIA A+ exam, you must be able to identify which snap-in to use for common tasks such as viewing error logs (Event Viewer), creating user accounts (Local Users and Groups), managing disks (Disk Management), and handling background services (Services).
The tool is not limited to local administration, it can connect to remote computers on the network, making it a practical solution for help desk technicians managing multiple workstations. Common mistakes include confusing Computer Management with domain-level tools like Active Directory Users and Computers, or assuming that all services can be safely stopped. Practice navigating the console on a real Windows machine to build muscle memory for performance-based questions. Understanding Computer Management will not only help you pass your A+ exam but also make you more effective in real-world IT support roles.