macOSHigh

Mac Won't Boot: Diagnosis and System Recovery

This guide helps you resolve macOS boot problems using built-in recovery and diagnostics tools. You'll learn how to identify the type of malfunction and perform recovery without data loss.

Updated at February 15, 2026
20-30 minutes
Medium
FixPedia Team
Применимо к:macOS Ventura 13.xmacOS Sonoma 14.xmacOS Sequoia 15.x

Introduction

Boot issues with macOS are one of the most frequent and critical malfunctions a Mac user can encounter. Symptoms range from a completely dead screen to freezing on the Apple logo or the appearance of error messages. In this guide, you will systematically walk through all stages of diagnosis and recovery using macOS's built-in tools. We will start with simple and safe methods (Safe Mode, parameter resets) and move on to more complex ones (system reinstallation). Most boot problems are resolved without data loss, but the correct sequence of actions is essential.

Prerequisites

Before you begin, ensure that:

  1. You have physical access to the Mac (laptop or desktop computer).
  2. The Mac is connected to a power source (for laptops, the charger cable must be plugged in).
  3. Having an external Time Machine backup disk is recommended (though not strictly necessary for diagnostics).
  4. A stable internet connection (Wi-Fi or Ethernet) is required for macOS reinstallation.
  5. You know the key combinations for launching special modes (Shift, Command+R, Option+Command+P+R, D).

Step 1: Identify the Boot Problem Symptom

First, you need to determine exactly at which stage of the boot process your Mac stops. This will narrow down the possible causes.

Possible symptoms and their interpretation:

  • Completely black/white screen, no response to the power button — likely a hardware failure (power, memory, logic board) or a critical software crash.
  • Apple logo and progress bar (or spinning globe) appear — the system is loading the kernel and drivers. A stall here is often related to kernel extensions (kext), a corrupted system, or disk.
  • Apple logo appears, but then a black screen — could be a graphics driver issue or corruption of system files.
  • Beeping sounds or blinking LED — a hardware error code. For example, 1 short beep indicates successful boot; repeating beeps indicate a RAM issue.
  • A question mark folder or window appears — the system cannot find the boot volume or it is damaged.

What to do: Record the exact behavior of your Mac when turning it on. This will help you select the correct recovery method.

Step 2: Boot Mac in Safe Mode

Safe Mode loads macOS with a minimal set of system extensions and disables the automatic launch of login items, fonts, and drivers. This is an excellent way to check if the problem is related to third-party software.

How to enter Safe Mode:

  1. Shut down your Mac (if it is on).
  2. Turn on your Mac and immediately hold the Shift key.
  3. Release the key when you see the login window (or progress bar). On Mac with Apple Silicon (M1/M2/M3), the process may take longer.
  4. Log in. You can confirm you are in Safe Mode by checking for "Safe Boot" in the Apple menu () → "About This Mac" → "System Report" → "Software."

