Forum Discussion

Roxhujin's avatar
Roxhujin
Copper Contributor
Oct 31, 2024
Solved

How do I delete everything off my old hard drive on Windows PC?

I'm looking for guidance on how to completely delete everything off from old hard drive. I want to ensure that everything is removed permanently, as I'm planning to either dispose of the drive or repurpose it for a new project. I'm concerned about the possibility of sensitive information being recoverable if the drive isn't properly wiped.

 

Additionally, I’m curious about any important considerations I should keep in mind before proceeding with the deletion process.

 

Thank you in advance for your help!

  • I use BitWiper whenever I need to wipe a hard drive completely—it’s fast, secure, and easy. Just pick the drive, choose a secure erase method, and let it do its thing.

    Source: https://www.sandeski.com/permanently-delete-files

    NOTE:  Before you delete everything off old hard drive, back up any files you might want to keep. I once went to wipe a drive only to find out I had some epic photos and documents that I totally forgot about.

6 Replies

  • FrancoisJ's avatar
    FrancoisJ
    Copper Contributor

    Roxhujin 

    Hi!

  • Sdabao's avatar
    Sdabao
    Copper Contributor

    While using DiskPart's clean all command can definitely do the job of deleting everything from old hard drive, there are some downsides to consider. Let me break it down and share some personal experiences so you can make the best decision

     

    1. Honestly, this can take forever, especially if you’re dealing with a large drive. I remember once I hit clean all on a 2TB drive, and it took a good chunk of my afternoon. If you’re in a rush, this might not be the best option.

     

    2. While clean all writes zeros across the whole drive, for super tech-savvy folks or forensic recovery specialists, it might still be possible to recover some data. If you’re worried about sensitive information (like banking details or personal data), you might want to consider a more advanced wiping tool, like DBAN (Darik's Boot and Nuke), which can overwrite data multiple times. I learned this the hard way when I had to explain to a friend why her data wasn't "totally gone" after a simple wipe.

  • Jesse_PooleL's avatar
    Jesse_PooleL
    Iron Contributor
    If you're looking to dispose of or sell the drive, sometimes people opt for physically destroying it just to be super safe, especially if it had sensitive info. This isn’t always necessary, but if it’s an option you’re considering, make sure to take precautions to delete everything off your old drive!
  • Xamion's avatar
    Xamion
    Copper Contributor

    Once you're sure you've backed up everything important, it's time to make things disappear! If you’re running Windows, there are a couple of ways to completely delete everything off old drive on Windows computer.

    Using Windows Reset Option:

    • Go to Settings > Update & Security > Recovery.
    • Click on Get started under "Reset this PC."
    • Choose Remove everything. This works well if it’s a system drive, but you can also use this if it’s just an old drive you want to wipe.

     

    Using DiskPart (for a hardcore wipe):
    This is what I personally use when I really want to make sure everything's gone.

    • Open the Command Prompt as an admin (search for it, right-click, and hit “Run as administrator”).
    • Type diskpart and hit Enter.
    • Then, type list disk to see all your drives.
    • Find your drive in the list, take note of its number, and type select disk X (replace X with the number of your old hard drive).
    • Finally, type clean all to wipe it. (Heads up: this will take a while depending on the size of your drive, but it’s thorough!)
  • Vaentina's avatar
    Vaentina
    Iron Contributor

    I use BitWiper whenever I need to wipe a hard drive completely—it’s fast, secure, and easy. Just pick the drive, choose a secure erase method, and let it do its thing.

    Source: https://www.sandeski.com/permanently-delete-files

    NOTE:  Before you delete everything off old hard drive, back up any files you might want to keep. I once went to wipe a drive only to find out I had some epic photos and documents that I totally forgot about.

  • Pepysam's avatar
    Pepysam
    Copper Contributor
    Simply deleting everything off an old hard drive won’t cut it if you’re trying to make sure all the data is unrecoverable. Microsoft has some handy built-in utilities for this. For example, if you’re using Windows, you can access the Disk Cleanup tool or the 'Reset this PC' feature, but for a deeper clean.

Resources