Check CPU usage right now on Windows, Mac, or Linux

Your CPU (central processing unit) is the chip that runs every program on your computer. When too many programs demand its attention at once, your machine slows down. The fastest way to see what is using your CPU is to open your system's built-in task manager or activity monitor — no read needed.

On Windows 10 or 11, press Ctrl + Shift + Esc to open Task Manager directly. Click the "Processes" tab if it is not already selected. Look at the "CPU" column — the numbers there show what percentage of your processor each program is using right now. If one program shows 80% or higher, that is why your computer feels slow.

On Mac, open Activity Monitor from your Applications > Utilities folder, or press Command + Space and type "Activity Monitor". Click the "CPU" tab at the top. The "%CPU" column shows each program's share. Programs at the top of the list are using the most.

On Linux, open a terminal and type top or htop (if installed). The CPU column shows usage for each running process. Press Q to exit.

Key Takeaways

  • Task Manager (Windows), Activity Monitor (Mac), and top (Linux) show CPU usage for every program running right now, with no installation needed.
  • A single program using 80% or more CPU is usually the reason your computer feels slow or unresponsive.
  • CPU usage that stays above 90% even when you are not running anything means a background process or malware may be the problem.
  • Restarting your computer clears temporary CPU spikes, but if the same program always uses high CPU, you may need to uninstall it or check for updates.

What the CPU percentage actually means

The percentage you see is how much of your processor's total power that program is using at that exact moment. If you have a four-core CPU and one program shows 25%, it is using one full core. If it shows 100%, it is maxing out one core (or all cores if your CPU has only one).

A program using 5% to 15% CPU while you are actively using it is normal — web browsers, word processors, and video players all need CPU power to run. A program using 50% or more when you are not doing anything with it is a sign something is wrong. It might be scanning files, downloading updates, or it might be malware.

CPU usage spikes up and down constantly. If you see a program at 80% for one second and then drop to 5%, that is usually fine — it was just doing a quick task. If it stays high for minutes at a time, that is the real problem.

Find which program is slowing you down

Open Task Manager or Activity Monitor and sort by the CPU column by clicking the column header. The program at the top is using the most CPU right now. If you do not recognize the program name, you can search for it online to learn what it does.

Some programs have names that do not match what you think they are. For example, "svchost.exe" on Windows is a system service, not a single program — it runs background tasks for Windows itself. "Google Chrome Helper" is part of Chrome even if you did not open it. "kernel_task" on Mac is the operating system managing hardware.

If a program you recognize is using too much CPU, try closing it first. If that fixes the slowness, you can decide whether you need that program or whether to uninstall it. If you do not recognize the program and closing it does not help, restart your computer — that will stop it from running and give you time to research what it is.

System processes and background tasks that use CPU

Not every program you see in Task Manager or Activity Monitor is something you opened. Windows, Mac, and Linux all run background processes that handle updates, security scans, file indexing, and hardware management. These are normal and necessary, but they can spike CPU usage.

Windows Update often uses high CPU when it is downloading or installing updates. This is temporary and usually finishes within an hour. Windows Defender (the built-in antivirus) scans your files in the background, especially after a restart or when you plug in a USB drive. Superfetch (or "SysMain" in newer Windows) loads programs into memory to make them open faster — it uses CPU when your computer is idle and stops when you start using it.

On Mac, kernel_task manages CPU and thermal management. High kernel_task usage usually means your Mac is too hot and is throttling the CPU to cool down — check that vents are not blocked. Spotlight indexes your files so search works fast; it runs in the background after you add new files.

These background tasks are safe to let run. If they bother you, you can disable some of them (like Spotlight indexing), but that will make those features slower.

When high CPU usage means a real problem

If CPU usage stays above 90% even when you are not running anything, or if an unknown program is consistently using 50% or more, something needs attention. Restart your computer first — this clears temporary spikes and stops any stuck processes.

After restart, open Task Manager or Activity Monitor again and watch for a few minutes. If the same program when ready goes back to high usage, note its name and search for it online. If it is a program you installed and do not use, uninstall it. If it is a system process you do not recognize, search "[process name] high CPU" to learn what it does and whether it is safe.

If you see an unknown program using high CPU and cannot find information about it, or if you suspect it might be malware, run a full antivirus scan. Windows Defender (built into Windows) and Malwarebytes (free version available) are both reliable. Shut down the unknown program first if you can, then run the scan.

CPU usage versus RAM and disk usage

CPU is just one part of your computer's performance. You might also see high RAM usage (memory) or high disk usage (storage read/write speed). A program can use high CPU but low RAM, or vice versa. Task Manager and Activity Monitor show all three, so you can see which resource is actually the bottleneck.

If CPU is low but your computer still feels slow, the problem is probably RAM or disk usage instead. If RAM is full, your computer uses the hard drive as temporary memory, which is much slower. If disk usage is at 100%, your storage drive cannot keep up with read and write requests. Each problem has different solutions, but checking CPU usage is the first step to figuring out which one it is.

Frequently Asked Questions

Is 100% CPU usage bad?

Not always. If you are rendering video, running a game, or doing heavy photo editing, 100% CPU is normal and expected — the program is supposed to use all available power. The problem is when CPU stays at 100% while you are doing light tasks like browsing the web, or when it stays high even after you close all your programs.

Why does my CPU usage go up and down so much?

Programs use CPU in bursts. Your web browser might spike to 30% while loading a page, then drop to 2% while you read it. Windows Update might spike to 60% while downloading, then stop. This is normal. You only need to worry if usage stays high for a long time or if a program is always high even when you are not using it.

Can I disable programs to lower CPU usage?

Yes, but be careful. You can uninstall programs you do not use. You can also disable startup programs (programs that run automatically when you turn on your computer) through Task Manager on Windows or System Preferences on Mac. Do not disable system processes unless you know exactly what they do — disabling the wrong one can break your computer.

What CPU usage is normal when my computer is idle?

When you are not running anything, CPU usage should be between 1% and 10%. Windows Update, antivirus scans, and file indexing might push it higher temporarily. If it stays above 20% when you are not doing anything, something is using resources in the background and you should investigate which program it is.

Do I need special software to check CPU usage?

No. Task Manager, Activity Monitor, and top are built into Windows, Mac, and Linux. They show everything you need. Third-party monitoring tools exist, but they are not necessary for basic troubleshooting.