If your Mac boots in Safe Mode:

  • The problem is likely in the boot cache, third-party kernel extensions, or login items.
  • Restart your Mac normally (without keys). If the problem returns, uninstall recently installed programs or drivers.
  • Clear the boot cache: In Terminal, run sudo rm -rf /Library/Caches/* and sudo rm -rf /System/Library/Caches/* (administrator password required).

If your Mac does not boot in Safe Mode: Proceed to the next step.

Step 3: Use Recovery Mode

Recovery Mode contains utilities for disk repair, macOS reinstallation, and Terminal access.

How to enter Recovery Mode:

  1. Shut down your Mac.
  2. Turn on your Mac and immediately press and hold the key combination:
    • Intel-based Mac: Command (⌘) + R (to recover from the latest installed macOS) or Option + Command + R (to recover from the latest compatible version if the current one fails).
    • Apple Silicon Mac (M1/M2/M3): Press and hold the power button until startup options appear, then select "Options" (⚙️) and click "Continue."
  3. Release the keys when you see the utilities screen (Disk Utility, Safari, Terminal, etc.).

Available utilities and their purpose:

  • Disk Utility: Check and repair disk (First Aid), partition, format.
  • Restore from Time Machine backup: Restore the system from a previously created backup.
  • Reinstall macOS: Reinstall the system over the current one without deleting data (if the disk is not formatted).
  • Terminal: Execute commands for advanced diagnostics (e.g., diskutil list to view disks).
  • Safari: Browse the internet (useful if there are issues on the main disk).

What to do in Recovery Mode:

  1. Launch Disk Utility → select your system disk (usually "Macintosh HD") → click "First Aid." This will fix file system errors.
  2. If First Aid doesn't help, try Reinstall macOS (don't reinstall immediately—this is a last resort).
  3. If you have a Time Machine backup, restore the system from it.

Step 4: Run Apple Diagnostics

This built-in utility checks the hardware for failures.

How to run:

  1. Shut down your Mac.
  2. Turn on your Mac and immediately hold the D key (for Intel) or on Apple Silicon: shut down, press and hold the power button, then when startup options appear press Command (⌘) + D.
  3. Follow the on-screen instructions. Diagnostics will take several minutes.
  4. After completion, you will see an error code (e.g., PPD001 — power supply issue) or a "No issues found" message.

What to do with the error code: Note it down and look it up in Apple's knowledge base or on FixPedia. Some codes require contacting a service center.

Step 5: Reset NVRAM/PRAM and SMC

NVRAM (non-volatile RAM) stores boot settings, sound volume, and startup disk selection. SMC (System Management Controller) manages power, fans, and display. Resetting can solve boot problems.

Reset NVRAM/PRAM (Intel-based Mac only):

  1. Shut down your Mac.
  2. Turn on your Mac and immediately hold Option + Command + P + R for 20 seconds (on Mac with T2 — until the second Apple logo appears).
  3. Release the keys. Your Mac will restart.

Reset SMC:

  • MacBook with T2/Apple Silicon: Shut down, wait 10 seconds, turn on.
  • MacBook without T2 (pre-2017): Shut down, connect the power adapter, hold Shift + Control + Option + Fn (or just Shift + Control + Option on older models) and the power button for 10 seconds.
  • Desktop Mac (Intel): Shut down, unplug the power cable for 15 seconds, plug it back in, wait 5 seconds, and turn on.

Step 6: Reinstall macOS

If the previous steps didn't help, macOS reinstallation is the final step before contacting support.

Important:

  • If you choose "Reinstall macOS" in Recovery Mode, the system will install over the current one, preserving user data and settings (unless you format the disk).
  • If the disk is formatted or damaged, data will be lost. Therefore, first try restoring from a Time Machine backup.

How to reinstall:

  1. Enter Recovery Mode (Step 3).
  2. Select "Reinstall macOS."
  3. Follow the on-screen instructions. Select the system disk (if there are multiple).
  4. The Mac will connect to the internet to download macOS (a stable connection is required). On Apple Silicon, internet is required to download RecoveryOS if the local copy is damaged.
  5. After installation, the Mac will restart. Log in with the same credentials.

Verify the Result

After each step (starting with Safe Mode), check if the Mac boots normally:

  1. Wait for the login window to appear.
  2. Log in to your account.
  3. Test basic functions: internet, sound, apps.
  4. Open "About This Mac" → "System Report" and ensure there are no errors in the "Hardware" section.

If the Mac boots after a particular step (e.g., Safe Mode or NVRAM reset), the problem is likely resolved. However, additional checks (macOS update, cache cleanup) are advisable.

Possible Issues

Issue: The system disk is not visible in Recovery Mode or Disk Utility cannot repair the disk. Solution: The disk is likely physically damaged or has severe logical errors. Try formatting the disk in Disk Utility (back up data first via Target Disk Mode or from another Mac). If formatting fails — the disk needs replacement.

Issue: Mac freezes on the Apple logo even in Safe Mode. Solution: Likely a hardware failure (RAM, storage, logic board). Run Apple Diagnostics (Step 4). If diagnostics find an error, contact a service center.

Issue: Internet connection is unavailable or slow during macOS reinstallation. Solution: Use a wired Ethernet connection (via a USB-C/Ethernet adapter). On Apple Silicon, you can create a bootable installer on another Mac (via Configurator) or use "Reinstall macOS" without internet if the local RecoveryOS copy is intact.

Issue: Data is missing after macOS reinstallation. Solution: If you did not restore from Time Machine and did not format the disk, your data should be intact. Check the "Users" folder. If data was deleted, you will need recovery via specialized software (only possible if the disk is not FileVault-encrypted) or from a backup.

Issue: Apple Silicon Mac does not enter Recovery Mode (startup options don't appear). Solution: Ensure you press and hold the power button until startup options appear (disk icons and ⚙️). If not, try resetting the SMC (shut down, wait 30 seconds, turn on). If the problem persists, contact a service center.

F.A.Q.

What to do if Mac won't turn on and doesn't respond to the power button?
How to start Mac in Safe Mode?
Can macOS be restored without data loss?
How to open Terminal in Recovery Mode?

Hints

Identify the symptom of the boot problem
Start Mac in Safe Mode
Use Recovery Mode
Run Apple Diagnostics
Reset NVRAM/PRAM and SMC
Reinstall macOS
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