What CPU utilization means and why you might check it
CPU utilization is the percentage of your processor's power that your Mac is actually using at any given moment. When you open Activity Monitor — the built-in tool on every Mac — you see a number between 0% and 100% for each running program. That number tells you how hard that program is working your processor right now.
You check CPU utilization when your Mac feels slow, when the fan is loud, or when you want to know which program is eating up your processing power. A program using 90% of your CPU will make everything else sluggish. A program using 2% is barely touching it.
The number changes constantly. A video editor might jump from 15% to 85% the moment you press play. A web browser might spike to 40% when a page loads, then drop to 8% once it settles. You are looking at a live snapshot, not a permanent state.
Key Takeaways
- Open Activity Monitor by searching for it in Spotlight (Command + Space), then type "Activity Monitor" and press Enter.
- Click the CPU tab at the top to see which programs are using processor power right now, listed from highest to lowest.
- The % CPU column shows each program's current usage; anything above 80% for more than a few seconds usually means that program is the problem.
- If a program consistently uses high CPU even when you are not actively using it, force-quit it by selecting it and clicking the X button in the toolbar.
Opening Activity Monitor on your Mac
Activity Monitor lives on every Mac and needs no installation. Press Command + Space to open Spotlight search, type "Activity Monitor" (you can stop after typing "Activity" — it will appear), and press Enter. The window opens in seconds.
You can also find it by opening Finder, clicking Applications in the sidebar, then opening the Utilities folder. Activity Monitor is inside. Many people bookmark it or add it to the Dock so they can open it faster next time.
Reading the CPU tab and understanding the numbers
When Activity Monitor opens, you are usually on the CPU tab already. If not, click the CPU tab at the top of the window. You see a list of every program running on your Mac, sorted by % CPU from highest to lowest.
The % CPU column shows what percentage of your processor each program is using right now. A program at the top using 45% means it is using nearly half your processor's power. One at the bottom using 0.1% is barely running. The numbers add up across all programs — if you add every % CPU number together, you get your total processor load.
Look at the Time column too. A program that has been running for 0:00 just started. One showing 2:34:15 has been running for over two hours. If a program is using high CPU but has only been running for a few seconds, it might just be starting up. If it has been running for hours and is still at 60% CPU, that is a sign something is wrong.
Spotting programs that are using too much CPU
Anything consistently above 80% for more than a few seconds is worth investigating. Your Mac can handle brief spikes — a video editor rendering, a compiler building code, a read starting — but sustained high CPU means that program is the bottleneck slowing everything else down.
Look for programs you do not recognize. If you see something called "kernel_task" using 40% CPU, that is a system process and usually means your Mac is too hot or has a hardware problem — not something you caused. If you see a program you installed using 70% CPU while you are just reading email, that program has a problem.
Check the Threads column too. A program with 200+ threads doing high CPU work might be stuck in a loop. A program with 5 threads using 5% CPU is running normally. Threads are not a problem by themselves, but they give you a sense of whether a program is doing a lot of work or just stuck.
Stopping a program that is using too much CPU
If you find a program using excessive CPU, the first step is to quit it normally. Click the program name in Activity Monitor, then click the X button in the toolbar (it says "Quit Process" when you hover over it). A dialog appears asking if you want to quit or force quit.
Choose "Quit" first. This gives the program a chance to shut down cleanly and save any unsaved work. Wait a few seconds. If the program does not close, click the X button again and choose "Force Quit" instead. Force quit closes it when ready without saving, so use it only when Quit does not work.
After you force-quit a program, check Activity Monitor again to confirm it is gone. If the same program keeps using high CPU every time you open it, the program itself has a problem. You might need to reinstall it, check for updates, or stop using it.
Understanding what normal CPU usage looks like
When your Mac is idle — you are not doing anything, just looking at the desktop — total CPU usage should be below 10%. You will see kernel_task, Finder, and a few system processes using small amounts, but nothing dramatic.
When you are actively working — typing in a document, browsing the web, editing photos — CPU usage climbs. A single program might hit 30% or 40% while you are using it, and that is normal. Once you stop that task, usage drops back down within seconds.
If your Mac is idle and CPU is consistently above 30%, or if it stays high even after you close all your programs, something is running in the background that should not be. Check Activity Monitor for unfamiliar programs, or restart your Mac to clear out whatever is stuck.
When high CPU usage means you need help
If Activity Monitor shows a program using 90%+ CPU and you cannot identify what it is, write down its exact name and search for it online. Many legitimate programs have confusing names. "WindowServer" is part of macOS itself. "Spotlight" is your search tool indexing files. "Mail" is your email program.
If you find a program you do not remember installing, or one that keeps returning after you force-quit it, that is a sign of malware or adware. Do not panic — most Macs do not get infected — but you should research the program name before opening it again. If you are certain it is malicious, move it to the Trash from Applications, empty the Trash, and restart your Mac.
If your Mac is running hot, the fan is loud, and Activity Monitor shows nothing using high CPU, the problem is likely hardware-related. Contact Apple Support or visit an Apple Store. A thermal sensor might be failing, or dust might be blocking the fan.
Frequently Asked Questions
What does kernel_task using high CPU mean?
kernel_task is a system process that manages hardware. High kernel_task usage usually means your Mac is too hot and is throttling the processor to cool down. Check that your Mac is on a hard, flat surface with good airflow. If it stays hot even when idle, the fan or thermal sensor might need service.
Can I see CPU usage over time, not just right now?
Activity Monitor shows only the current moment. For a graph over time, click the Window menu and select "CPU History". A separate window opens showing CPU usage as a line graph for the last minute. This helps you see whether usage is spiking or staying steady.
Why does my Mac use CPU even when I am not doing anything?
Your Mac is always doing background work — checking email, updating apps, indexing files for search, syncing to iCloud. This is normal and usually uses less than 5% CPU. If it is higher, check Activity Monitor to see which program is responsible, then decide if you need that task running.
Is 100% CPU usage dangerous?
Not dangerous, but it will make your Mac slow. When CPU hits 100%, everything else has to wait. Your Mac will not break, but it will feel frozen. If a program regularly maxes out your CPU, that program has a problem or your Mac is too old for what you are trying to do.
How do I stop a program from using so much CPU permanently?
Quit the program, then check if there is a newer version or an update available. If updates do not help, uninstall it and use a different program instead. Some programs are just poorly written or incompatible with your Mac model. Switching to an alternative is often faster than troubleshooting.