Share via

Securely erasing a hard disc

Anonymous
2021-12-11T17:32:28+00:00

Does Windows 10 have any functionality to securely erase a hard disc? I have a few external hard discs that I'd like to completely clean up before recyling. I've looked online a few times but I have yet to find an answer to this.

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. DaveM121 891.6K Reputation points Independent Advisor
    2021-12-11T18:06:02+00:00

    Hi CAWILAGuy

    I am Dave, I will help you with this.

    You can do that in Command Prompt, please note, it will take a long time to securely wipe a drive

    Click your Start Button, then just type cmd and on the resulting list, right click Command Prompt and choose 'Run as Administrator.

    Run this command and hit Enter:

    diskpart

    Run this command and hit Enter:

    list disk

    (Make note of the disk number you want to wipe and enter it into the next command - replace X)

    Run this command and hit Enter:

    select disk X

    Run this command and hit Enter:

    clean all

    Wait for that command to complete, then close Command Prompt.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments