Blue Screen of Death (BSOD)
How to read, diagnose, and fix Windows blue screen errors
A blue screen (officially called a "stop error") means Windows hit a problem so serious it had to shut down to protect itself. The screen shows a sad face, a stop code, and sometimes a file name. That information tells you what went wrong.
Most blue screens are caused by driver problems, bad updates, or failing hardware. A single blue screen after an update is usually nothing to worry about. Repeated blue screens mean something needs fixing.
Reading the blue screen
When a blue screen appears, note two things:
- Stop code — a short phrase like
CRITICAL_PROCESS_DIEDorIRQL_NOT_LESS_OR_EQUALdisplayed near the bottom. This is your best clue. - What failed — sometimes a file name appears (like
nvlddmkm.sysfor NVIDIA drivers orntfs.sysfor file system issues). If you see a.sysfile, it usually points to a driver.
Windows also generates a QR code on the blue screen. Scanning it with your phone takes you to a Microsoft support page for that specific error.
Quick fixes to try first
- Restart normally. If the blue screen only happened once, a restart may be all you need. Windows installs pending fixes during restart.
- Undo recent changes. Think about what changed right before the blue screens started — a new driver, a Windows update, new software, or new hardware. Undoing that change often fixes it.
- Boot into Safe Mode if you can't get to the desktop. Hold Shift while clicking Restart from the lock screen, then go to Troubleshoot > Advanced options > Startup Settings > Restart and press 4 for Safe Mode. See our Safe Mode guide for full steps.
Roll back a recent driver
If the blue screen started after a driver update (especially GPU drivers):
- Right-click the Start button and choose Device Manager
- Expand the device category (e.g., Display adapters)
- Right-click the device and select Properties
- Go to the Driver tab and click Roll Back Driver
- If the button is grayed out, the previous driver is no longer available — you'll need to download an older version from the manufacturer's website
Uninstall a recent Windows update
- Open Settings > Windows Update > Update history
- Scroll down and click Uninstall updates
- Find the most recent update, select it, and click Uninstall
- Restart your PC
Check your memory (RAM)
Faulty RAM is a common cause of repeated blue screens, especially with stop codes like MEMORY_MANAGEMENT or PAGE_FAULT_IN_NONPAGED_AREA.
- Press Win + R, type
mdsched.exe, and press Enter - Choose Restart now and check for problems
- Your PC will restart and run a memory test. This takes several minutes.
- After the test finishes, Windows boots normally. Check the results by searching for Event Viewer, going to Windows Logs > System, and looking for entries from MemoryDiagnostics-Results
If errors are found, one or more RAM sticks may be failing and should be replaced.
Check your disk
File system corruption can also cause blue screens:
- Open Command Prompt as administrator (search for cmd, right-click, Run as administrator)
- Run
chkdsk C: /f /rand press Y to schedule it for the next restart - Restart your PC. The disk check runs before Windows loads.
Common stop codes and what they mean
- CRITICAL_PROCESS_DIED — a core Windows process crashed. Often caused by corrupted system files or a bad driver. Run
sfc /scannowin an admin Command Prompt. - IRQL_NOT_LESS_OR_EQUAL — a driver tried to access memory it shouldn't have. Usually a faulty or incompatible driver.
- SYSTEM_THREAD_EXCEPTION_NOT_HANDLED — a driver crashed. The file name on the screen tells you which one.
- KERNEL_SECURITY_CHECK_FAILURE — memory corruption. Could be a driver issue or bad RAM.
- MEMORY_MANAGEMENT — often points to failing RAM. Run the memory diagnostic.
- PAGE_FAULT_IN_NONPAGED_AREA — a process tried to access memory that wasn't there. Can be RAM, driver, or disk related.
- DRIVER_IRQL_NOT_LESS_OR_EQUAL — almost always a specific driver. The file name tells you which.
When it's hardware vs software
Likely software: Blue screens started after an update, new driver, or new app. Blue screens only happen during a specific activity. Stop code points to a named .sys file.
Likely hardware: Blue screens are random and don't follow a pattern. Memory diagnostic finds errors. Blue screens happen in Safe Mode (which doesn't load third-party drivers). You've heard unusual clicking, buzzing, or the machine overheats before crashing.
Frequently Asked Questions
Is a blue screen dangerous? Can it damage my computer?▾
No. The blue screen itself is a protection mechanism — Windows stops everything to prevent further damage. The underlying cause (like failing RAM or a bad driver) is what needs attention. A single blue screen is not dangerous. Repeated blue screens with the same stop code should be investigated.
I keep getting blue screens and can't even reach the desktop. What do I do?▾
Boot into Safe Mode. On Windows 11, force-shutdown the PC by holding the power button for 10 seconds. Do this twice. On the third boot, Windows should offer Automatic Repair. From there, go to Troubleshoot > Advanced options > Startup Settings > Restart and press 4 for Safe Mode. Once in Safe Mode, uninstall recent apps or drivers, or run sfc /scannow.
What's the difference between a blue screen and a black screen?▾
A blue screen (BSOD) is a deliberate Windows error message with a stop code — the system detected a problem and shut down. A black screen means the display isn't getting a signal at all, which is usually a hardware issue (display, cable, GPU) or a boot failure. They have different causes and fixes.
Should I be worried about one blue screen?▾
Usually not. A single blue screen can happen after a major update, a driver change, or even a rare memory glitch. If it doesn't happen again, you're fine. Start investigating if it happens more than once with the same stop code or if it's interfering with your work.
Do Macs get blue screens?▾
Macs don't show a blue screen, but they have kernel panics — the macOS equivalent. Instead of a blue screen, the Mac either restarts on its own with a message explaining that a problem occurred, or the screen goes black. The troubleshooting approach is similar: check for updates, test in Safe Mode, and look at crash logs.
Related Guides
Storage Full — What to Do When Your Disk Is Almost Full
How to free up space fast when your computer says storage is full, and figure out what's taking up all the room
Computer Running Slow
Diagnose and fix a slow computer by finding what's hogging CPU, memory, and disk
How to Boot into Safe Mode
How to start your computer in safe mode on Windows 11 and macOS to troubleshoot problems
How to Factory Reset Your Computer or Phone
Step-by-step instructions for factory resetting Windows, Mac, Linux, iPhone, Android, and Chromebook devices
Free Up Disk Space
How to find what's using your storage and reclaim space by clearing temp files, caches, and large files
Right-Click and Context Menus
What right-clicking does, how to do it on different devices, and what the menu options mean