goJumboGPT

Devices Computers: speed, memory and buying well

Why your computer is slow and what actually fixes it

The real causes of a slow machine in order of likelihood, the fixes worth doing, and the optimizer software that makes things worse.

8 min read How we write

The short answer

  • A slow computer almost always has one dominant bottleneck: storage, memory, heat, startup software, the browser, or malware.
  • Replacing a mechanical hard disk with a solid state drive is the largest single improvement available for an older machine, because app loading is thousands of small scattered reads.
  • High memory usage is normal and healthy; the symptom that means you need more memory is swapping, which shows as disk activity while the processor sits idle.
  • A laptop that is fast for five minutes and then slow with a loud fan is overheating, and blocked vents or dust are usually the reason.
  • Registry cleaners and memory optimizers do not make a modern computer faster, and some of them break working software or sell a subscription off a fake scan result.

Most slow computers are slow for one of six reasons: a mechanical hard disk or a nearly full solid state drive, not enough memory for what you are running, a processor that is overheating and throttling itself, too much software launching with the machine, a browser loaded with tabs and extensions, or something unwanted running in the background. Find out which one applies before you spend anything, because the wrong fix costs the same as the right one and changes nothing. For an older machine still running on a spinning hard disk, replacing it with a solid state drive is the single biggest improvement available. The least useful thing you can do is install a program that promises to clean, boost or optimize.

Find the bottleneck first

Open the tool your system already has and watch it while the machine is actually being slow, not while it sits idle. On Windows that is Task Manager (Ctrl, Shift and Escape together), on the Performance tab. On a Mac it is Activity Monitor, in Applications and then Utilities. Look for which resource is pinned: processor, memory, disk or network. The pattern of the slowness tells you more than any single number.

What it feels likeMost likely causeWhat to check
Slow from power on, disk activity near 100 percentMechanical hard disk, or a drive that is failingDisk column in Task Manager, drive type, drive health
Fine until the fifth app, then everything crawls at onceMemory pressure and swappingMemory pressure graph on macOS, hard faults on Windows
Fast for a few minutes under load, then slow with a loud fanThermal throttlingVents, dust, whether the fan is moving real air
Login takes minutes, then it settlesStartup programsStartup tab in Task Manager, Login Items on macOS
Only the browser is slow, other apps are fineTabs, extensions or one heavy pageThe browser's own task manager
Random stalls, pop ups, a search engine you did not chooseAdware or malwareA full scan and the extension list

Storage: the cause people miss

A mechanical hard disk has a physical arm that moves to find data, which takes around ten milliseconds. It can therefore handle only a few hundred small scattered reads per second, no matter how fast it spins. Starting an operating system or an application is exactly that: thousands of small scattered reads. A solid state drive has nothing to move and handles tens of thousands of those per second. That is why a hard disk machine feels unusable while its processor sits idle, and why fitting a solid state drive can make a seven year old laptop feel newer than a current budget model.

If you already have a solid state drive, check how full it is. These drives need spare blocks to write efficiently and spread wear evenly, so they slow down when nearly full. Keep at least ten to fifteen percent free. Windows also needs room for the page file, update staging and temporary files, and a drive with a gigabyte left will crawl for that reason alone.

Before you replace any drive, make sure you have a working copy of everything on it. The difference between a sync folder and a real backup is covered in how a 3-2-1 backup arrangement works in a normal household, and it matters most on the day a drive is about to be removed.

Memory pressure versus normal memory use

High memory usage is not a fault. A modern operating system deliberately fills spare memory with cached files, because memory sitting empty does nobody any good. Seeing 85 percent used is normal. The cache is released the moment an application asks for the space.

Real pressure looks different. When your applications genuinely need more memory than exists, the system moves pages out to the drive and reads them back on demand. That is swapping, and it turns a nanosecond operation into a millisecond one. The symptoms are distinctive: switching back to a window you left open takes seconds, the disk stays busy while the processor is idle, and the whole machine stalls together rather than one app slowing down. A memory pressure graph turning yellow on macOS, or a high hard fault rate in Windows Resource Monitor, confirms it. How much you actually need for your kind of work is set out in the honest figures for memory by workload.

Heat, dust and throttling

Processors have a temperature limit and defend it by lowering their own clock speed. This prevents damage, but it means a laptop that cannot shed heat runs at a fraction of its rated speed. The telltale pattern is good performance for the first minutes of a demanding task followed by a sustained drop, usually with the fan at full volume.

