How to Fix a Slow Computer (Windows and Mac)
A slow computer is usually clogged, not broken. A calm, safe, step-by-step guide to fix a slow computer on Windows and Mac, and how to tell when to stop.

A slow computer is almost never a broken computer. Nine times out of ten it's just clogged. Too much stuff starting up on its own, a drive that's nearly full, some background thing quietly chewing on the processor while you sit there waiting. So before anything else, take a breath. You can fix a slow computer yourself, for free, without knowing a single technical thing, and nothing in this guide can hurt your machine.
Here's the whole plan in one breath. First you find out what's actually slowing it down, then you do the couple of safe easy fixes, then you clear some space and cut back what launches automatically, and only at the very end, if none of that helped, do you work out whether the machine is simply getting old. Go top to bottom. Stop the second it feels quick again. All of this works the same way on Windows and on a Mac, and I'll point out exactly where every button lives on both.
Why I Wrote This One
I build software for a living, which somehow turned me into the person every relative phones when their laptop "stopped working." It almost never stopped working. It got slow, slow felt like broken, and the panic did the rest. I've walked my mom through the same three fixes on the phone probably a dozen times.
So this is the calm version I wish I could just hand people. No jargon I don't explain in the same breath, no scary steps buried in the middle, and an honest bit at the end about the one time it really is the hardware and not you.
One warning up front, because it matters more than any single fix below. If you go searching for this problem, something is going to try to sell you a "PC cleaner" or a "speed booster." Don't install it. Those tools range from useless to actively worse than the slowdown, and Windows and macOS already have everything you need built in. We're only using the tools that came with your computer.
First, Find Out What's Actually Slowing It Down
Most guides just hand you a list of twenty things to change. That's backwards. Before you change anything, spend two minutes looking at what your computer is actually busy doing, because the answer usually points straight at the fix.
Every computer has a built-in window that shows you which programs are hogging the machine right now. On Windows it's called Task Manager. On a Mac it's Activity Monitor. Same idea, different name.
| To See What's Slowing It Down | On Windows | On a Mac |
|---|---|---|
| Open the tool | Press Ctrl, Shift and Esc together | Press Command and Space, type Activity Monitor, press Enter |
| Find the hogs | Click the CPU column, then the Memory column, to sort | Click the CPU tab, then the Memory tab |
| What you're looking for | Anything sitting near the top using a big chunk | Same, the names near the top of the list |
You don't need to understand every line. You're just looking for the loud one. Maybe a browser with forty tabs open is eating your memory. Maybe some app you forgot you installed is pinned at the top of the processor list for no reason. When you spot the culprit, you can close it right there. On Windows, click it once and hit End task. On a Mac, click it and press the stop button, the little octagon, at the top.
That's the honest answer to "how do I find out what's slowing down my PC." You look. Half the time the fix is just closing the one thing you found.
The Safe, Easy Fixes (Do These First)
These three take about five minutes total, they fix a shocking number of slow machines, and none of them can go wrong.
Restart it. All the way off and back on, not just closing the lid. Computers that have been awake for weeks get sludgy, and a restart clears out the mess. I know it sounds too simple. It's the single most common thing that fixed my mom's laptop, and she'd been avoiding it because she had tabs open she didn't want to lose. On Windows, Start, then the power icon, then Restart. On a Mac, the Apple menu in the top corner, then Restart.
Close what you're not using. Every open program and every browser tab is holding a little slice of memory. Twenty tabs and six apps you forgot about add up. Shut the ones you don't need right now. You can always reopen them.
Let it finish updating. An update that's half-installed, or one your computer keeps nagging you about, can drag everything down until it's done. On Windows, go to Start, Settings, Windows Update, and Check for updates. On a Mac, the Apple menu, System Settings, then General, then Software Update. Let it run, let it restart if it asks, then see how things feel.
Honestly, a lot of people can stop right here. If the machine feels normal again, you're done. Close the tab, go live your life.
Free Up Space on the Drive
Still slow? The next most common cause is a drive that's too full. Your computer needs a bit of empty room to work in, sort of like a desk needs clear space to spread papers on. When the drive fills right up, everything gets slower, and it can get bad fast.
I don't have a hard magic number for you, and I'm not going to invent one. As a rough habit, once a drive is past about 85 or 90 percent full, I start clearing things out. The good news is your computer can find the junk for you.
On Windows, there's a feature called Storage Sense that deletes temporary files and other clutter you'll never miss. Go to Start, Settings, System, then Storage. You'll see what's taking up room. Turn on Storage Sense, or click Temporary files and let it remove the safe stuff. There's also an older tool called Disk Cleanup, just type its name into the Start menu, that does the same job.
On a Mac, go to the Apple menu, System Settings, then General, then Storage. Apple shows you a set of recommendations right there, things like emptying the Trash automatically and finding large files you forgot about. Click the ones you want. It'll also show you which apps and files are eating the most room so you can delete what you don't need.
The stuff worth deleting first is almost always the boring stuff. Old downloads you never opened. Apps you installed once and never touched. That folder of videos you already backed up somewhere else. This is the same instinct that helps when your phone gets sluggish, and if that's a battle you're also fighting, I wrote a separate calm walkthrough on how to free up phone storage that uses the exact same idea.
Turn Off the Stuff That Starts on Its Own
Here's the one that quietly ruins more computers than anything else. Programs love to set themselves up to launch the moment you turn the machine on, running in the background whether you use them or not. Ten of those and your computer is exhausted before you've even opened anything.
The fix is to tell the ones you don't need to stop launching at startup. This does not delete or break them. You can still open them yourself whenever you want. You're just telling them to wait until you ask.
On Windows, open Task Manager again (Ctrl, Shift, Esc) and click the Startup apps tab. There's a column called Startup impact that flags the heavy ones as High. Those are your targets. Right-click anything you don't need firing up on its own, click Disable, done. Music apps, chat apps, updater helpers for programs you rarely run, all fair game. If you're not sure what something is, leave it, no harm.
On a Mac, go to the Apple menu, System Settings, then General, then Login Items and Extensions. The top list is everything that opens when you log in. Select the ones you don't need and click the minus button to remove them from the list.
This is also the honest answer to "how do I clean up my PC to run faster." It's not one magic clean, it's cutting the background crowd down to the apps you actually use.
Check for Malware, and Skip the Fake Cleaners
A genuinely slow, hot, fan-roaring computer can occasionally be a sign of malware, which is just software that got onto your machine without your permission and is now busy doing something you didn't ask for. It's less common than the internet makes it sound, but it's worth a two-minute check.
You do not need to buy anything. Windows has a scanner built in. Go to Start, Settings, Privacy and security, Windows Security, then Virus and threat protection, and run a Quick scan. If it finds something, it'll walk you through removing it. Macs are targeted less often and macOS blocks a lot on its own, though the same rule applies, if an app you don't recognize is glued to the top of Activity Monitor, that's worth looking into.
Now the warning I promised. This is the exact moment people panic-install a "cleaner" or "antivirus" they saw in an ad. Please don't. The scanner already on your computer is the real one. The flashy download with the countdown timer and the "247 problems found" alarm is, more often than not, the actual problem. If you take one thing from this whole guide, take that.
The More Involved Tweaks (Only If You Still Need Them)
If you're this far down and it's still dragging, there are a few deeper settings you can change. I've put them last on purpose. The payoff is smaller than the fixes above, and one of them has a real trade-off, so read before you flip anything.
Turn down the visual effects. Both systems spend a little power on smooth animations and shadows. On an older machine, switching those off frees that power up for the actual work. On Windows, click Start, type "Adjust the appearance and performance of Windows," open it, and on the Visual Effects tab choose Adjust for best performance. It'll look a touch plainer and feel a touch snappier.
Change the power mode, carefully. On Windows you can go to Settings, System, Power and battery, and set the Power mode to Best performance. Here's the trade-off, and Microsoft says so plainly on their own support page, this uses more power, so on a laptop it drains the battery noticeably faster. Great when you're plugged in, less great on a train. Set it back to Balanced when you're on battery.
Optimize the drive (older Windows PCs only). If your computer is a few years old and has the older spinning-disk type of drive, Windows has a tool that tidies it up. Type "Defragment and Optimize Drives" into Start, pick your drive, and click Optimize. If your machine has the newer solid-state kind of drive, Windows already handles this and you can skip it. Not sure which you have? Skip it. It won't hurt either way, it just won't help the newer drives.
There's a longer tail of tweaks beyond these, turning off background apps one by one, trimming notifications, and so on, but you're deep into diminishing returns now. Which is usually the sign it's time to ask a harder question.
When It's the Hardware, Not You
This is the section the repair-shop guides tend to skip, because "your computer is old" doesn't sell anything. But it's the most useful thing I can tell you, so here it is straight.
Sometimes you do all of the above and the machine is still slow. That's not you failing at the steps. At some point a computer is simply too old for the software the modern web and modern apps now expect, and no amount of clearing space fixes that. Even Microsoft admits it on their own performance page, older PCs with outdated hardware may not improve much from these steps, and upgrading the device becomes the better long-term move.
So how do you tell the difference between a clogged machine and a genuinely tired one? A few honest signals.
| Sign | What It Usually Means |
|---|---|
| Machine is roughly 7 or more years old | It may just be past its comfortable life for today's software |
| It's slow even right after a fresh restart, doing almost nothing | Likely not clutter, more likely age or too little memory |
| The whole thing freezes constantly, and it's an older Windows PC | Often an old spinning hard drive struggling to keep up |
| It was never fast, even when new | It was probably a low-spec machine to begin with |
Now the good news, because it's genuinely good. If your slow machine is an older one with a spinning hard drive, there is one upgrade that brings it properly back to life, swapping that old drive for the newer solid-state kind. It's the single biggest speed jump you can buy, and it's not expensive. I want to say a small one runs somewhere around fifty or sixty dollars now, though please check current prices, and any local shop can fit it in an afternoon. Adding more memory (RAM) is the other cheap, effective upgrade if yours is low.
I'm not going to pretend that's always worth it. If the machine is very old, sometimes the honest answer is that a modest new one costs a few hundred and saves you the hassle. But before you spend a cent, an SSD in a tired old laptop is the closest thing to a free miracle in computing. That's the most common real reason for a slow computer that no amount of clicking fixes. It's age, and it's usually the drive.
A Quick Way to Read Your Slowdown
One more thing that helps you skip straight to the likely cause. How a computer got slow tells you a lot about why. Sudden and gradual are different problems.
| How It Got Slow | Most Likely Cause | Where to Start |
|---|---|---|
| Fast yesterday, slow all of a sudden today | A background program, a stuck update, or something that needs a restart | The safe easy fixes above |
| Slowed down gradually over months | A full drive and too many startup programs piling up | Free up space and cut startup apps |
| Only slow doing one thing (web, a game) | That one app or a weak internet connection, not the whole computer | Check that app, or your connection |
| Slow even fresh out of a restart, always | Aging hardware or too little memory | The hardware section |
That third row is worth a note. People blame the computer when it's really the internet, especially when web pages crawl but everything else is fine. If that's you, the machine might be innocent. A shaky connection feels exactly like a slow computer, and it's a completely separate fix, I walked through it in why your wifi keeps disconnecting.
Other Common Things That Feel Like This
Slowness rarely travels alone, and it's easy to blame the computer for a problem that's actually somewhere nearby. A few of the ones I get called about most, each with its own calm walkthrough.
If pages and downloads crawl but your programs open fine, it's probably the connection and not the machine, and wifi that keeps dropping is its own tidy fix. If the thing driving you up the wall is actually your phone rather than your computer, a phone battery that drains too fast and a phone that's out of storage are both fixable in a few minutes without buying anything. And if you sorted the computer out only to hit a wall at the last step, a printer that won't connect to wifi is a classic, and the fix is usually simpler than it looks.
The Short Version
If you skimmed all of that, here's the whole thing tiny. Restart it. Close what you're not using. Free up drive space and turn off the apps that launch on their own. Run the built-in virus scan and ignore every ad selling you a cleaner. If it's still slow after all that, it's probably the age of the machine, and an SSD or a bit more memory is the cheap fix before you think about replacing it.
Go slow, do one thing at a time, and stop the moment it feels right. Your computer is almost certainly fine. It was just carrying too much.
Related Articles

Why Is My Phone So Slow? Calm Fixes for iPhone and Android
Why is my phone so slow? Calm answers for iPhone and Android, a symptom-to-cause-to-fix table, how much free space it needs, and why it's rarely a virus.

How to Free Up Storage on iPhone and Android, Calmly
A calm, plain guide to how to free up storage on iPhone and Android, what reclaims the most space, and what is safe to delete versus what only looks scary.

Why Does My WiFi Keep Disconnecting? Simple Fixes
Your WiFi keeps disconnecting and you're not sure why. Here's a calm, plain way to find the cause and fix it on a router, Windows, Mac, or phone.