How to speed up Windows 11: the real triage
Every guide to speed up Windows 11 is the same ten tweaks reordered. How to work out which of four bottlenecks you actually have before changing anything.
Written by the team building AppFreeze, focus your PC on the task that matters.
Every "speed up Windows 11" guide is the same list in a different order: disable startup programs, turn off visual effects, run disk cleanup, disable background apps, check for malware. Do all of it, and the machine is maybe a little snappier, or maybe you cannot tell the difference at all — and the guide never explains why the same list works well for one person and does nothing for another.
The reason is that "slow" is not one problem. It is five or six different problems that happen to produce the same complaint, and a list of ten tweaks aimed at all of them at once is mostly aimed at problems you do not have.
Before you speed up Windows 11, work out which kind of slow you have
Slow to boot, fine once running. The delay is concentrated in the minute after you turn the machine on, and everything is normal after that. This is a startup problem.
Fine at idle, bogs down under load. Opening one demanding application, or several ordinary ones at once, makes everything sluggish — including things unrelated to what you just opened. This is contention: too many processes competing for too few CPU cycles.
Slow all the time, at idle and under load alike. Nothing in particular seems to trigger it; the machine is simply sluggish as a baseline. This points at either a genuine resource shortage (not enough RAM, a full or failing drive) or a single misbehaving process running constantly in the background.
Fast, then suddenly not, mid-session, for no obvious reason. Often thermal — a laptop that has been working hard for a while and has started throttling to manage heat.
These need different fixes, and running the startup-program fix on a contention problem, or the visual-effects fix on a thermal problem, is why so many people report "I did everything and nothing changed."
If it's slow to boot
Task Manager's Startup apps tab rates each entry by boot-time cost, and the rating is more specific and more useful than "just disable things you don't recognise."
Which entries are actually safe to disable — and which ones people disable and regret covers this in detail, including the two places Windows hides autostart entries that Task Manager does not show at all: Task Scheduler and Services.
If it's fine at idle, bogs down under load
This is contention, and it is the most common version of "slow" that generic tweak lists handle worst, because the standard advice — disable background apps — is permanent, and most of what is running in the background is something you actually want, just not at this exact moment.
Two things to check specifically:
What's actually running, and how much of it is doing real work. If Task Manager shows CPU pinned at 100% and the process list does not add up, the walkthrough there covers reading the Details tab correctly and the specific processes people mistake for problems that are not.
Whether the Windows 11 background-apps setting even applies to what is using your CPU. It almost certainly does not — that setting governs Store apps, and the desktop applications actually competing for your CPU (Chrome, Steam, Discord, your sync client) are managed individually, each in its own settings.
If it's slow all the time
Two different causes produce this, and they need opposite fixes.
A specific process leaking or misbehaving — check Task Manager sorted by memory and CPU for a private-bytes figure that only ever grows. The instinct to "free up RAM" with an optimiser does not fix this and is usually actively counterproductive — the fix is restarting or updating the specific offending application, not clearing memory generally.
Genuine resource shortage — a drive that is nearly full slows Windows' own housekeeping, and 8 GB of RAM is a genuinely tight fit for a modern browser plus anything else running alongside it. This is the one category on this page with no clever fix: more storage headroom or more RAM is the actual answer.
If it's fast, then suddenly not
Thermal throttling, most common on laptops. The CPU is not busy, it is being deliberately slowed to manage heat, and everything downstream of that queues up and feels sluggish as a result.
Check the Performance tab in Task Manager during a slow stretch: if the clock speed is sitting well under the CPU's advertised base speed while usage is high, that is the signal. Cleaning intake vents, using the laptop on a hard flat surface rather than a blanket or your lap, and checking the power plan is not set to Battery Saver during demanding work all address this directly.
The fix nobody's speed up Windows 11 list includes
Everything above assumes a permanent decision is the right shape of fix: disable this, uninstall that. For the contention case specifically — fine at idle, bad under load — a permanent decision is often the wrong shape, because the background apps causing it are things you want running the rest of the time.
Manually setting one process to High priority in Task Manager does something similar for exactly as long as that process stays open, and resets the moment you close it — useful to know for right now, and the reason a rule that reapplies itself automatically is worth more than a one-time click.
The realistic path to speed up Windows 11
- Identify which of the four patterns above matches what you are seeing. This alone rules out most of a generic tweak list.
- Follow the specific guide for that pattern rather than working through an unrelated top-ten list.
- If the pattern is contention — the most common one, and the one permanent tweaks handle worst — that is the case an automatic, temporary priority adjustment actually solves.
A machine that boots quickly, sits fine at idle, and only struggles when twenty things are genuinely competing for the same CPU is not broken. It is behaving exactly as designed. The fix is deciding, automatically, which of those twenty things gets to go first.
Two of the four bottlenecks above have articles of their own: disk usage stuck at 100% and a drive with nothing left on it, which slows Windows down in ways that look like every other kind of slow.