Skip to main contentSkip to navigation
Lab Operational Since: 17 Years, 7 Months, 21 DaysFacility Status: Fully Operational & Accepting New Cases
Myth

The Power-Cycle Method
Will Not Revive a Dead SSD

The power-cycle or "CPR" routine has one real job: it gives a busy controller idle time to finish its housekeeping after an unclean shutdown. That helps a healthy drive stuck mid-rebuild. It does nothing for a dead power rail, a dead controller, a firmware panic, or worn-out NAND. Professional SSD data recovery handles the cases a power cycle cannot touch.

Quick Answer01/03

Does Power-Cycling a Dead SSD Recover Data?

Sometimes, but only for a physically healthy drive stuck in a transient firmware-busy state after an unclean shutdown. Power-cycling gives the controller idle time to finish rebuilding its flash translation layer & re-present the drive. It never revives a hardware-dead drive: a shorted PMIC, a dead controller, a ROM-mode panic, or worn NAND will not respond to any number of power cycles.

Author02/03
Louis Rossmann
Written by
Louis Rossmann
Founder & Chief Technician
Updated 2026-06-22

What the Power-Cycle Method Actually Does

After a dirty power loss, an SSD controller can come up in a busy or lockup state. It is not idle by choice. It needs uninterrupted time to replay its journal, finish a background garbage collection pass it was running when power dropped, and rebuild the flash translation layer mapping that links logical addresses to physical NAND pages.

Until that work finishes, the controller cannot present the LBA space, so the drive looks dead to the host.

A CPR routine powers the drive for a set interval, disconnects it, then repeats. The point is to hand the controller that idle window without the host hammering it with I/O. That is the entire mechanism: idle time for controller housekeeping.

It helps to be clear about what the routine does not do. It does not recharge or repair NAND cells. It does not fix a dead power rail or a shorted regulator. It does not reflash corrupted firmware.

If the failure is anything other than a controller that needs time to finish a rebuild, the power-cycle has no path to the data.


When the Power-Cycle Can Help

The narrow case is a physically healthy drive that dropped offline after a power loss mid-write. The hardware is intact. The controller boots, the power rails are good, the NAND is fine. The drive just got interrupted with a half-finished journal or an incomplete FTL rebuild, and it needs a quiet stretch to catch up.

In that situation, giving the controller idle time can let it complete the rebuild & re-present the drive. That is real, and it is the kernel of truth that keeps the CPR method alive in forums. The trap is treating a narrow recovery for one failure mode as a universal fix for every dead SSD.


When the Power-Cycle Can Never Work

Most dead SSDs are not stuck in a transient busy state. They have a fault that idle time cannot resolve, and the power-cycle has no mechanism to reach the data. Four failure modes account for most of these.

  1. Shorted voltage regulator or dead PMIC. If the power management IC or a regulator is dead, the controller never gets a clean rail & never boots. Nothing downstream happens, so the number of power cycles is irrelevant. This is a board-level fault that needs component-level repair before the drive can do anything at all.
  2. Dead controller IC. A controller killed by a surge or an internal fault is a board-level failure. The chip cannot run firmware, busy or otherwise, so there is no housekeeping for idle time to finish.
  3. ROM-mode firmware panic. When firmware corrupts past a safety threshold, some controllers boot into a safe ROM mode instead of normal operation. This is the SATAFIRM S11 state, and it is specific to the Phison PS3111-S11 controller. A Silicon Motion controller in a comparable failure shows a BSY state or a raw silicon descriptor instead, not SATAFIRM. Either way the controller is sitting in a safe mode, not a transient busy state, so idle time changes nothing.
  4. NAND degradation past the correction threshold. When cells wear past the point the controller's LDPC & ECC engines can correct, the stored charge is no longer readable as valid data. Idle time does not restore worn cells.

Do Not Run chkdsk or Format After the Drive Reappears

If a power-cycle brings the drive back, the correct move is to image or copy the data off to another disk right away. The drive is fragile & may drop again.

Do not run chkdsk. Do not format. Both of those issue writes, and writes are the last thing a just-recovered SSD needs.

