GuideHQ

Why is my CPU or memory usage so high?

What the processor and memory figures in Task Manager actually mean, why a high memory number is usually not a fault at all, and how to find the process genuinely eating the machine.

Difficulty
beginner
Time
30 min
Read
6 min

Short answer

These two numbers mean opposite things. Memory sitting at 70 or 80 per cent is normal and healthy — unused memory is wasted memory, and the operating system deliberately fills it with cached files it can drop instantly. Processor usage pinned near 100 per cent when you are doing nothing is a real fault, and Task Manager will name the process responsible if you sort by the CPU column and wait thirty seconds for the figures to settle.

Task Manager was designed for administrators and reads as an alarm panel to everyone else. The two headline figures behave completely differently and are routinely misread in opposite directions. Memory is managed on a use-it-or-waste-it principle: a modern operating system fills spare memory with a cache of things you might need, and releases it instantly when a program asks. A machine showing low memory usage is not being efficient, it is being idle. Processor usage is the opposite — it should sit near zero when you are not doing anything, so a machine that is busy while you are not is genuinely working on something, and the only question is what.

Step by step

  1. Read the memory figure correctly before worrying about it.In Task Manager's performance tab, the number that matters is not the percentage but whether the machine is compressing memory or paging heavily to disk. On Windows, look at Committed and at the Compressed figure inside In Use; on a Mac, Activity Monitor shows a memory pressure graph, and green means you are fine at any percentage.
  2. Sort by processor and let it settle.Task Manager's own act of opening spikes the figures. Sort the processes by the CPU column, then leave it half a minute. The process at the top after that is the one to investigate, and the figure next to it is the one that matters.
  3. Recognise the legitimate background jobs.Windows Search indexing after a large file copy, Windows Update downloading, antivirus running a scheduled scan, cloud sync uploading a folder, a game launcher rebuilding a shader cache. All of these will pin a processor for tens of minutes and then stop. Leave the machine alone for an hour before assuming a fault.
  4. Check whether it is one core or all of them.In Task Manager's performance tab, right-click the CPU graph and switch to logical processors. One core at 100 per cent with the others idle is a single-threaded process working normally. Every core saturated with nothing running in the foreground is a different matter.
  5. Suspect the browser first.Browsers report as one process in some views and dozens in others. Both Chrome-based browsers and Firefox have their own internal task manager — Shift-Escape in Chrome and Edge — which names the individual tab or extension responsible. A single misbehaving tab or an ad-heavy page routinely accounts for the whole figure.
  6. Look at what starts with the machine.A machine that is busy for the first ten minutes of every session is running its startup programs. The catalogue's guide on managing startup programs covers trimming that list, and it is a permanent fix rather than a daily one.
  7. Treat sustained high usage with no named cause as suspicious.Cryptocurrency mining software and some browser hijacks are designed to consume processor time quietly and to hide from casual inspection, often throttling back when Task Manager opens. If the fans run constantly, the machine is hot, and nothing in the list explains it, run a malware scan.
  8. Separate a resource problem from a heat problem.A machine that is slow *and* hot with low processor usage is being thermally throttled — it has reduced its own speed to protect itself. That is the opposite fault and the catalogue covers it under thermal throttling and overheating.

Common mistakes

  • Trying to force memory usage down — Memory cleaner and RAM booster programs work by forcing the operating system to discard its cache, which makes everything slower for the next few minutes so a number on a graph can look better. They are the clearest example of a tool that treats the reading rather than the machine.
  • Ending processes you do not recognise — Windows and macOS run dozens of legitimate background processes with unhelpful names. Ending the wrong one can crash the desktop or leave the machine in a state a restart is needed to clear. Look up the name first.
  • Judging by the figure the moment Task Manager opens — Opening it spikes the numbers. The first reading is always the least reliable one.

If it doesn't work

Memory at 80 per cent but everything feels fine

Cause: Normal caching behaviour — Fix: Nothing to fix. Check memory pressure on a Mac or the compressed figure on Windows instead of the percentage — those are the numbers that indicate genuine shortage.

Memory near 100 per cent and the machine is crawling

Cause: Genuinely out of memory, so it is paging to disk — Fix: Close what you are not using, particularly browser tabs. If it happens routinely on everyday work, the machine needs more memory — the catalogue's guide on adding RAM to a laptop covers whether yours can take it.

One process at high processor usage with a name you do not recognise

Cause: Could be legitimate or not — Fix: Right-click and open the file location. A file in a Windows or Program Files folder is almost certainly legitimate; one in a temporary folder or a user profile with a random name is not. Search the exact filename before ending it.

"System" or "System interrupts" using a lot of processor time

Cause: A driver behaving badly — Fix: This points at hardware or a driver rather than an application. Disconnect USB devices one at a time, and update or roll back recently changed drivers.

"Antimalware Service Executable" using a great deal of processor

Cause: Windows Defender scanning — Fix: Normal during a scheduled scan and after a large download. If it is constant, adding a large working folder such as a code or virtual-machine directory to the exclusion list is the standard remedy.

High usage that drops the moment Task Manager opens

Cause: Software deliberately hiding — Fix: This is a genuine malware signature. Use Resource Monitor or a malware scanner rather than Task Manager, and read the catalogue's guide on checking for malware.

Questions people ask

How much memory should a machine actually be using?

There is no right answer, which is why the percentage is a poor indicator. What matters is whether the machine has to take memory away from something to give it to what you are doing. Memory pressure on macOS shows this directly; on Windows the compressed memory figure and heavy disk activity are the equivalent tell.

Does closing browser tabs really help?

Yes, more than almost anything else on a typical home machine. Each tab holds its content in memory, and a few dozen tabs with video, maps or web applications in them can genuinely account for most of the memory in use. Both major browsers now sleep background tabs, which helps, but not to zero.

Why is my machine at 100 per cent processor when I have just turned it on?

The first several minutes after a start-up are indexing, update checks, cloud sync and antivirus all running at once. It is expected. If it is still going after twenty minutes, or it never settles, that is when to investigate.

Is high processor usage bad for the computer?

Not in itself — processors are designed to run at full speed and will throttle themselves if they get too hot. What it costs you is battery life, fan noise and responsiveness. Sustained full load on a laptop with clogged vents is worth attending to, but the load is not damaging the chip.

What to do next

Sources

  • Microsoft Learn — Windows memory management, standby cache and memory compression behaviour
  • Apple Support — Activity Monitor memory pressure and what the graph colours indicate

Written and maintained by the GuideHQ editorial team. More in Technology.