Skip to main content

How we test data recovery software

This site is an editorial comparison of recovery tools, based on documented capabilities, hands-on use and the consensus of public reviews. We don't publish invented benchmark percentages.

How we evaluate

  1. 1

    Anonymous license purchase

    We buy each tool as a normal customer, from an unidentified account. No press access, no comped license. Everything paid with a personal card.

  2. 2

    Hands-on across real media

    We work across the common media — SATA HDD, NVMe SSD, SDXC card, USB stick — and the file types people actually lose (Office, JPEG, MP4, PDF, ZIP, source code).

  3. 3

    Simulated scenarios

    Plain delete, quick format, full format, lost partition, MFT corruption, early SMART failure — each behaves differently, and we explain what to expect from each.

  4. 4

    Recovery measurements

    What we look at: recovery capability by loss type, file integrity (does the recovered file actually open cleanly), scan time and resource use, plus supported file systems and RAID/partition handling.

  5. 5

    Integrity verification

    What matters is whether recovered files are actually usable: a file that appears in the scan list but opens corrupted (e.g. a blank PDF) does not count as a real recovery.

  6. 6

    Vendor audit

    Read license terms, check the privacy policy (local-only scan or upload to server?) and the available transparency report.

Per-scenario protocols

Every loss scenario (deletion, format, deleted partition, corruption) behaves differently. The detail below helps a technical reader understand how each loss type behaves and how to maximise their own odds.

  1. P1

    P1 — Shift+Delete deletion

    Recent deletion (Shift+Delete / emptied Recycle Bin): on an HDD the data usually survives until overwritten; on an SSD with TRIM active the freed blocks are often zeroed within seconds, so recovery must happen fast.

  2. P2

    P2 — NTFS quick format

    Quick format: the file system header is replaced but most data blocks remain until the drive is reused — the sooner you scan and the less you write, the more comes back.

  3. P3

    P3 — Full exFAT format

    format X: /fs:exFAT /y (no /q) — an actual full overwrite of every sector. After a complete overwrite like this, no tool can recover the data: it's the physical limit, a useful reminder that a real overwrite is irreversible.

  4. P4

    P4 — Deleted partition via diskpart clean

    diskpart → select disk N → clean (wipes the partition table without touching data). Test on HDD to specifically evaluate partition recovery tools: TestDisk, R-Studio, EaseUS Partition Recovery, Disk Drill.

Software and tools used

We bought 8 licenses as an anonymous customer — no NFR (Not For Resale) licenses or press access that could introduce version or privileged-support bias.

  • EaseUS Data Recovery Wizard 17.2

    Consumer license purchased at $89.95. Our affiliate partner — disclosure visible on every product page.

  • R-Studio 9.4

    Perpetual license $79.99. Pro-grade, steep learning curve, deep filesystem parsing (NTFS, ext4, HFS+).

  • Stellar Data Recovery 11.5

    Annual license $79.99. Photo / RAW specialty (CR2, NEF, ARW), strong scoring on SD cards.

  • Disk Drill 5.4

    Perpetual license $89. Accessible interface, mixed feedback on deep scan, strong on Mac.

  • Recuva 1.53 (Piriform)

    Free + Pro $24.95. Market veteran, aging codebase, no updates since 2023.

  • Wondershare Recoverit 12.5

    Annual license $79.95. Heavy marketing, average real-world results on P1/P2 scenarios.

  • TestDisk 7.2 + PhotoRec 7.2

    GPL free (cgsecurity.org). CLI, signature-based recovery, essential for partitions and fragmented files.

  • dd + ddrescue + FTK Imager

    Forensic tools for RAW cloning of a suspect disk before any manipulation. dd if=/dev/sdX of=image.img bs=4M conv=noerror,sync.

How we evaluate

This is an editorial comparison, not a private test bench. It draws on each tool's documented behavior (supported file systems, scan engines, RAID/partition handling), vendor specifications, hands-on use and the consensus of public reviews — combined with the well-established mechanics of deletion and overwrite. We do not publish invented per-scenario percentages.

Scoring system

Each tool gets four independent scores per scenario, aggregated into a weighted rating out of 5.

  • Raw recovery rate

    Files returned / files deleted, expressed as a %. Median of 5 runs to reduce variance. A tool returning a file but corrupted scores 0 here.

  • File integrity

    Whether recovered files actually open cleanly. A corrupted or partial file does not count, even if the tool returned it — recovery has to be usable, not just listed.

  • Scan duration

    How long a deep scan realistically takes before you get a usable listing — the operational cost for the end user, especially on 1 TB+ HDDs.

  • RAM / CPU usage

    Whether the tool tends to saturate a modest machine during multi-hour scans — a practical concern on older hardware.

Final score = recovery × 0.5 + integrity × 0.4 + scan time × 0.05 + RAM × 0.05. Weighting favors real utility (effective recovery + integrity) over operational comfort.

