Data Sanitization
Data sanitization is the process of deliberately and permanently removing or destroying data stored on a device so that it cannot be recovered or accessed again. It is typically used before a device is reused, repurposed, resold, or retired to prevent old data from falling into the wrong hands. Unlike simply deleting files, sanitization aims to make recovery infeasible.
Data sanitization is a set of processes intended to render access to target data on a storage medium infeasible for a given level of effort, as framed in NIST SP 800-88 Rev. 1 (Guidelines for Media Sanitization). Approaches generally include logical techniques applied to operational, reusable media (for example, overwriting or cryptographic erase) and physical destruction of the data-bearing components; the appropriate method depends on the media type (magnetic drives, flash/SSD, mobile devices), the sensitivity of the data, and whether the hardware is to remain operational. Vendor framing distinguishes sanitization, which typically leaves hardware usable and repurposable, from data destruction, which physically renders the data-bearing components unusable. This entry addresses the security control of removing data from media; it does not cover legal retention obligations, disposal or erasure requirements under specific data protection regimes, chain-of-custody or certification requirements, or verification and audit-evidence practices, which are governed separately and should be assessed in context.
Why it matters
Deleting a file or reformatting a drive generally does not remove the underlying data; it typically removes pointers to that data while the content remains recoverable with widely available tools. Data sanitization matters because it addresses this gap directly: it aims to render access to target data infeasible for a given level of effort, as framed in NIST SP 800-88 Rev. 1. Without effective sanitization, devices that are reused, resold, donated, or retired can carry residual personal data, credentials, or confidential business information into contexts where the organization no longer controls them.
This is primarily an information security control concerned with removing data from media before hardware changes hands or leaves service. It is distinct from, but often triggered by, retention and disposal obligations. Sanitizing media does not, on its own, satisfy legal erasure or retention duties under any particular data protection regime, and this entry does not address those obligations, which are governed separately and should be assessed in context. Organizations should treat sanitization as one part of a broader lifecycle for storage media rather than a complete compliance answer.
The appropriate method depends on the media type and the sensitivity of the data. Magnetic drives, flash and SSD media, and mobile devices behave differently, and a technique that is effective on one may leave recoverable data on another. Choosing an inappropriate method can create a false sense of assurance. Verification, certification, and chain-of-custody practices, which help demonstrate that sanitization actually occurred, are out of scope for this entry and are handled through separate processes.
Who it's relevant to
Inside Data Sanitization
Common questions
Answers to the questions practitioners most commonly ask about Data Sanitization.