Kernel Panic macOS High severity

macOS Kernel Panic — “Your Computer Restarted Because of a Problem”

The kernel hit an unrecoverable fault. Usual suspects: incompatible kernel extensions, faulty RAM or peripherals, or a corrupt system volume.

Last reviewed 2026-08-29 by the Tech Issue Guide team.

Symptoms

  • The screen dims and a message says the computer restarted because of a problem.
  • Repeated restarts, sometimes in a loop, with a panic report offered afterwards.
  • Panics cluster around a specific action — sleep, connecting a dock, launching an app.

What causes Kernel Panic

  • Third-party kernel or system extensions (VPN, antivirus, virtualization, audio drivers).
  • Faulty RAM or a failing external device or hub.
  • A corrupt system volume or an interrupted macOS update.
  • Incompatible or outdated software after a macOS upgrade.

How to fix it — 3 steps

  1. Unplug every non-essential peripheral, then start in Safe Mode (Intel: hold Shift at boot; Apple silicon: hold the power button → Options → hold Shift while choosing the disk).
  2. Remove third-party kernel/system extensions and outdated drivers, and update the apps that install them; check System Settings → General → Login Items & Extensions.
  3. Run Apple Diagnostics (Intel: hold D at boot; Apple silicon: power button → keep holding → Diagnostics) and, if panics persist, reinstall macOS from Recovery.

Terminal / CLI command

log show --predicate 'eventMessage contains "panic"' --last 1d

Run in Terminal after a panic to view the recent panic log and any driver names it references.

How to confirm the fix: The Mac runs normally in and out of sleep for a full day with all your usual devices connected.

Prevent it from coming back

Keep macOS and low-level utilities updated, and remove kernel extensions you no longer use before major upgrades.

Frequently asked questions

The panic report names a .kext — what do I do?

Search that kext name; it usually belongs to a VPN, antivirus or virtualization app. Update or uninstall that app.

Is a one-off panic a problem?

A single isolated panic after which everything is stable is usually not worth chasing. Repeated panics are.

Related error codes

Back to the error-code search tool