Running out of space on the C drive is a common problem, especially as Windows updates, apps, and system files continue to grow over time. The good news is that Windows 11 includes built-in tools that let you extend the C drive without reinstalling Windows, as long as you have unallocated space available.
In this detailed guide, we’ll explain what unallocated space is, why the Extend Volume option may be greyed out, and how to safely extend the C drive in Windows 11 step by step.
What Is Unallocated Space in Windows 11?
Unallocated space is free disk space that is not assigned to any partition. Windows cannot use this space until it is allocated to an existing drive (like C:) or turned into a new partition.
To extend the C drive, the unallocated space must usually be next to (adjacent to) the C drive on the disk. If it isn’t, Windows’ built-in tools may not allow extension directly.
Things to Check Before You Begin
Before extending the C drive, keep the following in mind:
- Back up important data, just to be safe
- The unallocated space must be on the same physical disk
- For Disk Management, unallocated space should be immediately to the right of C drive
If these conditions are met, extending the C drive is straightforward.
How to Extend C Drive in Windows 11 Using Disk Management
This is the easiest and safest method if the unallocated space is adjacent to the C drive.
1. Open Disk Management
- Right-click the Start button on the taskbar.
- Select Disk Management from the menu.
- Wait for the disk layout to load completely.
You will see all partitions and unallocated space visually.
2. Check the Position of Unallocated Space
- Locate the C: drive in Disk Management.
- Check whether the Unallocated space is immediately to the right of the C drive.
- If it is, you can proceed with extending the volume.
If the unallocated space is not next to C:, skip ahead to the section explaining why the option may be unavailable.
3. Extend the C Drive Volume
- Right-click on the C: drive.
- Click Extend Volume.
- The Extend Volume Wizard will open—click Next.
- Select the amount of unallocated space you want to add.
- Click Next, then Finish.
Windows will instantly extend the C drive without deleting data.
4. Verify the Extended C Drive
- Still in Disk Management, check the size of the C drive.
- Confirm that the unallocated space is now part of C:.
- Open File Explorer → This PC to verify the updated storage size.
Your C drive should now have more free space.
What If “Extend Volume” Is Greyed Out?
This is where most users get stuck. The Extend Volume option is usually greyed out for one of the following reasons:
- The unallocated space is not adjacent to the C drive
- There is a recovery or system partition between C: and the unallocated space
- The disk layout does not support extension using built-in tools
Let’s address this properly.
How to Make Unallocated Space Adjacent to C Drive
Windows Disk Management cannot move partitions, only create, delete, or extend them. If another partition (like D: or Recovery) is between C: and unallocated space, you have two options.
1. Delete the Partition Next to C Drive (Data Loss Risk)
Only do this if the partition does not contain important data.
- Back up all data from the partition next to C:.
- Open Disk Management.
- Right-click the partition between C: and unallocated space.
- Select Delete Volume.
- Confirm the action.
This will turn that partition into unallocated space next to C:, allowing you to extend C drive using the earlier steps.
2. Use a Third-Party Partition Tool (Recommended)
If you don’t want to delete partitions or lose data, use a trusted partition manager that can move partitions safely.
Most third-party tools allow you to:
- Move recovery or data partitions
- Merge unallocated space into C drive
- Extend C drive even when space is not adjacent
The process usually involves dragging partitions visually and applying changes after a reboot.
Extend C Drive Using Command Line (Advanced)
You can also extend the C drive using DiskPart if conditions are correct.
1. Open DiskPart
- Press Windows + X and select Terminal (Admin).
- Type
diskpartand press Enter.
2. Select Disk and Volume
- Type
list diskand press Enter. - Type
select disk 0(or the correct disk number). - Type
list volumeand press Enter. - Type
select volume C(or the correct volume number).
3. Extend the Volume
- Type
extendand press Enter. - Wait for the confirmation message.
- Type
exitto close DiskPart.
This method only works if unallocated space is adjacent.
Wrapping Up
Extending the C drive in Windows 11 using unallocated space is completely safe and easy if the disk layout is correct. The built-in Disk Management tool works perfectly when unallocated space is adjacent to the C drive. When it isn’t, third-party tools or careful partition management become necessary.
As long as you understand where the unallocated space is located and follow the steps carefully, you can increase your C drive size without reinstalling Windows or losing data—giving your system the breathing room it needs to perform smoothly.