2

I want a way to clean free space in Windows once I delete the data, so that:

  • The files are no longer recoverable by any disk recovery tools
  • The file names are no longer visible in any disk recovery tools

For the purpose of this task, I have tried using Cipher /w after deleting all the required file. But when I opened disk drill (recovery tool), it was able to see the file names in the underlying disk. Although they were no longer recoverable, I still want to make sure that they are not visible in the disk.

I also tried SDelete to no avail. I was still able to see the underlying file names and folder structures.

Note: I did not delete files or folders using SDelete, I only used it for cleaning the empty disk space later.

I saw a few threads with respect to this discussion, but none of them provided a direct answer. It would be great if someone can help.

K N
  • 23

1 Answers1

1

You wish to clean out the deleted file names from the MFT, for which you need a third-party tool.

One such tool is the free Prevent Recovery. With it you can either erase the free space or the deleted file-entries in the MFT, or both.

You may find a description of the tool in the article Prevent Recovery Overwrites Free Space on Hard Drives.

Note that for a large disk this operation may take a long time.

Here is the most relevant screenshot :

enter image description here


Another tool that can clean the MFT and the disk is CCleaner.

See the description in the article How to Clean MFT (Master File Table) on NTFS Drives.

harrymc
  • 498,455