How to Speed Up a Slow Windows PC (Windows 10 and 11) — Complete Guide 2026
12 proven fixes to speed up a slow Windows PC without buying anything new. Covers startup programs, disk cleanup, visual effects, power settings, RAM, SSD upgrades, and when to call support.

A slow Windows PC is one of those problems that nobody has time for and everybody eventually develops. Boot takes three minutes, apps take forever to open, and the fan sounds like it is trying to achieve liftoff every time you open a browser tab. The good news: in the vast majority of cases, a slow Windows PC is a configuration problem, not a hardware problem, and it can be fixed in under an hour using tools already built into Windows — no third-party cleaner apps, no paid "optimizer" software, no suspicious registry tweaks. This guide covers every fix in order of impact, starting with the ones that take five minutes and finishing with the hardware upgrades worth considering when software alone is not enough.
Diagnose first: find your bottleneck in Task Manager
Before changing anything, spend two minutes identifying which resource is actually overloaded. Press Ctrl + Shift + Esc to open Task Manager, then click the Performance tab. You will see real-time graphs for CPU, Memory, Disk, and Network. The one running consistently high is your bottleneck — and it determines which fixes to prioritize.
CPU near 100%
A background process is consuming processor cycles. Check the Processes tab — sort by CPU and look for anything unexpected. Fix: disable startup programs, scan for malware, uninstall unused software.
Memory near 100%
Not enough RAM for your workload. Fix: close unused browser tabs and apps, disable background app permissions. Long-term: RAM upgrade if consistently above 90%.
Disk near 100%
Very common on older PCs with mechanical hard drives — or drives that are nearly full. Fix: run Disk Cleanup, check for malware, consider SSD upgrade. A mechanical HDD at 100% disk usage is the single most common cause of a PC that feels broken but is not.
Fix 1: Disable startup programs
Cut your boot time by 30–50%
Every app that launches at startup consumes CPU and RAM before you have opened a single program. Game launchers, messaging apps, cloud sync tools, update services for software you barely use — they all start with Windows and many keep running in the background all day.
Press Ctrl + Shift + Esc to open Task Manager and click Startup apps in the left menu. You will see each program's name, publisher, status, and startup impact. Right-click any item marked High or Medium that you do not need immediately on boot, and select Disable. Common candidates: Spotify, Discord, Steam, OneDrive (if you do not actively use it), Teams, Zoom, and any manufacturer-installed utility software. Disabling does not uninstall — these apps still work, they just do not load automatically.
Disabling high-impact startup programs can reduce boot time by 30–50%. On a 2019 laptop that took 3 minutes to become usable after login, this single change is commonly reported to bring that down to under 90 seconds.
Fix 2: Run Disk Cleanup
Remove gigabytes of temporary files Windows has been hoarding
Windows accumulates temporary files, update caches, error reports, and other system junk over time. A drive that is more than 85% full begins to struggle — Windows needs space to manage swap files, updates, and temporary operations, and without it, everything slows down.
Search for Disk Cleanup in the Start menu and open it. Select your C: drive. Click Clean up system files for a more thorough scan. Check everything that appears — particularly Windows Update Cleanup (often multiple gigabytes on a machine that has been running for a year), Temporary files, Recycle Bin, and Downloaded Program Files. Click OK and confirm.
Alternatively: press Windows + I, go to System > Storage > Temporary files for the Windows 11 version of the same tool with a cleaner interface.
Fix 3: Adjust visual effects for performance
Stop Windows from spending GPU cycles on animations your CPU cannot afford
Windows 11's translucent taskbar, smooth window animations, and shadow effects look polished on new hardware. On a PC with an older integrated GPU or 4–8GB of RAM, they consume resources that could be going to your actual work. The fix takes two minutes and makes window switching feel noticeably snappier on budget and older hardware.
Press the Start button, type Adjust the appearance and performance of Windows, and open it. Select Adjust for best performance to disable all visual effects at once. If the result looks too stark for your taste, re-enable only "Smooth edges of screen fonts" — that single checkbox restores readable text without the performance cost of animations and shadows.
Fix 4: Change your power plan to High Performance
Remove Windows' self-imposed speed limit
On laptops, Windows defaults to a Balanced power plan to preserve battery life. This places a practical ceiling on processor speed — the CPU will throttle itself even when plugged in, because the power plan is telling it to. When you are at a desk plugged into the wall, there is no reason for this.
Search for Power plan in the Start menu and open Choose a power plan. Select High performance. If it is not visible, click Show additional plans. Switch back to Balanced when you unplug — High Performance on battery will drain it considerably faster and offers no benefit when the CPU is already power-constrained.
On Windows 11: go to Settings > System > Power & battery and set Power mode to Best performance.
Fix 5: Disable background app permissions
Stop apps from running when you are not using them
Many Windows apps are granted permission to run background processes even when not open — refreshing data, checking for updates, syncing content. On a machine with limited RAM, these add up.
Go to Settings > Apps > Installed apps. Find apps you do not use frequently, click the three-dot menu, select Advanced options, and under Background app permissions, set the value to Never. Prioritize apps with large footprints: mail apps, news apps, and anything with "sync" or "update" in its description.
Fix 6: Scan for malware
Malware runs hidden processes that consume CPU and RAM 24/7
Malicious software running in the background is a common and often overlooked cause of sudden PC slowdowns — particularly if the slowdown appeared without any obvious trigger. Windows Defender, built into Windows Security, is genuinely effective and requires nothing additional to use.
Search for Windows Security in the Start menu, open it, go to Virus & threat protection, and run a Quick scan. For a more thorough check, click Scan options and select Full scan — this takes longer but checks every file on the drive. If Windows Security flags anything, follow its removal instructions.
The category of software marketed as PC optimization tools — CCleaner, Advanced SystemCare, and their many equivalents — ranges from mildly useful to actively harmful. Several have been caught bundling adware or making registry changes that cause instability. Windows has every cleanup and optimization tool you actually need built in, for free, without the risk.
Fix 7: Update Windows and drivers
Outdated drivers cause slowdowns, crashes, and compatibility issues
Outdated device drivers — particularly graphics drivers, storage drivers, and chipset drivers — can cause performance degradation and instability. Windows Update handles most driver updates automatically, but manufacturer-specific updates (especially GPU drivers from NVIDIA or AMD) sometimes require a manual download.
For Windows Updates: go to Settings > Windows Update > Check for updates. For driver updates: right-click the Start button, open Device Manager, right-click any device and select Update driver > Search automatically. For GPU drivers specifically, download directly from the NVIDIA, AMD, or Intel website for the latest version.
Windows Update running in the background during your work session is a reliable way to make everything feel sluggish. In Windows Update settings, configure Active Hours to match your working day — Windows will then hold updates for outside that window.
Fix 8: Optimize your storage drive
Defragment HDDs — but never SSDs
Mechanical hard drives (HDDs) store data on spinning magnetic platters. Over time, files become fragmented — scattered across different physical locations — which forces the drive head to travel farther to read a single file. Defragmenting reorganizes this back into contiguous blocks and speeds up file reads.
Search for Defragment and Optimize Drives in the Start menu. Select your C: drive and check the media type shown. If it shows Hard disk drive, click Optimize. If it shows Solid state drive, leave it alone — Windows handles SSD optimization automatically with TRIM, and manual defragmentation damages SSDs by unnecessarily burning through write cycles.
If your system drive is an HDD and your PC is more than 4–5 years old, this fix will help — but it will not transform the experience. The fundamental limitation of mechanical storage is the spinning platter, not its organization. For a real speed transformation, see Fix 11.
Fix 9: Restart regularly — and shut down, not sleep
A PC that has not restarted in two weeks is carrying a week's worth of memory leaks
Windows Fast Startup (the default) saves a partial system state when you shut down, which speeds up the next boot but does not fully clear RAM or background processes. Memory leaks — where applications gradually consume more RAM without releasing it — accumulate over days and weeks and can make a machine feel significantly worse than it actually is.
A proper restart (not just Sleep or Hibernate) clears memory completely, terminates all processes, applies pending updates, and effectively resets the operating environment. If your PC has been sleeping and waking for a week without a restart, restarting right now may produce a noticeable immediate improvement. This is, as one writer put it, IT's worst-kept secret — it works, it is embarrassingly simple, and most people do not do it often enough.
Fix 10: Clear browser cache and remove extensions
Browsers can consume several gigabytes of RAM during heavy sessions
Chrome, Edge, and Firefox are each capable of consuming 2–4GB of RAM during a moderate session, and browser extensions run as persistent background processes. An accumulation of rarely-used extensions plus a full cache can make even a reasonably powerful machine feel sluggish during everyday web use.
In Chrome: press Ctrl + Shift + Delete, set the time range to All time, and clear Cached images and files and Cookies. Remove extensions you do not actively use via the Extensions menu. Close tabs you are not currently reading. For a persistent fix, enable Chrome's Memory Saver mode (Settings > Performance > Memory Saver) which reduces RAM usage for inactive tabs automatically.
Fix 11: Check storage space — and free it up
A drive above 85% full starts hurting performance directly
Go to Settings > System > Storage to see how full your drive is. If it is above 85%, Windows is struggling to manage swap files, temporary files, and updates. Beyond Disk Cleanup, look at: large files in Downloads you no longer need, duplicate photos, old installer files, and the WinSxS folder (do not delete this manually — use DISM's cleanup-image command if needed). Enable Storage Sense (Settings > System > Storage > Storage Sense) to have Windows automatically clean temporary files on a schedule.
Fix 12: Windows Reset — the clean slate
When software fixes are not enough, a clean reinstall often is
If you have worked through the fixes above and your PC is still significantly slower than it was when new, a Windows Reset removes all installed apps and restores Windows to a clean state — without deleting your personal files. This eliminates accumulated software conflicts, corrupted settings, leftover driver fragments, and bloatware that has been installed over years.
Go to Settings > System > Recovery > Reset this PC. Choose Keep my files — this preserves documents, photos, and downloads while removing all applications and settings. You will need to reinstall your programs afterward, so make a list before starting. The process typically takes 1–2 hours. Before resetting, back up anything critical to an external drive or cloud storage, even with the Keep my files option selected.
When software is not the problem: hardware upgrades worth considering
If you have worked through every fix above and your PC is still slow, the bottleneck may genuinely be hardware. Two upgrades deliver the most improvement per dollar for most older PCs.
SSD upgrade — the biggest single improvement
If your PC still boots from a mechanical hard drive, no amount of software optimization will make it feel truly fast. An SSD reduces boot time from 60–90 seconds to under 25 seconds and delivers file transfer speeds five to twenty times faster than a traditional HDD. In 2026, budget SATA SSDs are inexpensive and the installation is straightforward for most desktops and many laptops. This is the single most impactful hardware change available to an older PC still running a hard drive.
RAM upgrade — if you are consistently above 80%
In 2026, 8GB is the bare minimum for Windows 11. 16GB is the comfortable working standard for multitasking, browser-heavy use, and productivity apps. If your Task Manager's Memory graph is consistently above 80–90% during normal use, adding RAM will deliver a noticeable improvement. Check whether your laptop or motherboard has available RAM slots before purchasing — some ultrabooks have RAM soldered to the board and cannot be upgraded.
A PC that was fast when new and has become gradually slower over 1–3 years is almost always a software and configuration issue — fixable with the steps above. A PC that was never particularly fast and has always struggled is more likely a hardware limitation. A PC that suddenly became slow after a specific event (Windows update, app installation, new peripheral) is almost always software. And a PC that is slow specifically during heavy tasks (gaming, video, large files) but fine for light use may be hitting CPU or thermal limits rather than software bloat.
If you have worked through this guide and your PC is still not performing as it should, a remote support session can diagnose the specific cause in most cases without you taking the machine anywhere. Our remote computer support service covers performance diagnosis and optimization, and our maintenance support plan keeps PCs running well over time through regular checkups, update management, and proactive cleanup. If you are in New Jersey, New York, California, Texas, or Florida, we work with customers in all five states remotely.
Frequently asked questions
Why is my Windows PC so slow?
The most common causes are too many startup programs, a storage drive above 85% full, background apps running unnecessarily, Windows visual effects taxing an older GPU, accumulated temporary files, outdated drivers, and malware. Most slowdowns are software configuration issues that can be fixed in under an hour without spending money.
What is the fastest way to speed up a Windows PC?
The three fastest fixes are: disabling high-impact startup programs in Task Manager (Ctrl + Shift + Esc > Startup apps), running Disk Cleanup to remove temporary files, and setting visual effects to "Adjust for best performance." These take under 10 minutes and can significantly improve boot time and responsiveness without any hardware changes.
How much RAM does Windows 11 need in 2026?
8GB is the bare minimum. 16GB is the recommended sweet spot for comfortable multitasking and browser-heavy use. 32GB benefits video editing, software development, and AI-powered applications. If your PC has 4GB or 8GB and feels sluggish despite software optimization, a RAM upgrade is likely the most cost-effective hardware improvement available.
Should I defragment my SSD to speed it up?
No — defragmenting an SSD actively damages it by burning through limited write cycles. Windows automatically runs TRIM on SSDs, which is the correct optimization for flash storage. Only mechanical hard drives benefit from defragmentation. Open "Defragment and Optimize Drives" to check whether your drive is an HDD or SSD before running anything.
Will a factory reset speed up my PC?
A Windows Reset (Settings > System > Recovery > Reset this PC > Keep my files) reliably speeds up PCs that have become slow due to accumulated software, corrupted settings, or bloatware. It will not help if the slowness is caused by hardware limitations. Try the software fixes in this guide first — a reset is the right option when those do not fully resolve the issue.
Still slow after trying these fixes?
Our remote computer support team can connect to your PC, identify the specific bottleneck, and fix it — usually in a single session. No need to bring your computer anywhere or reinstall everything yourself.
Get remote PC support from Devtaastic


