00 · IN THREE MINUTES

The answer in three steps

  1. 1Deletion normally changes metadata before it changes every stored bit.
  2. 2On solid-state drives, wear levelling means software may not know where every old physical copy resides.
  3. 3Secure sanitization must match the medium, threat model and presence of backups or replicas.

01 · THE NAME IS REMOVED FIRST

The name is removed first

A filesystem tracks which blocks belong to a file. A normal delete operation can mark that record and those blocks as available without spending time overwriting each block immediately.

02 · RECOVERY DEPENDS ON WHAT HAPPENED NEXT

Recovery depends on what happened next

Until reuse, forensic software may reconstruct some content or metadata. Encryption, trimming, background garbage collection and later writes can rapidly change what remains accessible.

FIG. 02How the system changes state
A conceptual mechanism map. Geometry, scale and timing are explanatory unless labelled otherwise.

03 · FLASH REMAPS PHYSICAL CELLS

Flash remaps physical cells

Solid-state controllers spread writes to extend device life and replace failing cells. An overwrite aimed at one logical address may not touch an older physical page, which is why device-specific sanitize or methods are used.

04 · CLOUD DELETION SPANS REPLICAS

Cloud deletion spans replicas

Services may hold active copies, backups, logs and disaster-recovery replicas with different retention periods. A user-facing disappearance and final physical erasure are separate stages governed by the service design.

05 · SANITIZATION IS A RISK DECISION

Sanitization is a risk decision

NIST distinguishes clearing, purging and destruction. The appropriate method depends on data sensitivity, reuse plans, verification and whether encryption keys were protected throughout the data’s life.

06 · SOURCES AND EVIDENCE

Sources and evidence

Claims are linked to foundational papers, standards or the primary study behind the update.

  1. 01
    Guidelines for Media Sanitization

    Supports a defined mechanism, measurement or evidence boundary in this article.

    TECHNICAL STANDARD
  2. 02
    Reliably Erasing Data From Flash-Based Solid State Drives

    Supports a defined mechanism, measurement or evidence boundary in this article.

    PRIMARY STUDY
CHANGE LOG29 Aug 2026 · First five-language edition; mechanisms, limits, diagrams and sources checked.