HDD vs SSD Destruction
HDD vs SSD Destruction: Why Solid-State Drives Need a Different Approach
If your business has spent years shredding or wiping old hard drives without giving it a second thought, you’re not alone. For most of the last two decades, “destroy the drive” meant one fairly consistent process, regardless of the brand of machine it came from. However, the quiet shift from spinning hard disk drives to solid-state drives has altered the rules, and many IT teams have yet to catch up.
The uncomfortable truth is that a method that reliably erases a traditional hard drive can leave a solid-state drive only partially wiped while still looking empty to anyone checking it. That gap between “looks clean” and “actually clean” is where data breaches quietly happen. So, it’s worth slowing down and understanding exactly why HDDs and SSDs need to be treated as two separate problems, not one. If you’d rather have that assessment made for you, our data wiping service already applies the right method per drive type as part of our standard IT equipment collection and destruction process, which is really the short version of everything below.
What is HDD destruction?
HDD destruction is the process of rendering a hard disk drive’s magnetic platters unreadable. Either by overwriting the data with a full-disk wipe, degaussing the platters with a strong magnetic field, or physically shredding or crushing the drive so the platters can no longer be read.
What is SSD destruction?
SSD destruction is the process of making the NAND flash memory inside a solid-state drive unreadable. Because SSDs store data electrically rather than magnetically, this means using a firmware-level secure erase command, cryptographic erasure, or physical shredding fine enough to destroy the individual flash chips.
Which is more secure: Data Wiping or Physical Destruction?
Physical hard drive destruction is generally considered the more secure option for both drive types, since it removes any possibility of recovery. However, a correctly executed secure erase or cryptographic erasure on an SSD is also considered secure by NIST 800-88 standards and has the advantage of leaving the drive reusable.
How a Traditional Hard Drive Actually Gets Erased
A conventional hard disk drive stores information magnetically on spinning metal platters, using a read/write head that moves across the surface the way a record player’s needle tracks a groove. When you overwrite a sector on that platter with new data, the old magnetic pattern is physically replaced. There’s no ambiguity about where the data lives or whether it’s actually gone once new data has been written over it enough times.
That’s exactly why the wiping industry built its standards around repeated full-disk overwrites for so long. Software could reach every sector, write over it, and verify the job was done, because HDD architecture is straightforward and predictable in that respect.
It’s also why degaussing, paired with professional hard drive shredding, has remained a trusted physical destruction option for HDDs. The method works because it directly attacks the magnetic storage medium where the data is written.
None of that logic carries across to solid-state drives, and this is where a lot of otherwise well-run IT equipment collection and disposal processes start to break down.
Why SSDs Play By a Completely Different Set of Rules
Solid-state drives don’t have platters, magnetic fields, or moving parts. Instead, they store data as electrical charges in NAND flash memory cells, which are organised into pages, and pages are grouped into larger blocks. That structural difference sounds minor on paper, but it changes almost everything about how SSD data sanitisation can and can’t be carried out.
You can’t simply overwrite a page in place
On an SSD, a page has to be erased at the block level before it can be rewritten, and blocks are relatively large and slow to erase compared to a page. So rather than overwriting data directly, the drive’s controller usually writes the new version to a fresh, already-erased page elsewhere on the drive, then marks the old page as invalid. The old data doesn’t disappear the instant that happens; it just becomes marked as available for the drive to reclaim and erase later, during a background process. Until that housekeeping actually runs, the original data can still be physically present on the chip.
Wear levelling spreads your data around
Flash memory cells wear out with repeated write cycles, so SSD controllers use a technique called “wear levelling” to spread writes evenly across the whole drive rather than hammering the same cells over and over. That’s great for the drive’s lifespan. But, it also means a single file, or even a single sector as the operating system understands it, can end up scattered across physical locations that don’t map neatly onto anything a standard overwrite tool can target directly.
Over-provisioning hides data from standard software
Most SSDs reserve a chunk of their total flash capacity that the operating system never sees or addresses directly. This over-provisioned space helps the controller manage wear levelling, bad block handling, and write performance behind the scenes. The catch is that data can pass through this hidden space during normal use, and conventional wiping software, which only works with what the operating system can “see,” has no way to reach it.
Put those three things together, and you get a genuine problem: a full-disk overwrite that would have been thorough and reliable on an HDD can leave real, recoverable fragments sitting untouched on an SSD, in places the software was never able to reach in the first place. It also wears out flash cells unnecessarily, shortening the drive’s usable life for no security benefit at all.
Where the TRIM Command Fits In
Anyone who’s read a little about SSD maintenance has probably come across the TRIM command. It’s worth clearing up what it actually does, because it’s often mistaken for a security feature.
TRIM tells the drive which pages are no longer in use by the operating system. So the controller can erase them in the background ahead of time rather than scrambling to erase blocks on the fly when new data needs to be written. It’s a performance feature, plain and simple; it keeps write speeds consistent as a drive fills up over its working life.
The problem is that TRIM runs on its own schedule, decided by the operating system and the drive’s controller, not on command from whoever is trying to sanitise the drive. There’s no guarantee it has processed every relevant page by the time someone needs to certify a drive as clean, and it was never designed to meet a security standard in the first place. Treating TRIM as a substitute for a proper erasure method is a subtler version of the same mistake as trusting a quick format: the drive looks tidier, but nothing has actually been guaranteed.
What About Hybrid Drives?
Solid-state hybrid drives (SSHDs) complicate things further, because they combine a traditional spinning platter with a small amount of flash memory used as a cache for frequently accessed data. That means a single physical drive can hold live data on both a magnetic surface and a flash chip at the same time. Treating an SSHD purely as an HDD and degaussing it, for instance, would deal with the platter but leave whatever is cached on the flash memory completely untouched. These drives need to be identified separately during sorting and handled with a method that addresses both storage types, rather than assigned to whichever category is more familiar.
Confirming an Erasure Actually Worked
A secure erase command or cryptographic erasure should, in principle, leave nothing behind, but “should” isn’t the same as “verified.” A responsible provider will check the outcome after the fact, not just trust that the command executed without error. That can mean reading back a sample of sectors to confirm no recoverable data remains, or checking the drive’s own reported status after a secure erase completes. This is the kind of detail that separates a provider who understands secure destruction as a discipline from one who’s simply running a tool and hoping for the best. If you’re evaluating a provider, it’s a fair question to ask directly: How do you confirm the erasure worked, beyond the command reporting success?
The Mistakes We See Businesses Make Most Often
None of the mistakes below came from carelessness. They come from applying knowledge that was correct for fifteen years of HDD-dominated IT and assuming it still applies now that SSDs are everywhere.
- Trusting a quick format: A quick format clears the drive’s file index, essentially the table of contents telling the system where files live, but leaves the underlying data sitting untouched in the flash memory itself. Free recovery tools can pull it straight back.
- Deleting the partition and calling it done: Like a quick format, this makes the drive appear blank to anyone browsing it. But changes nothing about what’s actually stored on the chips.
- Running an HDD-style overwrite tool on an SSD: Because of wear levelling and over-provisioning, this can miss entire pockets of data while still reporting a “successful” wipe.
- Assuming degaussing will work: Degaussing depends entirely on disrupting a magnetic storage medium. SSDs are electrical, not magnetic, so a degausser has zero effect on flash memory. A business can degauss a pile of SSDs, and every one of them will still hold its data afterwards.
That last one deserves extra attention, because it’s the mistake most likely to give a business false confidence. A drive that’s been degaussed looks and feels “handled.” There’s a process, a machine, a satisfying outcome. For an HDD, that confidence is earned. For an SSD, it’s completely misplaced.
There’s a fifth mistake worth naming too, because it’s less about the method and more about who’s making the decision: letting individual employees decide how their own retired laptop or device gets wiped before it’s handed back to IT. A well-meaning staff member running a factory reset on a personal work laptop or dragging files to the recycle bin before returning a device is following the same outdated instincts as anyone else; it just happens outside any policy the business can actually verify. Centralising the decision so every retired SSD goes through the same checked process regardless of who used it last closes that gap, along with the others.
What Actually Works for Solid-State Drives
Fig. 3 — A simplified decision path for choosing between cryptographic erasure, secure erase, and physical destruction.
Manufacturer secure erase commands
Most SSDs support a built-in command set, ATA Secure Erase on SATA drives or NVMe Format on NVMe drives, that instructs the drive’s own controller to reset every memory cell at the hardware level. Because the command is executed by the drive’s firmware rather than by external software working through the operating system, it can reach areas that a conventional overwrite simply cannot, including that hidden over-provisioned space.
This is the SSD data sanitisation approach that NIST Special Publication 800-88, the official US government standard for media sanitisation, and one many UK ITAD providers align to in the absence of a direct domestic equivalent, treats as an accepted “Purge” method for flash media. Manufacturer tools such as Samsung’s Magician software implement this at the consumer level, though enterprise deployments typically need a dedicated SSD secure erase workflow that can certify the result across a whole fleet rather than one drive at a time. Done correctly, this is fast, thorough, and leaves the drive fully reusable afterwards.
Cryptographic erasure
Self-encrypting drives offer another route entirely. Because all data on the drive has been encrypted from the moment it was written, the data itself never needs to be touched during erasure; you just permanently destroy the encryption key. Without that key, the encrypted data left on the chips is unreadable, effectively forever, and it happens almost instantly compared with a full overwrite. It’s also gentler on the flash memory, since it doesn’t require extra write cycles.
Physical destruction
Sometimes physical destruction is still the right call. A policy might require it outright, or a drive might be too damaged to reliably complete a secure erase command. SSD shredding is effective, but only if the equipment is actually capable of reducing NAND flash chips to a small enough particle size.
HDD shredders are built around breaking apart platters and don’t necessarily guarantee the same outcome for the much smaller chips inside an SSD. It’s a fair question to put directly to a data destruction provider: does their shredding process actually account for the physical differences between drive types, or is it a one-size-fits-all setup? A provider operating to ISO 27001 information security standards should be able to answer that without hesitation, since particle size and chain of custody are exactly the kind of detail that standard requires them to document.
Your Certificate of Destruction Should Reflect the Method
This is a small detail that tells you a lot about a provider. A certificate of data destruction for an SSD should name the actual method used, such as a secure erase command, cryptographic erasure, or physical destruction, rather than a vague line about the drive having been “wiped.” If a certificate for a batch of SSDs reads identically to one for a batch of HDDs, that’s worth questioning. It usually means the provider hasn’t adjusted their process for the drive type at all, which is precisely the gap this article is about.
Sorting Your Fleet Before You Dispose of It
Very few organisations are dealing with a single, uniform pile of drives. Most have a genuine mix, older desktop towers still running spinning disks alongside newer laptops and servers built entirely around flash storage. This is especially common during a data centre decommissioning project, where racks of aging HDD-based storage arrays sit alongside recently added all-flash nodes.
Sending that whole mixed batch through one blanket process, regardless of drive type, is one of the more common ways gaps like this slip through. Sorting by type first and applying the right method to each is a more reliable approach. It’s worth reading our comparison of data wiping versus physical destruction alongside our breakdown of the different hard drive types businesses can sell if you’re building out a disposal policy that covers everything your business actually has in storage.
Why This Is a Bigger Compliance Question Than It Looks
The technical gap between HDD and SSD sanitisation isn’t just an engineering footnote; it’s a genuine UK GDPR exposure, and it’s one that a lot of businesses don’t realise they’re carrying. A company that’s wiped HDDs correctly for years can carry that confidence straight over into an SSD-heavy IT estate without ever testing whether the same process still holds up. Because a failed SSD wipe doesn’t announce itself, the drive still looks empty to anyone checking it casually. The problem can sit dormant for a long time, only surfacing if a discarded drive is ever recovered by someone with the right tools and enough motivation to look.
This is exactly the scenario the accountability principle under UK GDPR is meant to catch: it isn’t enough to believe your process worked; you need to be able to show that it did for the specific type of media involved. In practice, that means asking your provider, “Which method did you use on these SSDs, and why does that method suit flash storage specifically?” rather than accepting “the drives were wiped” as a complete answer.
Does the Distinction Affect What Old Drives Are Worth?
It can, and it’s a practical reason to get this right the first time rather than after the fact. An SSD that’s been sanitised properly, using a method suited to flash storage, holds its resale value in the same way a correctly wiped HDD does; capacity, condition, and interface still drive the price. But a drive that’s been through an ineffective wipe attempt often has to be routed to physical destruction as a fallback, and that removes any resale value it might otherwise have carried. If recovering value from retired equipment matters to your organisation, it’s worth reading about how selling hard drives in the UK actually works before assuming a drive is only worth scrapping.
The Environmental Case for Getting This Right
Security isn’t the only reason to sort HDDs from SSDs before disposal; the environmental impact differs too. Global e-waste reached an estimated 62 million tonnes in a recent year, and drives that are destroyed unnecessarily because a failed or uncertain wipe forced a business to shred a drive that could otherwise have been resold or reused add to that total for no security benefit. A correctly sanitised drive can go back into circulation through certified hard drive recycling or resale channels instead of ending up as landfill or raw material recovery, which is generally the more resource-efficient outcome. Working with a WEEE-compliant provider also means any drives that genuinely do need to be destroyed are processed in a way that recovers the underlying materials responsibly, rather than simply discarding them.
HDD vs SSD Destruction at a Glance
| HDD | SSD | |
| Storage method | Magnetic platters | NAND flash memory |
| Standard overwrite | Reliable and thorough | Can miss data due to wear levelling and over-provisioning |
| Recommended method | Full-disk overwrite or degaussing | Secure erase command or cryptographic erasure |
| Does degaussing work? | Yes | No magnetic components |
| Physical destruction | Standard shredding or crushing | Requires shredding fine enough to destroy the chips |
| Recovery difficulty after failed wipe | Low recovery tools are widely available | Variable fragments can be harder to reassemble but are still recoverable |
| Expected lifespan | 3–5 years, mechanical wear | 5–10 years, limited by write cycles rather than moving parts |
| Typical business use today | Legacy desktops, bulk archival storage | Laptops, servers, and most new enterprise deployments |
| Reuse / resale potential | Good, if correctly wiped | Good, if sanitised with a flash-appropriate method |
| Best-practice sanitisation standard | Full-disk overwrite (e.g. NIST 800-88 Clear/Purge) | ATA Secure Erase, NVMe Format, or NIST 800-88 Purge |
Final Thoughts
HDDs and SSDs might end up in the same box of retired IT equipment, but they need to be treated as two different problems the moment destruction or sanitisation comes into the picture. Carrying HDD-era habits over to flash storage can leave data sitting on a drive your business believes is clean, and because that failure is invisible from the outside, it can go unnoticed indefinitely.
Getting the method right for each drive type and getting a certificate that actually says which method was used closes that gap before it ever becomes a problem. If your current IT asset disposition process hasn’t been reviewed since your fleet went SSD-heavy, now is a reasonable time to do it.
This is also where working with a WEEE-compliant provider matters beyond the paperwork. It’s a sign that the whole process, from collection through to recycling the destroyed materials, is built to a documented standard rather than assembled ad hoc. If you’d like a straightforward walkthrough of how a mixed batch of drives gets collected, sorted, and certified, our page on how the collection process works covers it end-to-end.
Frequently Asked Questions
Can the same wiping software be used for both HDDs and SSDs?
Not reliably. Software built around a full-disk overwrite doesn’t account for wear levelling or over-provisioning on an SSD, so it can report a successful wipe while leaving recoverable data behind.
Does degaussing do anything to an SSD?
No. Degaussing works by disrupting a magnetic storage medium, and SSDs store data electrically rather than magnetically, so a degausser has no effect on the data held on flash memory.
Is physical destruction always required for SSDs?
No. A manufacturer’s secure erase command or cryptographic erasure is usually sufficient and allows the drive to be reused or sold on afterwards. Physical destruction tends to be reserved for faulty drives or cases where organisational policy requires it, regardless of method.
How do I know if our old SSDs were actually wiped correctly?
Check the certificate you received at the time. It should name the specific method used, secure erase, cryptographic erasure, or physical destruction, rather than a generic reference to wiping that could apply to any drive type.
Does a securely erased SSD lose resale value?
No. A properly sanitised SSD holds its value based on capacity, condition, and interface, in much the same way a correctly wiped HDD does. It’s an ineffective wipe, not a thorough one, that costs a drive its resale value by forcing it into destruction instead.
Does the TRIM command count as secure erasure?
No. TRIM is a performance feature that helps a drive manage free space efficiently, and it runs on its own schedule rather than on demand. It was never designed to meet a data sanitisation standard, so it shouldn’t be relied on as evidence that a drive has been securely wiped.
What about drives that combine a hard disk with flash memory?
Hybrid drives (SSHDs) need to be identified and handled separately, since data can be present on both the magnetic platter and the flash cache at the same time. A method designed for one storage type alone, such as degaussing, won’t reliably clear both. If you’re unsure how a piece of equipment is built, our team can help identify it as part of preparing your equipment for collection.
Can data be recovered from an SSD after a secure erase?
In practice, no. A correctly executed ATA Secure Erase or NVMe Format command resets the drive’s memory cells at the hardware level, which is why it’s treated as an accepted SSD data sanitisation method rather than just a best-effort wipe. The risk isn’t the command itself; it’s skipping it in favour of a software overwrite that was never designed for flash memory.
Is a factory reset enough before recycling an SSD?
No. A factory reset on a laptop or phone typically clears settings and reinstalls the operating system, but it doesn’t guarantee the underlying flash memory has been sanitised to a standard suitable for secure SSD recycling. Treat it the same as a quick format, useful for handing a device to a new user internally, but not sufficient before the device leaves the business.
How long does SSD sanitisation usually take?
A manufacturer secure erase command typically completes in seconds to a few minutes per drive since it’s handled by the drive’s own controller rather than reading and rewriting data sector by sector. Cryptographic erasure is faster still, often near-instant. Flash memory destruction by shredding takes longer per batch but scales well for large volumes. For an exact turnaround on your fleet, our collection process page has more detail on typical timelines.
Which industries require certified destruction?
Any organisation handling personal or commercially sensitive data has a UK GDPR obligation to dispose of it securely. But, certified destruction is especially scrutinised in healthcare, financial services, legal, and public sector work, where sector-specific rules add to the baseline GDPR requirement. We regularly work with NHS trusts and local councils alongside private-sector clients for exactly this reason.
What is the safest HDD destruction method?
Physical destruction: shredding, crushing, or disintegration to a small particle size is generally regarded as the safest method for HDDs headed for end-of-life, since it removes any possibility of data recovery regardless of how the drive was previously used. Degaussing followed by physical destruction is sometimes used together for the highest-sensitivity data. A full-disk overwrite is a reliable, verifiable alternative when the drive needs to remain reusable.