Computer crashes usually come from one of five sources: overheating, a failing hard drive, corrupted software, a driver conflict, or insufficient memory

When your computer crashes—whether it freezes, restarts without warning, or shows a blue or black error screen—the cause is almost never mysterious. The problem is that your computer can crash for different reasons, and each one needs a different fix. A crash from overheating looks the same as a crash from a bad driver, but you would not solve one by fixing the other. This guide walks you through how to identify which problem you actually have, so you know what to do next.

Start by noticing when the crash happens. Does it occur during a specific task, like opening a particular program or playing a game? Does it happen when the computer has been running for hours? Does it happen right after you installed something new? The pattern tells you where to look first.

Key Takeaways

  • Crashes that happen during heavy use or gaming usually point to overheating or insufficient memory, both of which you can check in your system settings.
  • If your computer crashes right after you installed new software or a driver update, that software is the likely cause and can usually be uninstalled to test.
  • Crashes that happen randomly or with a clicking sound from inside the case suggest a failing hard drive, which is a hardware problem requiring professional help or replacement.
  • Windows shows error codes in Event Viewer and on blue screens; Mac shows crash logs in Console; both tools are built into your operating system and free to use.
  • Before assuming hardware failure, restart in Safe Mode (Windows) or Recovery Mode (Mac) to rule out software conflicts.

Check if your computer is overheating

Overheating is the most common cause of crashes, especially during gaming or video editing. When the processor or graphics card gets too hot, the computer shuts down to protect itself. You can check your computer's temperature without opening it.

On Windows, read a free tool like HWiNFO or Core Temp. Run it and look at the temperature readings for your CPU and GPU. If either is consistently above 80°C (176°F) during normal use, overheating is your problem. On Mac, read Macs Fan Control or check Activity Monitor (Applications > Utilities > Activity Monitor, then the System Memory tab) to see if fans are running at maximum speed constantly.

If overheating is the cause, the fix depends on your setup. Make sure your computer is on a hard, flat surface—not on a bed or carpet, which blocks airflow. Clean the vents and fan with a can of compressed air, holding the can upright and using short bursts. If the computer is a laptop, consider a cooling pad. If you have a desktop, check that the case fans are spinning and that cables are not blocking airflow inside. If temperatures stay high after cleaning, the thermal paste between the processor and heatsink may have dried out, which requires opening the case—a good time to call a technician if you are not comfortable doing that.

Look for crashes that started after installing software or a driver

If your computer started crashing right after you installed a new program, updated a driver, or installed a Windows or macOS update, that change is almost certainly the cause. The fix is to undo it.

On Windows, go to Settings > Apps > Apps & Features, find the program you installed, and uninstall it. Then restart and see if the crashes stop. If a driver update caused the problem, go to Settings > System > Device Manager, find the device (often a graphics card or network adapter), right-click it, and select "Roll back driver." On Mac, go to System Settings > General > Software Update and click "Restore" if an update is listed, or uninstall the program from Applications > Utilities > Activity Monitor by selecting it and clicking the X button, then dragging the program from Applications to Trash.

If you are not sure which program or update caused the crash, restart in Safe Mode first. On Windows, restart and press F8 or Shift repeatedly before the login screen appears, then select Safe Mode. On Mac, restart and hold Shift until the login screen appears. Safe Mode loads only essential software, so if the crashes stop, a third-party program is the culprit. Then uninstall programs one at a time until the crashes return—that last program is the problem.

Check your available memory and storage space

If your computer crashes when you have many programs open, or when you are working with large files, you may not have enough RAM (memory) or hard drive space. Both problems cause the system to slow down and eventually crash.

On Windows, right-click This PC and select Properties. Look for "Installed RAM"—if it shows 2 GB or less, that is likely too little for modern use. Open Task Manager (Ctrl+Shift+Esc) and click the Performance tab to see how much memory is in use right now. If the number is consistently above 80% of your total, you need more RAM. On Mac, open Activity Monitor (Applications > Utilities), click the Memory tab, and look at the number next to "Memory Used." If it is consistently above 80% of your total, the same applies.

