SSD Shows Up as RAW?
Do Not Format It
When Windows reports an SSD partition as RAW and asks you to format the disk before you can use it, do not format it and do not run CHKDSK. RAW means Windows cannot read the file system, not that your files are gone. Formatting writes a fresh file system over the exact structures a recovery lab reads to rebuild your volume. In most cases the files are intact until that write happens.
File Explorer throws up "You need to format the disk in drive X: before you can use it" the moment it fails to parse the file system on a connected drive. Disk Management and diskpart label the same partition RAW. Magoshare and EaseUS-affiliate blogs answer that by telling you to run CHKDSK or to format first and recover after. On an SSD, that order shreds recoverable files. Our SSD data recovery service handles both the logical file-system case and the controller firmware case in our Austin, TX lab.

Why Does My SSD Show as RAW?
RAW is what Windows calls a partition it can see but cannot read. The partition table points Windows at a volume, Windows jumps to the start of that volume, and the boot sector or the file table it expects is damaged or unrecognizable.
It cannot tell whether it is looking at NTFS, FAT32, or exFAT, so it labels the file system RAW and offers to format the drive. The prompt is a symptom, not a diagnosis.
Two very different things produce that same label. On NTFS the volume boot record or the $MFT that indexes every file can be corrupt while the file data behind it sits untouched. Or the drive holds a file system Windows cannot read, such as macOS APFS, Linux ext4, or ZFS, which Windows treats as an absence of a file system rather than a foreign one.
Either way the files are usually still there. The job is to read them without letting a single write land on the drive first.
Why Format and CHKDSK Endanger a RAW SSD
Formatting a RAW SSD writes a fresh file system over the boot sector and file table a lab reads to rebuild your volume. CHKDSK refuses to run on a genuinely RAW volume, and when it does run on a partly damaged one it issues writes. On an SSD, every write gives the host operating system reason to issue TRIM, which unmaps old blocks and lets garbage collection erase what is still readable.
Start with CHKDSK, because the advice to run it is everywhere. On a volume Windows has already declared RAW, CHKDSK prints "The type of the file system is RAW. CHKDSK is not available for RAW drives" and stops. It does nothing.
Where CHKDSK does real harm is the in-between case, where the file system is damaged enough to throw errors but Windows still mounts it: a full CHKDSK pass reads the volume and writes corrections back, and forcing a struggling controller or degrading NAND through that write load pushes marginal blocks past the point where the controller's error correction can recover them.
Format-then-recover is worse, and it is the exact sequence the affiliate blogs push. Here is the part they leave out.
Writes and deletions on an SSD give the host operating system reason to issue TRIM, the deallocate command that tells the controller which logical blocks are no longer referenced. The operating system issues TRIM; the controller only executes it, unmapping those blocks from the flash translation layer so that reads of them return zeros, and background garbage collection then erases the physical cells.
TRIM is on by default on Windows 7 and later; on macOS it is on by default only for Apple-supplied SSDs, and third-party drives need it turned on with trimforce. The practical result on Windows is that formatting a drive you are trying to recover hands the OS a reason to unmap the very blocks that hold your files.
This is the difference between an SSD and a spinning drive. On a mechanical drive a cancelled format or a stray write is often survivable, because deleted content lingers until it is physically overwritten. On an SSD the unmap happens at the logical layer and garbage collection finishes the job on its own schedule.
Once the controller unmaps a block, it stops handing that block's data back, and no software reaches around the controller to get it. Stop writing, power the drive down, and get it evaluated.
Image the Drive First, Repair the Copy
The one rule that separates a real recovery from a gamble: image the RAW drive read-only to known-good media first, then run every file-system repair and file-carving pass on the copy. The original is never written to. If a repair tool corrupts the copy, we make another copy from the image and try again.
The format-then-recover crowd has the order backwards. They tell you to format the drive to clear the RAW state, then point recovery software at it, which means the recovery runs against a drive that was already written to and may be actively unmapping blocks. Every attempt happens on the one copy you cannot afford to lose, and every failed attempt is a fresh set of writes to the original.
A read-only image inverts that risk. We read every accessible logical sector of the SSD off to a destination drive in the lab and work from that image afterward. Boot-sector rebuilds, $MFT reconstruction, and file carving all run against the copy.
The RAW drive is read once and then set aside untouched, so nothing we do downstream can make the original worse. That is the whole reason a lab recovers RAW volumes that consumer software destroyed: the software wrote to the drive, and we do not.
Two Different Failures Behind a RAW Volume
A RAW label covers two failures with different fixes. If the SSD reports its correct capacity and real model name, the controller is healthy and the file system is the problem: a logical recovery from a read-only image. If it reports 0 bytes, a placeholder capacity, a wrong model string, or SATAFIRM S11, the controller is in a firmware panic and needs hardware-level work.
The fact that splits them is what the drive reports about itself. Open Disk Management and Device Manager and read the capacity and model name before touching anything else.
Correct capacity, real model name
The drive shows up at its full size with its real model string, say a 1TB Crucial MX500, but Windows labels the partition RAW and offers to format it. The controller is working. The boot sector or file table is damaged, or the volume holds a non-Windows file system. Your data is intact.
This is a logical, file-system recovery. We image the drive read-only, then rebuild the file system on the copy and extract the files. File-system recovery runs From $250.
0 bytes, placeholder size, or SATAFIRM S11
The drive reports 0 bytes, a tiny capacity like 2MB, a wrong model string, or the identifier SATAFIRM S11. Windows may still prompt you to format it, but this is a controller firmware panic, not a file-system problem. The controller cannot read its own translator from NAND, so it cannot present your data.
This needs firmware-level work: PC-3000 SSD injects a volatile microcode loader into the live controller to rebuild its translator without writing to NAND. See SSD shows 0GB or wrong capacity for the full walkthrough.
The SATAFIRM S11 string is worth calling out because it is specific. That identity is hardcoded only into the Phison PS3111-S11 SATA controller; a failing Silicon Motion drive instead sits in a busy hang or reports a raw silicon descriptor, and a Marvell drive locks the bus or reports 0GB with no model string.
If your drive shows that exact string, the SATAFIRM S11 firmware fix page covers the controller-specific recovery. Firmware recovery runs $600–$900 for SATA and $900–$1,200 for NVMe.
Cross-Platform File Systems Windows Reads as RAW
A healthy SSD pulled from a Mac or a Linux box will often show up as RAW the instant you connect it to a Windows PC. Nothing is wrong with the drive. Windows cannot parse macOS APFS or HFS+, Linux ext4, or ZFS, so it treats a file system it does not understand as no file system rather than a foreign one, and offers to format the drive.
Software affiliates miss this because their tools assume every connected drive is a native Windows disk they can push NTFS or exFAT repair at. That assumption turns a five-minute non-problem into a data-loss event. Format a Mac SSD from Windows and you overwrite the start of the APFS container; let a partition tool write a new NTFS layout and the original ext4 or ZFS structures are gone.
The safe check is simple. Read the drive back on the operating system that wrote it: a Mac SSD belongs on a Mac, a ZFS pool member belongs on the system that built the pool. If the original machine is dead and the drive holds the only copy, treat it as a logical recovery and send it in rather than forcing Windows to write to it.
What to Do With a RAW SSD
If the SSD holds data you need, secure the hardware before you touch the software. These steps keep the drive in the state a lab can work with.
- Cancel the format prompt. Do not format, do not initialize, and do not let a partition tool write a new layout. Each of those writes to the start of the volume.
- Do not run CHKDSK. On a RAW volume it refuses to run anyway; on a partly damaged one it writes corrections you do not want on a failing drive.
- Read the capacity and model name. A correct size and real model name points to a logical file-system problem; 0 bytes, a placeholder capacity, or a wrong string points to a firmware panic.
- Do not point recovery software at the original. No repair tools, no format-then-scan, no firmware updates. Any recovery attempt belongs on a read-only image, never on the drive itself.
- Power down and get an evaluation. Leave the drive off and send it for a free evaluation. We tell you which failure it is and quote before any work begins.
How We Recover a RAW SSD
Recovery starts by reading what the drive reports and deciding which of the two failures it has, because the paths share almost nothing. A logical RAW recovery is software work over a healthy controller, done against a read-only image; a firmware recovery is hardware work on the controller itself. Both happen in-house at our Austin lab.
- 1
Identify the Failure
We read what the drive reports about itself. A correct capacity and model name means a logical file-system failure; 0 bytes or a placeholder means the controller is in a firmware panic. That split decides the whole method.
Free evaluation - 2
Image the Drive Read-Only
For a healthy controller, we read every accessible logical sector to known-good media in the lab. The RAW drive is read once and set aside; nothing after this point writes to the original.
No writes to the source - 3
Rebuild the File System on the Copy
Working from the image, we rebuild the boot sector, reconstruct the $MFT or the equivalent file table, and carve out files the metadata no longer references, then verify what came back.
Repairs run on the copy - 4
Firmware Path: Revive the Controller
If the drive is in a firmware panic, PC-3000 SSD injects a volatile microcode loader into the live controller's SRAM. It runs from RAM, never writes to NAND, and rebuilds the translator so the drive can be imaged.
No NAND writes
The tool that reaches a panicked controller is PC-3000 SSD, which talks to a live controller over the SATA or NVMe interface. It does not read desoldered NAND chips; that is a separate hardware path.
For a healthy drive with a RAW file system, none of the firmware work is needed, which is why reading the capacity first keeps the logical cases in the lower price tier. For an NVMe drive that never shows up in BIOS, see NVMe SSD not detected in BIOS and our NVMe recovery page.
What Recovery Costs for a RAW SSD
Cost follows the failure. A logical RAW or file-system recovery on a healthy drive runs From $250. A controller firmware panic runs $600–$900 for SATA and $900–$1,200 for NVMe. The capacity and model name the drive reports decides which tier applies.
| What the drive reports | Failure | Recovery tier |
|---|---|---|
| Correct capacity and real model name; partition shows RAW, prompt to format | Logical file-system loss; healthy controller | File-system recovery, From $250 |
| 0 bytes, placeholder capacity, wrong model, or SATAFIRM S11 (SATA) | Controller firmware panic | Firmware recovery, $600–$900 |
| NVMe drive reporting 0 bytes, a placeholder, or missing after a direct connection | Controller firmware panic (NVMe) | NVMe firmware recovery, $900–$1,200 |
Rush service adds +$100 rush fee to move to the front of the queue. If a firmware panic requires a matching donor for its board, A donor drive is a matching SSD used for its circuit board. Typical donor cost: $40–$100 for common models, $150–$300 for discontinued or rare controllers. Every quote is firm before work starts, with no data, no charge and no diagnostic fee. Full ranges live on our pricing page.
What Firmware-Level SSD Recovery Looks Like
When the RAW prompt turns out to be a controller firmware panic rather than a file-system problem, this is the kind of hardware-level work it takes. The video walks through NVMe SSD diagnosis and firmware recovery in our lab.
NVMe SSD data recovery: what a controller firmware failure looks like at the hardware level.
Common Questions
What does it mean when my SSD shows as RAW?
Windows says I need to format the disk. Should I?
Can I run CHKDSK to fix a RAW SSD?
A blog told me to format the drive and then run recovery software. Is that safe?
My Mac or Linux SSD shows as RAW on a Windows PC. Is it dead?
My SSD reports 0 bytes or SATAFIRM S11 and asks me to format. Is that the same problem?
How much does it cost to recover a RAW SSD?
Data Recovery Standards & Verification
Our Austin lab operates on a transparency-first model. We use industry-standard recovery tools, including PC-3000 and DeepSpar, combined with strict environmental controls to maintain drive integrity. This approach allows us to serve clients nationwide with consistent technical standards.
Open-drive work is performed in a ULPA-filtered laminar-flow bench, validated to 0.02 µm particle count, verified using TSI P-Trak instrumentation.
Transparent History
Serving clients nationwide via mail-in service since 2008. Our lead engineer holds PC-3000 and HEX Akademia certifications for hard drive firmware repair and mechanical recovery.
Media Coverage
Our repair work has been covered by The Wall Street Journal and Business Insider, with CBC News reporting on our pricing transparency. Louis Rossmann has testified in Right to Repair hearings in multiple states and founded the Repair Preservation Group.
Aligned Incentives
Our "No Data, No Charge" policy means we assume the risk of the recovery attempt, not the client.
Technical Oversight
Louis Rossmann
Our engineers review all lab protocols to maintain technical accuracy and honest service. Since 2008, his focus has been on clear technical communication and accurate diagnostics rather than sales-driven explanations.
We believe in proving standards rather than just stating them. We use TSI P-Trak instrumentation to verify that clean-air benchmarks are met before any drive is opened.
See our clean bench validation data and particle test videoRelated services
Related Guides
Full SSD recovery service overview
The Disk Management sibling case
The controller firmware panic sibling case
Phison PS3111-S11 controller firmware panic
The hardware we use for firmware-level recovery
Transparent cost breakdown
Do not format. Get a diagnosis first.
We image the RAW drive read-only, separate a file-system problem from a controller firmware panic, and recover each on a copy. Free evaluation, firm quote, no data no charge.