This article explains using the Cipher security tool to overwrite deleted data on Windows 11.
The Cipher.exe command can encrypt and decrypt data on drives that use the NTFS file system. It can also be used to overwrite data that has been deleted so that it can’t be recovered or accessed.
When you delete files or folders, the data isn’t initially removed from the hard disk. Instead, the space on the disk occupied by the deleted data is deallocated. After it’s deallocated, the space is available when new data is written to the disk. Until the space is overwritten, you can recover the deleted data using a low-level disk editor or data-recovery software.
Encrypting File System (EFS) makes a backup copy of the file before encrypting so the data isn’t lost if an error occurs during the encryption process. After the encryption is complete, the backup copy is deleted.
As with other deleted files, the data isn’t removed until overwritten. Using the Cipher.exe command, you can overwrite the deleted data to prevent unauthorized recovery of such data.
Overwrite deleted data with Cipher
As mentioned, users can use the Cipher tool to overwrite deleted data to prevent unauthorized recovery.
Here’s how to do it.
First, open the Windows Terminal app as administrator and select Windows PowerShell or Command Prompt.
Then, use the command format below to overwrite deleted data on the specified drive on the Windows machine.
cipher /w:<drive letter>
Replace <drive letter> with the drive on your computer.
For example, run the command below to overwrite deleted data on the system Drive C.
cipher /w:C
Wait for the process to complete, overwriting deleted data on the drive.
That should do it!
Reference:
Conclusion:
In summary, using the Cipher security tool effectively ensures that deleted data on your Windows 11 system cannot be recovered. Here are the key takeaways:
- Data Overwriting: Cipher.exe specifically overwrites deleted data, making it unrecoverable.
- File Recovery Threat: Deleted files remain on the disk until their occupied space is reused; using Cipher helps mitigate recovery threats.
- Simple Command: The command
cipher /w:<drive letter>
is straightforward and can be executed with administrative privileges. - Drive Specific: Ensure you run the command on the correct drive to protect sensitive data.
- Regular Maintenance: Using Cipher can enhance your data security practices on Windows 11.
Implementing these practices can help maintain your privacy and secure data management.
Leave a Reply