When you attempt to install or recover macOS and see the message that the startup disk cannot be partitioned or restored to a single partition, the installer is unable to create the required layout on the selected drive. This error usually surfaces during Disk Utility operations, and it blocks both new installations and restores.
Below is a quick reference that maps the common triggers, impacted users, and recommended fixes, so you can scan the table before diving into detailed diagnostics.
| Trigger | Typical Symptom | Immediate Fix Focus | When to Escalate |
|---|---|---|---|
| GUID Partition Map not selected | Installer says disk cannot be partitioned | Switch to GPT scheme | UEFI-based Mac hardware |
| APFS container corruption | Volume mounted read-only or fails verification | Run First Aid or reformat safely | After power loss or kernel panic |
| FileVault enabled without recovery key | Restores fail, partition changes rejected | Unlock or provide recovery key | Organization-managed devices |
| Legacy firmware (BIOS/CSM) interfering | Drive appears but operations fail | Switch to UEFI native boot mode | Older Macs or cloned hardware |
Diagnosing Partition and Restore Failures
Start by verifying the partition scheme and container health before attempting another restore. Disk Utility provides First Aid and Info panels that reveal whether the drive is using GUID Partition Map and whether the APFS or HFS+ container has structural issues.
If the scheme is MBR or a corrupted hybrid MBR, converting to GUID Partition Map often resolves the startup disk cannot be partitioned or restored to a single partition error without data loss when the volume is intact. Always back up important data before repartitioning.
Using Disk Utility for Verification
First Aid and Info Checks
Open Disk Utility, select the physical disk (not the volume), and run First Aid to catch container inconsistencies. Afterward, open the Info drawer to confirm the partition map style and whether encryption is active, because FileVault can block partition changes until it is unlocked.
When First Aid reports errors, let Disk Utility repair the container. If repair fails, create a temporary local sparsebundle, back up critical files, and plan a guided reformat to guarantee a clean single partition layout that the installer can target.
Safe Recovery and Reinstall Paths
Targeted Restore Workflow
If verification passes but the installer still complains, boot into Recovery OS, open Disk Utility there, and repeat the verify and repair steps. Recovery mode disk tools sometimes expose container metadata problems that the main system cannot handle.
For persistent cases, erase the disk as Mac OS Extended (Journaled) or APFS with GUID Partition Map, then exit Disk Utility and return to the installation screen. This clears stale metadata and gives the installer a blank slate to create the required single partition.
Advanced Troubleshooting Steps
Command Line and Firmware Checks
Terminal commands such as diskutil list, diskutil info, and diskutil apfs list help identify orphaned containers, snapshot layers, or mounted read-only volumes that block resizing. Use diskutil apfs deleteContainer with caution and only after complete backups.
Check firmware updates and ensure the Mac boots in native UEFI mode, avoiding legacy compatibility settings. On supported models, enabling Secure Boot and selecting Full Security can prevent unauthorized partition manipulation and align with best practices for system integrity.
Key Recommendations and Takeaway Actions
- Always verify the partition scheme is GUID Partition Map before restoring.
- Run Disk Utility First Aid and review Info to spot container or encryption issues.
- Back up data with Time Machine or a manual sparsebundle before repartitioning.
- Boot into Recovery OS and repeat verification when the main system fails to mount.
- Use Terminal diskutil commands for diagnostics only after backing up.
- Update Mac firmware and ensure native UEFI boot mode is active.
- Contact Apple Support with exact error codes and disk identifiers if issues persist.
FAQ
Reader questions
Why does Disk Utility say the startup disk cannot be partitioned or restored to a single partition on my Mac?
The error usually means the partition scheme is not GUID Partition Map, the container is corrupted, FileVault is locked without a recovery key, or the installer is running in legacy BIOS mode. Identifying the exact cause with Disk Utility Info and First Aid allows targeted repair or reformat.
Will fixing this delete my files?
If the container is healthy and you convert to GUID Partition Map, you can preserve data. If a reformat is required, data will be erased, so back up first using Time Machine or a manual sparsebundle copy.
Can this happen with external drives and not just internal startup disks?
Yes, external drives can show the same message if they use MBR, have a corrupted APFS container, or are locked by encryption. The same verification, repair, and GUID conversion steps apply to external media before restoring.
What should I do if the restore fails after multiple attempts?
Collect diskutil output and system log snippets, update macOS Recovery, and contact Apple Support. Provide the exact error code and disk identifier to streamline diagnostics and determine if hardware or deeper container damage is present.