WeRecoverData

Media handling: what helps, what destroys data

Most permanent data loss we see was caused after the original failure, by well-intentioned troubleshooting. The tables below list what to do and what to avoid, and explain the mechanism in each case.

Actions that reduce recoverability

Actions that reduce recoverability
ActionApplies toMechanismSeverity
Continuing to power a clicking driveHard drivesFailed heads abrade the platter surface on every rotationSevere
Running chkdsk / fsck on a failing driveAllWrites repairs onto damaged structures and consumes read attemptsSevere
Opening a drive outside a controlled environmentHard drivesAirborne particulate lands on the platters and is struck by the headsSevere
Starting a RAID rebuild on a degraded arrayRAID / NASWrites across all members and can propagate stale paritySevere
Swapping the circuit board from a donorHard drives, SSDsAdaptive parameters do not match; the drive may write to its own service areaSevere
Formatting or initialising when promptedAllReplaces the metadata that identifies where the data isSevere
Installing recovery software onto the affected driveAllThe installation itself overwrites free space holding deleted dataHigh
Leaving a TRIM-enabled SSD powered after deletionSSDsGarbage collection erases the released blocksHigh
Drying wet media with heat or riceAllEvaporation leaves mineral deposits and accelerates corrosionHigh
Repeated power cyclingAllEach cycle stresses already marginal mechanics and electronicsHigh
Freezing a driveHard drivesCondensation contaminates platters and electronicsHigh
Restoring a backup over the affected volumeAllOverwrites the data that was to be recoveredSevere

Actions that preserve recoverability

Actions that preserve recoverability
ActionApplies toWhy it helps
Power down at the first abnormal noise or behaviourAllStops progressive damage at its current level
Note exactly what happened and whenAllFault history directs the evaluation and avoids wasted read attempts
Label RAID member order before removing drivesRAID / NASMember order is required for reconstruction
Keep wet media sealed and dampAllPrevents corrosion and mineral deposits before laboratory cleaning
Work only from a forensic imageAllThe original media is read once and preserved
Use a write blocker when evidence may be involvedAllMaintains evidentiary integrity and chain of custody
Package with anti-static and shock protectionAllTransit damage is a genuine and avoidable failure cause
Send the whole device, not just the drive, when it is a laptop or NASLaptops, NASConfiguration and encryption context often lives outside the drive

Notes