Speed Up Your Windows 11 PC
How to speed up your Windows 11 PC is one of the most searched questions among Windows users right now, and it makes sense. You bought or built a machine that felt snappy out of the box. Then somewhere along the way, it started dragging its feet — slow boots, laggy apps, a taskbar that takes three seconds to respond. It is frustrating, especially when someone tells you the fix is buying more RAM or upgrading to an SSD.

Here is the thing: most Windows 11 performance problems are not hardware problems. They are software problems. Background apps silently chewing through your CPU, visual effects that look nice but cost you real speed, a power plan that has your processor loafing when it should be sprinting — these are fixable without spending anything.

This guide covers 12 practical, tested ways to make Windows 11 faster using nothing but built-in tools and settings. No third-party "optimizer" software, no sketchy registry hacks, no paid utilities. Just the stuff that actually works. Whether your PC is three years old or brand new and already feeling sluggish, at least a few of these changes will make a noticeable difference. Let's get into it.

How to Speed Up Your Windows 11 PC — 12 Free Fixes That Actually Work

Before you go digging through settings, open Task Manager (Ctrl + Shift + Esc) and take a quick look at the Performance tab. Note your CPU usage, RAM, and disk usage at idle. This gives you a baseline so you can actually see what changes are making a difference.

1. Disable Startup Apps That Slow Down Your Boot

This is the first and most impactful thing most people can do. Windows 11 lets dozens of programs register themselves to launch at startup. By the time your desktop loads, Microsoft Teams, Spotify, Discord, OneDrive, and a half-dozen others are already fighting for resources.

Here is how to cut them down:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Startup apps icon on the left sidebar.
  3. Sort by Startup impact — high-impact apps are your priority targets.
  4. Right-click any app you do not need immediately at boot and select Disable.

You are not uninstalling anything. The apps still work; they just wait for you to open them instead of loading in the background whether you asked them to or not. For most people, this alone cuts boot time by 20–40 seconds.

2. Adjust Visual Effects for Best Performance

Windows 11 visual effects are pretty. The animations, transparency effects, and shadows all contribute to that polished look. But on systems with tight resources, they cost real performance — especially on integrated graphics or older hardware.

To dial them back:

  1. Press Windows + S and search for "Adjust the appearance and performance of Windows."
  2. Open it and select Adjust for best performance — this turns off all animations at once.
  3. Alternatively, stay on Custom and uncheck only the things that matter most, like "Animate windows when minimizing and maximizing" and "Show shadows under windows."

If you want a middle ground, keep "Smooth edges of screen fonts" checked — that one actually helps readability.

3. Change Your Power Plan to High Performance

By default, Windows 11 runs on a Balanced power plan, which dynamically scales your CPU speed up and down to save energy. That is fine on a laptop when you are on battery, but on a plugged-in desktop or a laptop at your desk, it means your processor is intentionally throttled.

Switch it:

  1. Open Settings > System > Power & battery.
  2. Under Power mode, change it from Balanced to Best performance.

If you want to go further, you can unlock the Ultimate Performance plan. Open PowerShell as an administrator and run:

powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Then go back to Power Options in Control Panel and select it. This plan is designed for workstations and prevents the CPU from downclocking during demanding tasks. For everyday use, the gains are modest — but for video editing, rendering, or anything processor-heavy, it helps.

4. Enable Storage Sense to Automatically Free Up Disk Space

A nearly full drive — whether it is an HDD or SSD — slows your system down. Storage Sense is Windows 11's built-in cleanup tool that runs automatically and removes temporary files, old recycle bin contents, and stale downloads.

To turn it on:

  1. Go to Settings > System > Storage.
  2. Toggle Storage Sense on.
  3. Click it to configure the schedule — weekly works well for most people.

While you are there, click Cleanup recommendations. Windows will show you exactly how much space you can reclaim from temporary files, large unused files, and duplicate items. This is one of those features that most people do not know exists, and it is genuinely useful.

5. Run Disk Cleanup for Temporary File Removal

For a more immediate, manual cleanup, Disk Cleanup is faster than browsing through Settings.

  1. Press Windows + R, type cleanmgr, and hit Enter.
  2. Select your system drive (usually C:) and click OK.
  3. Check all the boxes — temporary files, thumbnails, delivery optimization files — and click Clean up system files for even more options including old Windows update files.

On some machines, this frees up several gigabytes. Those old Windows Update files in particular can be massive and serve no purpose once the update is installed.

6. Optimize and Defragment Your Drives

If you are still running a traditional hard disk drive (HDD), fragmentation is a real performance killer. Files get split across the disk over time, and the read head has to physically travel farther to piece them together.

Windows 11 automatically schedules optimization, but you can run it manually:

  1. Search for "Defragment and Optimize Drives" in the Start menu.
  2. Select your drive and click Optimize.

Note: if you have an SSD, Windows runs a TRIM operation instead of defragmenting — that is correct behavior. Do not manually defragment an SSD; it does not help and puts unnecessary write cycles on the drive.

7. Manage Background Apps

Beyond startup apps, many apps continue running in the background even after you close them. This drains RAM and CPU cycles constantly.

To limit this:

  1. Go to Settings > Apps > Installed apps.
  2. Click the three-dot menu next to an app and select Advanced options (if available).
  3. Under Background apps permissions, set it to Never for apps you do not need running silently.

