A computer that was fast a year ago and is now slow hasn't aged — it's accumulated. Background processes, startup apps, bloated storage, and hardware pushed past its limits all compound over time. Before you spend anything, a structured 20-minute diagnosis identifies the bottleneck; most slowdowns have a free fix.
What changed in 2026
- Windows 11 24H2 improved background process management, but also added new AI features (Recall, Copilot+) that consume RAM and CPU on eligible machines — worth auditing if you're on a recent update.
- macOS Sequoia 15.x brought tighter memory management via the Unified Memory architecture on Apple Silicon, but Intel Mac users are still contending with the same constraints as before.
- SSDs are now under $60 for 1 TB — the cost argument for staying on an HDD has largely evaporated.
- Browser RAM usage has grown — Chrome, Edge, and Firefox with 10+ tabs routinely consume 4–8 GB of RAM, making 8 GB feel cramped in 2026.
Step 1: Diagnose before you fix
Windows: Ctrl + Shift + Esc → Task Manager → Processes tab. Sort by CPU, then Memory. Look for anything consuming >30% CPU when the machine feels slow.
macOS: Cmd + Space → Activity Monitor → CPU and Memory tabs. Same process — sort by CPU% first.
| Symptom |
Likely cause |
Fix |
| High CPU from a specific app |
Runaway process or malware |
Kill/uninstall the process |
| High CPU from "System" / kernel |
Driver issue or antivirus scan |
Check antivirus schedule; update drivers |
| High Memory, low free RAM |
Too many apps open; too little RAM |
Close apps; upgrade RAM |
| Disk at 100% constantly |
HDD + heavy activity |
SSD upgrade; disable SuperFetch |
| Slow only at startup |
Too many startup programs |
Disable startup apps |
| Slow only in browser |
Too many tabs/extensions |
Reduce tabs; audit extensions |
Free fixes (do these first)
Disable startup programs
- Windows 11: Task Manager → Startup apps tab → Disable everything you don't need at login.
- macOS: System Settings → General → Login Items — remove non-essential apps.
This alone often cuts boot time by 50–70% on a cluttered machine.
Clear browser extensions
Open your browser's extension manager. Remove any you haven't used in 3 months and any toolbars or "shopping assistants" you don't recognize. These are common performance drags and sometimes malware.
Run a malware scan
Windows Defender (built into Windows 11) is now effective for most threats. Run a full scan: Windows Security → Virus & threat protection → Quick scan (or full scan if something's suspicious).
Update drivers and OS
Outdated GPU drivers and pending OS updates can cause background resource consumption. Windows Update + Device Manager → check for driver updates.
Free up disk space
Keep at least 15% of total storage free. Below that, Windows and macOS start writing to disk more aggressively, creating lag loops. See How to free up storage in 2026.
Adjust power plan (Windows)
Settings → System → Power → Power mode → Best performance. Balanced or Power Saver modes throttle CPU when idle, which can affect performance when load suddenly spikes.
Hardware upgrades worth doing
| Upgrade |
Cost |
Impact |
When to do it |
| HDD → SSD |
~$50–$80 |
Transformative |
Disk at 100%; slow boot/load |
| RAM: 8 GB → 16 GB |
~$30–$60 |
Very high |
Constant high memory usage |
| RAM: 16 GB → 32 GB |
~$50–$80 |
Moderate |
Video editing, VMs, heavy tabs |
| Thermal paste reapply |
~$10 + 30 min |
Moderate |
CPU temps above 85°C at idle |
| GPU upgrade |
$150–$300 |
High (gaming/creative) |
GPU at 100% for your workload |
The HDD → SSD upgrade is the single highest-impact hardware change on machines over 3 years old. It makes the entire OS feel faster, not just file transfers.
How to pick the right fix
- If Task Manager shows Disk at 100% frequently → SSD upgrade is your fix.
- If Memory is maxed with apps you need open → RAM upgrade.
- If CPU spikes without explanation → malware scan, then driver update.
- If only boot is slow → disable startup programs.
- If slowness is new after an update → roll back or wait for a hotfix.
Common mistakes
Buying a faster CPU when the bottleneck is RAM or storage. Diagnose first — CPU upgrades are expensive and often the wrong lever.
Reinstalling Windows/macOS immediately. This is appropriate eventually, but it's a nuclear option for a problem that's often startup programs or a failing HDD.
Installing "PC optimizer" software. Registry cleaners and speed boosters do nothing meaningful on modern Windows. They add bloat, sometimes install additional junk, and occasionally are malware themselves.
Ignoring thermals. A laptop that throttles under load due to dust-clogged vents feels exactly like a slow computer. Cleaning the vents (or having it serviced) can restore full performance for free.
What to skip
- Defragmenting an SSD — modern SSDs handle their own optimization; manual defrag causes unnecessary writes.
- Disabling Windows Defender to "save performance" — the performance cost is minimal; the security cost is significant.
- Buying more RAM than you can use — on a 5-year-old laptop with soldered RAM, third-party upgrades aren't possible; check first.
FAQ
My computer is 7 years old — is it worth upgrading?
An SSD + RAM upgrade on a 7-year-old machine is often cheaper than a new computer and buys 2–3 more productive years. Evaluate: is the CPU and GPU sufficient for your tasks? If yes, upgrade storage/RAM and keep it.
Will a clean reinstall of Windows help?
Yes, on a machine that has accumulated years of apps and background services, a clean install removes all the bloat at once. Do it only after you've backed up everything.
Chrome is using 8 GB of RAM — is that normal?
With 10+ tabs and several extensions, yes. Use Chrome's built-in Memory Saver (Settings → Performance → Memory Saver) or switch to a lighter browser for secondary browsing.
My laptop fan runs constantly — why?
Constant fan usually means high CPU load from a background process (check Task Manager), or a thermal issue (clogged vents, dried thermal paste). Clean the vents first; it's free.
Where to go next