Slowness rarely arrives suddenly. It creeps in over months, and by the time you notice, you’ve already adjusted your expectations downward without realising it. You wait a beat longer for File Explorer. You start a program and glance at your phone while it loads. Eventually you conclude the machine is old and start pricing replacements.

Frequently, it isn’t old. It’s cluttered, misconfigured, or bottlenecked by one specific thing. Here are the fixes worth trying, roughly in order of how often they solve the problem.

1. Find out what’s actually slow

This is the step people skip, and it’s the one that prevents wasted effort.

Open Task Manager (Ctrl+Shift+Esc) and go to the Performance tab. Use the computer normally for a few minutes, then look at which resource is saturated.

CPU at 100 percent: something is consuming processing power. Check the Processes tab, sorted by CPU, to identify it.

Memory above 80 percent: you’re short on RAM, and the system is swapping to disk.

Disk at 100 percent: this is the classic Windows slowdown, and it’s overwhelmingly common on machines still using mechanical hard drives.

All resources low but the machine feels slow: the problem is likely a specific application, a driver issue, or a power setting.

Knowing which of these applies eliminates most of the remaining fixes immediately.

2. Replace a mechanical hard drive

If your disk sits at or near 100 percent during ordinary use, and the drive is a mechanical HDD, no amount of software tuning will fix this properly.

Windows 11 is designed with the assumption of fast storage. Background indexing, update processes, telemetry, and antivirus scanning all generate constant small reads and writes. A mechanical drive handling those alongside your actual work cannot keep up.

An SSD upgrade transforms these machines more than any other intervention. A five-year-old laptop with a new SSD frequently feels faster than a new budget machine with a hard drive.

If you’re reading this article because your computer feels slow and it has a mechanical drive, this is your answer. Everything below is secondary.

3. Clean up startup programs

Every application that launches at startup consumes memory and processing power from the moment you log in, whether you use it that day or not.

Open Task Manager and go to the Startup apps tab. Windows helpfully lists a startup impact rating for each entry.

Safe to disable: manufacturer updater utilities, cloud storage clients you don’t use daily, communication apps you open manually, gaming launchers, printer software, and anything you don’t recognise as necessary.

Leave enabled: antivirus software, audio drivers, touchpad utilities on laptops, and anything provided by your hardware manufacturer that relates to power or display management.

Turning off a startup entry doesn’t uninstall the program. If something stops working as expected, you can re-enable it.

This single step frequently recovers noticeable responsiveness on machines that have accumulated software over several years.

4. Check for background resource hogs

Some processes consume resources continuously without appearing in startup lists.

Common offenders include search indexing running after a large file change, Windows Update downloading in the background, antivirus performing a scheduled scan, cloud storage synchronising a large folder, and browser tabs playing embedded media.

In Task Manager’s Processes tab, sort by CPU and then by Memory. Anything consuming substantial resources that you don’t recognise deserves investigation before you assume it’s legitimate.

One particular warning: if a process you don’t recognise is using significant CPU continuously, especially with a generic name, run a malware scan. Cryptocurrency mining malware exists specifically to consume your processing power, and its entire symptom profile is “computer is slow and hot for no apparent reason.”

5. Free up disk space

Windows needs free space to function well. Below roughly 10 to 15 percent free, performance degrades measurably as the system struggles to manage temporary files, page files, and update staging.

Storage Sense (Settings → System → Storage) identifies what’s consuming space and can automatically clear temporary files.

Windows.old appears after a major update and can occupy tens of gigabytes. It exists to allow rollback and can be removed via Disk Cleanup once you’re confident you don’t need to revert.

The Downloads folder accumulates installers, archives, and files you meant to sort. It’s frequently the largest recoverable category.

The hibernation file occupies space equal to a portion of your RAM. If you never hibernate, deactivating it (via powercfg /h off in an administrator command prompt) recovers that space.

Do not use third-party “cleaner” and “optimiser” utilities. They range from ineffective to actively harmful, and modern Windows manages most of what they claim to fix.

