What CPU utilization means and why you might check it
CPU utilization is the percentage of your processor's power that is actually being used at any given moment. When you see 45% CPU utilization, that means your processor is working at 45% of its maximum capacity. The other 55% is sitting idle, ready to handle more work if needed.
You check CPU utilization when your computer feels slow, when a program is freezing, or when you want to know whether your processor is the bottleneck holding back performance. If CPU utilization is at 100% and your computer is sluggish, your processor cannot keep up with what you are asking it to do. If it is at 20% and your computer is still slow, the problem is somewhere else — your hard drive, your RAM, or the program itself.
Most people never need to check this. But if you are troubleshooting why something is not working right, or if you are considering whether to upgrade your computer, knowing how to read CPU utilization tells you what is actually happening instead of guessing.
Key Takeaways
- On Windows, open Task Manager by pressing Ctrl+Shift+Esc, click the Performance tab, and look at the CPU percentage in the top right.
- On Mac, open Activity Monitor from Applications > Utilities, click the CPU tab, and look at the % CPU column for individual programs or the CPU Load at the bottom.
- CPU utilization that stays near 100% while your computer feels slow means your processor is overloaded and is likely the cause of the problem.
- A single program using 90% or more CPU while others use almost nothing usually means that program has a problem or is doing heavy work like video encoding.
Checking CPU utilization on Windows
The fastest way on Windows is to open Task Manager. Press Ctrl+Shift+Esc on your keyboard all at once. Task Manager will open directly to whichever tab you used last time, but you want the Performance tab.
Click the Performance tab at the top of the window. On the left side you will see a list: CPU, Memory, Disk, Ethernet, and others. Click CPU. On the right side of the window, you will see a large graph showing CPU usage over the last 60 seconds, and directly above it in the top right corner is a number showing your current CPU percentage. That number is your CPU utilization right now.
Below the graph, you will see details: how many cores your processor has, how fast it is running, and how much of your RAM is being used for the processor cache. These numbers change as programs start and stop, so what you see in one moment will be different five seconds later. If you want to see which program is using the most CPU, click the Processes tab and look at the % CPU column. The programs at the top are using the most.
Checking CPU utilization on Mac
On Mac, you use Activity Monitor instead of Task Manager. Open Finder, click Applications in the sidebar, then open the Utilities folder. Double-click Activity Monitor.
Activity Monitor opens to the CPU tab by default. You will see a list of every program running on your Mac, with a % CPU column showing how much processor power each one is using. At the bottom of the window, look for CPU Load. This shows your overall CPU utilization as three numbers — the average over the last 1 minute, 5 minutes, and 15 minutes. If your Mac has 4 cores, a CPU Load of 2.0 means you are using about 50% of your processor. If it has 8 cores, a CPU Load of 2.0 means you are using about 25%.
The % CPU column for individual programs is more straightforward: it shows what percentage of your total processor power that program is using right now. A program showing 150% on an 8-core Mac means it is using 1.5 cores fully. This is normal for programs that can split work across multiple cores.
Understanding what the numbers mean
CPU utilization between 0% and 30% means your processor has plenty of spare capacity. Your computer should feel responsive. If it does not, the slowness is coming from something else — your hard drive, your RAM, or a program that is waiting for something from the internet.
CPU utilization between 30% and 70% is normal during active work. This is when you are running programs that actually need processing power, like video editing, photo processing, or compiling code. Your computer should still feel responsive because your processor is not maxed out.
CPU utilization at 80% or higher, especially if it stays there, means your processor is working hard. If it hits 100% and stays there, your processor cannot handle everything you are asking it to do. Programs will freeze, lag, or become unresponsive because they are waiting in a queue for processor time. This is when you need to either close some programs or upgrade your processor.
One program using 90% while others use almost nothing is usually not a problem — that program is just doing heavy work. Video encoding, photo rendering, or data processing naturally use a lot of CPU. But if a program you are not actively using is stuck at high CPU, it may have crashed or gotten into a loop, and you should close it.
What to do if CPU utilization is too high
If your CPU utilization is consistently high and your computer feels slow, start by identifying which program is using the most. In Task Manager on Windows or Activity Monitor on Mac, look at the % CPU column and see what is at the top. If it is a program you recognize and you are actively using it, that is normal — close other programs to free up processor power.
If it is a program you do not recognize or did not start, close it. Right-click the program name in Task Manager and click End Task. On Mac, click the program name and click the X button at the top of the Activity Monitor window. If the same program keeps using high CPU every time you restart your computer, it may be malware or a corrupted system process, and you should run a malware scan or restart your computer in Safe Mode.
If CPU utilization is high but spread across many programs, or if it is high in system processes you cannot close, your processor may straightforward be too slow for what you are doing. Upgrading to a faster processor or a computer with more cores is the only real solution. You can also close programs you are not using, disable startup programs that run in the background, or reduce the quality settings in games and video software.
The difference between CPU utilization and CPU temperature
CPU utilization (the percentage) and CPU temperature (measured in degrees) are two different things. High utilization often causes high temperature, but they are not the same. You can have high utilization with normal temperature if your cooling system is working well, or normal utilization with high temperature if your cooling system is failing.
Task Manager and Activity Monitor show utilization, not temperature. To check your CPU temperature, you need a separate tool. On Windows, programs like HWiNFO or Core Temp will show temperature. On Mac, Macs Fan Control or iStat Menus will show it. If your CPU temperature is above 90°C (194°F) regularly, your cooling system may need cleaning or your thermal paste may need replacing. If temperature is normal but utilization is high, your processor is just working hard and that is fine.
Frequently Asked Questions
Is 100% CPU utilization bad?
Not always. If you are rendering video or doing heavy processing work, 100% CPU utilization is expected and normal. The problem comes when your CPU is at 100% and you are not doing anything that should require that much power, or when it stays at 100% and your computer becomes unresponsive. Short bursts of 100% are fine; constant 100% while your computer lags is a sign your processor cannot keep up.
Why does my CPU utilization jump around so much?
CPU utilization changes constantly because programs start and stop, and because your operating system is always running background tasks. Windows Update, antivirus scans, indexing, and cloud sync all use CPU. This is normal. If you see big spikes every few seconds, a background program is probably running. Check the Processes tab to see what it is.
Can high CPU utilization damage my computer?
High CPU utilization itself does not damage your computer. High CPU temperature can, but that is different. If your cooling system is working properly, your processor will throttle itself down before it gets hot enough to be damaged. The main risk from sustained high CPU is that your computer becomes too slow to use, not that it breaks.
Should I close programs to lower CPU utilization?
Yes, if CPU utilization is high and your computer is slow. Close programs you are not actively using. If you have many browser tabs open, close the ones you do not need. If you have background programs running that you do not need, disable them in startup settings. This frees up processor power for the programs you actually want to use.
What is a normal CPU utilization percentage?
There is no single "normal" — it depends on what you are doing. Idle (nothing running), CPU utilization should be between 0% and 10%. During normal work like browsing or email, it should be between 10% and 40%. During active work like video editing or gaming, it can be 50% to 100%. If it is high when you are not doing anything, something in the background is using power.