Skip to content
AMPthilly home
Get started
Compliance & audit

What Is Data Sanitization?

Data sanitization explained: Clear, Purge and Destroy under NIST SP 800-88 Rev. 2 and IEEE 2883, the right method per media type, and how to sanitize a hard drive step by step.

AMPthilly Updated

Data sanitization is the deliberate, permanent and verified removal of data from a storage device so it cannot be recovered - by overwriting, cryptographic erase, degaussing, or physical destruction.

Data sanitization (also spelled data sanitisation in British English) is the deliberate, permanent removal of data from a storage device so that it cannot be recovered, even with forensic tools. It is the step that makes it safe for a data-bearing device to leave your control - whether it is being resold, donated, recycled, or handed to a disposal vendor as part of an IT asset disposition process.

There is one word in that definition people skip, and it is the word that separates the professionals from the hopeful: verified. A wipe you cannot prove ran, on a drive you cannot name, is not sanitization. It is an intention. The working definition used across the disposal industry is that data sanitization is the removal of data in a way that is both irreversible and evidenced - method, media, operator, date, result. Everything else on this page follows from that.

Note the gap between sanitization and what most people do instead. Emptying the recycle bin, deleting a user profile, or quick-formatting a drive removes the signposts to the data, not the data. Until the underlying blocks are overwritten or destroyed, ordinary recovery software can bring the files back.

What you will learn

Sanitization vs deletion, wiping and destruction

Most arguments about this topic are really arguments about vocabulary, so it is worth building the ladder once:

  • Delete, empty the recycle bin, quick format. Removes the pointer, leaves the data. Reversible with free software. Not sanitization.
  • Data erasure, also called wiping. Software overwrites the addressable storage with new data. This is a method, and a good one on magnetic media - but only becomes sanitization when it is verified.
  • Cryptographic erase. The data stays where it is, but the key that makes it readable is destroyed, so what remains is ciphertext nobody can open. Seconds instead of hours.
  • Physical destruction. Shredding, disintegration, incineration or melting. The media stops being media.
  • Data disposal. What happens to the device afterwards - reuse, resale, return to a lessor, recycling. See asset disposal and asset decommissioning for the surrounding process.

Data sanitization is the umbrella outcome, not one of the methods. Wiping, crypto erase, degaussing and destruction are ways of getting there. The technical enemy in all cases has a name: data remanence, the residual representation of data that survives a nominal removal. Remanence is why a formatted drive still gives up files, and why flash storage needs a different approach from platters.

On spelling, both forms are correct: sanitization is the US and international-standards form, sanitisation the British one, and standards bodies use the z. Use whichever your policy already uses and stay consistent.

One disambiguation, because it causes genuine confusion. In software engineering and analytics, “data sanitization” sometimes means masking or anonymising records inside a dataset - replacing real customer names with fake ones before handing a database to a test team, or stripping identifiers before analysis. That is a valid use of the phrase but a different job: it protects a dataset in use, whereas everything else on this page is about clearing a device before it leaves. If someone hands you a requirement to “sanitize the data”, establish which of the two they mean before you buy a shredder.

NIST SP 800-88 Rev. 2 and IEEE 2883

The reference everyone cites is NIST SP 800-88, Guidelines for Media Sanitization, and it changed materially in 2025. Revision 2 was published on 26 September 2025, and Revision 1 - in force since 2014 - was withdrawn on the same date. If a policy, tender document or vendor datasheet in front of you still says “NIST 800-88” with no revision number, it is describing the old world.

What survived: the three categories, Clear, Purge and Destroy, are still the backbone, and still the vocabulary every ITAD vendor and security questionnaire uses.

What changed: NIST deliberately stopped prescribing the techniques. Rev. 2 hands the technical detail to IEEE 2883-2022, Standard for Sanitizing Storage, which defines the actual interface-level commands per media type - SATA, SAS and NVMe - and keeps them current as storage hardware moves. NIST now concentrates on the programme: risk-based decisions about which category applies, an explicit emphasis on sanitization validation, and refreshed expectations for the certificate of sanitization.

Three details worth carrying into a conversation with a vendor:

  • IEEE 2883 uses the labels Clear, Purge and Destruct - near-identical to NIST’s, with the third word slightly different, which is a common source of crossed wires in tender responses.
  • It explicitly recognises incinerate, melt and disintegrate as destruction outcomes, not just shredding.
  • It is markedly more cautious about legacy ATA Secure Erase, which has a long history of vendor-specific implementations that did not do what the name implied. The newer sanitize commands are preferred, and legacy secure erase should not be relied on without manufacturer confirmation.

