This article shares the method to merge partitions on the same disk or from two disks.
Merging two partitions without losing data would be an easy and safe job to perform by IM-Magic Partition Resizer which is 100% freeware on Windows 11/10/8/7/Vista/XP, the PC platform. As an outstanding partition manager to merge partitions, it can do the job flawlessly.
Why you need Partition Resizer
For Windows 11/10/8/7 => Download Partition Resizer Free [100% Free]
For Windows Server 2022-2003 => Download Partition Resizer Server [Free Demo]
Step one: start the Resizer and then right select the C system volume and then allocate its ‘Merge Partition’
Step two: select the partitions you want to merge, ie select c and H and then set the location of merging to get all partitions merged to C volume
Step three: apply the changes by confirming yes and you will see its notice of power off to get merging started.
It only takes a few minutes for the merging and everything will be done perfectly. Then open the software to see its big C system volume, or you may open your ‘My Computer’ and see you already have a large C drive. Then C is successfully merged with its neighborhood drive.
Windows Server is a group of operating systems released by Microsoft. Its first edition was Windows Server 2003. Windows Server supports RAID volume, which is quite popular.
If your system is running Windows Server, you can merge partitions easily using IM-Magic Partition Resizer Server.
Download IM-Magic Partition Resizer Server
Steps are the same as the instructions for other Windows versions mentioned above. Below are additional notes and considerations specific to Windows Server systems:
It is a common problem that your computer's performance slows down over time. This often happens because the capacity of your hard disk drive becomes tight, which affects the overall operation of your system. To improve your system's performance, it might be necessary to extend disk space by merging partitions.
Important Notes:
Tips for Merging Partitions Safely:
By following these steps and tips, you can efficiently merge partitions on all supported Windows Server versions, including Windows Server 2012, 2016, 2019, 2022, and even 2025.
Neither Disk Management nor Diskpart CMD offer a direct option to merge partitions. These tools can only extend existing partitions when adjacent unallocated space is available. For example, you can extend an NTFS volume into unallocated space that is directly next to it, but you cannot combine two separate partitions into one.
To merge partitions using these built-in utilities, you would first need to delete one partition to free up space, then extend the remaining partition into the unallocated space. However, this process can lead to data loss, so it is crucial to back up any important data before proceeding.
If you need to combine partitions without losing data, third-party partition management software, such as IM-Magic Partition Resizer, can be used to safely merge partitions without deleting data.
Here's a quick overview of what you can do with these tools:
diskpart
and press Enter.list disk
to see all disks connected to your computer.select disk X
(replace X with the disk number).list partition
to view all partitions on the selected disk.select partition Y
(replace Y with the partition number).extend
to extend the partition into adjacent unallocated space.exit
to leave Diskpart.
diskpart
list disk
select disk 0 # Replace with your disk number
list partition
select partition 1 # Replace with the partition number you want to extend
extend # Extend into adjacent unallocated space
exit
Important: This method does not merge partitions, but it will extend an existing partition into the unallocated space next to it. If you need to merge partitions, you will have to delete one partition and then extend the other, which can lead to data loss if not backed up.
If you need to merge partitions without data loss, third-party partition management software is recommended like IM-Magic Partition Resizer which allows for more flexibility, including merging partitions without deleting data.