6. Fix your power plan

This one catches an enormous number of laptop users and is invisible unless you look.

Windows defaults to a balanced power profile, and on laptops running on battery, aggressive power saving can substantially limit processor performance. If your machine feels slow specifically when unplugged, this is almost certainly why.

Go to Settings → System → Power & battery, and set the power mode to Balanced or Best Performance while plugged in.

Manufacturer utilities frequently add their own power profiles layered on top of the Windows ones, sometimes with more aggressive throttling. Check whether your laptop has one and what it’s set to.

7. Update drivers, particularly graphics and storage

Outdated drivers cause a surprising range of performance problems, from stuttering to sluggish window rendering.

Graphics drivers should come from the GPU manufacturer directly rather than Windows Update, which often provides older versions.

Storage controller drivers matter more than people expect, particularly on newer platforms where the manufacturer’s driver substantially outperforms the generic Windows one.

Chipset drivers from your motherboard or laptop manufacturer handle power management and inter-component communication.

Avoid third-party driver-updater utilities. They frequently install incorrect or outdated drivers and are a common source of new problems.

8. Reduce visual effects

Windows 11’s animations, transparency effects, and shadows look good and cost performance, particularly on machines with integrated graphics.

Search for “Adjust the appearance and performance of Windows.” Selecting “Adjust for best performance” turns off everything, which is effective but produces a starkly plain interface.

A better compromise: choose Custom and keep “Smooth edges of screen fonts” enabled, since turning it off makes text noticeably worse. Turn off the rest.

Additionally, turning off transparency effects (Settings → Personalisation → Colours) provides a small but real improvement on weaker hardware.

9. Deal with browser bloat

For many people, the computer isn’t slow, the browser is, and the browser is what they use for almost everything.

Extensions consume memory continuously and can substantially slow page rendering. Review your installed extensions and remove anything you don’t actively use. Ad blockers are worth keeping; most other things aren’t.

Tab count matters. Modern browsers manage memory reasonably well, but dozens of open tabs still consume real resources. Browsers have built-in features to suspend inactive tabs; enable them.

Hardware acceleration should generally be on, but occasionally causes problems with older graphics drivers. If your browser specifically is stuttering, toggling this setting is worth testing.

Check your browser’s own task manager (Shift+Esc in Chrome-based browsers) to identify which specific tab or extension is consuming resources.

10. Reset rather than reinstall

When accumulated configuration problems become intractable, Windows 11’s built-in reset function is considerably easier than a full reinstallation.

Settings → System → Recovery → Reset this PC offers two options: keep your files, or remove everything.

“Keep my files” preserves your documents while removing installed applications and resetting system settings. It resolves most software-related slowdowns without requiring you to back up and restore everything manually.

Back up anyway. Always back up before any recovery operation, regardless of what it promises to preserve.

Consider this the last resort, but a reasonable one. A reset takes under an hour and frequently resolves problems that would take much longer to diagnose individually.

What not to bother with

Defragmenting an SSD. Unnecessary and marginally harmful. Windows already handles SSD optimisation appropriately.

Registry cleaners. No measurable benefit and genuine risk of breaking things.

“RAM booster” applications. They forcibly clear memory that Windows was using productively as cache, making performance worse.

Disabling services unthinkingly. Guides recommending you turn off long lists of Windows services frequently break functionality in ways that only become apparent weeks later.

Increasing the page file manually. Windows manages this competently. Manual adjustment rarely helps and occasionally hurts.

The realistic expectation

If your machine has an SSD, adequate RAM, and a reasonably modern processor, the fixes above should restore it close to its original responsiveness.

If it has a mechanical hard drive, fix that first. If it has 4GB of RAM, that’s your limitation. If the processor is a decade old, software tuning can only accomplish so much.

Being honest about which category you’re in prevents both unnecessary spending and unnecessary frustration.

Leave a Reply

Your email address will not be published. Required fields are marked *