Can't extend the C drive because the extend volume greyed out? Here are reasons and solutions. Among these solutions, MiniTool Partition Wizard is recommended. It can extend, move, and resize partitions for free.

Quick Answer

The Extend Volume option is usually greyed out because Windows Disk Management can only extend an NTFS partition into contiguous unallocated space located immediately to its right.

If the unallocated space is separated by another partition, such as a recovery partition, EFI partition, or another volume, Disk Management will disable the Extend Volume feature.

Other common reasons include:

  • There is no adjacent unallocated space.
  • The available unallocated space is located on the wrong side of the partition.
  • The partition is formatted with FAT32, instead of NTFS.
  • The partition type is not supported.
  • The disk uses an MBR partition style and has reached its size limitation.
  • The disk or partition is read-only or BitLocker-encrypted.

To fix the issue, you can create adjacent unallocated space, move partitions, convert FAT32 to NTFS, convert MBR to GPT, remove write protection, remove BitLocker encryption, etc. Of course, MiniTool Partition Wizard is an all-in-one solution.

Why Is Extend Volume Greyed Out in Windows?

Windows 10 Extend Volume greyed out

Learn the reasons for the “extend volume greyed out” issue.

#1. There Is No Adjacent Unallocated Space

This is the most common reason. Windows Disk Management can only extend a partition into unallocated space that is directly adjacent and located immediately after the partition.

For example:

Supported: C: | Unallocated

Not Supported: C: | Partition | Unallocated

If another partition (Recovery partition, EFI partition, or Microsoft Reserved partition) is between the target partition and the unallocated space, the Extend Volume option will remain unavailable.

#2. The Unallocated Space Is on the Left Side

Even if your disk contains unallocated space, Windows cannot use it when it is located before the partition you want to extend.

For example:

Not Supported: Unallocated | C:

Supported: C: | Unallocated

Because Disk Management cannot move partitions, it cannot relocate the unallocated space to make it usable.

#3. The Partition Uses FAT32 Instead of NTFS

Windows Disk Management only supports extending NTFS partitions. If the target partition is formatted as FAT32, exFAT, or another file system, the Extend Volume option will be disabled.

#4. The Partition Type Isn’t Supported

Certain partition types cannot be extended using Windows Disk Management, including:

  • EFI System partitions
  • Recovery partitions
  • OEM partitions
  • Some dynamic or special-purpose partitions

In these cases, Windows disables the Extend Volume option to protect critical system partitions.

#5. The Disk Uses MBR and Has Reached Its Size Limit

If your drive uses the Master Boot Record (MBR) partition style, it cannot fully utilize storage beyond 2 TB.

When an MBR disk reaches this limit, additional space cannot be added to existing partitions through Disk Management. Converting the disk to GPT (GUID Partition Table) removes this limitation.

#6. The Drive Is Read-Only or BitLocker-Encrypted

Once the disk becomes read-only, no data can be written to it. Consequently, information regarding modifications to partition boundaries cannot be written to the disk partition table. Therefore, the volumes on this disk cannot be extended.

When a partition is encrypted and locked by BitLocker, the file system cannot be correctly recognized. Therefore, it cannot be extended.

How to solve the Disk Management extend volume greyed out issue? You can try the following solutions.

Fix 1. Extend Partition with MiniTool Partition Wizard – Free and Best

MiniTool Partition Wizard is a free partition manager that can extend and move/resize partitions. This software can extend a partition regardless of the location of the unallocated space. In addition, this software supports extending NTFS and FAT32 partitions. If you can’t extend the C drive, try this software.

MiniTool Partition Wizard FreeClick to Download100%Clean & Safe

Here is how to extend a partition using this software.

Step 1: Launch MiniTool Partition Wizard. Right-click the partition that needs extending and select the Extend function.

MiniTool Partition Wizard interface with the selected Extend function.

Step 2: On the pop-up window, expand the Take Free Space from menu and select the unallocated space. Then, drag the slide bar to the right end to take the entire unallocated space. After that, click OK.

MiniTool Partition Wizard interface with the Extend Partition wizard window.

Step 3: Click Apply to execute the operation.

MiniTool Partition Wizard interface with the Apply button.

Fix 2. Move the Space via MiniTool Partition Wizard

Disk Management Extend Volume requires the unallocated space to be adjacent and located to the right of the partition to be extended. If the unallocated space is not in a suitable location, you can change it by moving partitions. MiniTool Partition Wizard can help you. Here is the guide:

Step 1: Launch MiniTool Partition Wizard. Right-click the partition whose location should be changed and then select Move/Resize. In my case, the D drive should be moved so that the unallocated space can be adjacent to the C drive.

MiniTool Partition Wizard interface with the selected Move or Resize function.

Step 2: On the pop-up window, drag the partition block to the right end and click OK.

MiniTool Partition Wizard interface with the Move or Resize Partition wizard window.

Step 3: Preview the changes. The unallocated space is adjacent to the C drive. Then, click Apply.

MiniTool Partition Wizard interface showing the move or resize operation to be applied.
Tips:
If the unallocated space is on the left of the partition to be extended, move the partition to the left.

Fix 3. Delete the Blocking Partition

If there is a blocking partition between the volume to be extended and the unallocated space, you can delete the blocking partition. Here is the guide:

Step 1: Back up the data of the blocking partition. If there is no important file, skip this step.

Step 2: Delete the blocking partition in Disk Management. Then, you can try extending the partition again to see if the issue is solved.

Disk Management interface with the selected Delete Volume option.

If you find that the unallocated space is adjacent and located to the right of the partition to be extended, but the Disk Management extend volume greyed out issue still occurs, there should be a hidden MSR partition (Microsoft Reserved Partition) blocking between the volume and the unallocated space.

The MSR partition won’t be displayed in Disk Management. You need to check and delete that using DiskPart commands.

Tips:
This method also works for deleting the Recovery partition.
  1. Press Win + R, type “diskpart”, and press Enter to open it.
  2. Type “list disk” and press Enter.
  3. Type “select disk *” and press Enter. * is the number of the disk where you want to extend the partition.
  4. Type “list partition” and press Enter. Check if the Reserved partition is listed after the partition to be extended. If so, go to the next step.
  5. Type “select partition #” and press Enter. # is the number of the Reserved partition.
  6. Type “delete partition override” and press Enter. The MSR partition will be force deleted. Then, you can extend the partition normally.
DiskPart window showing the partition force delete commands.
Tips:
If you want to get the MSR partition back, you can create it manually using this DiskPart command: Create Partition MSR (Size=*) (Offset=*).

Fix 4. Convert the Partition to NTFS

If the partition to be extended is an FAT32 partition, you can convert it to NTFS without data loss using commands. Here is the guide:

  1. Open Command Prompt with administrator privileges.
  2. Type “convert x: /fs: ntfs” and press Enter. X is the drive letter of the FAT32 partition. You need to replace it accordingly.

Then, you can extend the partition in Disk Management.

Fix 5. Convert the Disk to GPT Without Data Loss

If the extend volume greyed out issue is due to the MBR 2TB limitation, converting the disk to GPT without data loss can solve it.

“Hey! I got a good tool to extend partition when Windows 10 Extend Volume greyed out. Thumbs up and share it with all of you!”Click to tweet

Now It’s Your Turn

Now it is your turn to check out the exact reason that is responsible for Extend Volume grayed out in Disk Management. In the same time, you can have a try on this free partition manager to extend partition flexibly.

For any questions towards using MiniTool software, don’t hesitate to contact us via [email protected].

  • linkedin
  • reddit