How to Merge Two Partitions in Windows 10 and 11 (No Third-Party Software Needed)

·
3 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Your C drive is running out of space, but there’s a perfectly good second partition sitting right next to it doing nothing. Windows has a built-in way to merge them, no paid software required, but there’s a catch worth knowing before you start.

Important: Windows Disk Management doesn’t merge partitions the way you might expect. It works by deleting one partition and extending the other into the freed space. That means all data on the deleted partition will be permanently erased. Back it up before you do anything else.

How to Merge Two Partitions Using Disk Management

Fix #1: Delete one partition and extend the other (built-in method)

This works when the partition you want to absorb is directly to the right of the one you want to grow. If that’s your setup, Disk Management handles it cleanly without any extra tools.

  1. Press Windows + X and select Disk Management from the menu.
Windows 11 quick-access menu (Win+X) with Disk Management highlighted
  1. In the lower pane, find the partition you want to remove (the one whose space you want to absorb). Right-click it and select Delete Volume.
Disk Management lower pane showing a partition right-clicked with "Delete Volume" highlighted in the context menu
  1. Read the warning, it means it. Click Yes to confirm. The partition disappears and the space is now labeled Unallocated.
Disk Management lower pane showing the deleted partition now displayed as black "Unallocated" space
  1. Right-click the partition you want to grow (usually C:) and select Extend Volume.
Disk Management lower pane showing C: partition right-clicked with "Extend Volume" highlighted in the context menu
  1. The Extend Volume Wizard opens. Click Next. On the Select Disks screen, the unallocated space should already appear in the Selected column. If not, select it and click Add.
Extend Volume Wizard "Select Disks" screen with unallocated space already listed in the Selected column and the total size shown
  1. Click Next, then Finish. The C: partition now includes all the space from the deleted volume.
Disk Management lower pane showing the C: partition extended to fill the full disk with no unallocated space remaining

Fix #2: Use a third-party tool when Extend Volume is grayed out

If Extend Volume is grayed out after you delete the partition, the unallocated space isn’t directly to the right of the partition you want to extend. Another partition (often a recovery or EFI partition) is sitting between them. Windows can’t move those system partitions, so Disk Management hits a wall.

In that case, a third-party partition manager is the practical answer. These tools can move partitions around on the disk so the unallocated space ends up adjacent to the partition you want to grow:

MiniTool Partition Wizard, free version supports merge and move operations

Macrorit Partition Expert, free for personal use, straightforward interface

All three follow roughly the same flow: select the two partitions, choose Merge, and let the tool reposition the data before combining them. Unlike Disk Management, these tools can preserve the data on both partitions during the merge, though a backup beforehand is still strongly recommended.

When the built-in method won’t work

Disk Management has two hard limits worth knowing:

SituationBuilt-in Disk ManagementThird-party tool
Partitions are adjacent (target partition is immediately to the left)✅ Works✅ Works
Recovery or EFI partition sits between the two❌ Extend Volume grayed out✅ Works
Want to keep data on both partitions during merge❌ Data on deleted partition is lost✅ Can preserve both
External drive partitions✅ Works (same adjacency rules apply)✅ Works

Conclusion

For most people with a simple C: and D: setup, Fix #1 with Disk Management gets it done in under five minutes, with no downloads and no cost. If Extend Volume comes up grayed out, AOMEI Partition Assistant’s free tier handles the tricky layouts cleanly. Either way, back up the partition you’re deleting first; there’s no undo once that volume is gone.