Forum Discussion
How can I wipe an ssd but keep Windows os installed on it?
The old SSD on my laptop is to small (256 GB) and I am going to replace it with a new SSD 1 TB. Is there any safe way to wipe an SSD while keeping the operating system intact. The goal is to remove all personal files, apps, and leftover data, but not reinstall Windows or delete the system itself. Not sure if resetting the PC is the best option to wipe ssd but keep os or if there is a more secure method that keeps the OS activated and working.
The computer runs Windows 10 on a single SSD. Is there a built-in feature that only removes user data, or does this require manual partition management? Also wondering about the safest way to prevent file recovery while avoiding damage to the system partition.
7 Replies
- EtheridgeIron Contributor
Factory reset is the best way to wipe ssd and keep the OS.
- BhavikakiCopper Contributor
This is a specific need - essentially wanting to securely erase all personal data and programs while preserving the operating system.
Understanding Your Options if you want to wipe SSD but keep Windows OS:
First, let's clarify what you're likely trying to achieve:
Option A: Wipe all personal files/programs but keep Windows intact (like a fresh start)
Option B: Securely erase free space only (where deleted files reside)
Option C: Complete SSD secure erase while preserving OS (technically complex)
Microsoft's own tool, but most don't know this advanced usage.
Using SDelete from Sysinternals combined with a custom command-line script is a powerful method to wipe SSD but keep Windows OS on it. SDelete is a secure delete utility that overwrites data on your drive, ensuring that files are permanently removed and unrecoverable.
batch
@echo off
echo Creating secure wipe script for personal data only...
echo WARNING: This will delete user data but preserve Windows
REM Secure delete user profiles except default
sdelete -s C:\Users\* -except C:\Users\Default C:\Users\Public
REM Wipe temp files
sdelete -s C:\Windows\Temp\*
sdelete -s C:\Users\*\AppData\Local\Temp\*
REM Wipe free space on C: (deletes recoverable deleted files)
sdelete -c C:
echo Done. Windows preserved.
pause
- GageWilderIron Contributor
You may employ a more meticulous manual approach: utilizing the Windows Command Prompt in conjunction with the migration tool's logic. This represents the most technically advanced solution to wipe ssd but keep os, allowing you to clear SSD data while preserving the operating system as the system remains fully operational
Usage Guide: Create a temporary administrator account to gain full access to the primary user's data. Subsequently, delete core user information and clean up system debris—all without touching Windows operating system files. This method enables meticulous personal data cleansing, allowing you to wipe ssd but keep os securely, and eliminates the need for a full system reinstallation or third-party software.
It is designed to prevent the recovery of files on solid-state drives, erasing all personal files, applications, and residual data while maintaining Windows activation status. As it utilises only Windows' built-in tools, this solution is entirely free of charge, requiring no additional software or external installation media.
- KairosRiversIron Contributor
This is the cleanest way to set up a new 1TB SSD without third‑party software, and it lets you wipe ssd but keep os safely.
- Create a bootable Windows installation disc using a USB drive and the Windows Media Creation Tool.
- Replace the old 256GB solid-state drive with a new 1TB solid-state drive.
- Boot from the USB and install Windows 10 onto the new 1TB solid-state drive.
- Connect the old 256GB solid-state drive via a USB to NVMe adapter.
- After copying files, erase the old SSD using Disk Management tools.
- Copy your files, then use Disk Management to wipe the old SSD. This allows you to wipe ssd but keep os securely.
- AdscscIron Contributor
If you wish to avoid third-party cloning tools and find the “Reset this PC” method too slow or unreliable, the approach I am about to describe is the most ideal. It allows you to wipe ssd but keep os securely using only official Windows files while preserving your operating system.
Step 1: When using an old hard drive, download the official Windows 10 disk image directly from the Microsoft website.
During installation, select “Change what to keep” and choose “Keep nothing” to wipe ssd but keep os by clearing all data and apps while installing a fresh system.
Step 3: After completing the 256GB drive wipe, use the System Image Utility to migrate this clean system to the new 1TB hard drive.
This approach delivers a pristine, stable system environment without requiring additional software or USB drives.
- KeikoeCopper Contributor
Using Windows built-in reset with data removal to wipe SSD but keep Windows OS installed is a straightforward way to securely erase all data from your drive while preserving your operating system. This process is useful if you want to clear personal files, malware, or other clutter without reinstalling Windows from scratch.
Here's how to Wipe SSD but keep Windows OS:
First, you go to your Windows settings and navigate to the recovery options. When you choose the "Reset this PC" feature, you'll be presented with options to keep your files or remove everything. To wipe SSD but keep Windows OS, you'll select the option to remove all files and data. The system will then proceed to delete all personal files, apps, and settings from your SSD, but Windows will remain installed and operational.
This method uses Windows' built-in reset feature, which performs a thorough cleanup by removing data and resetting system files, giving you a fresh start while maintaining the core operating system. It's a quick and effective way to prepare your SSD for a new user or to securely clear your drive without needing additional tools.
Overall, using Windows built-in reset with data removal is an efficient way to wipe SSD but keep Windows OS installed on it, ensuring your system remains functional while your data is securely erased.
- RupertmurdIron Contributor
Wiping an SSD while keeping the Windows operating system installed is possible by using the built-in "Reset this PC" feature with the "Remove everything" option, but with a crucial modification to ensure your data is truly unrecoverable . Standard deletion methods or even a basic reset only remove the pointers to your files, leaving the actual data on the drive and potentially recoverable with software tools.
To securely wipe an SSD but keep windows os, you need to enable a specific setting during the reset process that overwrites the deleted data, ensuring your personal information is permanently erased while leaving the Windows system files intact and functional.
1. Even though you want to keep Windows, a reset will delete all your personal files, apps, and settings . Before starting, ensure any photos, documents, or other data you wish to save are backed up to an external drive or cloud storage.
2. Open Settings and go to Update & Security (Windows 10) or System (Windows 11), then select Recovery . Click the "Reset PC" button.
3. When prompted, select "Remove everything" . This tells Windows you want to clear all personal data and apps, not just keep them.
4. Choose your reinstallation method (Cloud download or Local reinstall) . On the next screen, click on "Change settings".
5. Review the settings to ensure "Clean drive" or similar is listed, then click "Next" and finally "Reset" to begin the process . The computer will restart and the reset may take an hour or more, as it is securely wiping the drive while reinstalling Windows
To wipe an SSD clean of personal data while preserving the Windows operating system, use the "Reset this PC" feature found in Windows Recovery settings. Crucially, you must select "Remove everything" and then, within the "Change settings" menu, enable the option to clean the drive. This ensures all your personal files, apps, and settings are permanently overwritten and removed, leaving you with a fresh, secure installation of Windows.