Key takeaways
- Act within minutes, not days. TRIM clears deleted SSD blocks fast, so speed matters more than on a hard drive.
- Stop using the SSD immediately. Power it down and don't save anything new to it.
- Never format the drive to recover it. Formatting destroys data, it does not restore it.
- Check your backups and File History first. That's the most reliable recovery of all.
- If the data is still there, free signature-scanning software can pull it back. If the SSD isn't detected, see a lab.
You deleted files from your SSD, or formatted the wrong drive, and now they're gone. With a hard drive, I'd tell you to relax a little, since deleted data lingers for weeks. With an SSD, the advice is different, and the honest version matters.
SSDs use a feature called TRIM. When you delete a file, the operating system tells the SSD which blocks are no longer needed, and the drive wipes them in the background to keep write speeds fast. That's great for performance and bad for recovery. On an SSD, your window to get data back can be minutes, not weeks. So the most useful thing you can do right now is stop using the drive.
SSD data can sometimes be recovered, but only if you act fast. Stop using the drive immediately, then check your backups and File History. If those come up empty, run free signature-scanning software right away, before TRIM clears the blocks. Never format the SSD to try to recover it. If the drive isn't detected at all, you need a professional lab.
Some guides claim formatting "restores" an SSD. That is wrong and it will cost you your files. Formatting writes a fresh file system and triggers TRIM across the drive, which clears the very data you're trying to save. Never format, reinstall an operating system, or run a write-heavy repair on a drive you want to recover from.
| Step | Do this when | Difficulty | Works if |
|---|---|---|---|
| 1. Stop and power down | Always, the instant you notice | Easy | Done before TRIM runs |
| 2. Check backups / File History | You had any backup enabled | Easy | A backup or snapshot exists |
| 3. Free recovery software | No backup, drive still detected | Medium | TRIM hasn't cleared the blocks |
| 4. Professional lab | SSD isn't detected at all | Pro | The NAND chips are intact |
Step 1: Stop using the SSD right now
This is the single most important thing on an SSD, far more than on a hard drive. Every second the drive stays powered and in use, TRIM and garbage collection have more chance to clear your deleted blocks for good.
If the lost files were on a secondary drive, unmount it or shut down. If they were on your main system drive, shut the computer down entirely and do your recovery from a different machine or a live USB. Don't keep browsing, don't install recovery software onto the affected drive, and don't reboot more than you have to.
Step 2: Check your backups and File History
Before any software, look for a copy you already have. This is the most reliable recovery there is, and it sidesteps the TRIM problem completely because the data lives somewhere else.
- File History: right-click the folder that held your files and choose Restore previous versions.
- Windows Backup or a system image: check Control Panel under Backup and Restore.
- Cloud storage: OneDrive, Google Drive and Dropbox keep deleted files in a recycle area for weeks. Check there.
- An external backup drive: if you've ever run a backup tool, the files may already be sitting on it.
If you find your files here, you're done. Copy them somewhere safe and skip the rest.
Step 3: Run free recovery software immediately
No backup? Then your best shot is signature-based recovery software, and the clock is the enemy. These tools scan the raw drive for file signatures and rebuild files around them, independent of the file system.
Free, trusted options include PhotoRec (open source, cross-platform) and Recuva (Windows). They work the same way on an SSD as on any drive: if the data blocks are still intact, they can find them. The catch is that on an SSD, TRIM may have already cleared those blocks, so run the scan as soon as possible.
Install the software on a different drive, and recover your files to a different drive. Never write recovered files back onto the SSD you're scanning.
- On a healthy drive or a live USB, install or run the recovery tool. Don't install it on the affected SSD.
- Select the SSD and run a deep scan rather than a quick scan.
- Filter results by file type and preview where you can.
- Save recovered files to a separate drive.
Be realistic about the outcome. On a hard drive this works weeks later. On an SSD with TRIM active, success drops sharply with every passing hour. If you catch it fast, your odds are good. If a day has passed, the files may already be cleared, and no software can change that.
When the SSD isn't detected at all
Sometimes the problem isn't deleted files, it's the whole drive vanishing. If your SSD isn't showing up, work through the simple checks first: try a different SATA or USB cable, a different port, and a different computer. A drive that's invisible on one machine sometimes appears fine on another.
A power-cycle can occasionally revive an SSD that locked up after a power issue. Disconnect the data cable, leave power connected for around 30 minutes, then reconnect and try again. It doesn't always work, but it's harmless to try and costs nothing.
If the drive still isn't detected anywhere, the controller chip has likely failed. At that point software can't help, because the computer can't even see the storage. A professional recovery lab can read the NAND flash chips directly in a controlled environment. It's the only route left when the hardware itself is the problem.
How to keep your SSD data safe
SSDs are fast and reliable, right up until they aren't. Because TRIM makes recovery so unforgiving, backups matter even more here than on a hard drive. Follow the 3-2-1 rule: three copies of important data, on two types of storage, with one kept off-site or in the cloud. On Windows, File History to an external drive handles most of this automatically.
A few habits also extend an SSD's life: leave some free space rather than filling it to capacity, keep its firmware updated, and protect it from power surges. Got your files back? Set up a backup now, while you're thinking about it, so TRIM never gets the last word again.
Frequently asked questions
Can data be recovered from an SSD?
Sometimes, but it's less reliable than on a hard drive. SSDs use a feature called TRIM that clears deleted data blocks in the background, often within minutes. If you act immediately, signature-based recovery or a backup can get your files back. Once TRIM has run, the data is usually gone.
Why is SSD recovery harder than hard drive recovery?
On a hard drive, deleted data stays on the platters until overwritten, which can be weeks. On an SSD, TRIM proactively erases deleted blocks to keep write speeds high, often within minutes. That shrinks the recovery window dramatically.
Should I format my SSD to recover data?
No. Formatting an SSD does not recover data, it destroys it. Any guide telling you to format the drive as a recovery step is wrong. Formatting writes a new file system and triggers TRIM, which clears your remaining data. Never format a drive you want to recover from.
Can I recover overwritten data on an SSD?
No. Once data has been overwritten, or once TRIM has cleared the blocks, it cannot be recovered by software. This is why stopping use of the drive immediately matters so much on an SSD.
Do free tools work for SSD recovery?
Yes, when the data is still there. Free tools like PhotoRec and Recuva scan for file signatures and can recover recently deleted files if TRIM hasn't cleared them yet. Speed is the deciding factor on an SSD.
My SSD isn't detected at all. What now?
Try a different cable, port and computer first. A power-cycle can sometimes revive a drive stuck after a power issue. If it's still not detected, the controller has likely failed, and recovery requires a professional lab that can read the NAND chips directly.
Sources & references
This guide was written from hands-on testing and cross-checked against the following references.
- NIST SP 800-88r1: Guidelines for Media Sanitization (TRIM and data remanence on SSDs). nist.gov
- Microsoft Support: Back up and restore your PC using File History. support.microsoft.com
- Microsoft Learn: fsutil behavior and TRIM (DisableDeleteNotify). learn.microsoft.com
- Internal lab testing: SSD recovery success rates by elapsed time, TechNewsKB, 2024 to 2026.
Thank you for being honest about TRIM. Every other site promised guaranteed recovery. I caught mine within ten minutes and PhotoRec got most of it back.
So glad I read the "don't format" warning. I was about to do exactly that based on another guide.
My NVMe wasn't detected. Power-cycle trick actually brought it back long enough to copy everything off. Lifesaver.