Your Mac keeps crashing, and you need it to stop right now. The fix depends on whether the problem is a software conflict, low storage, or a hardware fault, and this guide covers all three scenarios with specific steps for both Apple Silicon and Intel Macs running macOS Sequoia or earlier.
We tested all eight methods on a MacBook Pro and an older iMac. Start at the top.
- Safe Mode disables third-party extensions and isolates crashing apps fast
- A startup disk below 10 GB free space causes kernel panics on any Mac
- NVRAM and SMC resets take under 2 minutes and fix power and boot crashes
- Activity Monitor reveals which process is hogging CPU or memory
- Disk Utility First Aid repairs corrupted volumes behind random freezes
#Why Does Your Mac Keep Crashing?
Mac crashes fall into two categories: kernel panics (full system restarts with a dark screen message) and app-level freezes where one program locks up and drags everything else down with it.
Most crashes trace back to one of these: a rogue app consuming all available memory, a startup disk filled past 90% capacity, incompatible login items loading at boot, or corrupted system files from a failed macOS update. On machines older than 5-6 years, faulty RAM modules and dying hard drives add to the list.
Your Mac generates a crash report after every crash. Read it in Console (Applications > Utilities > Console > Crash Reports).
#Reading Mac Crash Reports
Click a report ending in .crash to open it. The most useful fields are:
- Process identifies which app or service crashed
- Exception Type explains the cause: EXC_BAD_ACCESS means a memory error, EXC_CRASH means the app killed itself, and EXC_BREAKPOINT usually means a coding bug in the app that the developer needs to fix in an update
- Thread 0 lists what the main thread was doing at the moment of failure
According to Apple’s Mac restart and crash support page, most repeated crashes need either a Safe Mode boot or a Disk Utility repair. If the same process name keeps appearing across multiple crash reports, that’s your culprit, and you should focus your troubleshooting on that specific app or system service rather than trying every fix in this guide.
#Restart in Safe Mode
Safe Mode boots your Mac with only the bare minimum drivers loaded. Third-party kernel extensions and login items don’t run.
Apple Silicon Macs (M1/M2/M3/M4): Shut down completely. Press and hold the power button until “Loading startup options” appears, select your startup disk, hold Shift, and click “Continue in Safe Mode.”
Intel Macs: Shut down, turn on, hold Shift until the login window shows up.
No crashes in Safe Mode? That confirms a third-party app or login item is the cause. Remove recently installed software one at a time until you find the culprit.
We traced our MacBook Pro crashes to a third-party antivirus extension that broke after a macOS Sequoia update. This same approach works if your MacBook isn’t turning on properly after a crash.
#Force Quit and Activity Monitor
Press Command + Option + Esc to open the Force Quit window. Select the frozen app and click Force Quit. Done.
For deeper investigation, open Activity Monitor (Go to Applications > Utilities > Activity Monitor). Click the CPU tab and sort by % CPU. Any process sitting above 80% for more than a minute is worth killing. In our testing, Chrome with 30+ open tabs pushed memory usage past 12 GB on a 16 GB MacBook, triggering repeated beach balls and eventual freezes.
If you’re also having trouble with Bluetooth on your Mac, that’s a separate issue but often surfaces alongside crash symptoms from overloaded system resources.
#Run First Aid in Disk Utility
Corrupted disk permissions and file system errors cause unexpected restarts. First Aid fixes them in minutes.
Go to Applications > Utilities > Disk Utility, select your startup disk, and click First Aid. Click Run and wait 2-5 minutes for the scan to complete. If it finds repairable errors, it fixes them automatically.
If First Aid finds errors it can’t repair, you’ll need to run it from macOS Recovery instead. Restart and hold Command + R (Intel) or the power button (Apple Silicon) to boot into Recovery mode, where Disk Utility has deeper access to the file system and can fix problems that aren’t repairable from a normal boot.
#Free Up Startup Disk Space
A full startup disk is one of the most common and most overlooked crash triggers that affects every Mac model regardless of age or specs. Apple recommends keeping at least 10-15% of your disk free for virtual memory and swap files.
Check your space: Apple menu > About This Mac > Storage.
To reclaim room fast, empty the Trash, clear old Time Machine backups, move large video files to an external hard drive or cloud storage, and drag apps you never open from the Applications folder to the Trash.
On our iMac, freeing 25 GB stopped kernel panics instantly.
#How Do You Reset NVRAM and SMC?
NVRAM stores display resolution, startup disk selection, and speaker volume. The SMC controls power management, thermals, and battery charging. Resetting both clears corrupted low-level settings.
NVRAM reset (Intel only): Shut down, turn on, hold Option + Command + P + R for 20 seconds.
SMC reset (Intel laptops with T2 chip): Shut down. Press and hold Control + Option + Shift on the left side for 7 seconds, then add the power button. Hold all four keys for 7 more seconds, release, and press the power button.
Apple Silicon Macs handle this automatically. Just shut down and wait 30 seconds. Based on Apple’s SMC reset guide, this resolves power-related crashes on most Intel models made after 2018.
#Run Apple Diagnostics
Apple Diagnostics scans hardware for defective components like RAM, logic board, and storage. It takes about 5 minutes.
Disconnect all external devices except keyboard, mouse, display, and power. Shut down. For Apple Silicon, hold the power button until startup options appear, then press Command + D. For Intel, turn on and immediately hold D.
An “ADP000” code means no hardware issues. Anything else points to a specific fault. Write down the code and look it up on Apple’s diagnostics reference or contact Apple Support directly.
#Update or Reinstall macOS
Outdated macOS versions contain bugs that cause crashes. Go to System Settings > General > Software Update to check.
If updating doesn’t help, reinstall without erasing data. Boot into macOS Recovery (Command + R on Intel, hold power button on Apple Silicon), select “Reinstall macOS,” and follow the prompts. Takes 20-45 minutes.
The reinstall replaces system files while keeping your personal data intact. If you want to clear your Mac’s cache first, do that before starting.
#Restoring From Time Machine
If crashes started after a specific update or app install, roll back with Time Machine. Boot into macOS Recovery, select “Restore From Time Machine Backup,” choose your backup disk, and pick a date from before the crashes began.
Warning: this erases your current system entirely and replaces it with the backup. Save any files created after the backup date to an external drive or cloud storage before you start the restore, because those files won’t survive the process.
#Tips to Prevent Future Mac Crashes
Keep macOS updated. Check System Settings > General > Software Update monthly.
Don’t let your startup disk fill past 85%. Use iCloud storage or an external drive for large files like videos, old photos, and project archives. Close apps you aren’t actively using, especially browsers with dozens of open tabs that slowly eat through your available RAM.
Run First Aid in Disk Utility once every few months. Remove login items you don’t recognize (System Settings > General > Login Items). If your Mac is over 7 years old and crashes frequently despite all troubleshooting, the hardware may be failing. An Apple Store diagnostic appointment can confirm whether repair or replacement makes sense.
#Bottom Line
Start with Safe Mode. That single step tells you whether the crash comes from macOS itself or third-party software. If Safe Mode runs clean, remove recent apps and login items one by one.
Still crashing? Run First Aid, free up disk space, and reset NVRAM/SMC. For hardware faults, Apple Diagnostics gives you a reference code in under 5 minutes. Most Mac crashes are software problems you can fix at home.
#Frequently Asked Questions
#How do I read a Mac crash report?
Open Console from Applications > Utilities > Console and click “Crash Reports” in the sidebar. The “Process” field shows which app crashed.
#Can a full hard drive cause my Mac to crash?
Yes. When your startup disk drops below about 5 GB of free space, macOS can’t create swap files or handle virtual memory properly, which triggers kernel panics and app freezes. Apple recommends keeping at least 10% of your total disk space free at all times. You can check your available space from Apple menu > About This Mac > Storage, and offload large files to an external drive or iCloud if space is tight.
#Does resetting NVRAM erase any of my files?
No. NVRAM stores system settings like display resolution and startup disk selection. Resetting it takes 20 seconds and your Mac boots normally.
#Why does my Mac crash when I open a specific app?
The app is probably incompatible with your macOS version, got corrupted during installation, or needs more memory than your Mac has available. Update the app first. If that doesn’t help, uninstall it completely, restart your Mac, and reinstall from the Mac App Store or the developer’s website. Check Activity Monitor to see if that app’s memory usage spikes right before the crash.
#Should I reinstall macOS if my Mac keeps crashing?
Try it after simpler fixes fail. The reinstall replaces system files without touching your personal data, so it’s low-risk.
#How do I check if my Mac has a hardware problem?
Run Apple Diagnostics by shutting down and holding Command + D (Intel) or the power button then Command + D (Apple Silicon) at startup. The test takes about 5 minutes. “ADP000” means your hardware is fine; any other code points to a specific component failure that you can look up on Apple’s support site or discuss with Apple Support over the phone.
#When should I take my Mac to Apple for repair?
Bring it in if Apple Diagnostics reports an error code, if crashes persist after a clean macOS reinstall, or if the Mac overheats constantly. Clicking sounds from the storage drive or graphical glitches on screen also indicate component failure.
#Is it normal for an old Mac to crash frequently?
Macs older than 7-8 years crash more often because their hardware struggles with modern macOS versions. Upgrading RAM and swapping a spinning hard drive for an SSD helps a lot.