You open File Explorer and your SSD is there but unusable, Windows asks to format it, or Disk Management labels the partition “RAW.” It is alarming, but RAW usually means the file system got corrupted rather than the data being physically gone. With the right steps you can often recover your files and get the drive working again. Here is a careful, data-first approach.
What “RAW” actually means
A healthy Windows drive uses a file system like NTFS or exFAT. “RAW” is Windows saying it cannot read a valid file system on the partition, so it does not know how to show your files. The data blocks may still be intact; it is the roadmap (the file system metadata) that is damaged. That distinction is why you should try recovery before formatting.
Do not format yet
The format prompt is tempting, but formatting writes a new file system and makes recovery much harder. Close that prompt and work through the non-destructive steps first.
Step-by-step recovery
| Order | Action | Destructive? |
|---|---|---|
| 1 | Try a different port/cable/PC | No |
| 2 | Run CHKDSK on the drive letter | Low risk |
| 3 | Recover files with recovery software | No |
| 4 | Reformat the drive | Yes |
| 5 | Update firmware, monitor health | No |
1. Rule out connections
A loose SATA cable, a failing USB enclosure, or a bad port can make a drive appear RAW. Reseat the M.2 or reconnect the cable, try another port, and test the drive in a second computer if possible.
2. Try CHKDSK
Open Command Prompt as administrator and run a check-disk on the drive letter (for example, chkdsk X: /f). If the file system damage is minor, CHKDSK can repair it and your files reappear. If it reports the drive is RAW and refuses, move to recovery software rather than forcing anything.
3. Recover the data
Use reputable file-recovery software to scan the RAW partition and copy recoverable files to a different drive. Never recover onto the same drive you are rescuing. This step preserves your data before you do anything that overwrites the partition.
Getting the drive usable again
Reformat after recovery
Once your files are safe, reformat the partition (NTFS for Windows, exFAT for cross-platform) in Disk Management. This rebuilds a clean file system and returns the drive to normal use. If it formats and holds data reliably, the RAW event was a one-off corruption.
Check drive health
Run an SSD health tool to read the SMART data and remaining endurance. If the drive shows reallocated sectors, high wear, or repeated RAW/corruption events, treat it as failing, back up, and plan a warranty replacement. Also update the SSD firmware, as bugs can cause corruption.
Preventing RAW corruption
Most RAW events trace back to a handful of avoidable causes, so a little discipline goes a long way. Always eject external SSDs and USB drives through the operating system rather than yanking them mid-write, and use a UPS on a desktop to survive power blips. Keep the drive’s firmware updated, and avoid cheap, flaky USB enclosures and cables, which are a surprisingly common trigger for drives appearing RAW.
Know when to stop and get help
| Situation | Best action |
|---|---|
| Minor file system error | CHKDSK, then reformat |
| Important files, no backup | Recovery software first |
| Recovery software finds nothing | Consider a professional service |
| Repeated RAW + bad SMART | Replace the drive |
If the data is critical and software recovery comes up empty, stop writing to the drive entirely and weigh a professional recovery service. Every additional write reduces the chance of getting files back, so the safest move on a valuable drive is to act deliberately rather than experiment.
FAQ
Does a RAW drive mean my data is lost?
Usually not. RAW typically means the file system is corrupted while the underlying data is still present, which is why recovery software can often retrieve your files. As long as you avoid formatting first, your chances of getting the data back are good.
Why did my SSD suddenly become RAW?
Common causes include improper ejection or power loss during a write, a failing cable or enclosure, file system corruption, or buggy firmware. Occasionally it signals a drive that is starting to fail. After recovering, check SMART health and update firmware to reduce the chance of it recurring.
Bottom line: A RAW SSD is usually a corrupted file system, not lost data, so resist the format prompt. Reseat connections, try CHKDSK, then recover files to another drive with recovery software before reformatting. Afterward, check the drive’s SMART health and firmware, and replace it under warranty if the corruption keeps returning.