How To Erase SSD Windows 10 | Full Secure Wipe

Windows 10’s Reset this PC with Clean data removes personal files, while an SSD maker’s Secure Erase tool performs a full drive sanitization.

Dragging files to the Recycle Bin and hitting Format does not actually erase the data on an SSD. Flash memory’s wear-leveling algorithms spread writes across hidden cells, so a standard format only wipes the file table. The data stays recoverable. For a real wipe before recycling, donating, or selling a drive, you need one of three approaches: Windows 10’s built-in reset with the Clean data flag, your drive manufacturer’s Secure Erase tool, or a bootable utility like Parted Magic. This guide covers each method, where it works, and what it actually accomplishes.

Why Does Erasing An SSD Need Special Treatment?

Hard drives overwrite magnetic platters. SSDs use NAND flash, where the controller hides spare cells and shuffles data to extend the drive’s life. A command like “format” or “delete partition” only tells the file system the space is free — it never tells every flash cell to release its charge. The Trim command helps maintain performance but does not guarantee that old data is gone. That is why tools labeled Secure Erase or Sanitize send a low-level ATA command that forces every cell to a blank state.

Method 1: Use Windows 10’s Reset With Clean Data

The quickest approach for a PC you still need to hand off runs entirely within Windows 10’s recovery menu. It removes every user account, file, and personal setting and optionally overwrites the drive’s currently addressable space.

  1. Go to Settings > Update & Security > Recovery.
  2. Under Reset this PC, click Get started.
  3. Choose Remove everything.
  4. On the next screen, click Change settings.
  5. Toggle Clean data to On. A note will appear explaining that this option takes longer but makes it harder to recover files.
  6. Choose whether to use Local reinstall or Cloud download for the Windows image — either works, and neither affects the wipe.
  7. Click Confirm, then Reset. The process may take an hour or more depending on drive size and speed.

The Windows restarts into the setup-OS screen as if on a brand-new machine, no user data remains accessible through the normal file explorer.

Method 2: Use Your SSD Maker’s Secure Erase Tool

When you need assurance that every NAND cell is blank, the manufacturer’s own utility is the safest choice. Samsung has Samsung Magician, Crucial offers Storage Executive, Kingston uses Kingston SSD Manager, and WD/SanDisk provide the Dashboard tool. Most of these contain a Secure Erase or Sanitize button that triggers the drive’s built-in erase command.

If the SSD is your boot drive, the tool may reboot into a pre-Windows environment to run the command before the OS loads. Confirm the correct drive in the utility — the label and capacity are visible — then start the operation. A secure erase on a modern NVMe SSD usually finishes in under a minute for most consumer capacities.

The after completion, the drive appears uninitialized in Disk Management. You will need to create a new partition and format it before using it again.

Method 3: Bootable Secure Erase With Parted Magic

When the SSD is the only drive in a system and the manufacturer’s tool does not support it, a bootable Linux environment like Parted Magic ($11 for a license) provides a clean workaround. Write the ISO to a USB drive using Rufus, boot from it, and launch Erase Disk. Choose NVMe Secure Erase for NVMe drives or Secure Erase ATA Devices for SATA SSDs. The tool sends the same low-level sanitize command that manufacturer utilities use.

The the utility reports “Erase Complete” and the drive’s partition table disappears, leaving it raw in the operating system.

Method Best For Sanitization Level
Windows Reset w/ Clean data Donating or selling the whole PC; covers the boot drive Moderate — overwrites addressable cells, may miss over-provisioned space
SSD maker’s Secure Erase tool Reselling individual drives; full forensic-grade wipe High — sends native ATA sanitize command to every cell
Parted Magic bootable Drives that won’t boot; unsupported SSDs; tech enthusiasts High — identical ATA/NVMe sanitize command set
DiskPart clean all Last resort when no other tool exists Low — writes zeroes only to mapped LBAs; over-provisioned cells untouched

Erasing A Windows 10 SSD: What The Common Commands Actually Do

Many people type diskpart, clean, or format believing the drive is wiped. Here is what each action really accomplishes on a modern SSD.

Action What Gets Erased What Stays Hidden
Quick Format File table (directory structure) Every file’s actual data in NAND
Delete Partition Partition entry in the MBR/GPT All data on the drive, plus over-provisioned cells
DiskPart Clean Partition table and volume metadata User data bytes in mapped and unmapped flash
DiskPart Clean All Writes zeroes to every accessible LBA Spare/over-provisioned cells that the controller hides
Windows Reset + Clean data Overwrites accessible user space; resets OS Cells not currently mapped by the controller
Secure Erase (ATA/NVMe command) All user-accessible and over-provisioned cells Nothing — the drive’s controller blanks its full NAND inventory

Kingston explains cryptographic erase as an alternative: modern self-encrypting drives discard the encryption key, making the data unrecoverable without overwriting any cells. That crypto-erase is nearly instant and as secure as a full Secure Erase. If your SSD supports hardware encryption (common on recent Samsung, Crucial, and WD drives), check your manufacturer’s tool for a Crypto Erase or PSID Revert option.

What To Do Before You Wipe Your SSD

Several practical steps prevent data loss and hardware headaches. Run through this list before starting any erase method:

  • Back up files you want to keep to an external drive or cloud storage. Every method below is destructive and irreversible.
  • Deauthorize software licenses (Adobe Creative Cloud, Microsoft Office, DAW products) while the OS is still running — re-authorization after a reset can be cumbersome or require proof of purchase.
  • Sign out of accounts to reduce the number of devices linked to your profile. Windows, iCloud, and browser sign-outs are the main ones.
  • Confirm the drive number before running any diskpart or Secure Erase command. One-digit errors wipe the wrong disk. In Disk Management, the capacity is your best check — a 500 GB drive should show 465 GB or so.
  • Plug the laptop into power if you are erasing its only drive. A power failure mid-erase can brick the drive’s firmware on some controllers.
  • Check if you need a bootable USB for method 2 or 3. If the SSD is the boot drive and the manufacturer’s tool requires it, prepare the USB before starting.

The payoff: after the erase, the drive is either blank (ready for a clean install) or the PC shows the out-of-box setup screen. A recipient will see no previous user data, and your sensitive files are gone.

References & Sources

Please use a real email you check. If it's fake or mistyped, your message won't reach us and we can't reply — wrong addresses are rejected automatically.