Most people open Task Manager or Activity Monitor once, panic at a scary-looking process name, and close it again. Used properly, these built-in tools tell you exactly why your computer is slow — no third-party software required, and no guessing.
Opening the right tool
On Windows, press Ctrl+Shift+Esc for Task Manager, or right-click the taskbar and select it. On Mac, open Activity Monitor from Applications > Utilities, or search for it with Spotlight (Cmd+Space, then type "Activity Monitor"). Both show live resource usage — CPU, memory, disk, and (on Windows) network — updated every second or two.
Reading CPU usage correctly
A single process at 100% CPU on a multi-core system doesn't mean your whole computer is maxed out — it means one core is busy. Overall system CPU sitting consistently above 80-90% across a longer stretch, especially when you're not doing anything demanding, is worth investigating. Sort the process list by CPU (click the column header) to see what's using the most. A spike for a few seconds when opening an app is normal; a process stuck at high CPU for minutes with nothing improving is the sign of a real problem.
Reading memory usage correctly
High memory usage isn't automatically bad — modern operating systems intentionally use available RAM for caching to speed things up, and will release it when another app needs it. What matters more is whether you're running out: on Windows, check the "Memory" tab in Task Manager for a graph showing "Available" — if it's frequently near zero and stays there, you likely need more RAM or fewer things open at once. On Mac, Activity Monitor's Memory tab shows "Memory Pressure" as a color-coded graph — green is fine, yellow means it's getting tight, red means you're actively short on memory and things will slow down.
Reading disk activity
On Windows' Task Manager, the "Disk" column shows how much each process is reading or writing, and overall disk usage as a percentage. If disk usage sits at 100% for extended periods (common complaint on older laptops with traditional hard drives, less common on SSDs), everything feels sluggish because programs are waiting on the slowest component in your system. Sort by Disk to identify the culprit — Windows Update, antivirus scans, and search indexing are common offenders that resolve on their own after finishing.
What "not responding" actually means
If an app shows "(Not Responding)" next to its name in Task Manager, it means the app has stopped processing the messages Windows sends it (like "redraw your window" or "process this click") — often because it's stuck waiting on something else, like a slow network request or a large calculation. Give it 30-60 seconds; many recover on their own. If it doesn't, right-click and choose "End Task" — you'll lose unsaved work in that app, but nothing else is affected.
Identifying processes you don't recognize
Don't panic at unfamiliar names — many are legitimate system processes with cryptic naming. Right-click a process in Task Manager and choose "Search online" (Windows) or look up the process name paired with "mac" or "windows" in a search engine. Legitimate but unfamiliar processes are far more common than actual malware. If a process is using unusually high resources AND you don't recognize it AND it wasn't there before a recent install, that combination is worth researching more carefully — but each factor alone usually isn't cause for alarm.
The Startup tab is a bonus feature
Windows' Task Manager includes a Startup tab showing everything set to launch at boot, with an impact rating. This is the fastest way to find and disable startup bloat that's slowing your boot time — see our companion guide on startup programs for the full walkthrough.
On Mac: the Energy tab
Activity Monitor has an Energy tab unique to Mac, showing which apps have used the most energy recently — useful for diagnosing what's draining your battery unusually fast, separate from the CPU and memory questions. A single app showing dramatically higher energy impact than everything else is worth investigating or restarting.
When the numbers tell you it's time to upgrade
If you're consistently seeing memory pressure in the red/yellow zone with normal daily use (not some extreme edge case), more RAM will likely help more than anything else you could do. If disk usage is frequently maxed out and you're still on a traditional hard drive, an SSD upgrade will likely be the single biggest speed improvement available. If CPU is consistently maxed out during normal tasks (not just heavy video editing or gaming), the processor itself may be the bottleneck — at that point, upgrading typically means a new machine rather than a component swap.