The causes are mechanical and mostly free to fix. Dust builds into a felt mat across the heatsink fins, so the fan spins hard and pushes almost no air through them. Vents get blocked when a laptop sits on a bed, a sofa or a lap. Thermal paste between the chip and the heatsink dries out over the years. Short bursts of compressed air through the vents, plus a hard flat surface to work on, fix a surprising share of slow laptops. Repasting helps on an older machine but means opening it up, so it is a repair shop job unless you are comfortable in there.

Startup programs, browsers and background apps

Software that installs itself into startup is the classic cause of a machine that is slow for the first ten minutes after login. The usual suspects are updaters for apps you use twice a year, cloud sync clients, game launchers, chat apps, printer suites and manufacturer utilities. Windows Task Manager rates each one for startup impact. Disabling an entry does not uninstall anything: the app still opens when you click it.

The browser deserves separate treatment because for most people it is the computer. Each tab holds its own memory, and a page left open for days keeps growing. Extensions are heavier than they look, because many run code on every page you visit, which costs memory and time on every single load. Chromium based browsers and Firefox both have an internal task manager showing memory and processor use per tab and per extension, which usually identifies the culprit in seconds. Extensions also deserve a security look, because the permission to read and change data on every site is exactly what a compromised one abuses, as what a browser extension can actually see explains.

If the slowdown arrived suddenly, came with pop ups, or changed your homepage and search engine, treat it as an infection rather than a performance problem and work through a proper cleanup of an infected machine, using the plain English guide to malware families to work out what you are dealing with.

Why optimizers and registry cleaners make things worse

Registry cleaners promise to speed up Windows by deleting orphaned entries. The registry is a database that the system indexes and caches, and a few thousand unused keys cost nothing measurable to look past. There is no performance to recover. What these tools can do is delete an entry something still needed, leaving you with an application that will not start and a problem far harder to diagnose than the slowness you began with.

Memory optimizers are worse in an interesting way. They force applications to release memory, which produces a satisfying drop in the usage graph. What actually happened is that useful cached data was thrown away, so it all has to be read from the drive again. You paid real disk work for a cosmetic number.

What to do this weekend

Work down this list and stop when the machine is fast enough. The order is roughly effect per dollar spent.

ActionCostEffectWhen it is the right move
Clear space so the drive has 15 percent freeFreeLargeAny drive over about 90 percent full
Trim startup items and remove unused appsFreeModerateSlow login, slow first ten minutes
Clean the vents, use a hard surfaceA can of airLargeLoud fan, slows under sustained load
Prune browser extensions and tabsFreeLargeOnly the browser is slow
Full malware and adware scanFreeVariesSudden onset, pop ups, changed search engine
Fit a solid state driveParts plus an hourTransformativeAny machine still on a spinning disk
Add memoryParts, if sockets existLarge or noneConfirmed swapping only
Reinstall the operating systemFree, half a dayModerate to largeYears of accumulated software, nothing else worked

Keep the system and drivers current while you work, since some slowdowns are bugs already fixed upstream, a judgment covered in which updates to install now and which can wait. If you reach the bottom of the list and the machine still cannot do the job, the question turns from repair to replacement, and the specifications that matter are in the laptop checklist that survives the marketing.

Common questions

Will adding more RAM speed up my computer?

Only if you are actually running out. Watch the memory pressure graph on macOS or the hard fault rate on Windows while the machine feels slow. If the system is swapping to disk, more memory helps enormously. If it is not, the extra memory will sit there as cache and the slowness will be unchanged, because the bottleneck was somewhere else.

Is it worth reinstalling Windows to speed things up?

It helps on an install that has collected years of software, drivers and startup entries, and it is free apart from your time. Back up first, make sure you can get your application licenses and files back, and expect to spend half a day. If the machine is slow because of a mechanical hard disk or overheating, a reinstall will not fix it.

Do I need a cleaner app to delete temporary files?

No. Windows has Storage Sense and Disk Cleanup built in, and macOS has storage management in system settings. Both remove caches, update leftovers and old installers safely. A third party cleaner does the same job with more aggressive defaults and often a subscription attached.

How do I know if my hard drive is failing?

Look for clicking or grinding noises, files that fail to open, long freezes with the disk light on, and the system reporting errors during startup. Drives keep internal health statistics called SMART data that free tools can read. Any warning there means copy your files off immediately and treat the drive as disposable.