Apps like Maps, Weather, and Mail are common culprits. They sync in the background even when you never use them.

8. Turn Off Windows Tips and Suggestions

Windows 11 constantly monitors your activity to serve you tips, suggestions, and recommendations. Most users find these useless. More importantly, this background monitoring consumes system resources.

To disable it:

  1. Open Settings > System > Notifications.
  2. Scroll down to Additional settings.
  3. Uncheck Get tips and suggestions when using Windows.

While you are here, consider turning off notifications for apps you rarely interact with. Each notification that fires wakes background processes.

9. Enable Fast Startup

Fast Startup is a Windows feature that saves a snapshot of your system state to the hard drive when you shut down, so the next boot loads from that snapshot rather than doing a full initialization. The result is noticeably faster boot times, especially on HDDs.

  1. Open Control Panel > Hardware and Sound > Power Options.
  2. Click Choose what the power buttons do on the left.
  3. Click Change settings that are currently unavailable.
  4. Check Turn on fast startup and save.

One thing to note: if you are troubleshooting a problem or installing certain updates, a full shutdown (holding Shift while clicking Restart) bypasses this. Fast Startup is great for daily use but occasionally masks issues that a clean boot would expose.

10. Update Your Drivers

Outdated drivers — especially for your GPU, chipset, and storage controller — can quietly hurt performance and cause stability issues. Windows Update handles most of this, but manufacturer sites often have newer versions faster.

  • GPU: Download the latest drivers directly from NVIDIA or AMD's website.
  • Everything else: Go to Settings > Windows Update > Advanced options > Optional updates and check for driver updates there.

Keeping drivers current is also a security practice, not just a performance one.

11. Use Task Manager's Efficiency Mode

This is a Windows 11-specific feature that most people overlook. Efficiency Mode throttles an app's CPU priority and enables energy efficiency for that process. It is useful for background apps you want running but not consuming full resources.

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Go to the Processes tab.
  3. Right-click a running process and select Efficiency mode if the option is available.

Not every process supports it — system-critical ones are grayed out — but browser instances, update helpers, and third-party background services often do.

12. Check for Malware

This one seems obvious but gets overlooked. Malware is one of the top causes of sudden slowdowns on Windows systems. It runs in the background, consumes CPU and network bandwidth, and is designed not to be noticed.

Windows Defender (now called Microsoft Defender Antivirus) is genuinely capable and completely free. Run a full scan:

  1. Open Windows Security from the Start menu.
  2. Go to Virus & threat protection.
  3. Click Scan options and select Full scan.

This takes 20–40 minutes but rules out malware as a cause. If Defender finds nothing, you are clean. If it does, that explains everything. According to Microsoft's own security documentation, Defender provides real-time protection that is on par with many paid alternatives.

For an additional resource, PCWorld's Windows 11 optimization guide is a solid reference that covers some of the same ground with slightly different approaches.

Quick Reference — What Each Fix Does

Fix What It Targets Impact
Disable startup apps Boot time, RAM High
Visual effects adjustment CPU, GPU Medium–High
Power plan change CPU throughput Medium–High
Storage Sense Disk space Medium
Disk Cleanup Temporary files Medium
Drive optimization HDD read speed Medium (HDD only)
Background app limits RAM, CPU Medium
Turn off Windows tips CPU, privacy Low–Medium
Fast Startup Boot time Medium
Driver updates Stability, performance Medium
Efficiency Mode Background CPU Low–Medium
Malware scan All resources High (if infected)

How to Speed Up Windows 11 on Older Hardware Specifically

If your machine is four or more years old, a few of these tips matter more than others. Disabling startup apps, switching to Best performance mode, and turning off visual effects will have the biggest impact on older hardware where RAM and CPU headroom are already tight.

On older HDDs in particular, the combination of Disk Cleanup, drive optimization, and enabling Fast Startup can make the machine feel like a different computer.

If you have already done all of the above and the machine is still struggling, the next honest step is hardware — specifically swapping the HDD for an SSD, which is the single most impactful upgrade you can make on an older PC. But that is a hardware conversation, not a settings one.

What Not to Do When Trying to Speed Up Windows 11

A few common "fixes" you will find online that are not worth your time:

  • Third-party "PC cleaner" tools: Most are bloatware themselves, and some are outright malicious. Windows 11 has everything you need built in.
  • Disabling Windows Defender: This does not meaningfully speed up your PC and leaves you vulnerable.
  • Manually editing the registry without knowing what you are doing: The risk of breaking something far outweighs any marginal gain.
  • Disabling Superfetch/SysMain completely: This service preloads frequently used apps into RAM. On machines with plenty of RAM, disabling it typically makes things slower, not faster.

Conclusion

Speeding up your Windows 11 PC does not require spending money or installing anything extra. By disabling unnecessary startup apps, adjusting visual effects, switching to a high-performance power plan, enabling Storage Sense, running Disk Cleanup, optimizing your drives, limiting background app permissions, turning off Windows tips, enabling Fast Startup, keeping drivers current, using Efficiency Mode in Task Manager, and running a full malware scan, you can recover significant performance using only what is already built into the operating system. Start with the top three or four on this list and you will likely notice a difference right away — then work through the rest for incremental gains that add up to a meaningfully snappier, more responsive machine.