Merging partitions in Windows 11 can help you reorganize storage when one partition has plenty of unused space while another is running out of room. For example, you might have separate C: and D: partitions but later decide that you would rather have one larger partition.
Windows 11 does not provide a single button called “Merge Partitions.” Instead, merging normally means deleting one partition so its space becomes unallocated and then extending another partition into that unallocated space. This distinction is important because deleting a partition removes the data stored on it.
Windows includes Disk Management and DiskPart for performing these operations. Disk Management is the easier choice for most users, while DiskPart provides command-line controls for advanced users.
Before making any changes, back up important files from the partition you plan to remove. Also verify the disk layout carefully. Windows can extend a partition only when suitable unallocated space is available in the correct location.
Method 1: Back Up the Partition Before Merging
The most important step is to protect the files stored on the partition you intend to remove.
Suppose your computer has:
C: Windows
D: Personal files
and you want to add the D: space to C:.
The normal Windows procedure requires D: to be deleted first. That means files stored on D: must be moved somewhere else before you continue.
- Open File Explorer.
- Click This PC.
- Open the partition you plan to remove.
- Copy important files to an external drive or another safe location.
- Verify that the copied files open correctly.
- Check folders such as Documents, Pictures, Videos, Downloads, and Desktop.
- Back up application data if necessary.
- Make sure you have everything you need before deleting the partition.
Do not assume that moving only a few obvious folders is sufficient. Check the entire partition for files you may have forgotten.
Once the partition is deleted, Windows treats its previous space as unallocated storage.
A backup is therefore essential before attempting a merge.
Method 2: Merge Partitions Using Disk Management
Disk Management is the simplest built-in method for combining two suitable partitions.
The important requirement is that the partition you want to expand must be next to the unallocated space.
For example:
C: | D:
If you want to expand C: using D:’s space, deleting D: creates:
C: | Unallocated
Windows can then extend C: into that space.
Follow these steps:
- Press Windows + X.
- Select Disk Management.
- Find the disk containing the partitions.
- Identify the partition you want to remove.
- Double-check its drive letter and capacity.
- Right-click that partition.
- Select Delete Volume.
- Confirm the warning after making sure your data is backed up.
- The deleted area will become Unallocated.
- Right-click the partition you want to expand.
- Select Extend Volume.
- The Extend Volume Wizard will open.
- Click Next.
- Select the amount of unallocated space you want to add.
- Click Next.
- Click Finish.
The target partition should now occupy the additional space.
For example, if C: originally had 150 GB and D: provided 100 GB of adjacent unallocated space, C: could be expanded to use approximately 250 GB.
The exact usable capacity shown by Windows may differ slightly because of how storage capacity is calculated.
Method 3: Merge Only Part of the Available Space
You do not have to add all available unallocated space to the target partition.
For example, suppose deleting a partition creates 200 GB of unallocated space, but you only want to add 100 GB to C:.
You can choose a smaller amount in the Extend Volume Wizard.
- Open Disk Management.
- Right-click the partition you want to expand.
- Select Extend Volume.
- Click Next.
- Look at the available unallocated space.
- Enter the amount you want to add in MB.
- Click Next.
- Review the configuration.
- Click Finish.
The remaining space will stay unallocated.
This can be useful when you want to preserve some unused space for creating another volume later.
For example:
C: 300 GB | Unallocated 100 GB
You could leave the 100 GB unallocated instead of immediately assigning it to C:.
However, leaving space unallocated does not make it available for storing normal files until you create or extend a volume into that space.
Method 4: Merge Partitions Using DiskPart
DiskPart is a command-line utility included with Windows 11. It can perform many of the same operations as Disk Management.
Because DiskPart can permanently delete partitions, use it only when you are confident about the disk and partition numbers.
- Press Windows + X.
- Select Terminal (Admin).
- Enter:
diskpart
- Press Enter.
List the physical disks:
list disk
Identify the correct disk by its capacity.
Select it:
select disk 0
Replace 0 with the correct disk number.
Next, display its partitions:
list partition
Identify the partition you want to remove.
Select it:
select partition 2
Replace 2 with the appropriate partition number.
Before proceeding, check the disk and partition numbers again.
To delete the selected partition:
delete partition
The partition’s space should become unallocated.
You can then select the partition you want to expand:
select partition 1
Then use:
extend
DiskPart will attempt to extend the selected volume into suitable unallocated space.
Finally, exit DiskPart:
exit
Be extremely careful with these commands. Selecting the wrong partition can result in permanent data loss.
Method 5: Check Whether Windows Can Extend the Partition
Sometimes the Extend Volume option is unavailable or disabled in Disk Management.
This usually happens because the unallocated space is not positioned where Windows can use it for the selected partition.
For example:
C: | Recovery | Unallocated
Here, the unallocated space is not immediately after C:. Disk Management may therefore be unable to extend C: into that space.
Compare that with:
C: | Unallocated
In this arrangement, Windows can normally extend C: into the adjacent unallocated space.
Before assuming that Disk Management is broken, inspect the physical order of the partitions.
You should also check whether a recovery, system, or other partition sits between the target partition and the unallocated area.
Do not delete system or recovery partitions simply because they appear to be blocking the extension. Removing such partitions without understanding their purpose can create additional problems.
Method 6: Verify the Result After Merging
Once the partition has been extended, verify that Windows recognizes the new capacity correctly.
- Open File Explorer.
- Click This PC.
- Right-click the expanded drive.
- Select Properties.
- Check the total capacity.
- Check the available free space.
- Open the drive.
- Verify that your existing files are still accessible.
You can also reopen Disk Management to inspect the new layout.
The partition should now occupy the space that was previously unallocated.
For example, the layout may have changed from:
C: 200 GB | Unallocated 100 GB
to:
C: 300 GB
If you kept some space unallocated, the layout might instead look like:
C: 250 GB | Unallocated 50 GB
If the partition size does not appear as expected, do not immediately make additional changes. Recheck the disk layout and confirm which partition was actually extended.
Method 7: What to Do When Partitions Are Not Adjacent
Windows 11’s built-in Disk Management has limitations when the unallocated space is separated from the partition you want to expand.
For example:
C: | Recovery | Unallocated
The unallocated space cannot simply be treated as though it were directly beside C:.
In this situation, Disk Management may not provide an Extend Volume option for C:.
You have several choices:
- Keep the partitions as they are.
- Back up data and reorganize the partitions using another supported approach.
- Use specialized partition-management software that supports moving partitions, if appropriate.
- Reconsider whether the merge is actually necessary.
Do not delete a recovery or system partition merely to make the unallocated space adjacent to C:.
Those partitions can serve important recovery or boot-related purposes.
If you use third-party partition software, create a complete backup first and carefully review every pending operation before applying it.
Conclusion
Merging partitions in Windows 11 is essentially a process of converting one partition into unallocated space and then adding that space to another partition. Windows’ Disk Management utility can handle this when the partition layout meets its requirements.
The safest workflow is to back up the data on the partition you intend to remove, delete that partition, and then extend the neighboring partition into the resulting unallocated space.
DiskPart provides another option for experienced users, but its commands require extra care because selecting the wrong disk or partition can permanently destroy data.
The location of the unallocated space is also important. If another partition sits between the target volume and the free space, Disk Management may not be able to extend the target volume.
Always inspect the complete disk layout before making changes and avoid deleting EFI, recovery, system, or other unfamiliar partitions unless you fully understand their purpose.
FAQs
1. Can I merge two partitions without losing data?
Windows’ built-in method normally requires deleting one partition before extending the other. Therefore, the data on the partition being deleted must be backed up first. The data on the partition being extended can remain intact during the extension operation.
2. Why can’t I extend my C: drive after deleting another partition?
The unallocated space may not be directly next to C:. Disk Management generally needs suitable contiguous unallocated space immediately following the partition that you want to extend.
3. Does merging partitions delete Windows?
Not if you are only deleting a separate data partition and extending the Windows partition into the resulting unallocated space. However, deleting the wrong partition, especially a system or boot partition, can make Windows unbootable.
4. Can DiskPart merge partitions?
DiskPart can accomplish the underlying operations by deleting one partition and extending another into the resulting unallocated space. However, it does not provide a simple one-command “merge” operation, and incorrect commands can cause permanent data loss.
Quick Summary
- Back up everything on the partition you plan to remove.
- Delete the unwanted partition to turn its space into unallocated space.
- Use Extend Volume to add adjacent unallocated space to another partition.
- If the space is not adjacent, Windows Disk Management may not be able to perform the merge directly.