Framing for a non-federal reader: nobody is auditing your SME against NIST. But these are the documents your disposal vendor, your insurer and your enterprise customers’ security questionnaires quote at you, and knowing which document says what - NIST for the category and the programme, IEEE 2883 for the command - ends most of the argument in one sentence.

The three method families

The categories, in escalating order:

  • Clear - overwriting the addressable storage with new data using standard write commands, or a documented reset that achieves the same. Protects against ordinary recovery software; appropriate for media being reused inside the organisation.
  • Purge - stronger techniques that defeat laboratory recovery: the drive’s own sanitize command (block erase, overwrite or crypto erase, depending on the interface), cryptographic erase where the encryption key is destroyed so the data becomes unreadable ciphertext, or degaussing for magnetic media. Legacy ATA Secure Erase belongs here in principle, but confirm with the manufacturer that the implementation is trustworthy rather than assuming the label.
  • Destroy - shredding, disintegrating, melting or incinerating the media so it cannot be used again. The end of the line, used when the drive is faulty, the data is highly sensitive, or policy says so.

The matching mistake to avoid: methods are media-specific. Degaussing erases hard drives and tape but does nothing to SSDs; multi-pass overwriting designed for magnetic platters is a poor fit for flash, where the firmware’s own sanitize or cryptographic erase does the job properly. Degaussing itself is now a shrinking niche rather than a peer of the other two - it works only on magnetic media, and a degaussed drive is usually dead afterwards, which means it competes with destruction rather than with wiping.

Sanitizing each type of media

MediaSensible defaultNotes
Spinning hard drive (HDD)Single verified overwrite (Clear), degauss or shred (Purge/Destroy)Multi-pass adds wear, not security
SATA SSDDrive sanitize command or crypto erase (Purge)Never a multi-pass overwrite
NVMe SSDNVMe sanitize (block erase or crypto erase)Check the drive reports the command as supported
Self-encrypting drive (TCG Opal)Crypto erase or PSID revertSeconds, not hours; PSID is printed on the drive label
USB sticks and SD cardsDestroyCheap enough that shredding is the rational call
Magnetic tapeDegauss or destroyOne of the few places degaussing still earns its keep
Phones and tabletsFactory reset on an encrypted device, else destroyGeneration and OS version decide it - verify
Copiers and printersRemove and destroy the internal driveOften no usable erase tool; the drive nobody remembers
Network gear and appliancesConfig wipe plus destruction of any internal storageCredentials and configs are the exposure, not user files
Diagnostic and medical equipmentDestroy the removed storage by defaultEmbedded, undocumented, and frequently unwipeable
Optical media and paperShredCross-cut, not strip-cut

The SSD row deserves its own paragraph, because it is where well-meaning IT teams do the wrong thing most confidently. Overwriting fails on flash for structural reasons. Wear levelling spreads writes across the chip to prolong its life, so a write aimed at “the same block” often lands somewhere else entirely. The flash translation layer means the addresses your software sees are not the physical cells. And over-provisioned blocks - spare capacity the controller reserves and the operating system cannot address at all - may hold old data your overwrite never reaches. A ten-pass overwrite on an SSD can leave recoverable data behind while a one-second crypto erase does not. Use the drive’s own sanitize function, or destroy the drive.

How to sanitize a hard drive, step by step

Tool-agnostic sequence, and the order matters more than the software you pick:

  1. Identify the drive and record the serial number against the asset record. A sanitization event that is not tied to a specific serial number cannot be evidenced later.
  2. Establish what is on it and how sensitive it is. The data classification, not the hardware, sets the category you need.
  3. Confirm whether it is encrypted, and whether it is a self-encrypting drive. If yes, crypto erase or a PSID revert is likely the fastest correct answer.
  4. Pick the method by media type and destination - internal reuse, resale, return to lessor, or scrap. Reuse and resale argue for a verified Purge; unverifiable media argues for destruction.
  5. Remove the drive from the chassis where the machine will not boot, or where you need to run the sanitize command from a controller that supports it.
  6. Run the method.
  7. Verify. Either the tool’s own verification pass, or an independent sample read of the media. This is the step that turns a wipe into sanitization, and it is the step people skip.
  8. Capture the evidence: serial number, method, standard referenced, tool and version, operator, date, and result.
  9. Release the device to its next stage, and update its status on the register so the record shows retired, not “in use, somewhere”.