For storage space, on Windows go to Settings > System > Storage and look at your C: drive. If it shows less than 10% free space, delete old files, empty the Recycle Bin, or uninstall programs you do not use. On Mac, click the Apple menu > About This Mac > Storage and look at the bar at the bottom. If it is mostly full, move large files to an external drive or delete old downloads and applications. A full hard drive causes crashes because the system cannot write temporary files.

Check Event Viewer or Console for error codes

Windows and Mac both record what happened right before a crash. These logs often contain error codes that point to the exact problem.

On Windows, open Event Viewer by pressing Windows key + R, typing "eventvwr.msc," and pressing Enter. Click Windows Logs > System. Look for entries marked "Error" or "Critical" with a timestamp near when your computer crashed. The entry will show a code like "Driver_IRQL_Not_Less_Or_Equal" or "Page_Fault_In_Nonpaged_Area." Search that code online along with your computer model—you will usually find a solution specific to your hardware.

On Mac, open Console (Applications > Utilities > Console). Look at the log list on the left and select "system.log" or "kernel.log." Search for entries with "panic" or "crash" near the time your computer went down. Mac crash logs are more technical, but they often mention a specific process or driver that failed. Write down the name and search for it online with your Mac model.

Listen for sounds that indicate a failing hard drive

A hard drive that is about to fail makes distinctive sounds: clicking, beeping, or grinding noises coming from inside the case. If you hear these sounds and your computer crashes or freezes during normal use, the hard drive is failing and needs to be replaced.

This is a hardware problem that you cannot fix yourself without technical skill. Back up your files to an external drive or cloud storage when ready—a failing drive can stop working completely without warning. Then contact a repair technician or take the computer to a service center. If the drive fails completely before you back up, data recovery is possible but expensive. Do not keep using the computer if you hear these sounds; the longer you run it, the more data you risk losing.

Restart in Safe Mode to rule out software conflicts

Safe Mode loads only the essential drivers and programs your computer needs to run. If your computer does not crash in Safe Mode, a third-party program or driver is the problem. If it crashes in Safe Mode too, the problem is likely hardware or a core Windows or macOS file.

On Windows, restart and press F8 or Shift repeatedly before the login screen. Select Safe Mode with Networking (so you can read drivers if needed). Use the computer normally for 30 minutes. If no crash occurs, restart normally and uninstall programs one at a time until you find the culprit. On Mac, restart and hold Shift until the login screen appears. Log in and use the computer. If crashes stop, restart normally and uninstall third-party programs until the crashes return.

When to call a technician

If you have checked temperature, uninstalled recent software, freed up memory and storage space, and reviewed error logs with no result, or if you hear clicking sounds from inside your computer, the problem is likely hardware that requires professional diagnosis. A technician can run diagnostic tools on your hard drive, test your RAM, and check your power supply—all things that are difficult to do without specialized equipment.

Before you go, write down the error codes from Event Viewer or Console, note when the crashes happen, and describe any sounds you hear. This information will help the technician narrow down the problem faster.

Frequently Asked Questions

What does a blue screen of death mean?

A blue screen (on Windows) or kernel panic (on Mac) means the operating system encountered an error it could not recover from. The screen usually shows an error code. Write down that code and search for it online along with your computer model—the code often points to a specific driver or hardware component that failed.

Can a virus cause my computer to crash?

Yes, but it is less common than overheating, memory problems, or driver conflicts. If you suspect a virus, run a full scan with Windows Defender (built into Windows) or Malwarebytes (free version available). Restart in Safe Mode first so the virus cannot interfere with the scan.

Why does my computer crash only when I play games?

Games use your graphics card and processor heavily, so they expose problems that do not show up during normal use. Overheating is the most common cause. Check your GPU temperature while playing. If it is above 80°C, clean your vents and fans. If temperature is normal, the problem may be an outdated graphics driver—update it from your graphics card manufacturer's website.

Should I restart my computer if it keeps crashing?

Yes, restart as a first step. Many crashes are caused by temporary memory issues or software glitches that a restart clears. If crashes continue after a restart, move on to checking temperature, recent software changes, and available memory.

Can I fix a crashing computer without opening it?

Yes, most crashes can be fixed without opening the case. Uninstalling software, updating drivers, freeing up storage space, and adjusting settings all work from outside. You only need to open the case if you are cleaning fans, replacing RAM, or replacing a hard drive—and those are good reasons to call a technician if you are not comfortable doing it.