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?
If you can’t extend C drive because the Extend Volume is greyed out, read this section to learn the reasons.

#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 Check Why Extend Volume Is Greyed Out
Before trying to fix the Disk Management Extend Volume greyed out problem, check your disk layout in Windows Disk Management. You can understand the specific cause of the problem and then take appropriate measures.
Note that if the partition shows “Unknown (BitLocker-Encrypted),” it indicates that the partition is in the BitLocker-locked state.
How to check if the disk is read-only? The method is very simple. Just copy a file to the disk and see if you get “The disk is write-protected” error.
How to Fix Extend Volume Greyed Out Issue
The reasons why Extend Volume grayed out vary, and the solutions differ accordingly. Please choose the appropriate method based on your specific situation.
| Causes | Solutions |
| There is no adjacent unallocated space. | Use MiniTool Partition Wizard to extend the partition. |
| The unallocated space is on the left side. | Use MiniTool Partition Wizard’s Extend Partition feature. |
| The partition uses FAT32 instead of NTFS. | MiniTool Partition Wizard can extend a FAT32 partition. |
| The partition is EFI, Recovery, and OEM. | MiniTool Partition Wizard can extend them. |
| The disk uses MBR and has reached its size limit. | Use MiniTool Partition Wizard to convert it to GPT without data loss. |
| The drive is read-only or BitLocker-encrypted. | Remove read-only attribute and unlock BitLocker. |
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.

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.

Step 3: Click Apply to execute the operation.

Here is a video guide.
Fix 2. 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. MiniTool Partition Wizard can help you do that and here are the steps.
- Right-click the MBR disk and choose Convert MBR Disk to GPT Disk.
- Click Apply.

If you want to convert the system disk to GPT, MiniTool Partition Wizard Pro is needed.
MiniTool Partition Wizard DemoClick to Download100%Clean & Safe
Fix 3. Remove Disk Read Only Attribute
You can remove the disk read only attribute via DiskPart commands. Open DiskPart from Windows Search. Then, run the following commands one by one.
- list disk
- select disk * (* is the disk number of the read-only disk)
- attributes disk clear readonly

Fix 4. Unlock BitLocker
To unlock BitLocker, you can also use MiniTool Partition Wizard. The steps are as follows.
Step 1: In MiniTool Partition Wizard, right-click the BitLocker drive and choose BitLocker Manager.

Step 2: In the BitLocker Manager window, click the Unlock button.

Step 3: A window will pop up. Enter your password and click Unlock.

Fix Extend Volume Greyed out with Unallocated Space
If you find that the unallocated space is adjacent and located to the right of the partition to be extended, but you cannot extend volume Windows 10/11 still, 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.
- Press Win + R, type “diskpart”, and press Enter to open it.
- Type “list disk” and press Enter.
- Type “select disk *” and press Enter. * is the number of the disk where you want to extend the partition.
- 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.
- Type “select partition #” and press Enter. # is the number of the Reserved partition.
- Type “delete partition override” and press Enter. The MSR partition will be force deleted. Then, you can extend the partition normally.

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].

User Comments :