Then the awkward cases, which every IT team meets and most guides ignore:

  • Drives that will not spin up or respond to commands. You cannot verify a wipe on hardware that will not talk to you. These are destruction cases, and the certificate is your only evidence.
  • RAID members. Sanitize each physical drive individually after breaking the array; wiping the logical volume does not guarantee every member is clean.
  • Drives locked by a forgotten BIOS or Opal password. A TCG Opal drive can usually be reverted with the PSID printed on its physical label, which destroys the key and all data. If the label is gone, so is the option - destroy it.

Choosing the right method

Three questions decide it. Will the device be reused or sold? Then wipe, do not destroy - a verified wipe preserves resale value, and shredding working drives is burning money. How sensitive is the data? Routine business data on a working laptop is a Clear or Purge case; regulated or high-stakes data tips towards Purge or Destroy. And can you actually run the method? Drives that no longer respond, and storage embedded in copiers, medical or diagnostic equipment, and network gear, often cannot be wiped verifiably - those are destruction cases by default.

Myths that still cost time and money

  • “You need a three-pass or seven-pass DoD wipe.” DoD 5220.22-M is deprecated. The Department of Defense stopped referencing it, and it was not carried forward when the NISPOM became 32 CFR Part 117 in 2021. On modern magnetic drives, one verified pass is the accepted position. Extra passes buy hours and drive wear, not security - yet the phrase still appears in procurement templates written a decade ago.
  • “More passes help on an SSD.” They do not. Multi-pass overwriting is the wrong tool for flash, for the wear-levelling reasons above, and repeating it just consumes write endurance.
  • “Degaussing works on everything.” It works on magnetic media only. A degausser does precisely nothing to an SSD, a USB stick or a phone.
  • “Drilling a hole through a drive destroys it.” It destroys the drive’s usefulness, not necessarily the data. Platter fragments and flash packages survive casual drilling, and a single hole leaves most of the surface readable to a lab.
  • “Encryption is sanitization.” Only when the key is verifiably destroyed and no copy survives - not in an escrow, not in a recovery vault, not in a management console. Encryption without key destruction is protection, not sanitization.

Encrypt at deployment so you can crypto-erase at disposal

The cheapest sanitization decision you will ever make happens years before disposal: switch on full-disk encryption the day the laptop is issued. Do that consistently and end-of-life sanitization collapses from an hours-long overwrite per device into destroying a key - a job measured in seconds, at scale, on hardware that then still has resale value. It also covers the device that never reaches disposal at all, because it was stolen from a car or left on a train.

Three caveats keep this honest:

  • The key must genuinely be gone. A recovery key sitting in your MDM console or a key escrow means the data is still reachable. Crypto erase is only Purge when the escrow copy is destroyed too.
  • Encryption must have been on from first write. Turning it on later encrypts what is there now; blocks written before that may still hold plaintext remnants.
  • You must be able to prove the drive was encrypted. That is a field on the asset record, not a memory. “We encrypt everything” is a policy statement; a per-device flag on the asset register is evidence.

This is exactly where a disposal guide earns its place next to the register rather than next to a vendor blog: the thing that makes disposal cheap is a data-quality decision taken at procurement.

Sanitization in the cloud and on SaaS

You cannot shred a disk you do not own, so cloud sanitization is a shared-responsibility question rather than a technical one.

With IaaS, you control the volumes: you can destroy encrypted volumes and their keys, or overwrite where the provider supports it, and you can evidence the action from your own console logs. With SaaS, you control the delete button in the application and nothing beneath it. What matters there is contractual - the DPA, the provider’s stated deletion timelines, whether backups are covered and on what schedule, and whether the provider will confirm deletion in writing when asked.

The industry has drifted firmly towards cryptographic erasure as the default cloud mechanism, for the obvious reason that it is the only one that scales across shared, replicated storage.

The practical takeaway is a change of evidence type. For cloud data, your proof is procedural and contractual, not a wipe log. So record which systems held which classes of data, and keep the provider’s deletion commitments somewhere your auditor can find them - which in practice means alongside the data retention policy that should have deleted most of it long before anyone asked.

Verification and evidence

