Share via

Disk Partitions

Szymon Rafałko 0 Reputation points
2026-03-17T20:24:28.11+00:00

Hello,

So recently I tried to merge all my disk partitions together into one but found a problem.

There was one partition, that I had made by accident when first booting the pc, and, for some reason, it refuses to be merged into the main C: partition.

Though, I could easily format it into a seperate partition D: , or any other letter, but when I deleted that partition (made the disk space unassigned) and tried to merge it, the option to extend the C: partition was blocked.

I tried to do it through CMD and a message I got reads: "There is not enough usable free space on specified disk(s) to extend the volume."

obraz_2026-03-17_211245628

Here's an image that, I think, breefly explains the issue. (It's in Polish, sorry if that's an issue)

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ivan B 114.7K Reputation points Independent Advisor
    2026-03-17T21:04:21.5433333+00:00

    Hi,

    If you download Partition Wizard Free and use it to merge partitions, instead of clicking on C:, select the entire disk and you will have the option to merge the unallocated space.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable email notifications if you want to receive the related email notification for this thread.

    Thanks

    Was this answer helpful?


  2. AI answer

    2026-03-17T20:24:45.42+00:00

    Disk Management in Windows can extend a volume only into unallocated space that is immediately adjacent to that volume on the same disk. If any other partition (for example, a System Reserved, EFI, Recovery, or data partition) sits between C: and the unallocated space, the Extend Volume option for C: is disabled and commands such as extend in DiskPart report that there isn’t enough usable free space.

    To merge that unallocated space into C:, the partition layout must be:

    [ C: ][ Unallocated ]

    If the layout is instead something like:

    [ C: ][ Recovery / System / Other partition ][ Unallocated ]

    then C: cannot be extended using built‑in Disk Management tools.

    The supported options are:

    1. Use Disk Management to verify the partition order and confirm whether any partition is located between C: and the unallocated space.
    2. If a non‑system data partition is between C: and the unallocated space, back up its data, delete that partition so that the unallocated space becomes directly adjacent to C:, then right‑click C: and select Extend Volume to add the unallocated space.
    3. If the blocking partition is a system partition (for example, EFI, System Reserved, or Recovery), do not modify or delete it. In that case, use a third‑party partition management tool that can move partitions, or leave the unallocated space as a separate volume.

    Always create a full backup of important data before changing partitions, because moving or deleting partitions can cause data loss if anything goes wrong.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.