How to Speed Up an SSD on Windows 11
An SSD that feels slow is usually misconfigured, throttling or too full. Nine checks to run before buying a new one.
Modern drives rarely slow down on their own. When an SSD feels sluggish, a handful of settings, a thermal limit or a nearly full volume is almost always behind it, and every one of those is checkable from Windows itself.
Confirm what you actually own
A drive in the wrong mode never reaches its rated speed. Device Manager and a sensor tool such as AIDA64 Extreme show whether the disk negotiated PCIe 4.0 x4 or dropped to x2, and whether a SATA drive is running in AHCI rather than the legacy IDE path. Compare the negotiated link against the drive specification before tuning anything else.
Firmware, TRIM and the optimizer
- Update the SSD firmware with the manufacturer tool. Controller bugfixes are not shipped cosmetically through Windows Update.
- Verify TRIM is enabled: run fsutil behavior query DisableDeleteNotify and expect a 0.
- Run Optimize Drives weekly for the system disk. On an SSD this issues a retrim rather than a defragment pass, and it keeps write performance from degrading.
- Never run a full defragment on an SSD, and switch off any third-party tool that wants to.
Stop the write performance leaks
- Keep 10 to 15 percent of the drive free. A nearly full SSD loses random write speed quickly.
- Enable write caching in the drive's Policies tab and leave buffer flushing on for a system disk.
- Set PCI Express link state power management to Off in the power plan, and keep the plan on Balanced rather than a power saver preset.
- Watch NVMe temperature: controllers throttle hard somewhere above 70 to 80 degrees, and a cheap heatsink often fixes a drive that slows after ten minutes of copying.
- Move antivirus scan schedules off peak hours and exclude large game or project folders you already trust.
Check whether the bottleneck is elsewhere
Boot time and app loading are not purely storage bound. Startup impact figures in Task Manager, unused autostart entries and a search index covering a huge media library can make a fast drive feel slow. Disable indexing on folders that never need search, and benchmark before and after with a read and write test instead of trusting a feeling.
If read speeds stay far below spec after all of this, image the drive and test it with the manufacturer diagnostic. A drive that fails that test is a warranty case, not a settings problem.