Synology NAS Data Recovery Service
Your Synology says Volume Crashed or Storage Pool Degraded. Your shared folders are gone. Before you touch anything in DSM, read this page. We recover Synology arrays through NAS data recovery methods built on member-by-member imaging and offline reconstruction. Every drive is cloned through a write-blocker before any analysis begins. All work happens in our Austin lab. Free evaluation, no data = no charge.

What Do Synology Error Codes Mean?
DSM reports failures through specific error states in Storage Manager. Each state tells you what failed and what remains intact. Volume Crashed, Storage Pool Degraded, Drive Status Critical, and beep codes each require a different first response. All share a common first step: power the NAS down and avoid further writes.
- Volume Crashed
- The filesystem or RAID array is in a state DSM cannot repair. This often means multiple drives failed, or the Btrfs/EXT4 metadata is corrupt. Do not click Repair in Storage Manager. Our Synology volume crashed recovery guide covers the underlying architecture and safe diagnostic steps.
- Storage Pool Degraded
- One member drive has dropped out, but the pool is still running on reduced redundancy. If a second drive fails before a rebuild completes, the pool crashes. Power down and contact us rather than starting a rebuild on aging drives.
- Drive Status: Critical/Failed
- DSM has marked a specific drive as unusable. SMART data may show reallocated sectors, pending sectors, or read errors. This drive likely needs professional imaging with retry control before it is usable in a reconstruction.
- Beep codes (long continuous beep)
- A long continuous beep on models like the DS920+ or DS1621+ signals a critical system warning, typically a volume crash or thermal shutdown. Do not swap drives in or out while the unit is beeping.
All of these errors share a common first step: power the NAS down, label each drive with its bay number, and avoid any further writes. The more you interact with a failing array, the more metadata gets overwritten.
How Does Filesystem Type Affect Synology Recovery?
Synology uses Btrfs by default on newer models (DS920+, DS1621+, DS423+) and EXT4 on older hardware. The recovery approach differs for each filesystem. Both sit on top of the SHR/mdadm layer, which must be reconstructed before any filesystem work begins.
Btrfs Recovery
- Copy-on-write architecture means original data blocks are preserved until new writes overwrite them. This works in our favor when the NAS was powered off quickly.
- On single-device Btrfs volumes, the DUP metadata profile stores two copies of metadata blocks, giving us a second chance if one copy is damaged.
- Snapshots and subvolumes create separate B-tree roots. If the main tree is damaged, snapshot trees may still be traversable.
EXT4 Recovery
- EXT4 uses a journal that records pending changes before committing them to disk. Journal replay can restore a consistent state from an interrupted write cycle.
- Inode table reconstruction recovers file/directory structure when superblocks are damaged. EXT4 stores backup superblocks at predictable block group boundaries.
- EXT4 is a mature, well-understood filesystem. Recovery tooling for it is the most developed of any Linux filesystem.
Both filesystems sit on top of the SHR/mdadm layer, which itself must be reconstructed first. We image every member, capture the mdadm superblocks and LVM metadata, rebuild the virtual array, and only then address the filesystem. XFS volumes (less common on Synology, but supported) follow a similar approach with XFS-specific log replay.
How Does Synology SHR Compare to Standard RAID-5 and RAID-6?
SHR sits on top of Linux mdadm and LVM. With identically sized drives it behaves like RAID-5 (SHR-1) or RAID-6 (SHR-2). With mixed capacities it stacks multiple mdadm arrays across capacity boundaries and joins them with LVM. The reconstruction workflow changes accordingly.
| Attribute | SHR-1 | SHR-2 | RAID-5 | RAID-6 |
|---|---|---|---|---|
| Minimum drives | 2 | 4 | 3 | 4 |
| Fault tolerance | 1 drive | 2 drives | 1 drive | 2 drives |
| Mixed-capacity handling | Stacks mdadm arrays across capacity boundaries; joins with LVM. | Same stacking model as SHR-1 with dual parity per array. | Caps all members to the smallest drive; wastes excess capacity. | Caps all members to the smallest drive; wastes excess capacity. |
| Underlying layer | mdadm + LVM | mdadm + LVM | mdadm (single array) | mdadm (single array) |
| Rebuild risk on aging drives | High; a second URE on a surviving member crashes the volume. | Lower; tolerates one additional failure during rebuild. | High; same single-parity exposure as SHR-1. | Lower; dual parity survives one more failure during rebuild. |
For mixed-capacity SHR arrays, we reconstruct each underlying mdadm array from the cloned images, then reassemble the LVM volume group that ties them together. Plain RAID-5 or RAID-6 arrays skip the LVM step. The imaging, retry, and RAID data recovery parameter-detection workflow is identical.
Why Do WD Red DM-SMR Drives Fail During Synology Rebuilds?
Device-Managed Shingled Magnetic Recording (DM-SMR) drives like the WD Red WD20EFAX through WD60EFAX series cause a specific failure pattern in Synology arrays. During a RAID rebuild, the NAS writes sequential parity data across the replacement drive. DM-SMR drives can't rewrite overlapping shingle tracks fast enough to keep up with the controller's timeout window, so DSM drops the drive mid-rebuild and crashes the volume.
We clone timed-out SMR members using DeepSpar Disk Imager with modified read-retry algorithms that override the SATA command timeout. The imager reads sector-by-sector at its own pace rather than relying on the drive's internal shingle management. Once all members are imaged, we reconstruct the SHR array from clones using PC-3000 RAID Edition.
Why You Shouldn't Swap Drives After a Synology Beep Code
Swapping drives, reinitializing, or reinstalling DSM after a failure overwrites the exact metadata we need to reconstruct your array. Every write to a member drive reduces the chance of a full recovery. Inserting a new drive triggers a rebuild that can crash the volume further; a factory reset erases the LVM volume group entirely.
- Inserting a new drive triggers a rebuild. DSM will attempt to rebuild the RAID array onto the new member. If the remaining drives have weak sectors or unreadable regions, the rebuild stalls or writes bad parity, corrupting the array further.
- Reinstalling DSM overwrites system partitions on every drive. Synology stores DSM system files and swap on the first two partitions (md0, md1) of each member. A standard reinstall rewrites these system partitions and their RAID superblocks. User data resides on Partition 3+ (md2+), which a Mode 2 reinstall does not directly touch. However, partition table changes or selecting "Erase all data" can make array reconstruction harder.
- Swapping drive order confuses the mdadm layer. SHR records which physical drive occupies which role in the array. Moving drives between bays without preserving the original order can cause DSM to misidentify members or trigger an unwanted reinitialization.
- Factory reset destroys LVM and filesystem metadata. A full reset through DSM's Control Panel erases the LVM volume group that ties multiple mdadm arrays together in SHR configurations. This metadata is small but irreplaceable.
The safe response to a Synology beep code: power off, label drives by bay position, and ship them to us. We will image each drive in its current state before any analysis begins.
How We Recover Data from a Failed Synology NAS
Synology NAS recovery follows an image-first, offline reconstruction workflow. Each member drive is connected through a hardware write-blocker and imaged with PC-3000 or DeepSpar before any analysis begins. Your original drives are never modified. All RAID reconstruction and filesystem extraction happen on cloned images.
- Free evaluation: We document your Synology model (DS920+, DS1621+, RS1221+, etc.), the DSM error state, RAID/SHR configuration, filesystem type (Btrfs or EXT4), and any prior recovery attempts.
- Write-blocked imaging: Each member drive is connected through a hardware write-blocker and imaged with PC-3000 or DeepSpar. Drives with weak heads or bad sectors get conservative retry profiles and head maps to maximize data capture without accelerating degradation.
- Mechanical repair (if needed): Drives that click, beep, or refuse to spin require clean-bench head swaps with matched donor parts before imaging can proceed.
- RAID/SHR reconstruction: We read mdadm superblocks from the imaged copies, determine stripe size, parity rotation, and member order. For SHR with mixed-size drives, we also reconstruct the LVM layer. PC-3000 RAID Edition performs virtual assembly from images, never from originals.
- Filesystem extraction: Once the virtual array is assembled, we mount and extract the Btrfs or EXT4 filesystem. For Btrfs, we traverse subvolume trees and recover snapshots where applicable. For EXT4, we perform journal replay and inode table reconstruction.
- Verification and delivery: Recovered data is copied to a target drive, verified against your priority file list, and shipped back. Working copies are securely purged on request.
How Much Does Synology NAS Recovery Cost?
Synology recovery uses two line items: a per-member price based on each drive's physical and firmware condition, plus a $400 to $800 array reconstruction fee for SHR/mdadm and LVM work. If we recover nothing, you owe $0.
Per-Member Drive Pricing
Each member drive is priced against the same five-tier schedule used for individual hard drive data recovery. A four-bay unit with one head-swap member and three logical-only members generates one tier-4 line plus three tier-2 lines, not a single opaque bundle.
Simple Copy
Low complexityYour drive works, you just need the data moved off it
$100
3-5 business days
Functional drive; data transfer to new media
Rush available: +$100
File System Recovery
Low complexityYour drive isn't recognized by your computer, but it's not making unusual sounds
From $250
2-4 weeks
File system corruption. Accessible with professional recovery software but not by the OS
Starting price; final depends on complexity
Firmware Repair
Medium complexityYour drive is completely inaccessible. It may be detected but shows the wrong size or won't respond
$600–$900
3-6 weeks
Firmware corruption: ROM, modules, or translator tables corrupted; requires PC-3000 terminal access
CMR drive: $600. SMR drive: $900.
Head Swap
High complexityMost CommonYour drive is clicking, beeping, or won't spin. The internal read/write heads have failed
$1,200–$1,500
4-8 weeks
Head stack assembly failure. Transplanting heads from a matching donor drive on a clean bench
50% deposit required. CMR: $1,200-$1,500 + donor. SMR: $1,500 + donor.
50% deposit required
Surface / Platter Damage
High complexityYour drive was dropped, has visible damage, or a head crash scraped the platters
$2,000
4-8 weeks
Platter scoring or contamination. Requires platter cleaning and head swap
50% deposit required. Donor parts are consumed in the repair. Most difficult recovery type.
50% deposit required
Hardware Repair vs. Software Locks
Our "no data, no fee" policy applies to hardware recovery. We do not bill for unsuccessful physical repairs. If we replace a hard drive read/write head assembly or repair a liquid-damaged logic board to a bootable state, the hardware repair is complete and standard rates apply. If data remains inaccessible due to user-configured software locks, a forgotten passcode, or a remote wipe command, the physical repair is still billable. We cannot bypass user encryption or activation locks.
No data, no fee. Free evaluation and firm quote before any paid work. Full guarantee details. Head swap and surface damage require a 50% deposit because donor parts are consumed in the attempt.
Rush fee: +$100 rush fee to move to the front of the queue.
Donor drives: Donor drives are matching drives used for parts. Typical donor cost: $50–$150 for common drives, $200–$400 for rare or high-capacity models. We source the cheapest compatible donor available.
Target drive: The destination drive we copy recovered data onto. You can supply your own or we provide one at cost plus a small markup. For larger capacities (8TB, 10TB, 16TB and above), target drives cost $400+ extra. All prices are plus applicable tax.
Array Reconstruction Fee
$400 to $800
Covers SHR/mdadm parameter detection, LVM reconstruction, virtual assembly from cloned images, and Btrfs or EXT4 filesystem extraction. The final figure depends on member count, RAID level, mixed-capacity SHR complexity, and whether snapshot traversal or NVMe cache merge is required.
On a typical four-bay DS920+ with one mechanically failed drive and three healthy members, the invoice itemizes one head-swap line, three firmware or file-system lines, and the array reconstruction fee. Compare that to the $10,000-plus bundle quotes that larger recovery shops hand out with no per-drive breakdown.
No Data = No Charge. If we cannot recover usable data from your Synology, you owe nothing under our no-fix-no-fee guarantee. Optional return shipping is the only potential cost on an unsuccessful case.
Confidentiality, Chain-of-Custody, and Direct Engineer Communication
Business Synology workloads carry the same confidentiality expectations as any other storage system. We sign NDAs, log chain-of-custody from intake through return shipping, and route every technical question to the engineer performing the recovery.
NDA and Chain-of-Custody
We routinely sign mutual NDAs before any imaging work begins. Intake is logged with drive serials, bay positions, and SMART snapshots.
Drives stay in our Austin lab for the entire engagement; images and working copies are kept offline and purged on request at case close. We are not HIPAA certified and do not sign BAAs, so regulated healthcare data is not a fit.
For standard commercial confidentiality, legal holds, engineering source, and financial records, the NDA plus written chain-of-custody covers the usual business requirements.
Direct Engineer Communication
You talk to the engineer doing the recovery, not a sales representative or account manager. When a question comes up about member ordering, snapshot priority, or whether to abort a rebuild in progress, you reach the person running PC-3000 and DeepSpar on your drives.
The same person who images your members also reconstructs the SHR array and extracts the filesystem. There is no hand-off between an intake team and a lab team because there is only one team.
This matters most when a case is time-sensitive: a SHR-2 with two failed members, a RackStation powering production infrastructure, or a DSM rebuild that stalled overnight. Decisions about retry profiles, head swaps, or pausing reconstruction to re-evaluate should come from the engineer with the drives on the bench, not a dispatcher reading from a script. The same logic applies to every RAID data recovery case we run.
Why Does an M.2 NVMe Cache Failure Crash a Synology Storage Pool?
Newer Synology models (DS920+, DS1520+, DS1621+) support M.2 NVMe SSDs for read/write caching. If a cache SSD's controller suffers firmware corruption, the Synology can crash the associated Btrfs storage pool because dirty write-cache blocks never committed to the mechanical drives. The pool shows Volume Crashed even though the HDDs themselves are healthy.
We stabilize the failed NVMe SSD using PC-3000 Portable III to upload loader microcode into the controller's RAM, then extract the uncommitted dirty blocks. Those blocks are merged back into the main volume during offline reconstruction. This recovers data that never reached the spinning drives and would otherwise be lost if the cache SSD were simply replaced.
Synology Recovery FAQ
What does 'Volume Crashed' mean on my Synology?
Can I recover data after reinstalling DSM?
What RAID type does Synology SHR use?
Is Btrfs harder to recover than EXT4 on a Synology?
How long does Synology NAS recovery take?
Why does my Synology show 'Storage Pool Degraded' but data is still inaccessible?
Can you sign an NDA for confidential or regulated business data?
Running a RackStation or FlashStation?
For enterprise Synology models (DS920+, RS1221+, RS2423+, FS2500, FS3410) with SHR-2 arrays, NVMe SSD cache failures, or expansion shelf disconnects, see our dedicated enterprise recovery guide covering redundant PSU failover, expansion shelf failures, all-flash NAS recovery, and high-capacity helium drive imaging.
Synology Enterprise NAS Recovery Guide →Synology Power LED Blinking Blue?
If your Synology's power LED has been blinking blue for 20+ minutes and DSM never loads, this is the "Blue Light of Death" (BLOD). Your drives are intact. See our dedicated guide for Intel C2000 erratum diagnosis, mdadm partition layout, and the risks of moving drives to a new chassis.
Synology Blinking Blue Light Recovery Guide →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 make sure your hard drive is handled safely and properly. 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
Louis Rossmann's well trained staff review our lab protocols to ensure 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 Recovery Services
Recovery for all NAS brands including QNAP, Buffalo, Western Digital, and Asustor.
Hardware and software RAID array reconstruction for RAID 0, 1, 5, 6, and 10.
Individual HDD recovery From $100. Head swaps, firmware rebuilds, and platter imaging.
Dell PowerEdge, HP ProLiant, and Supermicro server recovery with PERC and SmartArray support.
Synology showing Volume Crashed?
Free evaluation. No data = no charge. Ship your drives from anywhere in the U.S.