💻 Windows Errors

How to Fix the Blue Screen of Death
Stop Codes Decoded — and How to Stop It Coming Back

By Big Mike · Computer Repair Technician, Nanaimo BC
9 min read · Updated June 2026

A blue screen feels like the end of the world, but here's what it actually is: Windows hit a problem so serious it stopped on purpose to avoid damaging anything. It's a safety mechanism, not a death sentence. In 25 years I've seen thousands of these, and the large majority come down to a handful of causes — usually a driver, a recent change, or tired hardware. The trick is reading the clue Windows leaves you, then working down the list calmly. Let's do it for real.

1 First: Write Down Your Stop Code

Before you do anything else, find the stop code. On modern Windows, the blue screen shows a sad face, a short message, and a line near the bottom that says "Stop code:" followed by something in capital letters — like CRITICAL_PROCESS_DIED or IRQL_NOT_LESS_OR_EQUAL. That code is the single most useful thing on the screen. It's Windows telling you, in its own way, what kind of problem it ran into.

Snap a photo with your phone, or jot it down. If the screen flashes by and reboots too fast to read, don't worry — we'll capture it from inside Windows in a moment. There's also a QR code on the screen; scanning it just opens a generic Microsoft help page, so the written stop code is what you actually want.

Common Stop Codes, Decoded

IRQL_NOT_LESS_OR_EQUAL — usually a faulty driver or bad RAM.
CRITICAL_PROCESS_DIED — a core Windows process stopped; often corrupted system files.
PAGE_FAULT_IN_NONPAGED_AREA — frequently failing RAM or a driver.
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED — almost always a driver, often graphics.
DPC_WATCHDOG_VIOLATION — commonly an old storage driver or SSD firmware.
VIDEO_TDR_FAILURE — your graphics driver crashed.
INACCESSIBLE_BOOT_DEVICE — Windows can't read the drive it boots from.
MEMORY_MANAGEMENT — typically RAM, sometimes drivers.

Notice a theme? Drivers and RAM come up again and again. Keep that in mind — it tells you where to spend your effort.

2 Restart and See If It Even Comes Back

Sometimes a blue screen is a one-time hiccup — a fluke from a momentary glitch that never repeats. It's worth ruling that out before you go digging.

What To Do

Let the computer restart (or hold the power button for 10 seconds to force it off, then turn it back on). If it boots normally and you go a few days without another blue screen, you may have just witnessed a one-off. If it crashes again — especially with the same stop code — that's a real, repeatable problem, and the rest of this list is for you.

3 Undo Whatever Changed Right Before It Started

This is the question I ask every single time: what changed? The vast majority of blue screens show up right after something new — a freshly installed program, a new piece of hardware, a driver update, or a Windows update. Computers that have been humming along for months rarely start blue-screening for no reason at all.

What To Do

Think back to the day it started. Did you plug in new RAM, a new graphics card, a USB device? Install a new program or game? Update a driver? Undo that one thing — uninstall the program, unplug the hardware, roll back the driver — and see if the crashes stop. If they do, you've found your culprit, and you can decide whether to reinstall it more carefully or leave it out.

4 Update (or Roll Back) Your Drivers

Drivers are the translators between Windows and your hardware, and a buggy or mismatched one is the number-one cause of blue screens I see. Graphics drivers are the usual suspects, but network, storage, and chipset drivers all make the list.

What To Do

If your crashes started recently, a driver update may have caused it — right-click the Start button, open Device Manager, find the device (your graphics card lives under "Display adapters"), right-click → Properties → Driver tab → Roll Back Driver. If the crashes are long-standing instead, you want the opposite: get the latest driver straight from the maker's website (NVIDIA, AMD, Intel, or your laptop manufacturer) rather than a random "driver updater" tool — those are often more trouble than they're worth.

5 Check Windows Update — Both Directions

Windows updates cut both ways. A missing update can leave a known bug unpatched; a bad update can introduce one. So this step is about getting current — and, if a recent update is the trigger, backing it out.

What To Do

Go to Settings → Windows Update and install everything pending, then restart. If instead your blue screens started right after an update, open Update history → Uninstall updates, remove the most recent one, and see if stability returns. Pause updates for a week while you confirm the fix.