On an SSD, those writes let the controller resume background garbage collection & complete a TRIM unmap pass, which can finalize the loss of the logical state you just got back. A format is worse: it can trigger a TRIM of the whole volume.

The precise mechanism matters here. TRIM is a logical deallocate command, not an instant physical erase. The controller unmaps the affected LBAs and returns deterministic zeros when those addresses are read, and garbage collection erases the physical cells asynchronously afterward. Once the controller has unmapped a block, it no longer returns that block's data, and no software or lab can reverse it.

Copy first. Repair never.

The instant a drive comes back, the only safe action is a read-only copy to other media. If you are not equipped to image it cleanly, contact us before the window closes. Every write narrows it.


What Actually Recovers a Dead SSD

A dead SSD needs tools that reach the controller directly. PC-3000 talks to the controller over its native interface, can inject a working firmware module into controller SRAM, rebuild the FTL, and image the NAND before the drive drops offline again. For the Phison PS3111-S11 SATAFIRM state, PC-3000 SSD recovery is supported, since Phison is on the ACELab supported list.

When the failure is a dead power component, the fix is board-level microsoldering. We localize the fault with FLIR thermal imaging, then replace the shorted PMIC or regulator with a Hakko FM-2032 on an FM-203 or FX-951 base station, reflowing or reballing BGA parts on a Zhuo Mao rework station. Reviving the power path & the original controller keeps the encryption keys intact, which is why board repair is itself the recovery for an encrypted SSD.

One exception sets a hard limit. On Apple T2 & M-series hardware, the encryption key is bound to the Secure Enclave. A destroyed controller there means the data is unrecoverable, because the key never existed anywhere the original silicon could be rebuilt to.

For everything else, SSD recovery at our lab runs $200–$1,500. Free evaluation, no diagnostic fee, no data recovered means no charge. Call (512) 212-9111 or read why recovery software fails on SSDs.


Frequently Asked Questions

Does the power-cycle method work on a dead SSD?
Sometimes, and only in a narrow case. The power-cycle method gives a physically healthy controller idle time to finish rebuilding its flash translation layer after an unclean shutdown. If the drive is hardware-dead because of a shorted voltage regulator, a dead PMIC, a dead controller IC, a ROM-mode firmware panic, or worn-out NAND, then no number of power cycles changes the outcome. The controller either never boots or boots into a state that idle time cannot resolve.
What does the 20-minute or 30-minute power-cycle routine actually do?
It supplies power so the controller has uninterrupted idle time. After a dirty power loss, a healthy controller may sit in a busy state while it replays its journal, finishes background garbage collection, and rebuilds its FTL mapping table so it can present the LBA space again. The fixed-interval routine just gives the controller that window. It does not recharge NAND cells, repair a dead power rail, or reflash firmware. Idle time for controller housekeeping is the only mechanism at work.
My SSD came back after a power-cycle. Should I run chkdsk?
No. Image or copy the data off immediately to another drive instead. chkdsk and format both issue writes. On an SSD, those writes let the controller resume background garbage collection and complete a TRIM unmap pass, which can finalize the loss of the logical state you just recovered. A format can trigger a TRIM of the whole volume. A drive that comes back after a power-cycle is fragile and may drop offline again, so the priority is a read-only copy, not a repair attempt.
Can power-cycling fix a SATAFIRM S11 drive?
No. SATAFIRM S11 is the identity a Phison PS3111-S11 controller reports when its firmware has panicked and the controller has booted into a safe ROM mode. That is not a transient busy state, so idle time does not resolve it. The fix is PC-3000 SSD, which talks to the controller, loads a working firmware module, rebuilds the translator, and images the NAND. Phison PS3111-S11 is on the ACELab PC-3000 SSD supported list.
Does power-cycling recover worn-out NAND?
No. When NAND cells degrade past the controller's LDPC and ECC correction threshold, the stored charge can no longer be read back reliably. Idle time does not restore worn cells or recharge lost voltage levels. Recovery from that point means reading the raw NAND with controller-level tools and reconstructing the data through the FTL, not waiting for the drive to heal itself.
Is it safe to keep power-cycling a drive that will not come back?
Repeated attempts are not free. A drive with a partially shorted power component draws abnormal current every time it is energized, which can spread the damage from one regulator to the controller. A drive that briefly comes back and then drops is spending limited working time on repeated boot attempts instead of a single clean image. If the first one or two power-cycles do nothing, stop and let a lab image the drive before more is lost.
Pricing03/03

