Reader-supported: we earn a commission on some links, at no extra cost to you. How this works
Windows ErrorsGuide

Why Does My PC Keep Blue Screening?

A PC keeps blue screening usually from faulty drivers, failing RAM, disk errors, overheating, or corrupt system files. Here is how to find and fix the cause.

Your PC keeps blue screening (a BSOD, or blue screen of death) most often because of a faulty or outdated driver, failing RAM or storage, overheating, corrupt system files, or unstable hardware. Windows stops on purpose when it hits an error it cannot safely recover from. The stop code on the screen, such as MEMORY_MANAGEMENT or IRQL_NOT_LESS_OR_EQUAL, points to the likely cause, so write it down before restarting.

Why this happens

A blue screen is Windows shutting down to prevent damage after a low-level error. The most common triggers are:

  • Bad, outdated, or mismatched drivers, especially graphics, storage, and network drivers.
  • Failing RAM, which tends to cause random crashes with different stop codes each time.
  • A failing SSD or hard drive, or a loose data or power cable.
  • Overheating from dust, a dying fan, or dried thermal paste.
  • Corrupt Windows system files after a bad update or an improper shutdown.
  • Unstable overclocking, a weak power supply, or recently added software or hardware.

Is this normal?

A single blue screen after an update or a power blip is fairly common and usually harmless. Repeated blue screens, especially several a day or ones tied to the same task, are not normal and mean something needs fixing.

Does it cause any problems?

Each crash risks losing unsaved work and, over time, can corrupt files if it strikes during a disk write. Frequent crashes can also point to failing hardware that may get worse, so it is worth diagnosing rather than ignoring.

How to fix or check it

  1. Note the exact stop code on the blue screen so you can search it and narrow the cause.
  2. Undo recent changes: uninstall software, drivers, or Windows updates you added just before the crashes started.
  3. Update drivers from the maker's site (GPU, chipset, storage) and run Windows Update for the latest patches.
  4. Test memory: open Windows Memory Diagnostic (search for mdsched), or use MemTest86 for a deeper scan.
  5. Check system files: open Command Prompt as administrator and run sfc /scannow, then DISM /Online /Cleanup-Image /RestoreHealth.
  6. Check the disk: run chkdsk /f /r, and confirm drive health with the maker's tool or the drive's SMART status.
  7. Watch temperatures with a monitoring tool, and clean dust from fans and vents if the PC runs hot.
  8. If crashes continue, boot into Safe Mode to test for a driver or app cause, and review Event Viewer or Reliability Monitor for the failing component.

Frequently asked questions

Does a blue screen mean my PC is dying?

Not necessarily. Many blue screens come from software or drivers and are fixable. Repeated crashes with different stop codes can suggest failing RAM or storage, which is worth testing.

Where can I see what caused the blue screen?

Open Reliability Monitor or Event Viewer in Windows, or read the memory dump file with a tool such as BlueScreenView or WinDbg to see which driver or module failed.

Can a Windows update cause blue screens?

Yes. A buggy update or a driver bundled with one can trigger crashes. You can remove the latest update from Settings, Windows Update, Update history, Uninstall updates.

More in this topic

More in Windows Errors

See the full guide →