How to Move & Merge Unallocated Space in Windows 11/10

Seeing "Unallocated Space" after setting up a drive or on a new disk? Discover why Windows Disk Management fails and how to fix it without data loss using 3 proven methods.

By Lucas    Updated on March 3, 2026
 

User Case:

I recently upgraded my SSD from 500GB to a 1TB NVMe. I used a cloning tool to move my system. Now, Windows Disk Management shows my C: drive as 500GB, and there is a 500GB block of 'Unallocated Space' at the end of the disk. Between them is a Recovery Partition. I cannot extend my C: drive because the option is grayed out. How do I merge this unallocated space to C without deleting the recovery partition?"

- Question from Tom's Hardware Forum

Quick Answer: What is Unallocated Space and How to Fix It?

Unallocated Space refers to physical storage on a hard drive or SSD that acts as "potential" storage. It does not belong to any partition (like C: or D:), has no drive letter, and cannot be used to store files until it is initialized. In Disk Management, it appears as a black bar.

Can you use it? Yes. However, Windows' native tool has a strict rule: Unallocated space must be adjacent (only right next) to the partition you want to extend. If a Recovery Partition or Data Partition blocks the way, Windows cannot help you.

To solve this limitation without deleting data, we recommend using AOMEI Partition Software, a robust Windows computer management software that can "move" partitions and merge non-adjacent space.

▶ Quick access solutions:

The Professional Fix: Move/Merge Unallocated Space via AOMEI (No Data Loss)
The Manual Fixes: Using Disk Management & CMD
Common Scenarios: Why Do You Have Unallocated Space?

Comparison: Why is "Extend Volume" Grayed Out?

Before proceeding, check this table to understand why native Windows tools might be failing you versus what professional software can do.

Feature / Scenario

Windows Disk Management

AOMEI Partition Software

Create New Partition

Yes (Simple Volume)

Yes

Extend Partition

Only if adjacent (on the right side)

Yes (Any position)

Move Unallocated Space

No (Cannot move partition position)

Yes (Can move space to left/right)

Handle 2TB+ MBR Limit

No (Requires formatting to convert)

Yes (Convert without data loss)

Data Safety

Low (Often requires deleting partitions)

High (Protects data during resize)

How to Extend & Move Unallocated Space via AOMEI (Recommended)

If the "Extend Volume" button is grayed out, or the unallocated space is separated from your target drive by another partition, AOMEI Partition Software is the necessary solution.

AOMEI Partition Software breaks the rigid rules of Windows. It treats disk space as a flexible pool rather than a fixed chain. This allows you to "grab" unallocated space from the end of the drive and attach it directly to the C: drive at the beginning, regardless of what lies in between.

Here is how to use this tool to maximize your storage capacity efficiently.

Method 1. Merge Non-Adjacent Unallocated Space to C Drive

This method is perfect for the "Post-Clone" scenario where unallocated space is stuck at the end of the disk behind a Recovery Partition.

Step 1. Install and Launch: Download AOMEI Partition Software and open the application. You will see your disk layout clearly visualized.

Step 2. Select Target Partition: Right-click the partition you want to expand (e.g., C: Drive) and select "Merge Partitions".

Step 3. Choose the Space: A checklist will appear. Tick the box for "Unallocated". You can select multiple areas of unallocated space even if they are scattered across the disk.

Step 4. Confirm and Apply: Click "OK". The software will preview the result (a larger C: drive). Click "Apply" in the top toolbar and then "Proceed" to execute the task.

Note: The computer may need to restart into "Pre-OS Mode" to finalize the merge if the C: drive is currently in use.

★Tips:
  1. Only 2 partitions can be merged at one time, and the two partitions must be adjacent, but merge two or more parts of unallocated space into a partition is available regardless of whether the unallocated space is next to the partition you want to merge or not.
  2. You can merge the data partition into the system boot drive, but you cannot merge the system boot drive into the data partition.

Method 2. Move Unallocated Space (The "Move Partition" Feature)

Sometimes, you don't want to merge; you just want to organize your disk layout. If you need to physically move unallocated space to the left side of a partition, native tools fail.

Step 1. Locate the Blocking Partition: Identify the partition that is standing between your target drive and the unallocated space (e.g., Drive D: or a Recovery Partition).

Step 2. Select Move Partition: Right-click that middle partition and select "Resize/Move Partition".

Step 3. Drag and Drop: In the window that pops up, place your mouse cursor in the center of the partition and drag it toward the unallocated space.

Step 4. If unallocated space is on the right, drag the partition to the right. This "squeezes" the unallocated space to the left.

Step 5. Execute: Click "OK" and then "Apply". The unallocated space is now directly adjacent to your target drive, allowing you to extend it easily.

Method 3. "Allocate Free Space" (No Unallocated Space Needed)

What if you have no unallocated space, but your D: drive is empty while C: is full? You don't need to shrink and create unallocated space manually.

Step 1. Right-Click the Source: Select the drive with excess space (e.g., D:). Choose "Allocate Free Space".

Step 2. Define the Transfer: Type in how much space you want to move (e.g., 50GB) and select the destination drive (C:).

Step 3. Apply: Click "Apply". AOMEI handles the shrinking, moving, and extending in one background process.

How to Use Unallocated Space Manually (Windows Native Tools)

