Blue Screen of Death: What It Means and How to Stop It

Updated September 1, 2026

A laptop screen displaying an error

The screen turns blue, a sad face appears, and Windows announces that it ran into a problem and needs to restart. Twenty seconds later the machine reboots and everything looks normal again. Whether anything is actually wrong depends on two things almost nobody checks: what the stop code said, and whether it happens twice.

A blue screen is not a malfunction in itself. It is Windows detecting something so wrong — usually deep in a driver, the memory or the disk — that continuing would risk corrupting your data, and halting on purpose. The crash is the protection working. The useful part is printed right on the screen, and almost everyone misses it.

Read the stop code

Under the sad face there is a line like CRITICAL_PROCESS_DIED or PAGE_FAULT_IN_NONPAGED_AREA. Photograph it with your phone before the restart countdown finishes. That name is the difference between a diagnosis and guesswork, and it is the first thing any technician will ask for.

If the machine restarted before you could read it, the code is not lost. Windows records every crash, and a built-in tool will show it to you afterwards — more on that below.

The common codes, in plain English

Stop codes look like they were named by a compiler, but most of them translate cleanly.

  • CRITICAL_PROCESS_DIED — a process Windows cannot live without was killed or corrupted. Points at damaged system files, a bad update or, sometimes, a failing drive.
  • MEMORY_MANAGEMENT — something misused the RAM. A faulty memory stick, a bad driver, or an overclock that does not hold.
  • DRIVER_IRQL_NOT_LESS_OR_EQUAL — a driver reached into memory it had no business touching. Almost always a driver, with network and graphics drivers the usual suspects.
  • PAGE_FAULT_IN_NONPAGED_AREA — Windows asked for data that should have been in memory and it was not there. Failing RAM, a failing drive, or a driver.
  • SYSTEM_SERVICE_EXCEPTION — a driver or system service crashed while running with full privileges. Graphics drivers and antivirus products live here.
  • VIDEO_TDR_FAILURE — the graphics driver stopped responding and could not be revived. A driver problem first, an overheating video card second.
  • UNEXPECTED_STORE_EXCEPTION — despite the vague name, this one usually means storage. Suspect the drive.
  • WHEA_UNCORRECTABLE_ERROR — the hardware itself reported a fault: processor, power delivery or heat. The code that most often means a genuine hardware failure.

Notice the theme. Nearly every code comes down to one of three suspects — a driver, the memory or the drive. That short list is what makes blue screens fixable.

The pattern matters more than any single crash

Before you fix anything, decide whether there is anything to fix.

  • Once, ever — usually noise. A driver hiccup. Note the code and move on with your life.
  • Always during the same activity — printing, plugging in a device, opening one program — the trigger names the culprit. Almost always a driver.
  • Random and getting more frequent — the one to take seriously. Failing memory and a failing drive both look exactly like this.
  • Under load only — gaming, video export, anything heavy — points at overheating or a power supply that cannot hold up.

Reliability Monitor, the tool nobody opens

Press Start, type reliability, and open View reliability history. You get a day-by-day timeline of every crash, failed update and application hang on the machine, with red marks on the bad days. It has shipped with every copy of Windows since Vista, quietly recording, waiting for someone to look.

Click a bad day and each blue screen is listed with its stop code — so if the machine restarted before you could read the screen, this is where the code went. More useful still is what sits just before the crashes began: a driver update, a Windows update, a new program. The timeline turns "it crashes sometimes" into "it has crashed nine times since the 14th, and a new graphics driver arrived on the 13th". That is halfway to a fix.

The fixes, in order

Work down the list and stop when the crashes stop.

  1. Undo the newest change. New hardware, a new driver or a new program right before the crashes started is the likeliest cause. For a driver: right-click Start, open Device Manager, double-click the device, and use Roll Back Driver on the Driver tab — Windows keeps the previous version for exactly this moment. If the trouble began straight after a Windows update, the update-recovery guide covers unwinding that, even when the machine barely boots.
  2. Update or roll back the graphics driver. The single most common source of blue screens. Download it from the maker of your graphics chip — NVIDIA, AMD or Intel — not from a third-party "driver updater", which tends to cause more crashes than it cures.
  3. Run Windows Memory Diagnostic. Search for it in the Start menu; it reboots the machine and tests the RAM. Faulty memory produces crashes that look completely random, and it is one of the cheapest parts to replace. If errors appear and the machine has two memory sticks, testing one at a time finds the bad one.
  4. Check the disk. Open Command Prompt as administrator and run chkdsk /f, agreeing when it offers to run at the next restart. That repairs filing-system damage. A physically failing drive is a different animal — it tends to crash, slow down and lose files roughly in that order, and the warning signs are worth knowing. A machine that blue-screens and has also turned sluggish is often one problem, not two; the slowness checklist covers that half.
  5. Repair the system files. In the same administrator window, run sfc /scannow. It checks every Windows file against a known-good copy and repairs what it can — the standard treatment for CRITICAL_PROCESS_DIED.
  6. Take heat seriously if crashes only come under load. Blocked vents, a laptop used on a duvet, a fan that has quietly died — heat makes healthy hardware misbehave, and cleaning the vents is free.

Two results mean stop and get help: memory errors on a machine you are not comfortable opening, and any hint that the drive itself is failing. From that point on, every restart is a gamble with your files.

Back up first, diagnose second

If the crashes are getting more frequent, copy your files off the machine before troubleshooting anything. Two of the three usual culprits — a failing drive and failing memory — can take your data with them, and they rarely give much warning between "occasional crash" and "will not start". An external drive and an hour is usually all it takes, and a proper backup makes the next scare an errand instead of a disaster.

If you'd rather hand the stop code to someone

Blue-screen diagnosis is methodical rather than difficult, but it can still eat a weekend. Post the problem free on Koadi in your own words — the stop code helps, but it is not required. Vetted, identity-verified technicians who read crash logs every day pick it up; you set a fixed price or take bids, and payment sits in escrow until you approve the fix. Most of this work — reading Reliability Monitor, rolling drivers back, running the memory and disk tests — happens over a screen-share, anywhere in the US, evenings and weekends included. If it turns out to be hardware, a local technician can finish the job on-site.

Frequently asked questions

Is one blue screen crash something to worry about?
Usually not. A single blue screen is most often a driver hiccup that never repeats. Note the stop code, restart, and carry on. It becomes worth investigating when crashes recur — especially if they are getting more frequent, or always happen during the same activity. The pattern matters far more than any one crash.
How do I find the stop code after my computer restarts?
Open Reliability Monitor: press Start, type reliability, and choose View reliability history. Click any day marked with a red X and the crashes are listed with their stop codes. Windows keeps this history automatically, so you can see every blue screen from recent weeks along with what was installed just before they began.
Can a virus cause the blue screen of death?
Rarely. Blue screens almost always trace back to drivers, memory, the disk or overheating rather than malware. That said, some infections and even some antivirus products install low-level drivers that can crash Windows, so a scan costs nothing. If crashes began right after new software of any kind, that software is the first suspect.
Does a blue screen damage the computer or my files?
The crash itself is protective — Windows halts precisely so nothing gets corrupted. You lose whatever was unsaved, and nothing more. The danger is the underlying cause: failing memory or a failing drive can destroy data over time, which is why recurring crashes are the signal to back up your files before troubleshooting.

Still stuck?

Post this problem on Koadi — a vetted technician picks it up in minutes, and you don't pay until it's fixed.

Get a tech on it
← All fix-it guides