SSD Recovery Pricing

SATA SSD recovery runs $200–$1,500 across five tiers. NVMe recovery runs $200–$2,500. A controller stuck in a busy state usually lands in firmware recovery at $600–$900; a dead power rail is board repair at $450–$600. Free evaluation, no diagnostic fee. No data recovered means no charge.

+$100 rush fee to move to the front of the queue. 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.

Full SSD recovery details cover every failure type from controller lockup to NAND swap. The pricing page breaks down each tier.

SATA SSD Tiers

  1. Low complexity

    Simple Copy

    Your drive works, you just need the data moved off it

    Functional drive; data transfer to new media

    Rush available: +$100

    $200

    3-5 business days

  2. Low complexity

    File System Recovery

    Your drive isn't showing up, but it's not physically damaged

    File system corruption. Visible to recovery software but not to OS

    Starting price; final depends on complexity

    From $250

    2-4 weeks

  3. Medium complexity

    Circuit Board Repair

    Your drive won't power on or has shorted components

    PCB issues: failed voltage regulators, dead PMICs, shorted capacitors

    May require a donor drive (additional cost)

    $450–$600

    3-6 weeks

  4. Medium complexity

    Most Common

    Firmware Recovery

    Your drive is detected but shows the wrong name, wrong size, or no data

    Firmware corruption: ROM, modules, or system files corrupted

    Price depends on extent of bad areas in NAND

    $600–$900

    3-6 weeks

  5. High complexity

    PCB / NAND Swap

    Your drive's circuit board is severely damaged and requires NAND chip transplant to a donor PCB

    NAND swap onto donor PCB. Precision microsoldering and BGA rework required

    50% deposit required; donor drive cost additional

    50% deposit required

    $1,200–$1,500

    4-8 weeks

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. NAND swap requires 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
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.
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. All prices are plus applicable tax.

NVMe SSD Tiers

  1. Low complexity

    Simple Copy

    Your NVMe drive works, you just need the data moved off it

    Functional drive; data transfer to new media

    Rush available: +$100

    $200

    3-5 business days

  2. Low complexity

    File System Recovery

    Your NVMe drive isn't showing up, but it's not physically damaged

    File system corruption. Visible to recovery software but not to OS

    Starting price; final depends on complexity

    From $250

    2-4 weeks

  3. Medium complexity

    Circuit Board Repair

    Your NVMe drive won't power on or has shorted components

    PCB issues: failed voltage regulators, dead PMICs, shorted capacitors

    May require a donor drive (additional cost)

    $600–$900

    3-6 weeks

  4. Medium complexity

    Most Common

    Firmware Recovery

    Your NVMe drive is detected but shows the wrong name, wrong size, or no data

    Firmware corruption: ROM, modules, or system files corrupted

    Price depends on extent of bad areas in NAND

    $900–$1,200

    3-6 weeks

  5. High complexity

    PCB / NAND Swap

    Your NVMe drive's circuit board is severely damaged and requires NAND chip transplant to a donor PCB

    NAND swap onto donor PCB. Precision microsoldering and BGA rework required

    50% deposit required; donor drive cost additional

    50% deposit required

    $1,200–$2,500

    4-8 weeks

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. NAND swap requires 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
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.
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. All prices are plus applicable tax.

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.

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 video

Dead SSD That Will Not Come Back?

Free evaluation. $200–$1,500. No data, no fee. Mail-in from anywhere in the U.S.

(512) 212-9111Mon-Fri 10am-6pm CT
No diagnostic fee
No data, no fee
4.9 stars, 1,837+ reviews