Celeb Glow
general | March 13, 2026

Merge non-contiguous partition on Windows 10

I have a Windows 10 VM on a Mac using VMWare Fusion. I just extended the disk from 60 GB to 80GB. Now I'm trying to figure out how to add that space to my C: drive. The option to "Extend Volume..." is grayed out because there's a "Healthy (Recovery Partition)" between my C: partition and the new unallocated space.

screenshot

Is there any way to add this new space to the C: drive without using expensive third party software?

4

1 Answer

From the comments, it sounds like:

  1. It can't be done with Windows' built in Disk Management tool.
  2. The de facto solution is "just use GParted", which is free, open-source, and cross platform.

The suggestion to delete the recovery partition using the built-in diskpart (more here on how to use DiskPart to remove the recovery partition) command line tool worked for me, so in this case I ended up not needing to worry about non-contiguous partitions.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy