Drive Shows Wrong Capacity After Clone? Fix It Here
After cloning a smaller drive to a bigger one, Windows still shows the old size. This is a partition issue. Here's how to fix it in Disk Management.
Quick Answer for the Impatient
Open Disk Management (diskmgmt.msc), right-click the big partition, choose "Extend Volume". If Extend Volume is grayed out, delete the partition after the big one (if empty) and try again.
Why This Happens
You cloned a 250GB drive to a 500GB drive. You plug it in, Windows boots, check the drive size—still 250GB. What gives?
Here's the deal: when you clone a drive, the cloning software copies the entire source drive, including the partition layout. If the source drive had a 250GB partition, after cloning, that same partition exists on the 500GB drive. But the partition itself doesn't magically expand into the extra space. The rest of the drive sits there as unallocated space—hidden from Windows.
I see this all the time. Had a client last month who cloned a 120GB SSD to a 480GB SSD for his laptop. He swore the clone went fine but his C: drive showed 120GB. He thought the new SSD was faulty. Nope—just a partition that needed extending. Five minutes later, he had his full 480GB.
How to Fix It (The Main Fix)
We're going to extend the partition into the unallocated space. This works on Windows 7, 8, 10, and 11. No extra software needed.
Step 1: Open Disk Management
Press Windows Key + R, type diskmgmt.msc, hit Enter. A window pops up showing all your drives.
Step 2: Find Your Cloned Drive
Look for the drive that's showing the wrong size. It's usually C: drive, but could be D: or E:. Check the capacity column—if it shows 250GB but you know your drive is 500GB, that's your culprit.
Step 3: Check for Unallocated Space
Right next to your partition, do you see a black bar labeled "Unallocated Space"? If yes, good. If no, scroll down to "What if Extend Volume is grayed out?"
Step 4: Extend the Volume
Right-click the partition that's too small. Choose "Extend Volume...". A wizard opens. Click Next, make sure the unallocated space is selected, click Next again, then Finish.
That's it. Windows will stretch the partition into the empty space. Your drive should now show the full capacity.
What If Extend Volume Is Grayed Out?
This happens if the unallocated space is to the left of the partition, or if there's another partition (like a recovery partition) between the main partition and the empty space. Here's what to do:
Option A: Delete the Partition in the Way
Warning: Only delete partitions you don't need. Do NOT delete recovery partitions unless you know what you're doing.
If there's a small partition (like 500MB) between your main partition and the unallocated space, right-click that small partition and delete it. Then the unallocated space should appear to the right of your main partition. Now you can Extend Volume.
Option B: Use a Third-Party Tool
Sometimes the unallocated space is to the left of the partition. Disk Management can't handle that. Use a free tool like MiniTool Partition Wizard Free or AOMEI Partition Assistant Standard. They let you move partitions around. Move the main partition to the left, then extend it.
In MiniTool Partition Wizard: right-click the partition, choose "Move/Resize", drag the partition all the way to the left side of the unallocated space. Click Apply. Then right-click again, choose "Extend". Apply again. Reboot once.
Alternative Fix If Extend Volume Fails Completely
If you've deleted everything in the way and Extend Volume still won't work (rare, but happens), here's a nuclear option:
Delete and Recreate the Partition
This wipes all data on that drive. Back up first.
- In Disk Management, right-click the partition and choose "Delete Volume".
- Now the whole drive shows as Unallocated.
- Right-click the unallocated space, choose "New Simple Volume".
- Go through the wizard. You can set the partition size to the full drive capacity.
- Format it (NTFS is fine). Give it a label.
Now copy your data back from the backup. This is ugly, but it works every time.
Prevention Tip: Do It Right Next Time
To avoid this headache, use cloning software that has a "Partition Alignment" or "Fit to Drive" option. Tools like Macrium Reflect Free or Clonezilla have settings to automatically expand the partition to fill the target drive. When you clone, check the box that says "Extend partition to fill target drive" or similar. I always tell clients: "Read the options before you click Clone. Save yourself 10 minutes."
Also, don't use the "System Clone" feature in some programs unless it's specifically designed to handle different drive sizes. Stick with a full disk clone and then set the partition size manually if needed.
Pro tip: If you're cloning a boot drive (Windows), after extending the partition, check if the system boots fine. Sometimes you need to mark the partition as active again. In Disk Management, right-click the partition, choose "Mark Partition as Active" if it's not already grayed out.
Was this solution helpful?