6 Rule Out Malware

It's less common than drivers or hardware, but malware that digs into low-level parts of Windows can absolutely cause blue screens. It's quick to rule out, so it's worth doing.

What To Do

Run a full scan with Windows Security (built into Windows 10 and 11) and a second opinion from a trusted tool like Malwarebytes. If you want the deeper signs to watch for, our guide on the 7 signs your computer has malware walks through them. Clean the machine, then see if the crashes continue.

7 Test Your RAM and Hard Drive

Remember how "RAM" kept showing up in those stop codes? Failing memory and a dying drive are two of the most common hardware causes, and Windows has free built-in tools to check both.

What To Do

Memory: search the Start menu for "Windows Memory Diagnostic", run it, and let it restart and test your RAM. Drive & system files: right-click the Start button, open Terminal (Admin), and run sfc /scannow to repair corrupted system files, then chkdsk /f to check the disk (it'll schedule itself for the next restart). If memory tests come back with errors, a RAM stick is likely failing and needs replacing.

8 Check for Overheating and Loose Hardware

Heat and bad connections cause crashes that look random but follow a pattern — they happen when the machine is working hard, or after you moved or bumped it. Dust-clogged fans and a RAM stick that's worked itself loose are both classic culprits, especially in older desktops.

⚠️ Before You Open the Case

Shut the computer down fully and unplug it from the wall before opening anything. Ground yourself by touching a metal part of the case first to avoid zapping components with static. If you're not comfortable inside the machine, that's completely fine — this is a good point to hand it to a professional rather than risk a costly slip. Never open a laptop or power supply unless you know exactly what you're doing.

What To Do

On a desktop, blow out dust from the fans and vents with compressed air and make sure everything's spinning. If you're comfortable, reseat the RAM — press each stick firmly back into its slot until the clips click. On a laptop, at minimum clear the vents and keep it on a hard surface, not a blanket, so it can breathe.

9 Can't Even Boot? Use Safe Mode

If Windows blue-screens before you can do any of the above — or gets stuck in a restart loop — you need Safe Mode, a stripped-down version of Windows that loads only the essentials. If the computer is stable in Safe Mode, that strongly points to a driver or startup program rather than failing hardware.

What To Do

Force the computer off and on three times (power button held until it shuts down) and Windows will boot into the Recovery environment. Go to Troubleshoot → Advanced options → Startup Settings → Restart, then choose Safe Mode with Networking. From there you can roll back drivers, uninstall a bad update, or run System Restore (also under Advanced options) to roll the whole system back to a point before the trouble started.

10 Last Resort: Reset Windows

If you've worked through everything and the blue screens persist on what looks like healthy hardware, a corrupted Windows installation may be to blame, and a reset gives you a clean slate. This is the nuclear option — save it for last.

⚠️ Back Up First — This Is Important

A reset can wipe your files, and a drive that's been blue-screening may be on its way out, so copy anything irreplaceable — photos, documents, anything you can't redownload — to an external drive or the cloud before you reset, while you still can. If the machine is too unstable to back up safely, stop here and get help; recovering data from a failing drive gets much harder once it's been wiped.

What To Do

Once your files are safe, go to Settings → System → Recovery → Reset this PC. You'll get the option to keep your files or remove everything; a clean "remove everything" is the most reliable for clearing out a corrupted install. Reinstall your programs and updated drivers afterward, one at a time.


Still Blue-Screening — or Not Sure It's Safe to Keep Going?

Blue screens that keep coming back often mean failing hardware — a dying drive, bad RAM, an overheating component — and that's exactly when it pays to have someone diagnose it properly before you lose data or pour money into the wrong part.

If you're in the Nanaimo, BC area, BigMike Computer Services has tracked down the cause of more blue screens than I could count — and can recover your files first if the drive is on its way out. A quick call or email can tell you whether you're looking at a five-minute fix or a hardware swap.

Visit BigMike Computer Services →
Or email directly: BigMikeNanaimo@gmail.com
Got a stop code you can't make sense of? Drop it in a comment below or send it my way — nine times out of ten the code points straight at the cause, and I'm happy to tell you where to look.

— BigMike | Computer Repair Technician, Nanaimo BC
📧 BigMikeNanaimo@gmail.com