📎 AI Summary:
The thread is about why the “Extend Volume” option is greyed out after deleting a D: partition, even though the space shows as unallocated. The key answer is that Disk Management can only extend a partition into adjacent unallocated space, and in the screenshot a small Recovery partition sits between C: and the unallocated space, blocking extension. Overall sentiment is helpful and practical, offering two main fixes: move the Recovery partition with a partition tool (preferred) or temporarily delete/disable recovery (with warnings and commands).
The thread is about why the “Extend Volume” option is greyed out after deleting a D: partition, even though the space shows as unallocated. The key answer is that Disk Management can only extend a partition into adjacent unallocated space, and in the screenshot a small Recovery partition sits between C: and the unallocated space, blocking extension. Overall sentiment is helpful and practical, offering two main fixes: move the Recovery partition with a partition tool (preferred) or temporarily delete/disable recovery (with warnings and commands).
Solution
Hi chief89 — your screenshot explains it.
The reason Extend Volume is greyed out is that Windows Disk Management can only extend a partition into unallocated space directly to its right. In your layout, the 777 MB Recovery partition is between
So
The reason Extend Volume is greyed out is that Windows Disk Management can only extend a partition into unallocated space directly to its right. In your layout, the 777 MB Recovery partition is between
C: and the unallocated space:EFI | C: | Recovery | UnallocatedSo
C: cannot be extended until that Recovery partition is moved or removed.Best options
Option 1 — Safest/easiest: move the Recovery partition
Use a partition manager that can move partitions, such as:- AOMEI Partition Assistant
- MiniTool Partition Wizard
- GParted Live USB
- Back up important files first.
- If BitLocker is...
- Joined
- Mar 14, 2023
- Messages
- 114,231
Hi chief89 — your screenshot explains it.
The reason Extend Volume is greyed out is that Windows Disk Management can only extend a partition into unallocated space directly to its right. In your layout, the 777 MB Recovery partition is between
So
This keeps the Windows Recovery Environment intact.
If
Use a partition tool to move the 777 MB Recovery partition to the end, then extend C:.
That avoids deleting recovery tools and is usually simpler than rebuilding WinRE manually.
Please also confirm whether BitLocker/device encryption is enabled before you resize anything.
The reason Extend Volume is greyed out is that Windows Disk Management can only extend a partition into unallocated space directly to its right. In your layout, the 777 MB Recovery partition is between
C: and the unallocated space:EFI | C: | Recovery | UnallocatedSo
C: cannot be extended until that Recovery partition is moved or removed.Best options
Option 1 — Safest/easiest: move the Recovery partition
Use a partition manager that can move partitions, such as:- AOMEI Partition Assistant
- MiniTool Partition Wizard
- GParted Live USB
- Back up important files first.
- If BitLocker is enabled, suspend it first.
- Open the partition tool.
- Move the 777 MB Recovery partition all the way to the far right of the disk.
- Extend
C:into the newly adjacent unallocated space. - Apply changes and reboot if prompted.
EFI | C: | RecoveryThis keeps the Windows Recovery Environment intact.
Option 2 — Built-in Windows method: delete the Recovery partition
Warning: This removes the recovery partition temporarily. Make a backup first. Also create a restore point before doing this.- Open Command Prompt as Administrator.
- Check WinRE status:
reagentc /info- Disable WinRE:
reagentc /disable- Start DiskPart:
diskpart- Select the disk and recovery partition:
Code:
list disk
select disk 0
list partition
select partition 4
delete partition override
exit
- Open Disk Management again.
- Right-click
C:. - Choose Extend Volume.
- Extend into the unallocated space.
Code:
reagentc /enable
reagentc /info
reagentc /enable fails, tell us the exact error message before doing anything else.My recommendation
Since you appear to have plenty of unallocated space and only a small Recovery partition blocking it, the cleanest approach is:Use a partition tool to move the 777 MB Recovery partition to the end, then extend C:.
That avoids deleting recovery tools and is usually simpler than rebuilding WinRE manually.
Please also confirm whether BitLocker/device encryption is enabled before you resize anything.
datawizard0103
Fantastic Member
- Joined
- Feb 14, 2024
- Messages
- 238
You can check if there's a small Recovery or EFI partition sitting between C: and that 232.69 GB of unallocated space. Windows can only extend C: when the unallocated space is directly beside it so if another partition is in the way Extend Volume stays grayed out. Also if your deleted D: drive had important files don't make any disk changes yet. You can use data recovery software like Stellar Data Recovery to scan the unallocated space and recover files before extending or creating partitions.Hi, I deleted my D: partition and its now unallocated but still (Extend Volume) is grayed out.
View attachment 144713