Sanitization that leaves no record might as well not have happened, because nobody can later prove it did. The working standard is per-device evidence: which drive (by serial number), which method and which standard it references, which tool and version, who performed it, when, and the verification result - plus a certificate of destruction or certificate of sanitization when a third party does the work.

A usable certificate of sanitization names the organisation performing it, the device make, model and serial number, the method and the standard it maps to, the tool and version, the date, the operator, the verification outcome, and the device’s final disposition. A certificate that says only “10 laptops securely destroyed, June” is a receipt, not evidence.

Keep that evidence attached to the asset, not in a loose folder. In AMPthilly, wipe logs and certificates can be attached as documents on the asset record, alongside the serial number field, and the audit trail records both the document attachment and the status change to retired - so the proof and the timeline sit in the same place.

What a data sanitization policy should say

A workable policy is short and specific. It should name:

  • Which data classifications trigger which category - Clear, Purge or Destroy. This is the decision that stops being re-argued device by device.
  • Who is authorised to perform sanitization, and who approves it.
  • Approved methods and tools per media type, with the standard each maps to.
  • In-house or ITAD vendor, and exactly what the vendor must return: serial-level reporting, not a summary line.
  • Chain-of-custody requirements from collection to final disposition. See chain of custody for what an unbroken record looks like.
  • The evidence set retained per device, and how long it is kept - which usually needs to outlive the device by years, because the questions arrive after the hardware is gone.

Add segregation of duties: the person who performs the wipe should not be the only person who signs it off. And tie the policy back to your retention policy, which decides what should have been deleted long before the hardware retired - most disposal risk is really retention debt arriving late.

Wipe and reuse, or destroy?

Blanket-destroy policies are usually inherited habit rather than a risk decision. Shredding a working three-year-old laptop destroys residual value and creates avoidable waste, for a risk that a verified Purge already handles - and it removes the device from the pool that could have covered the next hire.

Destroy when the media cannot be verified: failed or unresponsive drives, embedded storage with no erase path, and cases where a contract, a client, or a classification mandates destruction. Verified erasure with documented evidence is both cheaper and lower-impact everywhere else.

The commercial angle is worth stating plainly: documented, standards-referenced erasure is what makes refurbished stock sellable at all. Refurbishers buy the certificate as much as the hardware. That connects this page directly to e-waste and the WEEE Directive - the greenest device is the one that gets a second life instead of a shredder.

Which rules actually require this

Nobody sanitizes hardware for fun. The obligations that drive it:

  • GDPR. Article 17’s right to erasure and the storage-limitation principle do not stop at the database. Personal data sitting on a retired laptop in a store cupboard is still personal data, and still yours.
  • ISO 27001:2022. Annex A 7.14 covers secure disposal or re-use of equipment; A 8.10 covers information deletion more broadly. Both are common questionnaire items, and both are evidenced at the device level. See ISO 27001 asset management.
  • Health and payment data. HIPAA-style rules for health records and PCI DSS for cardholder data both expect defensible disposal of the media that held them.
  • Client and sector contracts, which frequently specify a method and a certificate outright, and are often stricter than the regulation.

The through-line: every one of these expects evidence, not assurance. Which is why the verification section above matters more than the method section.

Common mistakes

  • Trusting deletion or a factory reset. Resets vary by device and generation; some leave user data recoverable. Verify, do not assume.
  • Forgetting hidden storage. Copiers, printers, phones, smart TVs in meeting rooms, network gear, external drives, drive caddies in disposed servers, and embedded storage in diagnostic and medical equipment all carry data nobody remembers.
  • Sanitizing the device but not the copies. A perfectly wiped laptop achieves little if the same files live on in an unmanaged backup or a leaver’s cloud sync - one reason offboarding and disposal belong in the same process. See employee offboarding and hardware recovery.
  • Assuming the vendor carries the liability. Under GDPR the controller stays accountable regardless of who held the screwdriver. Choose the ITAD vendor accordingly and keep their serial-level reporting.
  • No tie to the asset register. “We wipe everything before disposal” is a claim; a register where each retired device shows its wipe evidence is proof.

FAQ

Is deleting files or formatting a drive the same as data sanitization?

No. Deletion and quick formatting remove the index entries that point to the data, not the data itself - recovery tools restore such files routinely. Sanitization makes the data itself unrecoverable, by overwriting it, cryptographically erasing it, destroying the magnetic field, or destroying the media. The test is simple: if a determined person with forensic tools could get the data back, it was not sanitized.

Does degaussing work on SSDs?

