ACCEPTING CASES · MON–FRI 9:00AM–5:00PM
Certified Data Recovery Professional · Phoenix, AZ ☎ (602) 686-2622

RAID 0 Isn't Redundant. One Dead Drive Takes Every File.

One SSD or HDD in a RAID 0 stripe dropped. The other one still shows in Disk Management. That is not a spare copy of your files. Striping split every volume across both members — so the dead disk did not take "its share." It took the array.

Free evaluation · No data, no fee · Talk directly with a technician.

We already wrote about the controller's Rebuild button, and about a RAID 5 that loses a second drive. Those posts assume parity or a mirror — something left to reconstruct from. This is the other common home and DIY setup: two NVMes, two SATA SSDs, or two hard drives striped for speed. RAID is in the name. Redundancy is not in the design.

Striping is not a backup, and it is not "half the files"

RAID 0 takes each chunk of the volume — a stripe, often 16 KB to 128 KB, sometimes larger — and writes the next chunk to the next disk. Read and write bandwidth go up. Usable capacity is the sum of the members. Fault tolerance is zero.

That last part is what people miss, because the word RAID sounds like protection. RAID 1 keeps a copy. RAID 5 and 6 keep parity so the set can lose a disk and stay online. RAID 0 keeps neither. The RAID service page says it in one line: failure of even one drive results in complete data loss. This post is what that looks like on a desk, not a textbook row.

The surviving member does not hold "the files that lived on that drive." There is no such pile. A document, a Lightroom catalog, a VM, a Steam library — anything bigger than a stripe — is interleaved. Filesystem metadata is interleaved too: the NTFS MFT, the GPT, the directory tree. So you do not get a mountable volume with some folders missing. You get a disk full of fragments that do not form a volume, and a second disk that is not talking.

Unraid is the opposite layout — each file lives on one data disk — which is why an unmountable Unraid member is often that disk's filesystem, not the whole array. We covered that separately. Do not apply that mental model here. RAID 0 is the stripe.

Where this shows up at home

We see the same stripe under three different stickers. The failure is identical.

This is not an Intel Optane H10. That stick is two devices on one M.2 — Optane plus QLC — not a RAID 0 you built. Different geometry. Different mistake. If you striped two separate NVMes in RST, you are in this post.

Warning: Do not initialize the surviving disk. Do not format it "so I can at least use the good one." Do not create a new RAID 0 with a spare and the survivor. Do not click Rebuild, Reset disks to non-RAID, or Import foreign configuration to see if Windows comes back. Those are writes. RAID 0 has no parity to put the old stripes back after a write.

Leave both members powered down and get the set evaluated. We will tell you whether this looks like a member we can still image, or a metadata / order problem. Free evaluation, no data, no fee.

What not to do

Do not run a rebuild experiment. On RAID 5 or a mirror, a rebuild is a write that reconstructs one disk from the others. On RAID 0 there is nothing to reconstruct from. The controller or Storage Spaces "rebuild" is a new stripe or a metadata rewrite. Same class of mistake as the Rebuild we already warn about — except here the assumption of leftover redundancy was never true.

Do not initialize the disk. Windows Disk Management offering Initialize on the survivor (or on both members after a CMOS reset) writes a new signature and partition table. That is the start of the volume you still had. GPT at sector 0 / 1 is often how we confirm a virtual reconstruction later. Overwriting it is not a diagnostic.

Do not format the survivor. "I'll just use the good SSD as a single drive" formats the fragments that are still there. Format is a write. It does not migrate the files off first, because those files were never wholly on that disk.

Do not run desktop recovery software that writes. Recuva, R-Studio, GetDataBack, EaseUS, PhotoRec pointed at the live member and told to save output onto the same disk — or onto a "repaired" volume — is a scan plus a write. Those tools are looking at stripe pieces, not a filesystem. A chkdsk / repair-volume pass is the same problem. If you already started one, stop. Do not do a second pass.

Do not reorder members or reset firmware RAID metadata to "see if it mounts." Order, stripe size, and start offset are the geometry. Guessing on the original disks is how you write the wrong assembly over the only copies.

When a lab can still do something

We do not "rebuild the RAID 0" on your hardware. We do not promise the volume comes back because one LED is still on.

The job, when it is possible, is imaging plus geometry:

If one member is mechanically or electrically finished and will not image, files that spanned the missing stripes do not come back from the survivor alone. We will say that after evaluation. We don't advertise a success rate, and we will not invent a RAID 0 case ID. The RAID jobs in the public case log are a Synology RAID 5 and an HP SmartArray RAID 6 + RAID 5 — parity arrays. Different math. Different leftover. This post is the stripe.

