The order matters more than the list
Almost everyone works this backwards. The instinct on a slow machine is to look for a virus, install something that promises to clean it, and only afterward look at the boring things. In practice the boring things are the answer nearly every time, and the order below is roughly the order of frequency, from the cause you will find most often to the one you will find least.
Before touching anything, get a baseline you can compare against later. Open Task Manager with Ctrl+Shift+Esc, click More details, and watch the Performance tab while the machine is doing whatever feels slow. You are looking for which of the four resources is pinned: CPU, memory, disk, or network. That single observation eliminates most of the list.
| What is pinned | Usual meaning | Where to look next |
|---|---|---|
| Disk at or near 100 percent, everything else low | The classic symptom of a mechanical hard drive, a nearly full drive, or a drive that is failing | Free space first, then drive health |
| Memory at 90 percent or more, disk busy | Not enough RAM for what is open. The system is swapping to disk, which is thousands of times slower. | Browser tabs and background apps, then a RAM upgrade |
| CPU high with no obvious app responsible | Something running in the background: an update, an indexer, a scan, or occasionally mining malware | Sort the Processes tab by CPU and read the names |
| Nothing is pinned but everything feels sluggish | Thermal throttling, or a machine that is simply old relative to the software | Fan noise, heat, dust |
| Only web pages are slow | Network, not the computer | The router, not the PC |
1. Storage nearly full
This is the most common cause and the easiest to miss, because a drive at 97 percent full does not announce itself. Windows needs working room on the system drive for the page file, for update staging, and for temporary files, and when it does not have that room the whole machine gets slow in a way that looks like a hardware problem. Ten to fifteen percent free is a reasonable floor. On a 256 GB drive that is roughly 30 GB you should not be using.
What actually takes the space, in descending order of how often it surprises people: the Downloads folder, which nobody empties; a second copy of every photo because a phone is syncing into a local folder; Windows Update leftovers and the old-Windows rollback folder after a feature update; game installs, which now run 80 to 150 GB each; and browser caches. Storage Sense in Settings will clear the system side of that. The rest you have to look at yourself. If you are trying to work out what a folder size means in the units a drive is sold in, the data size converter handles the gigabyte-versus-gibibyte gap that makes a 500 GB drive show up as 465.
2. Too many startup programs
Every application that installs a launcher, an updater, a cloud sync agent or a tray icon adds time to every boot and takes memory forever afterward. On a machine that has been in use for a few years there are commonly fifteen to thirty of these, and the owner deliberately wanted maybe four.
Task Manager has a Startup apps tab with a Startup impact column. Disable anything you do not recognize as something you actively use at boot. This is safe and reversible — disabling is not uninstalling, and nothing here will stop the machine from starting. The ones worth keeping are security software, a touchpad or graphics utility if the hardware needs it, and one cloud sync client if you rely on it. Everything else can start when you open it.
| Common startup entry | Keep it? |
|---|---|
| A cloud storage client you actually use daily | Yes |
| Security software | Yes |
| Game store launchers | No. They start when you open a game. |
| Printer and scanner suites, camera utilities | No. Printing works without the tray icon. |
| Updaters for a PDF reader, a media player, a browser toolbar | No |
| Chat and video call apps set to start minimized | Only if you take calls all day |
| Anything you cannot identify by name | Search the name before deciding. If it is not a driver, disable it and see what breaks. |
3. A drive that is failing
A dying drive produces a specific and recognizable pattern: the machine freezes for ten or twenty seconds at a time and then comes back, file copies stall partway, and the same folder is fast one day and slow the next. This is different from generally slow, and it is the one cause on this list where continuing to use the machine costs you data.
Every modern drive reports its own health through SMART. Windows will tell you the basics from an elevated command prompt, and free utilities will show the full attribute list, of which reallocated sector count, pending sectors and, on an SSD, total bytes written are the ones that matter. If the drive reports anything other than healthy, stop optimizing and start copying files off. A drive that has begun reallocating sectors does not get better.
Do not run a disk defragmenter on an SSD. Windows already handles SSDs correctly with a different maintenance operation, and third-party defragmenters written for spinning disks add write wear for no benefit.
4. Heat and dust
Processors reduce their own clock speed when they get too hot, which is a protective feature and not a fault. The result on a dusty laptop is a machine that is fine for the first ten minutes and then becomes noticeably slower, with the fan running constantly. If your slowness has a warm-up period, this is what you have.
The fix is physical. On a desktop, open the side and clear dust from the CPU cooler fins, the power supply intake and the case filters with compressed air, holding the fans still so they do not spin up and generate voltage. On a laptop, blow out the exhaust vents in short bursts, and get the machine off soft surfaces — a bed or a couch cushion blocks the intake that is usually on the bottom. Thermal paste on a machine older than about five years is worth replacing if you are comfortable opening it, and is not worth attempting if you are not.
5. Malware, which is last for a reason
Genuine malware slowdowns exist, but they are less common than the folklore suggests, and they usually arrive with other symptoms: browser pages redirecting, a homepage you did not set, extensions you did not install, pop-ups outside the browser. Windows Security is built into Windows, is on by default, updates itself, and is a competent scanner. Run a full scan with it, and if you want a second opinion, run one on-demand scanner from a reputable vendor and then leave it at that. Two resident antivirus products running at once is itself a cause of slowness.
Registry cleaners and PC optimizers are not a fix
This is the most useful paragraph on the page. The category of software that promises to speed up your PC by cleaning the registry, tuning services, defragmenting memory or removing junk files does not do what it claims. The Windows registry is not a place where accumulated entries cost measurable speed, and deleting entries from it is a way to break applications. Free-space cleaning is real, but Windows already includes it. Beyond that, the category has a long history of scareware behavior: scanning, reporting hundreds of alarming errors, and asking for a payment to fix them, on machines that are perfectly healthy. Several products in this space have been distributed as bundled installs the user never chose, and several have been classified outright as unwanted software by security vendors.
If a program shows you a red number of problems found and a Fix All button behind a payment screen, that is a sales technique, not a diagnosis. Uninstall it. On a machine that has three or four of these installed, removing them is itself a performance improvement, because each one is running a resident agent at startup.
The upgrade that is actually worth money
If the machine still boots from a mechanical hard drive, replacing it with an SSD is the largest single improvement available, and it is not close. Boot times drop from minutes to seconds, applications open immediately, and the freezing under load largely disappears, because the bottleneck was never the processor. People expect this to be a major expense and it has not been for years — a 1 TB SATA SSD is an inexpensive part, and installing one in a desktop or most laptops is two screws and a cable.
| Upgrade | When it helps | When it does not |
|---|---|---|
| Hard drive to SSD | Any machine still running a spinning disk. The biggest real-world change you can buy. | Machine already has an SSD. A faster SSD is a much smaller step than the first one. |
| More RAM | Memory sits above 85 percent in normal use, or you keep many tabs and applications open | Memory usage is 50 percent. Extra RAM sits unused and changes nothing. |
| Cleaning and repasting | Slowness that arrives after ten minutes of use, and loud fans | Slow from a cold boot |
| New graphics card | Games and rendering | Web browsing, documents, video calls |
| A new computer | An SSD and RAM would still leave a processor two or three generations behind what your work needs | Anything the four rows above solve |
Running costs are a smaller factor than people expect, but if you are deciding between keeping an old desktop alive and replacing it, the appliance power calculator will tell you what the old one costs to leave on.
When a reinstall is the answer
Sometimes the machine really is carrying ten years of accumulated software and the fastest route is a clean start. That is a legitimate tool, but it is the last one, and it has real prerequisites around backup and application licenses. Read resetting Windows before you begin, particularly the part about what a reset does not fix — if the underlying problem is a failing drive, reinstalling onto that drive wastes the effort and can lose the data you still had.
Work the list top to bottom and stop when the machine is quick again. Most of the time you never reach the bottom, and the whole thing costs nothing but forty minutes.
Questions people ask
Why is my disk usage at 100 percent when I am not doing anything?
On a machine with a mechanical hard drive this is normal background behavior overwhelming a slow device — Windows Update, the search indexer, a virus scan and a cloud sync client can each saturate a spinning disk on their own. Check three things in order: free space on the system drive, since a nearly full drive makes this dramatically worse; the Processes tab in Task Manager sorted by Disk, to see which process is responsible; and the drive health, because a drive with failing sectors shows exactly this pattern while it retries reads. If the drive is mechanical and healthy, an SSD ends the problem permanently.
Do registry cleaners speed up a computer?
No. There is no measurable performance benefit to removing registry entries on a modern version of Windows, and deleting the wrong ones breaks applications in ways that are hard to trace afterward. The category has a poor reputation for good reason: many of these products report large numbers of alarming problems on healthy machines and then ask for payment, several have been bundled into installers without the user choosing them, and security vendors classify a number of them as unwanted software. If a scan shows you hundreds of errors and a Fix All button behind a paywall, that is marketing. Uninstalling optimizer software is more often a speed improvement than installing it.
Will more RAM make my computer faster?
Only if you are actually running out. Open Task Manager, use the machine the way you normally do, and look at the memory figure. If it sits above about 85 percent and the disk is busy at the same time, the system is swapping to storage and more RAM will help a great deal. If memory sits around half used, adding more changes nothing at all, because unused RAM does not make anything faster. On most older machines that feel slow, the storage device is the bottleneck rather than the memory.
How do I know if my hard drive is failing?
The behavioral signs are freezes lasting ten to thirty seconds followed by recovery, file copies that stall partway through, clicking or grinding from a mechanical drive, and files that occasionally will not open. The measurable sign is the drive SMART report: reallocated sectors, pending sectors and uncorrectable errors above zero and rising all point the same way. Treat any of it as urgent. Copy your files off before you do anything else, because troubleshooting a failing drive by continuing to use it is how people lose the data they still had.
Is it worth upgrading an old laptop or should I replace it?
The deciding question is whether it has a mechanical hard drive. If it does, an SSD and possibly a memory upgrade will transform it for a modest cost and buy two or three more useful years, and it is the best value repair in personal computing. If it already has an SSD and adequate RAM and still struggles, you are up against the processor and the answer is replacement. One more check before you spend anything: a laptop that only gets slow after ten minutes is thermally throttling, and a dust cleanout costs nothing.