Quick fix: Open Disk Management (diskmgmt.msc). Right-click the partition to extend → Extend Volume. Wizard guides through extending into adjacent unallocated space. For non-adjacent space or shrinking other partitions first: use third-party MiniTool Partition Wizard Free or EaseUS Partition Master Free.
Your C: drive is full. The drive has unallocated space (or D: with free space you could shrink). You want to extend C: without losing data. Windows’s Disk Management does it — with restrictions (only adjacent unallocated space). Third-party tools handle complex cases.
Affects: Windows 11 (and Windows 10).
Fix time: ~15 minutes.
What causes this
Disk Management can extend a partition only into adjacent unallocated space on the same physical disk. Restrictions: can’t move partition layout, can’t shrink one partition and extend another non-adjacent partition. Third-party partition tools (MiniTool, EaseUS, AOMEI) handle moving/resizing without these restrictions.
Method 1: Extend via Disk Management (simple case)
The built-in tool.
- Open Disk Management (
Win + X→ Disk Management). - Verify unallocated space is immediately to the right of the partition you want to extend.
- If unallocated is in a different position: this method won’t work; use Method 3.
- If a partition is between target and unallocated: must shrink/delete that middle partition first.
- Right-click the partition to extend → Extend Volume.
- Extend Volume Wizard: pick disk (current), select space to use (drag slider or enter MB), click Next → Finish.
- Partition extends. Free space immediately available.
This is the simple case for adjacent free space.
Method 2: Shrink another partition first to create adjacent space
For when other partition has free space to share.
- Identify which partition has free space to give up (e.g., D: drive). Verify it has enough.
- Right-click the donor partition → Shrink Volume.
- Shrink wizard shows maximum shrink size (limited by immovable files in the partition).
- Enter amount to shrink (in MB). Click Shrink.
- The freed space appears as unallocated. But it’s at the END of the donor partition, which is FURTHER from the target.
- Disk Management can’t close that gap. Use Method 3.
- For the rare case where donor is directly to the right of target: shrink creates unallocated immediately after target. Extend Volume works.
This handles the prep step but often needs Method 3 to finish.
Method 3: Use third-party partition tool (recommended for complex cases)
For when Disk Management can’t handle the layout.
- Download MiniTool Partition Wizard Free from partitionwizard.com. Or EaseUS Partition Master Free.
- Install. Launch.
- The tool shows your disk and partition layout graphically.
- Right-click partition to extend → Move/Resize Partition.
- Drag the partition boundaries on the visual. Or use unallocated space anywhere on disk — the tool moves partitions around automatically.
- Confirm changes. Click Apply. The tool may need to reboot to operate on system partition.
- During reboot: tool boots into its own environment to resize the C: partition (Windows can’t resize itself while running).
- After reboot: partition extended. Data preserved.
- Backup data first — partition operations carry small risk of data loss.
This handles any layout.
How to verify the fix worked
- Disk Management shows the partition with its new size.
- File Explorer shows the drive with increased Free space.
- Run
Get-Volume C | Format-List Size, SizeRemainingin PowerShell. Confirms.
If none of these work
If the partition can’t be extended: System protected partition: some partitions have OEM protection. Right-click in Disk Management → if Extend Volume is greyed out: protection is active. Third-party tools can override but with risk. For BitLocker-encrypted drives: suspend BitLocker before resize. For dynamic disks: convert to basic disk first via Disk Management (requires deleting all dynamic volumes). For RAID arrays: extend via RAID controller utility, not Windows. For Storage Spaces: extend the storage pool via Settings → Storage → Manage Storage Spaces. Last resort — clone to larger drive: use Macrium Reflect Free to clone the entire drive to a larger SSD with new partition sizes. Replace original drive. Cleanest path for major reorganization.
Bottom line: Disk Management extends into adjacent unallocated space. For complex layouts, use MiniTool Partition Wizard Free or EaseUS Partition Master Free. Backup data first.