Introduction
Struggling with the ‘Extend Volume greyed out‘ issue in Windows Disk Management? You’re not alone!
A common query from the Microsoft community looks like this:
“Hi, I want to extend my drive C volume, but the ‘Extend Volume’ option is greyed out. I can’t click it. Please advise.”
This problem can be frustrating, especially when you have unallocated space but can’t use it. In this guide, we’ll walk you through a simple yet effective method using diskpart
to fix the issue without relying on third-party tools.
Follow the step-by-step guide below to fix the problem.
Step-by-Step Guide to Fix “Extend Volume Greyed Out”
Confirm the Issue in Disk Management
Open Disk Management by pressing Win + X and selecting Disk Management.
Locate the partition you want to extend and check if the “Extend Volume” option is greyed out.
Open Command Prompt as Administrator
- Type
cmd
in the Start Menu search bar. - Right-click on Command Prompt and select Run as Administrator.
Launch DiskPart and List Disks
- In the Command Prompt, type
diskpart
and press Enter to open the tool. - Type
list disk
and press Enter to see all available disks on your system.
Select the Disk and List Partitions
- Identify the disk containing the partition you want to extend (e.g., Disk 0).
- Select the disk by typing:
select disk 0
- List all partitions on the disk:
list partition
Delete the Blocking Recovery Partition
- Identify the Recovery Partition or the partition blocking the unallocated space.
- Select the blocking partition:
select partition X
ReplaceX
with the partition number of the recovery partition. - Delete the partition:
delete partition override
⚠️ Warning: Deleting the recovery partition will permanently remove it. Ensure you don’t need it before proceeding.
Reopen Disk Management
Go back to Disk Management. Right-click the partition you want to extend. The “Extend Volume” option should now be enabled.
Use the Extend Volume Wizard
- Click “Extend Volume” to open the wizard.
- In the wizard, click Next to proceed.
Add Unallocated Space
- If unallocated space is available in the Available column, select it and click Add to move it to the Selected column.
- If it’s already in the Selected column, click Next to continue.
Complete the Wizard
Click Finish to finalize the process. The unallocated space is now merged with your partition.
Verify in Disk Management
Go back to Disk Management and confirm that the partition has been successfully extended.
Additional Tips
- Ensure your target partition is formatted in NTFS. If not, reformat it before proceeding (right-click the partition → Format → select NTFS).
- For advanced scenarios, such as MBR-to-GPT conversion, consider third-party tools if necessary.
Final Words
By following this guide, you can resolve the “Extend Volume greyed out” error in Windows without third-party tools. Using diskpart
is a powerful way to bypass Windows limitations, delete blocking partitions, and extend your storage with ease.
Powerful Windows VPS Hosting
Get full control and high performance with our Windows VPS. Ideal for running applications, managing partitions, and more.
High-Performance Dedicated Servers
Need maximum control and power? Our Dedicated Servers offer unmatched performance for demanding tasks.
Frequently Asked Questions
What happens if I delete the recovery partition?
If you delete it, you won't be able to use the built-in recovery tools in Windows. Before deleting it, ensure you create a recovery drive or backup your system using an external tool.
Can I undo the changes if I make a mistake?
If you delete the recovery partition and want to restore it, you can recreate it using a recovery drive or reinstall Windows entirely. Always back up your data before making changes to partitions.
Why is my unallocated space not contiguous with the partition I want to extend?
To resolve this, you need to delete or move the blocking partition (as explained in this guide). Third-party tools like EaseUS Partition Master can also help you rearrange partitions without data loss.
What should I do if I don’t want to delete the recovery partition?
This will allow you to extend the volume without affecting the recovery partition.
How can I create a new recovery partition after deleting the old one?
- Download the official Windows Media Creation Tool from Microsoft's website.
- Use it to create a recovery drive on a USB device or external disk.
Alternatively, reinstall Windows, which will recreate the necessary recovery partitions.
Is it safe to use third-party partition tools?
However, always download software from official websites and back up your data before using such tools.