Eli5: how do computers actually delete information entirely?

865 views

How does it physically “forget” whatever coded form it held my word document in for example?

In: Technology

7 Answers

Anonymous 0 Comments

A regular deleted file is still on the hard drive, the computer just “forgets” where it is. What that means in practical terms is that the directory for that file is deleted, and the computer now sees that space as free, and can write over it when a new file is saved.

To truly delete files, there are programs that write gibberish over the space where the file was, ideally rewriting several times to make sure that the original file has been completely overwritten.

You are viewing 1 out of 7 answers, click here to view all answers.