Can’t Delete Boot Camp Partition: 7 Fixes for the “Not Enough Space” Error

April 09, 2026 by Andrew Smith

So, you tried to delete your Boot Camp partition. And macOS hit you with the annoying message: “Not enough space available on the disk.” Great. Now you’re stuck with a Windows partition you don’t want and storage you can’t reclaim. Don’t worry. This happens more often than you think. And yes, you can fix it.

TL;DR: The “Not Enough Space” error usually happens because of disk formatting issues, leftover Windows files, or partition layout problems. Start with Boot Camp Assistant. If that fails, try Disk Utility, First Aid, or safe third‑party tools. In worst cases, you may need to delete partitions manually using Terminal or erase and restore your Mac.

Let’s break this down in plain English. No tech wizard hat required.


Why You See the “Not Enough Space” Error

Your Mac likes clean, organized disks. Boot Camp creates a separate partition for Windows. When you try to remove it, macOS needs contiguous free space to merge everything back together.

If something is blocking that merge, you get the “Not Enough Space” message.

Common causes:

  • Corrupted Windows partition
  • Extra partitions created by Windows
  • File system issues
  • APFS and older macOS conflicts
  • Leftover recovery partitions

Now let’s fix it.


Fix #1: Use Boot Camp Assistant (The Official Way)

Always start here. It’s the safest option.

Boot Camp Assistant is designed to remove Windows and restore your Mac to one partition.

Steps:

  1. Open Applications > Utilities > Boot Camp Assistant.
  2. Click Continue.
  3. Select Remove Windows 10 or later version.
  4. Click Restore.

If it works. You’re done. Celebrate with coffee.

If you still get the “Not Enough Space” error, move on.


Fix #2: Run First Aid in Disk Utility

Sometimes your disk just needs a little repair.

Steps:

  1. Open Disk Utility.
  2. Select your main disk (usually “Macintosh HD”).
  3. Click First Aid.
  4. Run it on both the main disk and the Windows partition.

First Aid checks for file system damage. If it finds problems, it tries to fix them.

After repair, try Boot Camp Assistant again.

Still stuck? Keep going.


Fix #3: Delete the Windows Partition Manually in Disk Utility

If Boot Camp Assistant refuses to cooperate, you can manually remove the partition.

Be careful here. Deleting the wrong partition can wipe your data.

Steps:

  1. Open Disk Utility.
  2. Click View > Show All Devices.
  3. Select your physical disk (top-level).
  4. Click the Partition button.
  5. Select the BOOTCAMP partition.
  6. Click the (minus) button.
  7. Apply changes.

If the minus button is grayed out, the partition layout may be too complicated. Windows sometimes creates extra ones.

You may see partitions like:

  • MSR
  • Recovery
  • EFI

Removing only BOOTCAMP might not be enough.


Fix #4: Use Terminal to Merge Free Space

This is more advanced. But still manageable.

Terminal lets you see your disk structure clearly.

Step 1: Identify partitions

Open Terminal and type:

diskutil list

This shows all partitions. Look for your main disk (usually disk0).

Step 2: Remove the Windows partition

Example command:

diskutil eraseVolume free none disk0s4

Replace disk0s4 with your Windows partition ID.

Step 3: Merge free space

diskutil mergePartitions APFS "Macintosh HD" disk0s2 disk0s4

Commands vary based on your layout. Double-check everything before pressing Enter.

If that sounds scary, consider the next fix.


Fix #5: Remove Extra Windows Partitions First

Windows sometimes creates hidden partitions.

That tiny 16MB MSR partition? It can block the merge.

Image not found in postmeta

In Disk Utility:

  • Enable Show All Devices
  • Inspect every partition under the physical disk
  • Delete Windows-related ones in the correct order

Important: Never delete EFI unless you know exactly what you’re doing.

Once Windows partitions are gone, expand your macOS partition to fill the space.


Fix #6: Use a Third-Party Partition Tool

Sometimes macOS tools fail. Third-party utilities can handle tricky layouts better.

Here are common options:

Tool Best For Ease of Use Risk Level
Disk Utility Standard partition removal Easy Low
Boot Camp Assistant Official Windows removal Very Easy Very Low
Terminal Advanced manual merging Moderate Medium
Paragon Hard Disk Manager Complex partition repair Easy Low to Medium
iPartition alternatives Resizing and merging partitions Moderate Medium

Tip: Always back up with Time Machine before using third‑party tools.

These apps can visually map your disk. That makes problem spots easier to fix.


Fix #7: Erase and Restore (Last Resort)

If nothing works, you may need the nuclear option.

This guarantees success. But it takes time.

Steps:

  1. Back up your Mac fully using Time Machine.
  2. Restart into macOS Recovery (Hold Command + R).
  3. Open Disk Utility.
  4. Erase the entire disk (not just partitions).
  5. Reinstall macOS.
  6. Restore from backup.
Image not found in postmeta

This wipes everything. Including the problematic partition layout.

It’s drastic. But very effective.


Extra Tips to Avoid This Problem Again

Once you fix it, keep it fixed.

  • Always remove Windows using Boot Camp Assistant
  • Avoid manually resizing partitions from Windows
  • Keep macOS updated
  • Back up before major changes

Also, avoid installing disk tools inside Windows that modify Mac partitions. They often cause the mess in the first place.


How to Know It’s Finally Fixed

Open Disk Utility.

You should see:

  • One main APFS container
  • No partition labeled BOOTCAMP
  • No large unallocated gaps

Your total storage should match your disk capacity again.

If it does. You win.


When to Contact Apple Support

If you see:

  • Unrecognized partition types
  • Disk read errors
  • Repeated First Aid failures
  • SSD not mounting

It could be hardware-related.

Apple Diagnostics can help rule that out.


Final Thoughts

The “Can’t Delete Boot Camp Partition” problem feels intimidating.

But it’s usually fixable.

Start simple. Use Boot Camp Assistant.

If that fails, inspect your partitions carefully. Repair. Remove. Merge.

And always back up before you experiment.

Your storage space is not lost forever. It’s just hiding behind a stubborn partition.

Now you know how to get it back.

No more “Not Enough Space” errors.

Just clean. Happy. Mac storage.