Mac Kernel Panic — Repeated Restarts with 'Your Computer Restarted' Message
Criticalsystem
Overview
Fix Mac kernel panic causing repeated automatic restarts with the message 'Your computer restarted because of a problem' on Intel and Apple Silicon Macs.
Key Details
- A kernel panic is macOS's equivalent of a Windows blue screen — a fatal system crash
- The Mac restarts automatically and shows 'Your computer restarted because of a problem' on login
- Kernel panic logs are stored in /Library/Logs/DiagnosticReports/ with .panic extension
- On Apple Silicon, kernel panics may show a black screen with a multilingual restart message
- Repeated kernel panics indicate a serious hardware or driver issue that needs immediate attention
Common Causes
- Faulty or incompatible kernel extension (kext) from third-party software (antivirus, VPN, audio drivers)
- RAM hardware failure causing random data corruption
- Peripheral device (USB hub, Thunderbolt dock) sending bad data to the kernel
- macOS system file corruption requiring a reinstall
Steps
- 1Boot into Safe Mode: Apple Silicon: hold power button > Options > hold Shift > Continue in Safe Mode. Intel: hold Shift during boot
- 2Check panic logs: /Library/Logs/DiagnosticReports/ — look for the driver/kext name that caused the panic
- 3Remove recently installed third-party software, especially antivirus, VPN, and audio/video tools
- 4Disconnect all external peripherals and test — add them back one at a time to identify the culprit
- 5Run Apple Diagnostics: Apple Silicon: hold power button + hold D. Intel: hold D during boot
Tags
kernel-paniccrashrestartkexthardware
Related Items
More in System
windows-C000021A-status-system-process-terminatedWindows Error 0xC000021A — STATUS SYSTEM PROCESS TERMINATED
Criticalwindows-C0000225-boot-configuration-errorWindows Error 0xC0000225 — Boot Configuration Error
Criticalwindows-C000000F-boot-selection-failedWindows Error 0xC000000F — Boot Selection Failed
Criticalwindows-80004005-unspecified-errorWindows Error 0x80004005 — Unspecified Error
Warningwindows-80070570-file-or-directory-corruptedWindows Error 0x80070570 — File or Directory Corrupted
Errorwindows-system-0xc0000185Windows Error 0xC0000185 — Boot Device Inaccessible
CriticalFrequently Asked Questions
Open the .panic file from /Library/Logs/DiagnosticReports/ in TextEdit. Look for the 'Kernel Extensions in backtrace' section — it names the driver that crashed. Search for that driver name to identify the responsible software.