No. Degaussing destroys data by collapsing a magnetic field, which works on traditional hard drives and tape but does nothing to flash memory - an SSD stores data electrically, not magnetically. For SSDs the options are the manufacturer’s secure-erase or cryptographic-erase functions, or physical destruction, ideally by shredding, since flash chips can survive casual drilling intact.

When should a drive be destroyed instead of wiped?

Destroy when the drive cannot be verifiably wiped or has no reuse value: failed or unresponsive drives, media from copiers and embedded systems you cannot run erase tools on, and anything where policy or a client contract mandates destruction. Wipe when the device will be resold, donated, or redeployed - a verified wipe preserves the asset’s value, destruction ends it.

What changed in NIST SP 800-88 Revision 2?

Revision 2 was published on 26 September 2025 and Revision 1, which had stood since 2014, was withdrawn the same day. The three categories - Clear, Purge and Destroy - survive, but NIST deliberately stopped prescribing the techniques themselves and now points to IEEE 2883-2022 for the approved interface-level commands on SATA, SAS and NVMe media. The revision leans harder on verification, on running sanitization as a risk-based programme rather than a device-by-device recipe book, and it refreshes what a certificate of sanitization should record. In practice that means quoting a technique as coming from NIST is now usually wrong - the technique comes from IEEE 2883, the category and the programme expectations come from NIST.

Is a single overwrite pass enough, or do I need a three-pass DoD wipe?

For modern magnetic hard drives a single verified overwrite pass is the accepted position, and the extra passes buy drive wear and time rather than security. The three-pass and seven-pass patterns everyone quotes come from DoD 5220.22-M, which the Department of Defense stopped referencing and which was not carried forward when the NISPOM became 32 CFR Part 117 in 2021. It survives mainly in procurement templates. On an SSD, multi-pass overwriting is not merely unnecessary but the wrong tool entirely - use the drive’s sanitize or cryptographic-erase function. The part that actually matters in both cases is the verification pass, not the pass count.

Does a factory reset sanitize a phone, laptop or printer?

It depends on the device class and whether it was encrypted from first use. On a modern phone or tablet that has been encrypted by default, a factory reset destroys the key and is close to a cryptographic erase, which makes it far more meaningful than it used to be - but the generation and OS version decide it, so verify rather than assume. On laptops, a reset or a reinstall often leaves the old partition data recoverable. On copiers, multifunction printers, network gear and diagnostic equipment, the reset menu frequently does not touch the internal drive at all. Treat factory reset as sanitization only where the vendor documents it as such and you can evidence the device was encrypted.

Tools that make this easier

Sanitization itself happens on the drive; the part that fails an audit happens on the record. AMPthilly keeps one register for physical equipment, digital records and consumables, with a serial number field on every asset and a status that includes retired - so a device that has been sanitized and disposed of stops looking like a device still in use. Wipe logs, erasure reports and certificates attach as documents directly on the asset record, next to the receipt and the warranty card, and the audit history logs both the document attachment and the status change into one filterable timeline you can export to CSV when an auditor asks for the disposal batch. Four roles - Admin, Manager, Employee and Client - control who can see and change what, and approval flows record who signed off, which is where segregation of duties stops being a policy sentence. Printable QR labels scanned with a normal phone camera open the asset profile in the browser with no app to install, so the serial number can be confirmed at the point of collection rather than from a spreadsheet afterwards. The free plan covers 3 users, 25 assets and 75 MB with no card required, and includes SSO, MFA and full audit history. Built in the EU and GDPR-aligned.

The takeaway

Data sanitization is the permanent, verified removal of data from a device - and the word “verified” is the whole difference between sanitization and a hopeful wipe. Pick the category by data sensitivity and destination (Clear, Purge, Destroy), pick the technique by media type, and never overwrite an SSD when its own sanitize or crypto-erase function exists. Since September 2025, NIST SP 800-88 Rev. 2 sets the programme and IEEE 2883-2022 supplies the commands, so cite the right document to the right audience. Encrypt at deployment and disposal becomes a key-destruction job instead of an overnight one. And whatever method you use, capture serial number, method, tool, operator, date and result against the asset record - because in every framework that asks about this, the answer they want is evidence, not assurance.

Free to start, no card required

Put your register to work

AMPthilly gives every asset an owner, a location, and a history - checkouts, printable QR labels, service desk, and audit trail in one place. The free plan covers 3 users and 25 assets, with SSO and MFA included.