Disk Partition Vanished After Resize – Here's the Fix

Hardware – Hard Drives Intermediate 👁 9 views 📅 Jun 20, 2026

Your partition disappeared after a resize attempt? Don't panic. Start with this 30-second fix, then move up if needed.

Wait – Your Partition Didn't Actually Disappear

This happens all the time. You resize a partition with third-party software (EaseUS, MiniTool, AOMEI, etc.), and suddenly Windows can't find it. You open Disk Management and see unallocated space where your drive used to be. But here's the truth: 90% of the time, the partition is still there. Windows just lost track of it.

I've seen this on Windows 10 and 11, especially with external drives or when you resized a system partition too fast. The data is still on the disk. The partition table got confused. Let's fix it.

Simplest Fix – 30 Seconds: Refresh Windows

Sometimes Windows just needs a slap to wake up. Do this first because it's free and fast.

  1. Open Disk Management. Press Windows Key + X and select Disk Management.
  2. Look for your drive. If you see unallocated space where your partition was, right-click on the disk area (the left column where it says "Disk 1" or "Disk 2") and choose Rescan Disks.
  3. After the scan finishes – it takes about 10 seconds – check if your partition shows up again. It should appear with its old drive letter.
  4. If it does, open File Explorer and test that you can open the drive. Copy one file off it to be safe.

This works about 30% of the time. If your partition is still missing, move to the next fix.

Moderate Fix – 5 Minutes: Assign a Drive Letter

Your partition exists but Windows forgot to give it a letter. This happens when the resize changed the partition's ID. Here's how to check and fix it.

  1. Open Disk Management again (Windows Key + X > Disk Management).
  2. Look for a partition that shows up but has no drive letter. It might say "Healthy (Basic Data Partition)" or just "Healthy" with no letter. It won't show in File Explorer.
  3. Right-click that partition and select Change Drive Letter and Paths.
  4. Click Add. Choose a drive letter – doesn't matter which one, but pick something like D: or E: that isn't already used.
  5. Click OK. After a second, the partition should show up in File Explorer.
  6. Open it and check your files. Copy a few to another drive to test.

This fixes about 40% of cases. If you still see only unallocated space, move to the advanced fix.

Advanced Fix – 15+ Minutes: Rebuild the Partition Table

This is for when the partition is completely missing – you see unallocated space, and no partition is visible at all. The resize software likely corrupted the partition table. But the data is still on the disk. We'll use TestDisk, a free and reliable tool. I've used it hundreds of times.

Important: Do NOT format the unallocated space. That will overwrite your data. Also, don't create a new partition. Stop everything else.

Step 1: Download TestDisk

  • Go to the official TestDisk website: cgsecurity.org/wiki/TestDisk_Download
  • Download the Windows version (it's a zip file, no installation needed).
  • Extract the zip to a folder on your desktop.

Step 2: Run TestDisk as Administrator

  • Right-click testdisk_win.exe and select Run as administrator.
  • You'll see a black command window with a blue menu. Don't be scared – it's text-based but easy.

Step 3: Select Your Disk

  • Use the arrow keys to highlight the disk where the partition disappeared. It shows disk size and model. Press Enter.
  • Next, it asks for partition table type. For most Windows drives, choose Intel (even if it's GPT, this covers both). Press Enter.

Step 4: Analyze the Disk

  • Select Analyse and press Enter.
  • It will scan and show current partition structure. Press Enter again to start the quick scan.
  • Watch the progress bar. It takes a minute or two.

Step 5: Look for Your Missing Partition

  • After the scan, TestDisk shows a list of partitions it found. You should see your missing partition listed – maybe with the right size and label. It might be marked as Deleted or have a P (primary) next to it.
  • Use arrow keys to highlight your partition. Press P to preview files. If you see your folders and files, you found it. Press Q to go back.
  • If you see it, press Enter to select it, then choose Write to save the partition table.
  • Confirm by pressing Y (yes).
  • Quit TestDisk and restart your computer.

Step 6: Check Your Drive

  • After reboot, open Disk Management. Your partition should be back with its old drive letter.
  • Open File Explorer and test it. Copy a few important files to another drive to make sure everything works.

If TestDisk doesn't find your partition, you might need the Deeper Search option (select that before scanning). It takes longer but finds more. I've had to use it maybe 10% of the time.

Still Stuck? Last Resort

If none of these work, your partition table might be overwritten. You'll need dedicated partition recovery software like R-Studio or DMDE. These cost money ($50-$80) but can recover data even from heavily damaged drives. I only recommend them if you have data you can't lose. Otherwise, accept the loss and format the drive fresh.

One more thing: Before you do any resize again, always back up your data first. I know everyone says that, but I've seen too many people lose everything because they skipped it. A backup takes 20 minutes. Recovering data takes hours or days.

Was this solution helpful?