Removing a partition on a Mac helps you reclaim storage space, fix disk errors, or restructure your layout. This guide walks through the safest procedures using Disk Utility and Terminal so you avoid data loss.
Before you modify partitions, verify backups and understand which volume you are editing. The steps below assume you are working with APFS or Mac OS Extended (Journaled) formats on an internal drive.
| Method | When to Use | Risk Level | Tools Required | Time Estimate |
|---|---|---|---|---|
| Disk Utility GUI | APFS or Mac OS Extended, no corruption | Low | Finder & Disk Utility | 5–10 minutes |
| Terminal diskutil | Advanced control, scripting, stubborn volumes | Medium | Terminal | 10–20 minutes |
| Recovery Utility | Drive is mounted or system protected | Medium | Recovery partition | 10–15 minutes |
| Third-party apps | Need drag-and-drop interface or resizing adjacent volumes | Variable | External software | 5–15 minutes |
Preparing to Remove Partition Mac
Preparation reduces the chance of errors or data loss. Gather the right information and tools before you start.
Verify Your File System
Open Disk Utility, select the internal drive, and check whether the partition uses APFS or Mac OS Extended (Journaled). Note the disk identifier, such as disk2s3.
Back Up Critical Data
Copy important files to an external drive or iCloud. Use Time Machine for a full system backup so you can restore if something goes wrong.
Confirm Free Space
Ensure the target partition is empty or that you have moved its data elsewhere. Deleting a partition with active files can result in permanent loss.
Using Disk Utility to Remove Partition Mac
The graphical approach is ideal for most users and keeps manual errors to a minimum.
Launch Disk Utility
Open Spotlight, type Disk Utility, and launch it. Select your main physical drive in the sidebar, not just the top-level container.
Select and Delete the Target Partition
Click the partition you want to remove, then press the Delete (minus) button. Confirm the action, and wait for the operation to complete.
Adjust Remaining Partitions
If you want contiguous free space, you may need to delete multiple partitions or resize an existing one by dragging the divider in Disk Utility.
Using Terminal diskutil Commands
Terminal gives you precise control, which is helpful when the GUI is unresponsive or ambiguous.
List Disks and Identifiers
Run diskutil list in Terminal to see every disk and partition. Copy the identifier of the partition you want to remove, such as disk2s3.
Unmount Before Deletion
Before removing, unmount the partition with diskutil unmount disk2s3. Skipping this step can cause the command to fail.
Erase and Remove
Use diskutil eraseVolume free /Volumes/Name or diskutil ap deletePartition disk2s3 depending on the structure. Double-check the identifier to avoid erasing the wrong disk.
Handling Drive Permissions and Errors
Permissions issues or file system corruption can block partition removal.
First Aid Before Action
In Disk Utility, run First Aid on the container and affected partitions. Repair errors only if the tool reports problems, and back up first.
Recovery Mode for System Drives
If the partition is part of the startup disk, reboot into Recovery Mode by holding Command-R at startup. Use Disk Utility from here for system-level changes.
Ignore Unrecognized Formats
If a partition shows as unknown or raw, avoid writing new data. Consult professional support before proceeding with low-level tools.
Best Practices After Partition Removal
- Verify that the remaining partitions mount correctly and contain the expected files.
- Run Disk Utility First Aid on the container to ensure file system integrity.
- Update your backups to reflect the new disk layout.
- Monitor storage usage in About This Mac > Storage to confirm space is available.
- Document the changes so future troubleshooting is faster.
FAQ
Reader questions
Will removing a partition delete my entire Mac?
No, you only erase the selected partition. Be careful not to delete the disk container or the startup volume if you need the system to run.
Can I remove the Time Machine backup partition?
Yes, but you lose stored backups stored on that volume. Redirect Time Machine to another disk before deleting the partition.
What if the partition refuses to delete in Disk Utility?
Use Terminal with diskutil commands, or boot into Recovery Mode to unmount system-protected volumes before retrying.
How do I merge free space after removing a partition?
Drag the border of an adjacent volume in Disk Utility, or use Terminal to resize the container to fill unallocated space. Ensure you have a backup before resizing.