SmartToolz Learning Hub
Computer BasicsLesson 33

Task Manager

Learn the concept, follow the practical steps, and apply what you learn through a simple activity.

What Is Task Manager?

Task Manager is a built-in Windows tool for viewing running applications and processes, checking resource usage, troubleshooting slow or unresponsive programs, and managing startup applications.

Simple idea: Task Manager is like a live dashboard for what your PC is doing right now.

How to Open Task Manager

  • Press Ctrl + Shift + Esc.
  • Right-click the Start button and select Task Manager.
  • Press Ctrl + Alt + Delete, then choose Task Manager.
  • Search for Task Manager from the Start menu.

The exact layout can vary between Windows versions, but the main concepts are similar.

Processes: See What Is Running

The Processes view lists apps and background processes and shows how much of the computer's resources they are using.

Useful columns commonly include:

  • CPU: How much processor activity a process is using.
  • Memory: How much RAM a process is using.
  • Disk: How much disk activity is associated with the process.
  • Network: Network activity associated with the process.
  • GPU: Graphics processor usage when applicable.
Tip: Click a column heading to sort the list. For example, sorting by CPU can help you find a process currently using a lot of processor time.

Apps vs Background Processes

An app is usually a program you intentionally opened, while background processes can perform work without a normal application window.

One application can also use multiple processes. Modern browsers, for example, may separate tabs, extensions, and other work into different processes.

Seeing many processes is not automatically a problem. Focus on unusual resource usage, errors, or a process you recognize as causing a specific issue.

Finding a Slow or Frozen Program

  1. Open Task Manager with Ctrl + Shift + Esc.
  2. Stay on Processes.
  3. Look for the application that is frozen or unusually busy.
  4. Check CPU, Memory, Disk, or GPU usage.
  5. Give a busy application a moment if it may simply be processing a large task.
  6. If the application is clearly unresponsive and normal closing does not work, consider End task.

What Does End Task Do?

End task tells Windows to terminate the selected application or process. It can be useful when an application is frozen and will not close normally.

Warning: Ending a task can close the program without giving it the normal opportunity to save work. Unsaved changes may be lost.

Do not repeatedly end processes just because their names look unfamiliar. If you are unsure what a process is, leave it alone and identify it first.

Performance: See the Big Picture

The Performance section provides live graphs and information for resources such as CPU, memory, disks, network adapters, and GPU hardware when available.

ResourceWhat a high value can suggest
CPUA program may be doing heavy computation or the system may be under processor load.
MemoryMany programs or memory-heavy applications may be using most available RAM.
DiskWindows or an application may be reading/writing a large amount of data.
NetworkA download, upload, streaming task, or other network activity may be active.
GPUA game, video application, browser workload, or other graphics task may be active.

A high number is not automatically an error. The important question is whether the usage matches what you are doing and whether the computer is experiencing a problem.

Startup Apps

The Startup apps section shows applications configured to launch when you sign in to Windows. It can also show their startup impact.

  1. Open Task Manager.
  2. Select Startup apps.
  3. Review the applications and their status.
  4. Disable an unnecessary startup app when you understand what it does.
Important: Disabling a startup app normally prevents it from launching automatically; it does not uninstall the application.

App History

On Windows versions that provide it, App history can show resource usage information for supported applications over time. It can help you understand which applications have used CPU time or network resources.

Users

The Users section can show accounts currently signed in to the computer and the resources associated with their running processes.

This is especially useful on shared computers where more than one user session may be active.

Details and Services

Details provides a more technical view of running processes. Services lists Windows and application services and can provide controls for service management.

Beginner safety rule: Processes, Details, and Services contain components that Windows or applications may require. Do not stop or change an unfamiliar item simply to make the list shorter.

A Simple Troubleshooting Method

  1. Describe the problem: Is the PC slow, an app frozen, or the network busy?
  2. Open Task Manager: Press Ctrl + Shift + Esc.
  3. Check Processes: Look for unusual CPU, memory, disk, network, or GPU usage.
  4. Check Performance: See whether the whole system is under pressure.
  5. Identify the cause: Match the resource usage to an application or task you recognize.
  6. Take the least risky action: Close the application normally first. Use End task only when appropriate.
  7. Recheck: See whether the problem improves after the change.

Example: A Browser Is Frozen

  1. Try closing the browser normally.
  2. If it is completely unresponsive, open Task Manager.
  3. Find the browser under Processes.
  4. Confirm that it is the application you intend to close.
  5. Use End task if necessary.
  6. Reopen the browser and check whether the problem remains.

If you had unsaved work, it may not be recoverable. That is why End task should not be the first choice for a program that is still responding.

Common Mistakes

  • Ending every process that uses a lot of CPU without first understanding why.
  • Ending Windows system processes because their names look unfamiliar.
  • Assuming a high resource number is always a problem.
  • Using End task before giving a busy application time to finish a legitimate operation.
  • Disabling startup apps without checking what they do.
  • Changing Services or advanced Details settings without understanding the consequences.

Practical Activity

  1. Open Task Manager with Ctrl + Shift + Esc.
  2. On Processes, sort by CPU and note the top few items.
  3. Sort by Memory and observe whether the order changes.
  4. Open Performance and look at CPU and Memory graphs.
  5. Open Startup apps and identify one app you recognize that does not need to start automatically.
  6. Do not end or disable anything during this activity unless you are certain it is safe and unnecessary.

Goal: Learn to observe resource usage before taking action.

Quick Self-Check

  1. What is Task Manager used for?
  2. What does the CPU column show?
  3. When might End task be useful?
  4. Why should you be careful with unknown processes and services?
  5. Where can you manage startup applications?
Show Answers
  1. It monitors running applications/processes, resource usage, startup apps, and other system information.
  2. It shows processor activity associated with a process.
  3. When a recognized application is unresponsive and cannot be closed normally.
  4. Some are required by Windows or applications, and stopping them can cause instability or data loss.
  5. In Task Manager → Startup apps.

Key Takeaway

Task Manager is a diagnostic dashboard, not a “kill everything” button. Observe CPU, memory, disk, network, and GPU usage, identify the real cause, and take the least risky action.
← Previous lessonNext lesson →
Advertisement