Never sell your old laptop before doing this — your data is at risk

1 month ago 22 Back

Published Feb 26, 2026, 1:00 PM EST

Tashreef's fascination with consumer technology began in the school library when he stumbled upon a tech magazine, CHIP, which ultimately inspired him to pursue a degree in Computer Science. Since 2012, Tashreef has professionally authored over a thousand how-to articles, contributing to Windows Report and How-To Geek. He currently focuses on Microsoft Windows content at MakeUseOf, which he has been using since 2007.

With hands-on experience building websites and technology blogs, he brings practical developer insights to his technical writing. You can view his complete work portfolio at itashreef.com.

You might also stumble upon his short how-to video explainers, simplifying complex topics. Beyond writing, Tashreef enjoys creating short explainer videos, gaming, and exploring animated shows.

If you're thinking of selling your old laptop, you'd probably take a few precautions to protect your data and privacy before letting go of your old tech. You'd back up your data, remove connected accounts, factory reset the device, and maybe even reinstall the operating system to remove any traces of personal information.

However, simply formatting the drive or deleting your data doesn't actually remove it permanently from your device. Your PC only marks the space on the drive as available for new data. So, unless you overwrite your data, anyone in possession of your device can retrieve some or all of it with a bit of dedication and the right data recovery utilities. I recently recovered files I thought were permanently gone using a free recovery app, and that experience made me take data wiping seriously.

The good news is that you can use a set of tools to permanently erase data from your storage devices, both HDDs and SSDs, so that it becomes nearly impossible to recover. So, if you are planning to sell your laptop, do this one thing first.

HDDs are easier to erase

Overwrite tools work reliably on mechanical drives

Bleachbit App running on a Windows 11 PC Credit: Tashreef Shareef / MakeUseOf

Hard drives store data magnetically on spinning platters, and each file maps fairly directly to a physical location on the disk. When you delete a file, the operating system just removes the reference to it, but the magnetic pattern on the platter stays there until something new overwrites it. That's why recovery tools can pull up files you deleted months ago.

The flip side of this is that permanently erasing data on an HDD is much easier than a SSD. Because the logical sectors map closely to the physical locations, overwriting those sectors with random data effectively destroys whatever was there. One or two passes are enough to make recovery practically impossible on any modern hard drive.

If you want to shred specific sensitive files before selling your laptop, BleachBit is a solid option. It can overwrite individual files, entire folders, or wipe all the free space on your drive where previously deleted data still lingers. It even integrates with Windows Explorer's right-click menu, so you can shred files without opening the app.

For wiping an entire hard drive, ShredOS is the more thorough option. It's a bootable tool that you run from a USB drive, and it overwrites every sector on the disk with random data. You boot from the USB, select the drive, pick the number of overwrite passes, and let it run. Once it's done, the drive is clean and ready for its next owner. For most people, selling a laptop, a single pass with ShredOS is more than enough.

BleachBit Logo

OS Windows, Linux, macOS, Portable

Developer Andrew Ziem

BleachBit is a software tool that you may use to clean disk space, delete cookies and cache, clear internet history, shred files, and wipe free disk space without installation.

Overwrite tools don't work the same way on flash storage

SSDs work very differently from mechanical hard drives. Instead of magnetic platters, they use NAND flash cells managed by a controller that handles wear-levelling, garbage collection, and over-provisioning. The logical sectors you see in Windows don't map one-to-one to the physical cells on the drive. So when an overwrite tool like ShredOS writes random data across the drive, it might not touch all the physical cells that held your old data. The controller decides where data goes, and some cells may remain untouched.

You might think physical destruction is the fallback option, but even that isn't guaranteed to work if you don't do it right. There's a well-documented case of an IT worker who tried to destroy company SSDs by drilling a single hole through each drive casing. The problem was that many SSDs have short PCBs, so the drill went through the metal shell but completely missed the NAND chips and controller. The drives were fully functional, data intact, and one even showed up on the used market.

The better approach for SSDs is to use the manufacturer's own secure erase tool. These tools send a firmware-level command directly to the SSD controller, which resets all data areas, including hidden and remapped blocks that overwrite tools can't reach. On self-encrypting drives, it performs a cryptographic erase by discarding the internal encryption key, making all existing data unreadable in seconds.

For Samsung drives, Samsung Magician includes a Secure Erase option. Since you can't erase the drive you're currently booted from, Magician creates a small bootable USB. You reboot from it, select your Samsung SSD, confirm the erase, and the entire operation usually finishes in seconds to a few minutes. After that, the drive is blank and ready for reuse.

Other major SSD manufacturers offer similar tools. WD Dashboard covers Western Digital and SanDisk drives, Crucial Storage Executive handles Crucial SSDs, Kingston SSD Manager works for Kingston drives, and SeaTools covers Seagate's consumer SSDs. If your SSD manufacturer doesn't offer a dedicated tool, your laptop's BIOS or UEFI settings may also include a secure erase option.

Samsung magician logo

OS Windows, macOS, Android

Price model Free

Samsung Magician is Samsung’s official SSD management software that monitors drive health, updates firmware, benchmarks performance, enables over-provisioning, and optimizes settings to maintain speed, reliability, and overall storage performance on Windows PCs.

Is your data still recoverable?

After a proper wipe, recovery is extremely unlikely

VeraCrypt wizard offering options to create an encrypted file container or encrypt a partition Credit: Sagar Naresh/MUO

If you've used ShredOS on a hard drive or a manufacturer's secure erase on an SSD, your data is effectively gone for any real-world scenario. Standard recovery tools like Recuva or Disk Drill won't find anything. Even chip-off forensics, where someone physically removes the NAND chips and extracts raw data, rarely succeeds on modern self-encrypting drives and costs upwards of a thousand dollars.

That said, no software wipe is considered 100% absolute. If the firmware command fails or doesn't complete properly, remnants could survive. For most people, selling a laptop, a successful secure erase is more than sufficient. But if you're dealing with genuinely sensitive data like financial records or business documents, you can add an extra layer of protection.

You can do this by enabling full-disk encryption with BitLocker or VeraCrypt before you wipe the drive. That way, even if any data fragments somehow survive the erase, they're encrypted gibberish without the discarded key. For the truly paranoid, physical destruction is the only absolute guarantee, but for a normal laptop resale, encryption plus secure erase gives you a level of security that's more than reasonable.

The right way to permanently delete your data from your laptop

Most people go through the motions of resetting their laptop before selling it, and that's a good start. But a factory reset or a clean Windows install doesn't overwrite your old data. It just clears the references, and the actual files sit there waiting for someone with a recovery tool.

The extra step of properly wiping your drive takes minutes, not hours. If your laptop has an HDD, boot from a ShredOS USB and let it run. If it has an SSD, download your manufacturer's tool and run the secure erase. It's a small effort that makes sure your photos, documents, passwords, and everything else you've stored over the years don't follow your laptop to its next owner.

Read Entire Article