Forum Discussion
Does factory reset remove everything from PC on Windows 11?
Now, this is where it ties into the question, "Does factory reset delete everything on laptop windows 11?" The short answer is, it can, but it depends on how you do it. A standard factory reset with the "Remove everything" option deletes your files, but they can still be recovered.
Here are the steps to use the cipher /w command to securely overwrite free space on your Windows 11 PC. This process makes it much harder for someone to recover files you've previously deleted.
1. Open Command Prompt as Administrator:
- Click the Start button.
- Type cmd or Command Prompt.
- In the search results, right-click on Command Prompt and select Run as administrator.
- Click Yes if prompted by User Account Control.
2. Type the cipher Command:
The base command is cipher /w:X:\ where "X" is the letter of the drive you want to clean.
To clean the entire free space of your C: drive, type the following and press Enter:
text
cipher /w:C:\
To clean a specific folder (only space where files were deleted from that folder), type the command with the path, for example:
text
cipher /w:C:\Users\YourName\Documents\
3. Wait for the Process to Complete:
- The command prompt will show three passes, each writing different types of data (zeros, ones, random numbers) over the free space.
- The process is complete when the command prompt returns to its usual C:\> prompt.
Once the command finishes, the free space on that drive has been overwritten, and previously deleted files should be unrecoverable with standard file recovery software.
So, if you're wondering "Does factory reset delete everything on laptop windows 11?", the answer is yes, it deletes file pointers, but the data itself isn't fully erased unless you ask it to be cleaned . Ultimately, the cipher command is a handy, built-in way to get that same secure wiping effect on your own terms.