How do you extend the life of an SSD?
A handful of small Windows tweaks stop your SSD from burning through its write endurance.

Short answer
SSDs wear out through write cycles. In Windows, turn defragmentation off for the SSD, confirm TRIM is enabled, keep at least 10-15% of the drive free, and rein in apps that write constantly (torrent clients, always-on sync, oversized page files). None of this slows the drive down; it just stretches its life.
What you need
Step by step
Turn off defragmentation for the SSD
Type "Defragment and Optimize Drives" into the Start menu and open the tool. Click "Change settings", then use "Choose" to uncheck your SSD. Defragmentation was built for mechanical disks; on an SSD it generates thousands of pointless writes with no speed gain at all.
Confirm TRIM is enabled
Open Command Prompt as administrator and run "fsutil behavior query DisableDeleteNotify". A returned value of 0 means TRIM is on. If it returns 1, enable it with "fsutil behavior set DisableDeleteNotify 0". TRIM tells the drive which blocks are no longer in use, which keeps write amplification down.
Leave free space on the drive
Open This PC and check how full the SSD is. Keep at least 10-15% of the capacity empty. As free space shrinks, the controller can no longer spread writes around, the same cells get reused over and over, and wear accelerates.
Rein in apps that write constantly
Open Task Manager, check the Disk graph on the Performance tab, then use the Details tab to spot processes writing nonstop. Move torrent download folders to a second drive, trim down cloud sync folders, and relocate game save and cache folders if needed.
Keep virtual memory reasonable
In Control Panel, follow "Advanced system settings" > Performance > Settings > Advanced > Virtual memory. With 16 GB of RAM or more, leave the page file on system managed or set a fixed, modest size. Do not disable the page file entirely, since some programs will crash without it.
Check drive health regularly
Install the manufacturer's tool (Samsung Magician, Crucial Storage Executive, WD Dashboard) and check TBW, the total data written, along with the health percentage once a month. Apply firmware updates from the same place; they often improve how wear is distributed.
Set up backups
Copy important files to an external drive or a cloud account on a regular schedule. An SSD failure gives no warning like the clicking of a dying mechanical disk; it simply stops being recognized, and recovery is usually impossible.
Tips
Watch out
Disabling the page file completely or "low level" formatting an SSD with old-school tools will not extend its life, it just makes the system unstable. And because SSD failure comes without warning, no setting brings the risk to zero if you have no backup.
Frequently asked questions
+How many years does an SSD last?
Under normal home and office use, consumer SSDs run comfortably for 5-10 years. What matters is not the calendar but the total data written to the drive (TBW).
+Does Windows 11 defragment an SSD on its own?
No. Windows generally detects the SSD and sends TRIM commands instead of defragmenting. It is still worth checking whether the SSD is ticked in the Optimize tool's list.
+How full is too full for an SSD?
Filling past 85-90% of capacity both slows the drive and increases wear. Leave at least 10-15% free.
+How can I see my SSD's health?
Use the manufacturer's tool (Samsung Magician, Crucial Storage Executive, WD Dashboard) or a free app like CrystalDiskInfo to view the health percentage and total data written.
+Can data be recovered from a failed SSD?
Usually not. Unlike a mechanical disk, an SSD gives no audible or performance warning; it suddenly stops being recognized, and recovery is very expensive or impossible.
Sources and verification
Last verified: 12 Eylül 2026. tell us. Windows UI labels reflect the English-language interface; menu names differ in localized Windows installs.
This content is for information only; for official procedures the relevant institution’s current announcements take precedence. Details: disclaimer.