macOS NO_RECOVERYHigh

How to Restore macOS Recovery Partition: Proven Methods

The absence of the Mac recovery partition blocks system reinstallation and data recovery. We'll break down the causes of the failure and show three working ways to restore it without losing files.

Updated at April 6, 2026
15-30 minutes
Medium
FixPedia Team
Применимо к:macOS Ventura 13+macOS Sonoma 14+Apple Silicon Mac (M1–M4)Intel Mac (2018–2020)

What the NO_RECOVERY Error Means

The recovery partition (Recovery HD or the built-in recovery environment on Apple Silicon) is a hidden system volume that allows you to reinstall macOS, verify the disk, use the Terminal, and restore data from backups. When you try to boot into it by holding Command (⌘) + R (for Intel) or the power button (for M-series chips), the system shows a folder with a question mark, the message "Recovery server could not be contacted," or simply reboots into normal mode. This means the bootloader cannot find the required image or the partition is corrupted.

Common Causes

  • Failure during system update or installation. An interrupted update process or sudden power loss can damage recovery system files.
  • Incorrect disk partitioning. Third-party partition managers or manual formatting in Disk Utility without selecting the GUID Partition Map scheme can remove hidden volumes.
  • APFS file system corruption. Logical errors within the volume container make the partition invisible to the bootloader.
  • Physical drive wear. SSD cell degradation leads to loss of service sectors where the recovery image is stored.

Solutions

Method 1: Boot via Internet Recovery (Intel) or Built-in Recovery (Apple Silicon)

This method forces the Mac to download a minimal recovery image directly from Apple's servers, bypassing the local disk.

  1. Completely shut down the computer.
  2. For Intel: Press the power button and immediately hold Option + Command (⌘) + R until a spinning globe appears. For Apple Silicon: Press and hold the power button until "Startup Options" and a gear icon appear.
  3. Select your language, connect to a stable Wi-Fi network or Ethernet.
  4. In the "macOS Utilities" window, open "Disk Utility" and verify the main volume. If no errors are found, select "Reinstall macOS".

💡 Tip: The process can take anywhere from 30 minutes to several hours depending on your internet speed. Do not interrupt the connection or close the laptop lid.

Method 2: Re-partition the Disk via Disk Utility

If the local recovery partition is damaged, it's often easier to recreate it by completely erasing the internal drive. Warning: this step will erase all data. Ensure you have a backup beforehand.

  1. Boot into Recovery Mode (as in Method 1).
  2. Open "Disk Utility".
  3. From the "View" menu, select "Show All Devices".
  4. In the sidebar, select the top-level internal disk (usually named Apple SSD or Macintosh HD).
  5. Click "Erase" and set:
    • Name: Macintosh HD
    • Format: APFS
    • Scheme: GUID Partition Map
  6. Confirm the action, wait for completion, and close the utility.
  7. Launch "Reinstall macOS". The system will automatically create the missing recovery partition during installation.

Method 3: Recovery via Terminal and a Bootable Installer

If standard methods fail, use the Terminal to explicitly instruct the bootloader to recover the partition structure.

  1. In Recovery Mode, open "Terminal" from the "Utilities" menu.
  2. Run the following command to view the current disk structure:
    diskutil list
    
  3. Locate the identifier for your internal volume (e.g., disk1s1). If a partition named Apple_Boot Recovery or Recovery is missing, create a bootable installer on a separate USB drive (minimum 16 GB) using the createinstallmedia command on another Mac.
  4. Boot from the USB drive by holding Option (Intel) or selecting it in "Startup Options" (Apple Silicon).
  5. In the Terminal of the bootable media, execute:
    diskutil repairDisk /dev/disk0
    
    Replace disk0 with your physical disk identifier if different. This command will attempt to repair the GPT partition map and recreate service volumes.
  6. After successful execution, reboot and install macOS from the USB drive.

Prevention

To avoid losing the recovery partition in the future, follow these simple rules. Always use the built-in "Disk Utility" instead of third-party partition managers, especially when working with APFS. Before any formatting or system update, connect your Mac to a power source and a stable network. Regularly create full backups via Time Machine to an external disk—this ensures that even if system partitions are completely lost, you can restore your data and environment without loss. Never interrupt a macOS update process until the reboot is fully complete.

F.A.Q.

Can I use a Mac without a recovery partition?
Is the recovery partition deleted when formatting the disk?
How does recovery differ on Apple Silicon and Intel?
Is internet needed to restore the partition?

Hints

Start Internet Recovery
Check Disk in Terminal
Recreate via Disk Utility
Reinstall macOS

Did this article help you solve the problem?

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community