Windows Storage Management
Resetting an SSD to One Clean Partition in Windows
Updated: June 21, 2026 · Applies to: Windows 10 / Windows 11 · Read time: ~5 min
What This Article Covers
How to reset an SSD that contains leftover EFI, Recovery, or hidden system partitions back to a single clean usable partition using the built-in Windows DiskPart utility. Covers when to use this process, the full step-by-step procedure, optional GPT conversion, and troubleshooting common issues.
When to Use This Process
Use DiskPart to clean and repartition an SSD when:
- A drive has leftover EFI or Recovery partitions from a previous Windows installation
- Disk Management will not let you delete certain protected partitions
- The SSD shows multiple fragmented or unallocated sections
- You are repurposing the disk as a simple storage or data drive
- You want one clean NTFS or exFAT partition using the full SSD capacity
Do not use this process on your active Windows boot drive unless you are intentionally wiping that system.
1 · Open DiskPart as Administrator
DiskPart requires an elevated terminal. Right-click the Start button and select one of the following, then launch DiskPart.
2 · Identify and Select the Correct Disk
List all disks, identify the SSD by size, select it, then confirm the selection before touching anything.
3 · Wipe the Disk and Create a Partition
With the correct disk selected and confirmed, remove all partitions and create one new primary partition.
4 · Format and Assign a Drive Letter
Format the new partition and assign a drive letter so Windows can use the disk.
Optional · Convert to GPT Partition Style
For modern systems or drives larger than 2 TB, convert to GPT after running clean and before creating the partition. Add this step between Step 3-1 and Step 3-2 above:
Full Command Reference — Confirm the Correct Disk Number First
For GPT: add convert gpt after clean. For exFAT: replace the format line with format fs=exfat quick label=Storage.
Troubleshooting
Wrong drive letter was assigned
Open Disk Management (diskmgmt.msc), right-click the new volume, and select Change Drive Letter and Paths.
Disk does not appear in File Explorer
Check that the volume has a drive letter assigned:
diskpart → list volume → select volume X → assign
DiskPart says Access is Denied
PowerShell or Command Prompt was not opened as Administrator. Close and relaunch with Admin rights.
Disk is write-protected
Check and clear the read-only attribute, then repeat the clean process:
select disk X → attributes disk → attributes disk clear readonly
Need Help?
Contact YES Solutions Support
If you have questions or run into an issue not covered here, reach out, and we will help.
© 2026 Yates Enterprise Solutions · yatessbs.com · Article ID: YES-KB-004 · Last Updated: 2026-06-21
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article