I have an external hard disk drive that no longer appears in my normal list of drives. I need to erase it completely before returning it under warranty. I ran a wiping utility, and it detected the disk and reported that all files had been removed. Since Windows still doesn't recognize the drive, is there any way to confirm that the wipe actually completed?
3 Answers
For a regular HDD, the best verification is usually the wiping program’s own completion log or verification option. If the software successfully overwrote the disk, it may be enough evidence even if the drive has become inaccessible. If the program supports a read-back verification, you would need the disk to be detectable again before running it.
The drive type matters. A full overwrite is generally appropriate for a mechanical HDD, but SSDs should normally be erased with the manufacturer’s Secure Erase or Sanitize tool because overwriting may not reach every flash cell. Since yours is an HDD, look for a completed wipe report, and avoid trying to initialize or format it if you’re preparing it for return.
If the wiping program detected the physical disk and completed an overwrite, the fact that it doesn’t appear in File Explorer doesn’t automatically mean the wipe failed. Check Disk Management by running “diskmgmt.msc” to see whether Windows can still identify the physical drive. You can also use DiskPart, a built-in command-line utility, and run “list disk” to see whether the disk is detected there. Don’t use commands that select or clean a disk unless you’re completely certain you have the correct drive.

Thanks! It’s a traditional HDD, so I’ll check Disk Management and learn how to use DiskPart carefully.