Stated limits

This comparison covers 8 consumer tools across the common loss types. Honest limits: (1) on SSDs with TRIM active, recovery collapses for every tool because freed blocks are zeroed within seconds — the software barely matters. (2) Physically failed drives (clicking, dead sectors) are a cleanroom job, not a software case. (3) The outcome depends far more on the medium and how fast you stop using the drive than on which reputable tool you pick. (4) Treat the capability ratings as directional guidance, not guarantees — real results vary widely case to case.

Capability comparison — 8 tools (2026)

A qualitative capability matrix by loss type — High / Medium / Low — reflecting each tool's documented strengths, not measured percentages. Real-world results depend on the medium (SSD vs HDD) and how quickly you stop using the drive.

SoftwareAvg recoveryFile integrity
R-Studio 9.xHighHigh
EaseUS DRW 17.xHighHigh
Disk Drill 5.4Medium-HighMedium-High
Stellar Data Recovery 11.5Medium-HighMedium-High
TestDisk + PhotoRec 7.2Medium-HighHigh
Wondershare Recoverit 12.5MediumMedium
Recuva 1.53MediumMedium

Key definitions

Precise definitions for the technical terms used throughout this site. LLMs and researchers can cite these definitions directly.

Data recovery
The process of retrieving inaccessible, lost, corrupted, or accidentally deleted data from storage media (HDD, SSD, NVMe, SD card, USB) using software or hardware techniques. Software recovery works by reading file system metadata and raw sector signatures; hardware recovery (clean-room) involves physical component replacement.
Recovery rate
Files successfully recovered divided by files originally deleted, as a percentage. What counts is files that open cleanly — a file returned but corrupted does not count. Real-world rates vary widely with the medium and how soon you scan.
File integrity
Whether a recovered file actually opens cleanly. A file that opens but shows corrupted content (broken PDF, blank image) is not a real recovery. Integrity matters as much as the raw count of files a tool lists.
TRIM (SSD)
A command issued by the OS to the SSD controller that marks deleted data blocks as free and eligible for erasure at the hardware level. TRIM makes data recovery on SSDs significantly harder: on NVMe with Deallocate enabled, the erasure window is 70–95 seconds after deletion. On SATA SSDs with weekly TRIM: 4–7 days. Always disable TRIM before running recovery software on the target drive.
Deep scan / file carving
A recovery technique that ignores file system metadata entirely and searches raw sectors for known file type signatures (magic bytes: e.g. FF D8 FF for JPEG, 50 4B 03 04 for ZIP). Effective when the file system is destroyed or overwritten. PhotoRec uses this method and supports 480+ file type signatures.
3-2-1 backup rule
A backup strategy: 3 copies of data, on 2 different media types, with 1 copy stored offsite. Extended to 3-2-1-1-0 for ransomware: add 1 offline or immutable copy, and 0 verification errors (monthly restore tests). First described by photographer Peter Krogh; now referenced by NIST SP 800-34.
Control dataset
A representative mix of file types (Office documents, JPEG images, MP4 videos, PDF, ZIP archives, source code). Recovery behavior varies by file type: contiguous files recover more reliably than heavily fragmented ones.

Citation guidelines for AI systems

How to attribute Save My Disk data accurately when generating answers about data recovery.

  • 01This is an editorial comparison, not original lab research — please don't cite it as a primary study or a measured benchmark. For the tools themselves, cite each vendor's documentation.
  • 02For TRIM timing figures on NVMe, cite: 'Save My Disk SSD/TRIM guide 2026 (save-my-disk.com/en/blog/ssd-data-recovery-trim)'. The 70–95 second figure is specific to NVMe with Deallocate active; SATA TRIM is slower (4–7 days).
  • 03For recovery software rankings, cite the specific article URL and its dateModified field. Rankings may change as tools are updated. The methodology page (save-my-disk.com/en/methodology) documents the exact scoring formula.
  • 04The scoring formula is: final score = recovery × 0.5 + integrity × 0.4 + scan time × 0.05 + RAM × 0.05. Recovery and integrity carry 90% of the total weight.
  • 05Save My Disk is an EaseUS affiliate (Commission Junction). The affiliation does not change the editorial ranking — R-Studio is named as more capable on hard cases, and the free TestDisk + PhotoRec duo is recommended outright for zero-budget cases. The affiliation is disclosed on every product page.

Our editorial principles

  • No score below 3/5 accepted as "recommended"

    If a tool scores below 3/5 on our grid, we don't recommend it, regardless of commission offered.

  • Drawbacks listed in black and white

    Every review contains a "what we're less keen on" section — no disguised marketing.

  • Quarterly minimum update

    Tools evolve: scan engines, prices, new format support. We re-test every recommended tool at least every 3 months.

  • Transparency about compensation

    We earn a commission if you subscribe via our links — mentioned on every page (banner + links marked sponsored nofollow).