How to Secure Your Data with Cipher on Windows 11
This article explains how to use the Cipher security tool to overwrite deleted data on Windows 11.
Open Windows Terminal as administrator and run the command cipher /w: followed by your target drive letter. This command overwrites all deleted data on the selected drive, making it unrecoverable.
What Is Cipher and Why Should You Use It?
Cipher is a built-in Windows tool that helps you keep your files private by encrypting them, and it can also securely erase deleted data so no one can recover it.
Why does this matter? 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.
How to Overwrite Deleted Data with Cipher
To overwrite deleted data on Windows 11 and make sure it’s gone for good, you’ll use the Cipher command in Windows Terminal.
- Open the Windows Terminal app as administrator and select Windows PowerShell or Command Prompt. ⚠️ Requires admin privileges
- Use the command format below to overwrite deleted data on the specified drive on your 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 C drive:
cipher /w:C - Wait for the process to complete. It will overwrite all deleted data on the drive.
That should do it!
Summary
Using Cipher on Windows 11 is a straightforward way to make sure that files you’ve deleted can’t be found or brought back by others.
- 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.
Reference
How to override delete files?
In this case the file is called example 123. Txt. Now when I hit the enter key on my keyboard. You'll see that the file on my desktop is deleted.
What is the difference between overwriting and deleting?
Deleting a file just tells your computer it’s no longer needed, but the actual data is still there until new information overwrites it.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!