Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.
This message usually means the disk is using MBR and all four partition-table entries are already occupied. Unallocated space can still exist, but Windows cannot use it to create another primary partition. First identify the disk and its partitions; do not delete a recovery, OEM, boot, or data partition just to clear the error.
What the error means
A physical disk is the whole HDD or SSD. A partition is a region recorded in the disk’s partition table; a volume is a usable, formatted storage area that Windows can mount with a drive letter. Unallocated space is not currently assigned to a partition. It may be physically free while the partition table has no available entry.
| # | Preview | Product | Price | |
|---|---|---|---|---|
| 1 |
|
Microsoft Windows 11 (USB) | $127.70 | Buy on Amazon |
On an MBR disk, the partition table has four entries. They can describe four primary partitions, or three primary partitions and one extended partition. An extended partition is a container for logical drives, so it can provide additional volumes without using another primary entry. Microsoft describes the MBR limit and Windows’ support for up to 128 partitions on a basic GPT disk in its basic and dynamic disks documentation.
Recommended Free Tools
The exact message strongly points to a full MBR layout, but it is not proof. If the disk is GPT, or the operation still fails after confirming the layout, investigate disk status, protection, and partition metadata instead.
#1 Best Overall
- Less chaos, more calm. The refreshed design of Windows 11 enables you to do what you want effortlessly.
- Biometric logins. Encrypted authentication. And, of course, advanced antivirus defenses. Everything you need, plus more, to protect you against the latest cyberthreats.
- Make the most of your screen space with snap layouts, desktops, and seamless redocking.
- Widgets makes staying up-to-date with the content you love and the news you care about, simple.
- Stay in touch with friends and family with Microsoft Teams, which can be seamlessly integrated into your taskbar. (1)
Check whether the disk is MBR or GPT
Using Disk Management
- Press Windows key + X and select Disk Management.
- In the lower pane, right-click the disk label (for example, Disk 0), not a volume.
- Select Properties, then open the Volumes tab.
- Read Partition style: it will say Master Boot Record (MBR) or GUID Partition Table (GPT).
Microsoft documents this and other ways to identify the partition style in its MBR-to-GPT guidance.
Using DiskPart or PowerShell
For inspection in DiskPart, open Windows Terminal, Command Prompt, or PowerShell as administrator and run:
diskpart
list disk
select disk 0
detail disk
list partition
list volume
exit
In list disk, an asterisk in the Gpt column indicates GPT; a blank entry generally indicates MBR. Replace 0 with the actual disk number. These commands inspect the layout; do not run a command that changes or cleans the disk until you have positively identified it and decided what should happen to its data. See Microsoft’s DiskPart command reference.
Quick wins for a faster PC:
Repair Windows errors before they cause bigger problemsFix Now →Scan for outdated or missing drivers - takes under a minuteDriver Scan →Clear out junk files and repair common Windows errorsFree Scan →PowerShell offers another read-only view:
Get-Disk | Format-Table Number,FriendlyName,PartitionStyle,OperationalStatus,Size
Get-Partition -DiskNumber 0
Get-Volume
A partition without a drive letter still occupies space in the partition table. The entries may include Windows, boot, recovery, OEM diagnostics or factory recovery, a data partition, or an extended partition. Identify each one before making changes; hidden does not mean disposable.
Choose the least disruptive fix
| Situation | Preferred action | Key caution |
|---|---|---|
| Unallocated space is immediately after the volume you want to enlarge | Extend that volume | It will not create a separate drive letter. |
| An MBR extended partition contains free space | Create a logical drive inside it | Free space outside the extended partition is different. |
| You need a new separate volume on a full MBR disk | Back up, then carefully restructure or convert using the appropriate method | Deleting partitions can destroy access to data or recovery tools. |
| The disk is a supported Windows system disk and you want GPT | Validate and use MBR2GPT, then switch firmware to UEFI | Compatibility, backup, encryption, and boot-mode requirements apply. |
| The space may be a deleted or lost partition | Stop writing to the disk and pursue recovery first | Creating or formatting a volume can overwrite recoverable data. |
| The disk is already GPT | Check disk state, geometry, and partition layout | The four-entry MBR explanation does not apply. |
Fix 1: Extend a neighboring volume
If you only need to use the capacity and do not need a separate drive letter, extending an adjacent volume is often the safest fix. Back up important files, open Disk Management, right-click the volume immediately to the left of the unallocated space, and choose Extend Volume. Follow the wizard to choose how much space to add.
Windows’ built-in extension requires the unallocated space to be immediately after the volume on the same disk. The documented basic-volume extension path applies to NTFS or ReFS volumes. If another partition sits between the volume and the free space, Disk Management cannot move it out of the way. See Microsoft’s instructions and limitations for extending a basic volume.
A recovery partition between C: and the unallocated space is a common reason Extend Volume is unavailable. Do not delete it without confirming its purpose and understanding what recovery capability would be lost.
What’s actually slowing this PC down?
Pick the symptom - the matching free tool is one click away.
Fix 2: Use free space inside an existing extended partition
On an MBR disk that already has an extended partition, you may be able to create a logical drive in free space inside that container. This is not the same as unallocated space outside it. Older Windows versions may show the extended partition as a green-outlined area; the distinction remains useful when diagnosing a legacy disk. DiskPart’s commands for creating an extended partition and creating a primary partition illustrate the different MBR structures.
If the unallocated area lies outside the extended partition, Windows’ built-in tools generally cannot move or resize partitions flexibly enough to absorb it. That may require backing up and rebuilding the layout, or using an offline partition editor with a verified backup. Moving partitions is an advanced operation, not a substitute for understanding the disk first.
Fix 3: Restructure the disk only after a verified backup
Deleting or reorganizing a partition may free an MBR entry, but it is a high-risk fix. Before doing it:
- Make a backup of the partition’s files, or a full-disk image when the layout or boot setup is important.
- Verify the backup by opening files from it; for a recovery image, know how you would restore it.
- Confirm the target is not the active system partition, Windows partition, EFI or recovery partition, or an OEM factory-recovery partition.
- Check the computer maker’s documentation and create and test recovery media if you may lose factory recovery.
- Only then delete or rebuild the intended partition and restore its data.
Deleting a partition makes its contents inaccessible through normal Windows use. Formatting the resulting space can further reduce the chance of recovering them. If the partition is OEM or recovery-related, deleting it may remove factory reset, diagnostics, or repair options; do not remove it merely to obtain a drive letter.
PC Slower Than It Used to Be?
A free scan shows the junk files, broken settings and background clutter dragging Windows down - then fixes them in one click.Free scan · Windows 10 & 11Crashes, No Sound, or Screen Glitches?
Random freezes, missing sound and display glitches usually trace back to one bad driver. Find and replace yours safely.Free scan · under a minuteFix 4: Convert MBR to GPT when it fits the disk and the goal
GPT removes the traditional four-entry MBR limit and is the normal modern layout for UEFI-based Windows systems. The right conversion method depends on whether the disk boots Windows or only stores data.
For an eligible Windows system disk: MBR2GPT
Microsoft’s MBR2GPT.exe is designed to convert a supported Windows system disk without deleting its existing data. It is not a general-purpose converter for any secondary data disk, and “designed not to delete data” is not a guarantee against conversion or boot problems. Make a full backup or disk image first. Read Microsoft’s current MBR2GPT requirements and procedure.
Before conversion, confirm all of the following:
- The target really is the Windows system disk, and its number is correct.
- The PC supports UEFI booting.
- The disk has no extended or logical partitions and has no more than three primary partitions.
- The layout and boot configuration meet MBR2GPT’s requirements; unusual or damaged layouts may not validate.
- You have a verified backup and know how to enter firmware setup.
- If BitLocker is enabled, you have the recovery key and suspend protection according to Microsoft’s procedure before conversion.
First validate from an elevated command prompt. Disk 0 below is only an example:
mbr2gpt /validate /disk:0 /allowFullOS
Use the correct disk number. /allowFullOS allows running from the full Windows environment; without it, MBR2GPT is normally used from Windows PE. Proceed only if validation succeeds and you understand the results. Then, after the backup and preparation, run:
mbr2gpt /convert /disk:0 /allowFullOS
After a successful conversion, change the firmware boot mode from legacy BIOS/CSM to UEFI. This is required for Windows to boot from the converted GPT system disk; conversion is not complete in practical terms until the firmware is configured appropriately. If Windows does not boot, do not repeatedly change partitions or run cleanup commands. Return to firmware setup, confirm UEFI mode and the Windows Boot Manager entry, and use your recovery media or image if necessary. For BitLocker, follow Microsoft’s guidance for resuming protection and managing protectors after conversion.
For a data-only disk
If the disk contains data, do not assume DiskPart can convert it in place. Microsoft’s convert gpt command requires an empty disk; its partitions and volumes must first be removed. The DiskPart route therefore causes data loss unless you have backed up the data and planned to restore it. See the Microsoft convert GPT command reference.
For a secondary disk that can be erased, the straightforward approach is to back up and verify its contents, recreate it as GPT, then restore the files. If erasure is not acceptable, use a carefully vetted conversion method appropriate to a data disk and keep a full backup; do not use MBR2GPT as though it were a universal data-disk converter.
GPT conversion is not an automatic fix when the disk is already GPT, the machine cannot boot UEFI, the layout is unsupported, or the underlying disk has errors. A disk larger than 2 TB is another reason to prefer GPT: standard MBR layouts have an approximately 2 TB addressable-capacity limitation, while GPT supports larger disks.
The Tool Desk
Outbyte PC Repair FREERepair Windows errors before they cause bigger problemsFix Now →Outbyte Driver Updater FREEFix the driver behind crashes, sound loss and screen glitchesFind Drivers →If the disk is already GPT or creation still fails
A GPT disk normally does not have the four-primary-entry MBR limit. Confirm that you selected true unallocated space on the intended disk, rather than free space inside a volume or a protected partition. Then check whether the disk is offline, read-only, failing, dynamic, managed by Storage Spaces, or carrying unusual or damaged partition metadata. Also confirm that Windows is not operating on a different disk than the one you inspected.
Do not convert a GPT disk to dynamic as a casual workaround. Dynamic disks have compatibility and recovery trade-offs across operating systems, boot configurations, recovery tools, and disk utilities. They also do not solve issues such as non-adjacent unallocated space. GPT is generally the more appropriate modern partition style for UEFI systems.
Stop if the unallocated space might be a lost partition
If a drive letter such as D: disappeared after a reset, reinstall, or accidental deletion, the unallocated area may contain a deleted partition rather than space you intended to free. Do not choose New Simple Volume, format it, or copy files to that disk. Stop writes, preserve the disk’s current state, and consider recovery from a disk image or a professional data-recovery workflow if the files matter. Writing new partition or filesystem data may overwrite information needed to recover the old volume.
The short version: verify MBR versus GPT and identify every partition first. Extend an adjacent volume when that meets your goal; use an existing extended partition’s internal free space when available; and treat deletion or conversion as planned operations requiring a verified backup. If the disk is already GPT, diagnose its state rather than applying an MBR fix.
Quick Recap
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

