[FIX] You Cannot Create A New Volume In This Unallocated Space Because The Disk Already Contains Maximum Number Of Partitions

Here's how to fix "You cannot create a new volume in this unallocated space because the disk already contains the maximum number..." error in Windows 10.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

While creating new partition on primary disk on one my systems, today I came around an error, and it prevented me to create the partition finally. In this case, the disk already had 4 partitions.

So when I try to create new partition using steps mentioned in this guide, the process fails and following error appears:

You cannot create a new volume in this unallocated space because the disk already contains the maximum number of partitions.

FIX You Cannot Create A New Volume In This Unallocated Space Because The Disk Already Contains Maximum Number Of Partitions

Then after some research on the issue, I came to conclusion that there is policy which advocates that Windows will allow only four partitions on single disk, in case if this disk Partition style is Master Boot Record (MBR). You can check disk Partition style from right click on disk in Disk Management and select Properties > Volumes.

FIX You Cannot Create A New Volume In This Unallocated Space Because The Disk Already Contains Maximum Number Of Partitions

So if you’re also facing this issue, here’s what you can do to solve it.

FIX: You Cannot Create A New Volume In This Unallocated Space Because The Disk Already Contains Maximum Number Of Partitions

Well, the root cause of this issue is Master Boot Record (MBR) partition style, which allows to create only four partitions by default. If you convert the disk to GUID Partition Table (GPT) partition style, Windows will allow you to create up to 128 partitions on same disk.

So to get rid of this issue, you can use MBR2GPT tool and convert your disk from MBR to GPT partition style, without losing your data. Refer this step-by-step guide:

How to convert disk from MBR to GPT without losing data in Windows 10

FIX You Cannot Create A New Volume In This Unallocated Space Because The Disk Already Contains Maximum Number Of Partitions

If you can afford to loose data in MBR to GPT conversion, open administrative Command Prompt and type these commands (mentioned in bold) and press Enter key after each:

diskpart
list disk
select disk number        Replace number with exact disk number in your case.
clean
convert gpt 
exit

Once the disk’s partition style is GPT, you can create more than four partitions without any issue.

Hope this helps!

Share this article
https://www.kapilarya.com/fix-you-cannot-create-a-new-volume-in-this-unallocated-space-because-the-disk-already-contains-maximum-number-of-partitions-windows-10

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

5 Comments
shivam

how do reverse this my two drive are not gettng shown

Kapil Arya Author

^^ Open Disk Management, and assign to drive letter to those partitions not showing as drive.

APIK

Thank bro

True Bro

THANK YOU!!!! Perfectly was able to clean up my NVME 2TB

Kapil Arya Author

^^ Glad to help!

Leave a Comment

Your email address will not be published. Required fields are marked *