How to Fix Slow SSD Speeds in Windows 11
The Problem
You paid for an SSD but boot takes minutes, games stutter on load, and CrystalDiskMark scores are a fraction of the box specs. Windows 11 is usually fine—the drive may be nearly full, TRIM is off, the controller is stuck in IDE mode, or the SSD is failing and slowing down writes to protect itself.
C: drive full and everything crawls? Start with free up disk space. 100% disk in Task Manager? Different issue—fix 100% disk usage.
Symptoms
- File copies to the SSD crawl compared to another PC with the same model.
- Boot and app launch times got worse over months, not days.
- CrystalDiskMark or manufacturer tools show far below rated sequential speeds.
- SMART tools report reallocated sectors, wear, or "caution."
The Fix: Step-by-Step
Step 1: Confirm TRIM Is On
TRIM lets the SSD garbage-collect deleted blocks. Without it, performance tanks over time.
- Open Command Prompt or Terminal as Administrator.
- Run:
fsutil behavior query DisableDeleteNotify - Both NTFS and ReFS should show DisableDeleteNotify = 0 (TRIM enabled).
- If disabled:
fsutil behavior set DisableDeleteNotify 0→ reboot.
Step 2: Verify AHCI / NVMe in BIOS (SATA and M.2)
Old IDE or RAID modes on SATA boards cap SSD throughput.
- Reboot → enter BIOS/UEFI (often Del, F2, or F10).
- Set storage to AHCI for SATA SSDs (not IDE). For NVMe, ensure the M.2 slot is enabled—no special mode needed on most boards.
- Warning: Switching AHCI on an old Windows install that was installed in IDE mode can blue-screen until you fix the registry first—search "enable AHCI without reinstall" for your build or reinstall if unsure.
Step 3: Leave 15–20% Free Space
SSDs slow dramatically when nearly full. Move media, uninstall games, or extend storage. Free space guide walks through safe cleanup.
Step 4: Update SSD Firmware and Storage Drivers
- Note the exact model (e.g. Samsung 990 Pro, WD Blue SN570).
- Download firmware tools from the SSD vendor—not a random "driver booster."
- Device Manager → Storage controllers → update Intel RST, AMD, or chipset storage drivers from your motherboard/laptop support page.
Step 5: Disable Hibernation and Oversized Page File (If C: Is Tiny)
powercfg /h off in admin CMD removes hiberfil.sys (often several GB). Only if you do not use hibernate. Tune page file in System → About → Advanced system settings → Performance → Advanced → Virtual memory if it is set absurdly large on a small drive.
Step 6: Check Health and Temperature
- Full walkthrough: check SSD and hard drive health with CrystalDiskInfo—watch Reallocated Sectors, Percent Used, Critical Warning.
- NVMe above ~70–80 °C under load throttles—improve case airflow or add a heatsink on the M.2 slot.
- If health is Caution or Bad, clone to a new drive immediately—do not keep writing to a dying disk.
Drive already failing or showing RAW? Stop using it for saves. Scan with Data Recovery Pro from another machine or boot USB before the controller gives up entirely.
Step 7: Benchmark Before and After
Use CrystalDiskMark with default settings—same test after each change. One bad USB enclosure or a SATA SSD in a USB adapter will look "broken"; test internal drives directly.
When It Is Not Software
- Cheap DRAM-less SSDs slow under sustained writes—that is hardware, not TRIM.
- SATA III port on an old laptop caps around ~550 MB/s even on a fast drive.
- Failing cells: only replacement fixes it—software tweaks buy days, not years.
Related guides
How to Free Up Disk Space When C: Drive Is Full
Reclaim space on a full C: drive in Windows 11 — move files, remove bloat, and clear update leftovers so installs, patches, and saves keep working.
How to Fix Windows 11 Slow After an Update
PC slow after Patch Tuesday? Clear pending updates, reset Search indexing, trim startup, and undo bad drivers post-update.
How to Reduce Input Lag for Gaming in Windows 11
Mouse sluggish or shots register late? Cut input lag with polling rate, fullscreen, GPU low-latency settings, and display tuning.
How to Disable Startup Programs to Speed Up Boot Time
Windows 11 stuck at the logo on every boot? Disable startup apps in Task Manager and Settings so only what you need runs — and cut boot time fast.
Hardware-Accelerated GPU Scheduling in Windows 11
Turn HAGS on or off in Windows 11 Graphics settings—when it helps frame pacing, when to disable it after driver updates, and how to test properly.