You upgraded to Windows 11 expecting a smoother, faster experience. Instead, your PC feels like it's wading through mud. Apps take forever to open, the taskbar freezes, and just clicking the Start menu feels like a gamble. You are not imagining things - and you are definitely not alone.
Windows 11 is a capable operating system, but it ships with a surprising number of settings and background processes that eat up system resources even on relatively modern hardware. After years of working the tech support trenches, I can tell you that the most common culprit is not your hardware - it is the software stacked on top of it.
This guide walks through 15 fixes that have genuinely resolved slowdowns for real users, from quick one-minute tweaks to slightly deeper configuration changes. No fluff, no fake "registry cleaner" recommendations. Just the things that actually work.
Before diving into fixes, it helps to understand what is actually causing the sluggishness. In my experience, slow Windows 11 machines almost always trace back to one of these core issues:
Not all slowdowns look the same. Recognising the pattern helps narrow down the fix:
This is the single most impactful fix for most users. Open Task Manager by pressing Ctrl + Shift + Esc, then click on the Startup apps tab. Sort by "Startup impact" and disable anything listed as High or Medium that you do not need running immediately at boot. Teams, Spotify, Discord, OneDrive, Steam - all of these love to auto-start.
Right-click any program and select Disable. The app still works; it just does not launch automatically.
Go to Settings > System > Power & sleep > Additional power settings. If you do not see "High Performance," click "Show additional plans." Select it. On laptops, this matters most when you are plugged into a wall outlet.
For desktops that need maximum performance, you can also try the "Ultimate Performance" plan. Open an elevated Command Prompt and run: powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 - then select it in the power settings panel.
Press Windows + R, type sysdm.cpl, and hit Enter. Navigate to Advanced > Performance > Settings. Select "Adjust for best performance" - or manually uncheck only the animations and transparency options if you want to keep a few visual touches. This can noticeably improve responsiveness, especially on systems with integrated graphics.
Go to Settings > Accessibility > Visual effects. Turn off "Transparency effects" and "Animation effects." This is separate from the sysdm.cpl method above and covers the UI layer of Windows 11 specifically. Both should be done.
Go to Settings > System > Storage and enable Storage Sense. Click on it to configure it - set it to run monthly and to automatically delete temporary files and the contents of the Recycle Bin after 30 days. Also click Cleanup recommendations to see large unused files and old Windows installations that may be sitting on your drive.
Rule of thumb: keep at least 15% of your system drive free at all times. Below that threshold, Windows performance degrades, particularly on SSDs.
Open Windows Security > Virus & threat protection and run a full scan. If you want a second opinion, download Malwarebytes Free, install it, and run a full scan from there. Malwarebytes is excellent at catching adware and PUPs (potentially unwanted programs) that Windows Defender sometimes misses.
I once spent an hour diagnosing a "hardware problem" for a client only to find a browser extension had installed a background process using 30% CPU constantly. Always check for malware before blaming the hardware.
Go to Settings > Windows Update and install all pending updates. Then go to Device Manager, right-click your display adapter, and select "Update driver." For the most reliable driver updates on AMD, Intel, or NVIDIA GPUs, go directly to the manufacturer's website rather than relying on Windows to find the latest version.
Outdated chipset drivers are a surprisingly common cause of sluggish disk and memory performance. For AMD systems, download AMD Chipset Drivers from AMD's support site. For Intel, use the Intel Driver & Support Assistant.
Go to Settings > Apps > Installed apps. Click the three-dot menu next to any app, select "Advanced options," and set "Let this app run in background" to "Never" for apps that do not need to stay active. Do this for apps like news readers, widget apps, and anything you only open occasionally.
If your system drive is a traditional spinning hard disk (not an SSD), search indexing can cause significant slowdowns. Press Windows + R, type services.msc, find Windows Search, double-click it, and set the startup type to "Disabled." Restart your PC.
Note: Do not disable this on SSDs. On solid-state drives, search indexing has minimal impact and the search functionality is genuinely useful.
Open Task Manager (Ctrl + Shift + Esc) and click the Performance tab, then select Memory. If your RAM usage is consistently above 80% with normal usage, you are running into memory pressure. The fix here is either closing unused applications or upgrading to more RAM.
Also check the Processes tab sorted by Memory to see if any single process is leaking memory. A browser with 40 tabs open will commonly consume 4-8 GB on its own.
Press Windows + R, type msdt.exe -id PerformanceDiagnostic, and press Enter. Run the troubleshooter - it will scan for common performance issues and suggest or apply fixes automatically. It will not catch everything, but it is a quick diagnostic pass worth running.
Search for "Defragment and Optimise Drives" in the Start menu. For HDDs, run the defragment option. For SSDs, run "Optimise" (which performs a TRIM operation). Windows 11 should handle this automatically on a schedule, but if it has not been running, a manual pass can help.
Press Windows + R, type sysdm.cpl, go to Advanced > Performance > Settings > Advanced > Virtual Memory > Change. Uncheck "Automatically manage paging file size," select your system drive, choose "Custom size," and set both the initial and maximum size to 1.5x your total RAM in megabytes. For 8 GB RAM, that is 12,288 MB for both values. Click Set, then OK, and restart.
This is particularly helpful if Windows reports memory-related errors or if you frequently work with large files.
Let me be direct: most "registry cleaners" are scams or actively harmful. However, there is a legitimate way to clean the registry. Use CCleaner (the free version) specifically for registry cleaning, run its registry scanner, back up when prompted, and apply the fixes. Do not use it for anything else and do not pay for the premium version - it is not necessary.
That said, registry issues are rarely the primary cause of slowdowns. Treat this as a supplementary step, not a primary fix.
If your PC is still slow after the above steps, a clean boot isolates third-party software as the cause. Press Windows + R, type msconfig, go to the Services tab, check "Hide all Microsoft services," then click "Disable all." Switch to the Startup tab and click "Open Task Manager" to disable startup items from there as well. Restart your PC.
If Windows runs fast in this state, you know a third-party app or service is responsible. Re-enable them in groups to isolate the offender.
Task Manager gives you a high-level view, but Resource Monitor (search for it in Start) goes deeper. It shows disk read/write activity per process, network usage per process, and waiting chains that reveal which process is blocking others. If your disk is constantly at 100% in Task Manager, Resource Monitor will tell you exactly which process is writing or reading nonstop.
Laptops and compact PCs that run hot will throttle CPU and GPU performance to prevent overheating. Download HWMonitor (free from CPUID) and watch your CPU temperature under load. If your CPU hits 95°C or above consistently, the system is thermal throttling. Solutions include cleaning out dust, replacing thermal paste (for desktop users comfortable with hardware), or using a cooling pad for laptops.
A failing hard drive will cause dramatic slowdowns before it dies. Download CrystalDiskInfo (free) and check the health status of your drives. Any drive showing a "Caution" or "Bad" status needs to be backed up and replaced immediately.
| Fix | Difficulty | Time Required | Typical Impact |
|---|---|---|---|
| Disable startup apps | Easy | 2 minutes | High |
| Switch power plan | Easy | 1 minute | Medium-High |
| Adjust visual effects | Easy | 2 minutes | Medium |
| Free up disk space | Easy | 5 minutes | Medium |
| Malware scan | Easy | 20-60 minutes | High (if infected) |
| Update drivers | Medium | 10-20 minutes | Medium-High |
| Disable background apps | Easy | 5 minutes | Low-Medium |
| Clean boot diagnostics | Medium | 15-30 minutes | Diagnostic only |
| Adjust virtual memory | Medium | 5 minutes | Low-Medium |
| Check disk health | Easy | 5 minutes | High (if failing) |
Windows 11 slowdowns are frustrating, but they are rarely permanent hardware problems. The vast majority of cases I have seen resolve with a combination of disabling startup overload, adjusting power settings, cleaning out background processes, and occasionally updating a misbehaving driver.
Start with Fixes 1, 2, and 3 - together they take under five minutes and address the most common causes. If the problem persists, work through the list methodically. The clean boot (Fix 15) is your diagnostic safety net - if Windows flies in clean boot mode, you know a third-party application is the problem, and it is just a matter of identifying which one.
If you have tried everything here and the PC is still sluggish, the honest answer may be a hardware upgrade. An SSD if you are still on a spinning drive, and 16 GB of RAM if you are sitting at 8 GB, will deliver real, tangible improvements that no software tweak can replicate. Those two upgrades are among the best value investments you can make in an aging Windows machine.
Windows 11 has heavier visual effects and more background services enabled by default, and it requires more RAM and GPU overhead for its interface. On systems with 4 GB of RAM or integrated graphics, the difference is noticeable. Disabling transparency and animations (Fixes 3 and 4 above) recovers much of that overhead. Some users also report that Windows 11 causes slightly worse performance on certain AMD CPUs due to thread scheduling changes, which Microsoft patched but which may require an updated BIOS on older boards.
Yes, to a degree. Software accumulates, startup entries multiply, temporary files pile up, and driver issues develop. This is not unique to Windows 11 — it happens with any operating system. A clean installation every 2-3 years is the most reliable reset, but regular maintenance using the steps in this guide keeps things manageable without needing a full reinstall.
Technically yes, but it is tight for modern usage. Windows 11 itself consumes roughly 3-4 GB at idle, leaving 4-5 GB for applications. If you use a modern browser, video conferencing, or any creative software, 8 GB creates constant memory pressure. 16 GB is the practical standard for comfortable everyday use.
This is a widely recommended tip that is often misunderstood. SysMain preloads frequently used apps into RAM to speed up launch times. On SSDs, it is mostly unnecessary and can be disabled without harm. On HDDs, disabling it can actually reduce the disk churn you see at startup. To disable it: press Windows + R, type services.msc, find SysMain, and set it to Disabled. Restart and observe. If things feel slower, re-enable it.
Absolutely. Each browser tab runs its own process and consumes RAM. Thirty tabs in Chrome or Edge on an 8 GB system will leave very little memory for the rest of Windows. Use a tab management extension or the built-in sleeping tabs feature in Microsoft Edge (which suspends inactive tabs) to reduce memory usage. You can also check per-tab memory use directly in Chrome or Edge's built-in task manager (Shift + Esc in both browsers).
I would strongly advise against it. Most third-party PC optimizers and "speed booster" tools provide no benefit that you cannot achieve manually with the built-in Windows tools described in this article. Many of them install their own background services, display scare-tactic notifications to push premium upgrades, and some border on adware themselves. The free version of CCleaner has a legitimate use case for registry cleaning, but beyond that, stick to native Windows tools.
The clean boot method (Fix 15) is the most reliable way to distinguish them. If your PC runs fast after a clean boot, the problem is software. If it is still slow, check CPU temperatures with HWMonitor (thermal throttling) and disk health with CrystalDiskInfo. A consistently maxed-out CPU with nothing open suggests either a background process running amok or a failing component.