Whether your PC has always felt sluggish on Windows 11 or performance has dropped off gradually, the culprits are almost always the same. Bloated startup, cluttered storage, wrong power settings, or hardware that's quietly crying for help. These ten fixes are ordered from quickest to most involved. Start at the top.
Disable unnecessary startup programs
Every app that launches at boot steals CPU and RAM before you've even opened a browser tab. Cutting that list down is the single fastest free win you can make today, often shaving 30 to 60 seconds off boot time and freeing memory for actual work.
- Right-click the Taskbar and open Task Manager, then click the Startup Apps tab.
- Look at the Startup Impact column. Anything rated High that you don't need immediately at login is a candidate for disabling.
- Right-click an entry and select Disable. Spotify, Discord, Teams, OneDrive, gaming launchers: all fair game unless you use them constantly.
- Alternatively, go to Settings > Apps > Startup and use the toggles there.
- Restart and notice the difference.
Watch out for
- Don't disable security software or hardware drivers. Stick to third-party productivity and media apps.
- Some apps silently re-enable themselves after updates. Check this tab every few months.
Adjust your power plan
Windows 11 sometimes defaults to a power-saving plan that deliberately throttles your CPU, which is fine on battery but maddening when your laptop is plugged in. Switching to Balanced or High Performance gives the processor permission to run at full speed.
- Open Control Panel > Hardware and Sound > Power Options.
- Select Balanced or High Performance. On a desktop, High Performance is the obvious choice.
- On a laptop, also click the battery icon in the taskbar and drag the slider to Best Performance when plugged in.
- For the maximum boost on a desktop, open PowerShell as administrator and run:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61, then select Ultimate Performance in Power Options.
Watch out for
- High Performance increases heat and energy use. On a laptop running on battery, it'll drain the pack noticeably faster.
- Ultimate Performance may not appear without the PowerShell command above.
Turn off visual effects and transparency
Animations, shadows, transparency, and Mica effects look great in screenshots. In practice they eat GPU and CPU resources, and on older or lower-spec machines the UI can feel genuinely laggy as a result. Killing them makes Windows feel snappier immediately.
- Press Win+R, type
sysdm.cpl, press Enter, then go to Advanced > Performance > Settings. - Choose Adjust for best performance to disable everything at once, or pick Custom and manually uncheck animations and shadow effects while keeping font smoothing.
- Click Apply.
- Go to Settings > Personalization > Colours and turn off Transparency Effects.
- Go to Settings > Accessibility > Visual Effects and disable Animation Effects there too.
Watch out for
- Disabling everything makes the UI look quite stark. Selectively keeping Smooth edges of screen fonts helps readability without much cost.
- All changes are instant and reversible.
Clear your temp files and cache
Accumulated temporary files and cached app data force Windows to sift through gigabytes of outdated rubbish every time it looks for something. Clearing them out frees disk space and can meaningfully improve responsiveness, especially on machines with smaller drives.
- Press Win+R, type
%temp%, and delete everything in the folder that opens. Skip any files that say they're in use. - Press Win+R again, type
temp, and clear that folder too. - Open Settings > System > Storage > Temporary Files. Check all the categories listed and click Remove Files.
- For individual apps, go to Settings > Apps > Installed Apps, click an app, then Advanced Options. If a Clear Cache button appears, use it.
Watch out for
- Locked files are in active use. Skip them rather than forcing a delete.
- Clearing an app's cache may log you out or reset local preferences for that app.
- Not all apps expose a cache-clear option in Settings.
Enable Storage Sense for automatic cleanup
Storage Sense quietly removes temp files, old Recycle Bin contents, and stale Downloads on a schedule you set. It's the low-effort version of manual cleanup and stops disk bloat from creeping back between your occasional tidy-up sessions.
- Go to Settings > System > Storage and toggle Storage Sense on.
- Click Storage Sense to expand the options. Set the run frequency to weekly if you want a sensible default.
- Configure how long files sit in the Recycle Bin and Downloads folder before automatic deletion. Thirty days is a reasonable middle ground.
- Optionally enable the OneDrive option to free up space from locally cached cloud files.
Watch out for
- Files deleted by Storage Sense are gone permanently. Set retention periods you're comfortable with before turning it on.
- It doesn't deep-clean app caches, so the manual temp-file steps in Tip 4 are still useful periodically.
Update Windows and your drivers
Outdated GPU and chipset drivers are a quietly common cause of slowdowns. Microsoft also ships performance patches through Windows Update regularly, and skipping them means you're running on an unoptimised base. Five minutes of updates can fix sluggishness that's been annoying you for months.
- Go to Settings > Windows Update and click Check for Updates. Install everything available and restart.
- Open Device Manager, right-click your GPU, network adapter, and chipset, and choose Update Driver.
- For the freshest driver versions, go to your GPU manufacturer's website directly (NVIDIA, AMD, or Intel) rather than relying on Windows Update alone.
- Check your PC or motherboard manufacturer's support page for chipset and firmware updates too.
Watch out for
- Some builds (including certain 25H2 updates) have introduced slowdowns for a subset of users. If performance drops after an update, check the Microsoft Community forums and consider rolling back via Settings > Windows Update > Update History.
- Windows Update driver versions sometimes lag behind manufacturer releases by weeks.
Uninstall bloatware and unused apps
Pre-installed trial software and manufacturer bundles don't just take up space. They run background processes, schedule update tasks, and periodically spike your CPU when you least want it. Removing what you don't use is a clean, permanent speed gain.
- Go to Settings > Apps > Installed Apps and sort by Size or Last Used.
- Uninstall anything you haven't touched in months: trial antivirus suites, promotional apps, and OEM utilities you don't rely on.
- For faster batch removal, open Terminal and use:
winget uninstall <AppName>. - After uninstalling, clear the temp folder again to catch leftover files.
Watch out for
- Some built-in Windows apps can't be removed through Settings and need PowerShell commands. Be careful: removing the wrong system component causes problems.
- Removing utilities like Lenovo Vantage or HP Support Assistant may disable hardware-specific features such as fan control or battery health monitoring.
Scan for malware and prune background services
Malware and rogue background services silently eat CPU, RAM, and bandwidth. A full scan plus a quick audit of what's running at startup can recover a surprising amount of performance on a machine that's felt inexplicably slow for a while.
- Open Windows Security > Virus & Threat Protection and run a Full Scan.
- If you want a second opinion, run the free Microsoft Safety Scanner separately.
- Press Win+R, type
services.msc, and look through services set to Automatic. Disable non-essential third-party services you recognise but don't need running constantly. - In Task Manager > Processes, sort by CPU and Memory to spot unexpected consumers and end any processes you can confidently identify as unnecessary.
Watch out for
- Never disable core Windows services like Windows Update or Windows Defender to chase a speed gain. The risk isn't justified.
- Legitimate software such as antivirus and cloud backup clients will spike CPU during scheduled scans. Set those scans to run overnight.
Fix slow boot with Fast Startup and BIOS tweaks
If Windows takes ages to reach the desktop, the culprit is often Fast Startup being off, the BIOS trying to boot from the wrong drive first, or RAM running below its rated speed. Each fix takes under five minutes and boot times can improve dramatically.
- Open Control Panel > Power Options > Choose what the power buttons do, and tick Turn on fast startup. Save changes.
- Restart into BIOS (press Delete or F2 at startup, depending on your board) and confirm your SSD is set as the first boot device.
- While in BIOS, enable the XMP or EXPO profile for your RAM so it runs at its advertised speed rather than the default 2133 MHz.
- Check your motherboard or laptop manufacturer's support page for a BIOS/UEFI firmware update and apply it if available.
Watch out for
- Fast Startup can cause problems with dual-boot Linux setups and occasionally prevents major Windows updates from applying correctly. Disable it if you hit those issues.
- BIOS updates carry a small bricking risk if the process is interrupted. Follow manufacturer instructions exactly and don't update on battery power.
Upgrade your RAM or replace an HDD with an SSD
Software tweaks have a ceiling. If your machine has less than 16 GB of RAM or still boots from a mechanical hard drive, no amount of settings changes will make it feel truly fast. An SSD upgrade in particular is transformative: boot times drop from minutes to seconds.
- Open Task Manager > Performance > Memory. If usage sits consistently above 80% during normal work, more RAM is the answer. Sixteen gigabytes is the practical minimum for Windows 11 today.
- Check Task Manager > Performance > Disk. If it shows a hard disk drive rather than SSD, that's your biggest bottleneck.
- Clone your existing drive to an SSD using free tools (Macrium Reflect is a solid option). Then swap the drive and verify the SSD appears as the boot device in BIOS.
- After installation, open Defragment and Optimize Drives and confirm your SSD shows TRIM as the scheduled operation, not defrag.
- For laptops, check iFixit for your specific model before buying RAM or an SSD. Many ultrabooks have soldered RAM that can't be changed.
Watch out for
- Cloning sometimes transfers a suboptimal partition layout. A clean Windows install on the new SSD often produces better results if you're willing to set things up fresh.
- Soldered RAM on modern laptops and thin-and-light machines means the RAM upgrade path is simply closed. Focus on the SSD in that case.