If your unallocated space happens to be right next to the partition you want to extend, you can use built-in tools. However, these methods come with significant limitations.

Fix 1. Create a New Simple Volume (New Partition)

If you don't need to extend an existing drive but simply want to use the black bar as a new storage drive (e.g., "Drive E:"), this is the easiest method.

Step 1. Open Disk Management: Right-click the Windows Start button and select Disk Management.

Step 2. Locate the Space: Find the black bar labeled "Unallocated".

Step 3. Create Volume: Right-click the unallocated space and select "New Simple Volume".

Step 4. Follow the Wizard: Click Next. Specify the size (usually max). Assign a drive letter (like E: or F:).

Step 5. Format: Choose NTFS as the file system and click Finish. The black bar will turn blue, and you can now save files there.

Fix 2. Extend Volume (Requires Adjacency)

You can only use this if the unallocated space is immediately to the right of the target partition.

Step 1. In Disk Management, right-click the partition you want to grow (e.g., C:).

Step 2. Select "Extend Volume...".

Note: If this option is grayed out, it means the space is not adjacent. Stop here and use AOMEI Partition Software (Method 1 above).

Step 3. Wizard: The wizard will automatically detect the adjacent unallocated space. Click Next and Finish.

Fix 3. Use DiskPart (CMD) for Advanced Users

If the GUI is buggy, IT professionals often use the Command Prompt.

Step 1. Press Win + R, type diskpart, and hit Enter.

Step 2. Type list volume and identify your target drive number.

Step 3. Type select volume X (replace X with your drive number).

Step 4. Type extend.

Warning: Like Disk Management, this will fail with a "There is not enough usable free space" error if the unallocated space is not adjacent.

Common Scenarios - Why Do You Have Unallocated Space?

Understanding why this space appeared can help you prevent future storage issues.

Scenario A: Unallocated Space After Cloning (The SSD Upgrade)

In 2026, cloning is the standard way to upgrade a PC. However, if you clone a 500GB HDD to a 1TB SSD, the cloning software usually replicates the exact partition size. The remaining 500GB is left behind as unallocated space at the end of the drive.

  • The Problem: A "Recovery Partition" often sits at the end of the original system drive. When cloned, this partition sits between your C: drive and the new unallocated space, blocking expansion.
  • The Fix: Use AOMEI Method 1 to merge over the recovery partition safely.

Scenario B: The 2TB Limit on MBR Disks

If you have a 3TB or 4TB hard drive, but Windows only recognizes 2TB and leaves the rest as "Unallocated" (which you cannot use or format), your disk is initialized as MBR (Master Boot Record).

  • The Restriction: MBR is an old partition style that supports a maximum of 2TB.
  • The Fix: You must convert the disk to GPT (GUID Partition Table).
  1. Windows Method: You must delete all partitions and data to convert to GPT.
  2. AOMEI Method: Use the "Convert to GPT" feature in AOMEI Partition Software to unlock the remaining space without deleting your data.

Ending

Unallocated space in Windows 11/10 is not "dead" space; it is simply an opportunity for expansion waiting to be unlocked. While Windows Disk Management is sufficient for creating new drives, it fails miserably when you need to move space or extend a system drive blocked by recovery partitions.

For the modern PC user—especially those upgrading to larger NVMe SSDs in 2026—AOMEI Partition Software offers the bridge that native tools lack. Whether you need to merge non-adjacent space, convert a large drive from MBR to GPT, or simply reallocate free space, AOMEI provides a safe, data-protected environment to manage your hard drive geometry. Don't let a "grayed out" button limit your PC's potential.

FAQ: Frequently Asked Questions about Unallocated Space

Q1: Is unallocated space harmful to my computer?

A: No. Unallocated space is simply part of your hard drive that hasn't been formatted with a file system (like NTFS) yet. It won't harm your PC, but it is "wasted" space since you cannot store data on it until you create a partition or merge it.

Q2: Can I merge unallocated space to the C drive if it's on a different disk?

A: No. You cannot merge space from "Disk 1" to "Disk 0". Unallocated space must exist on the same physical hard drive or SSD as the partition you want to extend. If you need more space on Disk 0, you must upgrade that specific physical drive.

Q3: Why is "Extend Volume" grayed out even though I have unallocated space?

A: This is the most common issue. Windows Disk Management requires the unallocated space to be located immediately to the right of the target partition. If there is a Recovery Partition, OEM Partition, or Data Partition in between, the button is disabled. AOMEI Partition Software solves this by moving the partitions for you.

Q4: Can I recover data from unallocated space?

A: Potentially. If the space became unallocated because you accidentally deleted a partition, the data might still be there physically. Do not create a new partition on it yet. Instead, use the Partition Recovery Wizard in AOMEI Partition Software to scan for and restore the lost partition table.

Q5: How do I fix "Unallocated Space" on a USB flash drive or SD card?

A: Windows used to struggle with multiple partitions on removable storage. In Windows 10/11, you can use Disk Management to delete existing partitions on the USB and create a new, single partition using the full capacity. AOMEI can also wipe and reformat the USB drive in one click to reclaim all capacity.

Lucas · Editor
I prefer peaceful and quiet life during vacation,but sometimes I watch football match if my favorite club performs brilliantly in that season. And I love reading, painting and calligraphy, thus I send my friends festival handwriting cards every year.