Software⏱️ 4 min read📅 2026-06-19

How to Fix: Win 10 installer on Macbook produces "couldn't create new partition" error

Windows installation error on Macbook Pro

Quick Answer: Check if the Windows installer is using a different partition scheme than what you created, and try to adjust the partition settings accordingly.

The ' couldn't create new partition' error occurs when attempting to install Windows 10 on a Macbook, particularly with non-officially supported devices like late 2011 models. This issue affects users who bypass the use of Boot Camp Assistant and manually configure their disk for Windows installation.

This error can be frustrating as it prevents users from successfully installing Windows 10. However, by following the steps outlined in this guide, users should be able to resolve the issue and install Windows 10 on their Macbook.

🔍 Why This Happens

  • The primary reason for this error is that the FAT32 partition created using diskutil command does not meet the requirements for Windows installation. Windows requires a minimum of 400 MB of free space on the target partition, but the FAT32 partition may have limitations in terms of file system and cluster size.
  • Another possible cause could be issues with the GPT boot records or incorrect boot flags set during the configuration process.

✅ Best Solutions to Fix It

Reformatting the Partition to Meet Windows Requirements

  1. Step 1: Unmount the FAT32 partition from diskutil and reformat it using the NTFS file system. This will ensure that the partition meets the minimum requirements for Windows installation.
  2. Step 2: Open Disk Management (using the command line or by booting into Recovery Mode) and select the target partition. Right-click on the partition and select 'Format'. Choose NTFS as the file system and ensure the allocation unit size is set to 4096 bytes.
  3. Step 3: After reformatting, verify that the partition has sufficient free space (at least 400 MB). If necessary, extend the partition using Disk Management or the command line.

Reconfiguring GPT Boot Records and Boot Flags

  1. Step 1: Open the Target Partition in Disk Utility and select the 'Edit' tab. Click on the 'GPT' button and then click on the 'Create/Modify' button to modify the boot records.
  2. Step 2: In the 'Target Partition' window, select the 'Boot' tab and ensure that the 'Bootable' checkbox is checked. Set the 'Partition Type' to 'BIOS Boot', 'EFI Boot', or 'Legacy Boot', depending on the type of boot required by Windows 10. Click 'Apply' and then 'OK'.
  3. Step 3: Reboot the Macbook and enter Recovery Mode. Select Disk Utility, select the target partition, and verify that the GPT boot records have been successfully modified.

✨ Wrapping Up

To resolve the 'couldn't create new partition' error when installing Windows 10 on a late 2011 MacBook Pro, users can follow either method 1 (reformatting the partition to meet Windows requirements) or method 2 (reconfiguring GPT boot records and boot flags). By following these steps, users should be able to successfully install Windows 10 on their Macbook.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions