I’d keep my hands off the drive for a minute. When a partition gets deleted, the data usually isn’t wiped right away. What often disappears first is the partition entry in Windows, not the files themselves. They tend to sit there until new writes land on top of them. SSDs are the annoying exception. If this happened on an SSD, TRIM might clear those blocks later, so I’d move fast.
First move, stop writing anything to that disk. Don’t make a new partition. Don’t format the empty space. Don’t install recovery tools onto the same drive either. Every change raises the odds of stomping on the stuff you’re trying to save.
Then I’d check Disk Management to see what state the drive is in. I’ve seen cases where the partition still shows up, but Windows dropped the drive letter. In that case, assigning a letter brings it back in seconds. If the area shows as Unallocated, then yeah, the partition was likely removed.
What I’d do, in order
- Stop using the affected drive.
- Pull off the important files first.
- Open a few recovered files and make sure they aren’t corrupted.
- Restore the old partition, or make a fresh one.
- Put the recovered data back.
Recover the files first
I’ve had decent results with Disk Drill. What I liked is it didn’t only hunt for loose files, it also picked up deleted partitions, and it usually kept folder names and structure instead of tossing everything into a giant mess.
I ran this on Windows 11. Windows 10 looks close enough where the process is near identical.
- Install Disk Drill onto a different drive, not the one with the deleted partition.
- Open it and pick the physical disk where the partition used to live.
- Click Search for Lost Data. On some external drives, it asks for a scan mode. I’d pick Universal Scan almost every time. The one case where I wouldn’t is camera or drone footage with fragmented video files, where Advanced Camera Recovery tends to work better.
- Let the scan finish. If it finds the missing partition, open it and look through the contents.
- Preview a few files. Don’t skip this. I learned the hard way once and ended up with junk files tht looked fine by name only.
- Select the folders or files you want, then click Recover.
- Save the recovered data to another disk. Don’t write it back to the original one yet.
If you want the partition back
For rebuilding the partition itself, TestDisk is the free tool I’d reach for first. It’s not pretty, but it gets the job done more often than I expected.
- Download TestDisk, extract it, and run testdisk_win.
- Choose Create when it asks about a log.
- Select the physical disk where the partition was deleted.
- Use the partition table type it detects.
- Go to Analyse, then run Quick Search.
- If it comes up empty, run Deeper Search.
- When the missing partition appears, highlight it and choose Write.
- Confirm, then reboot the PC.
If the partition table wasn’t overwritten, there’s a fair shot the partition returns in its old state.
If you only want the drive usable again
Once the files are safe somewhere else, I’d usually skip the fancy stuff and recreate the partition. It’s faster and less fussy.
- Open Disk Management.
- Right-click the Unallocated space and choose New Simple Volume.
- Go through the wizard, pick a drive letter, and choose your file system. For most Windows setups, NTFS is the normal pick.
- Leave Quick Format on and finish.
- Copy your recovered files back to the new partition.
One thing I wouldn’t ignore, if the drive vanishes, disconnects on its own, clicks, grinds, or fails to appear at all, I’d stop there. Software recovery won’t fix failing hardware. Repeating scans on a dying drive can make things worse. Same goes for irreplaceable data. If losing those files would be a disaster, I’d pass on DIY and go straight to a recovery shop. If the drive itself is fine and the problem is only a deleted partition, the steps above usually give you a decent shot at getting your data back and reusing the disk.