Sun. May 10th, 2026

How to Speed Up Windows 11 — 12 Proven Tips for 2026


Windows 11 can slow down over time due to startup programs, visual effects, background services and accumulated temporary files. These 12 proven tips will make a noticeable difference to performance in 2026 — whether you have a new PC or an older machine struggling with recent updates.

1. Disable Startup Programs

Too many programs launching at startup is the most common cause of a slow PC. Press Ctrl+Shift+Esc to open Task Manager, click the Startup apps tab and right-click any High impact item you do not need immediately and select Disable. Common safe-to-disable items include OneDrive, Teams, Spotify, Discord and Adobe updaters.

2. Adjust Visual Effects for Performance

  1. Press Windows + R and type sysdm.cpl
  2. Go to Advanced → Performance → Settings
  3. Select Adjust for best performance or choose Custom and keep only Smooth edges of screen fonts
  4. Click Apply → OK

3. Enable High Performance Power Plan

# Enable High Performance power plan
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c

# Or Ultimate Performance (best for desktops)
powercfg /duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
powercfg /setactive e9a42b02-d5df-448d-aa00-03f14749eb61

4. Free Up Disk Space with Storage Sense

Go to Settings → System → Storage → Storage Sense, turn it on and click Run Storage Sense now to immediately clean temporary files. Enable automatic monthly cleanup to keep disk space free going forward.

5. Disable Transparency Effects

Go to Settings → Personalisation → Colours and toggle Transparency effects to Off. This is a quick win that reduces GPU usage noticeably on older hardware.

6. Disable Background Apps

Go to Settings → Apps → Installed Apps, click the three dots next to each app, select Advanced options and set Background apps permissions to Never for apps you do not need running in the background.

7. Run Disk Cleanup

# Run Disk Cleanup including system files
cleanmgr /sagerun:1

# Clean up Windows component store
DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase

8. Disable Windows Search Indexing (HDD Only)

# Disable Windows Search indexing - helps on HDD, minimal benefit on SSD
Stop-Service -Name WSearch
Set-Service -Name WSearch -StartupType Disabled

9. Update Drivers

Outdated GPU drivers in particular cause significant performance issues. Check Device Manager for any devices with yellow exclamation marks and update drivers directly from your hardware manufacturer — NVIDIA, AMD, Intel or your laptop manufacturer.

10. Check for Malware

# Run a full Windows Defender scan
Start-MpScan -ScanType FullScan

11. Increase Virtual Memory

Press Windows + Rsysdm.cplAdvanced → Performance → Settings → Advanced → Virtual Memory → Change. Uncheck automatic management, set a custom size of 1.5x your RAM as initial and 3x as maximum, click Set → OK and restart.

12. Upgrade to an SSD

If your PC still uses a traditional hard drive, upgrading to an SSD is the single biggest performance improvement you can make. Boot times drop from minutes to seconds and everything from opening applications to loading Windows feels dramatically faster. NVMe SSDs are the fastest option for modern PCs.

Frequently Asked Questions

Why is Windows 11 slow on my new PC?

A new PC can feel slow due to pre-installed startup programs from the manufacturer. Open Task Manager → Startup apps and disable everything you do not need immediately on boot. Also ensure Windows Update has finished installing all updates as this consumes resources in the background.

Will disabling visual effects make Windows 11 look bad?

Selecting Adjust for best performance disables animations and transparency. A good compromise is Custom — keep Smooth edges of screen fonts and Show thumbnails instead of icons for readable text and image previews without the performance cost of animations.

How much RAM does Windows 11 need to run smoothly?

Windows 11 requires 4GB minimum but 8GB is the practical minimum for smooth everyday use. 16GB is recommended for multiple applications, browser tabs or creative software. Upgrading RAM often has more impact than any software tweak.

Does reinstalling Windows 11 speed it up?

Yes — a clean reinstall removes accumulated junk and software conflicts. Use Reset this PC in Settings → System → Recovery and select Remove everything for the cleanest result.

About The Author


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *