When I want to speed up a slow Windows 11 PC, I never reach for a download or my wallet first. Almost every sluggish machine I have touched got dramatically faster from settings that already ship with Windows. The biggest single win is usually trimming the apps that quietly launch at boot.
I rebuilt this guide around the exact order I work through on my own desktop and on friends’ laptops, starting with the changes that take seconds and moving toward the heavier ones only if you still need them.
Quick Answer
To speed up a slow Windows 11 PC, open Task Manager (Ctrl + Shift + Esc), select the Startup apps tab, and disable programs you do not need at boot. Then clear disk space with Storage Sense, install pending Windows updates, and run a malware scan. Those four steps deliver the biggest gain in minutes.
Start at the top of this list and stop as soon as your PC feels responsive again.
Why is my Windows 11 PC running slow?
Before changing anything, it helps to know what is dragging your machine down. When I diagnose a slow PC, the cause almost always lands in one of these buckets:
- Too many startup programs draining resources at boot
- Low disk space on your C: drive
- Outdated Windows or driver updates
- Background apps quietly consuming CPU and RAM
- Malware running hidden processes
- A fragmented or aging hard drive, especially on HDDs
- Insufficient RAM for your daily workload
The first time I helped my brother with his laptop, the culprit was eleven startup apps he had never noticed. Once I matched the symptom to the cause, the right fix was obvious.
Identify which bucket fits your symptoms and the correct fix below becomes clear.
How do I disable startup programs and power settings?
These are the changes I always make first because they cost nothing and take under two minutes combined.
Disable startup programs
Startup programs are the single biggest cause of slow boot times. Many apps add themselves to your startup list without ever asking.
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Startup apps tab.
- Right-click any program you do not need at boot and select Disable.
I disable things like Spotify, Discord, Teams, and OneDrive here; they still open normally when I launch them by hand. If your PC is specifically slow to boot, my guide on how to speed up Windows 11 boot time goes deeper.
Switch to a high performance power plan
Windows 11 defaults to a “Balanced” plan that throttles your CPU to save energy. High Performance unlocks its full speed.
- Press Windows + R, type
powercfg.cpl, and press Enter. - Click Show additional plans.
- Select High Performance.
This helps most on desktops, where power draw is not a concern.
Disabling startup apps and choosing High Performance is the fastest, lowest-risk speed boost available.
How do I free up disk space and trim visual effects?
A nearly full drive and heavy animations both tax an older machine more than people expect.
Free up disk space with Storage Sense
When your C: drive is nearly full, Windows 11 performance drops noticeably. Storage Sense automates the cleanup.
- Go to Settings → System → Storage.
- Toggle Storage Sense to On.
- Click Run Storage Sense now to clear temporary files immediately.
You can also search Disk Cleanup in Start for a one-time pass. For a fuller walkthrough, see my guide on how to free up disk space on Windows 11.
Turn off visual effects
Windows 11 animations and transparency look polished but cost real processing power on slower hardware.
- Search for Adjust the appearance and performance of Windows in Start and open it.
- Select Adjust for best performance to switch every effect off at once.
- Click Apply.
Clearing disk space and cutting animations frees both storage and CPU cycles your PC can put toward real work.
How do I update, scan, and stop background apps?
Outdated files, hidden malware, and chatty background apps quietly steal performance you paid for.
Install Windows and driver updates
- Go to Settings → Windows Update and click Check for updates.
- For drivers, right-click Start → Device Manager.
- Right-click a device → Update driver → Search automatically.
If updates themselves stall, see my guide on how to fix Windows Update not working.
Run a malware scan
Viruses and spyware silently consume CPU and RAM. The built-in Windows Security handles this for free.
- Open Windows Security from Start.
- Go to Virus & threat protection → Quick scan.
- For a deeper pass, choose Scan options → Full scan.
Microsoft’s own performance tips for Windows back up this updates-and-scan routine.
Disable background apps
- Go to Settings → Apps → Installed apps.
- Click the three-dot menu next to an app → Advanced options.
- Under Background apps permissions, select Never.
Keeping the system patched, scanned, and free of idle background apps removes the slowdowns you cannot see.
How do I find and end resource-hungry processes?
Task Manager shows exactly what is eating your CPU and memory in real time.
- Open Task Manager (Ctrl + Shift + Esc).
- Click the CPU or Memory column header to sort by usage.
- Right-click an unnecessary app → End task.
I avoid ending anything named “System,” “svchost.exe,” or anything I do not recognize, and only close apps I know. If one process constantly pins your processor, see my fix for Windows 11 CPU usage at 100%.
Sorting Task Manager by usage reveals the single app most responsible for the lag.
Which deeper tweaks help an aging PC?
If the quick wins are not enough, these heavier adjustments target older hardware specifically. The table shows where each fits best.
| Tweak | Best for | Risk level |
|---|---|---|
| Adjust virtual memory | Low-RAM PCs that stutter under load | Medium |
| Enable Fast Startup | Slow shutdown-to-boot cycles | Low |
| Defragment an HDD | Spinning hard drives only | Low |
Adjust virtual memory
When RAM runs low, Windows borrows drive space as virtual memory. Setting it manually can smooth out stutters.
- Open Adjust the appearance and performance of Windows.
- Go to the Advanced tab → Virtual memory → Change.
- Uncheck Automatically manage, set Initial size to 1.5× your RAM (12,288 MB for 8 GB) and Maximum size to 3× your RAM.
Enable Fast Startup
- Go to Control Panel → Power Options → Choose what the power buttons do.
- Click Change settings that are currently unavailable.
- Check Turn on fast startup and click Save changes.
Defragment an HDD (never an SSD)
On a spinning hard drive, fragmentation slows reads and writes over time. Never defragment an SSD; Windows 11 handles SSD optimization (TRIM) automatically, and defragging shortens an SSD’s life.
- Search Defragment and Optimize Drives in Start.
- Select your HDD and click Optimize.
These deeper tweaks pay off most on older, low-RAM machines with traditional hard drives.
When is a hardware upgrade worth it?
If software fixes do not fully solve it, hardware is the final frontier and the most impactful change you can make.
- RAM: 8 GB is the practical minimum for Windows 11; 16 GB is ideal for smooth multitasking.
- SSD: swapping an HDD for an SSD cut my own boot time from over 60 seconds to under 10 and made everything feel instant.
An SSD or RAM upgrade is the surest fix once free tweaks run out, and it often adds years of life to an old machine.
What mistakes should I avoid when speeding up Windows 11?
- Disabling antivirus to “free up resources.” Fix: leave Windows Security on; it is lightweight and protects you.
- Skipping Windows updates. Fix: install them, since they often carry performance patches.
- Installing third-party “PC booster” apps. Fix: skip them; most are bloatware, and Windows already has every tool you need.
- Defragmenting an SSD. Fix: never do it; let Windows run TRIM automatically.
- Ending random system processes. Fix: close only apps you recognize, and run
chkdskif you suspect disk errors.
Avoiding these five traps keeps your speed-up safe, so you gain performance without breaking anything.
Frequently Asked Questions
Why is my Windows 11 PC slow after a recent update?
It is usually temporary: updates run background indexing and configuration right after installing. For example, after a recent feature update my own PC dragged for about 40 minutes, then returned to normal once I restarted. If it persists, check Settings → Windows Update → Update history.
How much RAM do I need for Windows 11 to run smoothly?
8 GB is the realistic minimum, and 16 GB is strongly recommended for multitasking. Microsoft lists 4 GB as the floor, but when I tested an old 4 GB laptop, opening a browser and one app already maxed it out.
Will resetting Windows 11 make my PC faster?
Yes, a reset clears accumulated junk, bloatware, and corrupted files. When I reset a friend’s three-year-old laptop with Settings → System → Recovery → Reset this PC and chose “Keep my files,” it booted like new while keeping her documents.
How do I check what is slowing down my Windows 11 PC?
Open Task Manager (Ctrl + Shift + Esc) and sort by the CPU, Memory, and Disk columns; anything consistently above 80% is a prime suspect. On my desktop this is how I caught a sync app pinning the disk and ended it on the spot.
Can I speed up Windows 11 without installing any software?
Absolutely; every fix here uses built-in tools. I cleaned up my own machine using only Task Manager, Storage Sense, Windows Security, and Power Options, with nothing downloaded.
Does disabling startup programs delete them from my PC?
No, it only stops them launching automatically at boot. The first time I disabled Spotify at startup I worried it was gone, but it opened normally the moment I clicked its icon.
Conclusion
A slow Windows 11 PC is almost always fixable for free. Start with the quick wins, then work down only as far as you need to.
Right now, open Task Manager (Ctrl + Shift + Esc), click the Startup apps tab, and disable every program you do not need at boot. It takes 60 seconds and noticeably speeds up your next startup.