Why does deleted data stay on a HDD once written, waiting to be overwritten, as opposed to being removed when requesting deletion?

418 views

Why does deleted data stay on a HDD once written, waiting to be overwritten, as opposed to being removed when requesting deletion?

In: 22

30 Answers

Anonymous 0 Comments

It’s unnecessary to overwrite the data, and doing so wastes time and causes wear on the drive. This is doubly true if the data is encrypted and isn’t readable without a key (like most computers used in business these days).

If someone wanted to overwrite the file, they could.

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