What to do right now

Do not initialize. Do not format. Do not rebuild. Do not make a new RAID 0 with a spare "so the PC will boot."

  1. Power it down. If this is the boot stripe, do not keep trying BIOS / RST / Windows until it mounts. Every write is a stripe you do not get back.
  2. Leave the members in order. Do not swap M.2 slots or SATA ports to experiment. Label them. Photograph the RST / RAIDXpert / Storage Spaces / Disk Management screen and the motherboard RAID banner if it is still there.
  3. Note what you have: two NVMe, two SATA SSD, two HDD, or a mix; motherboard RAID vs Storage Spaces Simple vs a Windows striped dynamic disk vs a software stripe you built in Disk Management. Photos are not a diagnosis.
  4. Get the set evaluated. Send every member, including the one that still enumerates and any spare you already inserted. The technician on your case will tell you whether this looks like a member we can still image, a metadata / order problem, or a stripe that is gone. Free evaluation, no data, no fee.

If you are mailing it in, pack both (or all) members like any other failed drive — how to ship a failed drive safely. For the array-level work, see RAID data recovery. If the dead member is an SSD that vanished from BIOS, the closer single-drive write-up is SSD not detected — then treat the volume as this stripe, not as a single disk you can format. If the array you actually have is RAID 5 with a second disk down, that is the RAID 5 post. If the screen is offering Rebuild on a NAS with parity, start with rebuild vs. recovery.

RAID 0 — one drive dies — FAQ

If one drive in RAID 0 dies, do I still have the files on the other one?
No. RAID 0 does not keep whole files on one member and a copy on the other. It splits data into stripes and writes those stripes across every disk in the set. The surviving drive has fragments, not a usable folder of documents, photos, or a game library. Losing one member is not "half the array." It is the volume.
Isn't RAID supposed to be redundant? Why does RAID 0 fail so hard?
The word RAID is doing the damage. RAID 1 mirrors. RAID 5 and 6 keep parity so the set can lose a disk and keep running. RAID 0 is striping only — speed and capacity, zero fault tolerance. The rebuild vs. recovery table already lists it as "0 — any failure loses the array." There is nothing to rebuild from.
Is Windows Storage Spaces Simple the same as RAID 0?
Close enough that the failure looks the same. Storage Spaces Simple (no resiliency) stripes across columns. It is not a mirror and not parity. One dead physical disk typically takes the virtual disk with it. Same class of problem as motherboard RAID 0 or a Windows striped dynamic disk: people thought "Spaces" meant protection. Simple means it did not.
Can I rebuild a RAID 0 if I put in a replacement drive?
Not in the RAID 5 / RAID 1 sense. There is no parity or mirror copy of the missing stripes. A "rebuild" on RAID 0 is either a new empty stripe or a write that initializes metadata over the set you still have. That is how the last readable fragments get overwritten. Do not start one to "see if Windows comes back."
Should I run Recuva, R-Studio, or GetDataBack on the surviving SSD?
Not if the files still matter. Those tools scan and write. On a RAID 0 member they are looking at stripe fragments, not a filesystem. A write — a "recovered" folder on the same disk, a quick format, a chkdsk — is how the remaining stripes stop being useful. Image first, or stop and get the set evaluated.
When can a lab still help if one stripe member is dead?
When the "dead" member still images in part — firmware, electronics, weak heads, a controller that will talk on a tool — or when both members are readable and the problem is order, stripe size, start offset, or controller metadata (Intel RST, AMD RAID, Storage Spaces). Partial stripe imaging can put some files back together. A member that will not read at all leaves those stripes gone. We will not invent a rate.
Do you have a RAID 0 case in the public log?
No. The public case log has RAID work — a Synology RAID 5 with two members down, an HP SmartArray RAID 6 + RAID 5 server — not a RAID 0 stripe. We will not invent a case ID or an outcome. This post is the geometry and the mistakes, not a bench report on a specific serial.
What should I do right now?
Power the machine down. Do not initialize, format, or rebuild. Do not create a new RAID 0 with a spare. Label both (or all) members and leave them in order. Photograph the BIOS / RST / Storage Spaces / Disk Management screen. Then get the set evaluated. See how to ship a failed drive safely.

One member is dead and the other still lights up. That is not half your files. Start with a free evaluation before anyone initializes it.

Request free evaluation →

Free evaluation · No data, no fee · Talk directly with a technician.