Daily Tech Dispatch

Windows Troubleshooting

Blue Screen QR Code: How to Scan Before Windows Restarts

What is the blue screen QR code, and why does it appear? Learn how to scan it before Windows restarts, decode stop codes, and recover crash details safely.

A blue screen QR code is, in one sentence, Microsoft's shortcut for sending your crashing PC straight to the official Windows Bug Check documentation for the error on screen. But if you've ever watched one appear in real time, you know the typical reaction isn't gratitude — it's a frantic grab for your phone while the "Your PC ran into a problem and needs to restart" message counts down to an automatic reboot.

That sense of panic has produced an entire genre of Reddit complaints asking why Windows shows a blue screen QR code that disappears before anyone can scan it. It's a fair question. But the QR code serves its purpose only if you know how to use the moment. And if that moment passes, you still have options: the same BSOD that displayed the QR code also generated a stop code (Microsoft calls it a Bug Check code), and that code is stored in several places you can read after the system restarts. This guide shows you how to scan the code in time, decode what it unlocks, and recover the crash details when scanning simply isn't possible.

Close-up of AI-assisted coding with menu options for debugging and problem-solving.

What Is the Blue Screen QR Code? How It Points to a Windows Stop Code

A BSOD — Blue Screen of Death — is Windows's emergency brake. When the operating system hits an error it can't safely recover from, it halts everything, paints the screen blue, and shows the message most of us know by heart: "Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you."

Below that message, two useful pieces of information appear: a QR code and a line of text identifying the stop code. On recent versions of Windows, that stop code is shown in a readable form such as CRITICAL_PROCESS_DIED, often alongside a hexadecimal Bug Check code like 0x000000EF.

The BSOD QR code is a shortcut to the Bug Check code

Microsoft introduced the QR code in Windows 10 Insider Build 14316, released in April 2016, and it became a standard part of the crash screen with the Windows 10 Anniversary Update that August. The idea was simple: rather than copying a cryptic code off the screen, typing it into a search engine, and sifting through spammy results, you scan a square and land directly on the official documentation page for that exact error.

Scanning the code does not install anything. It does not transfer files between your phone and the crashing PC. It does not "send crash data to Microsoft" the moment you point your camera at it. The QR code is just a URL — specifically, a link to Microsoft's Bug Check reference for the stop code currently on your screen. Once the page opens on your phone, you can read the documented causes and the recommended fixes while your PC finishes restarting.

In my experience diagnosing Windows crashes over the years, the most valuable part of that page is the list of likely culprits. Microsoft groups them by category: faulty drivers, failing RAM, corrupted system files, overheating, or incompatible hardware. That list alone cuts your troubleshooting time in half compared with guessing from the stop code alone.

Is the blue screen QR code safe to scan?

Yes — assuming you're looking at a genuine Windows crash screen. The QR code is generated locally by Windows, and legitimate scans open a page under support.microsoft.com or learn.microsoft.com. It is not a virus. It is not a tracking code. It does not get "infected" just because your PC crashed.

There is one caveat worth taking seriously. Security researchers have noted for years that a fake BSOD rendered inside a browser window or by a malicious script could display a counterfeit QR code that points to a third-party website. Those pages often try to sell "PC repair" software or ask you to enter personal details. The genuine Windows crash screen has a consistent look: a solid blue background, a frowny face, the restart message, a large QR code, and stop code text. If what you see doesn't match that layout — or if the scanned URL isn't a Microsoft domain — don't tap anything and don't type anything. Close it and recover the stop code through the methods in this guide instead.

Smartphone showing digital COVID pass on document with QR codes.

How to Scan a Blue Screen QR Code Before Windows Restarts

The restart countdown is the core problem, and it's worth understanding the timing. From the moment the BSOD appears, Windows typically gives you roughly ten to fifteen seconds before it reboots. That's enough time to complete a scan — if you don't waste the first few seconds panicking.

Use your phone camera first: no scanner app required

You don't need a QR scanner app. The default camera on both iPhone and Android reads QR codes natively.

When the blue screen appears, grab your phone and open the camera app. Hold it about eight to twelve inches from the monitor, with the entire QR code square inside the viewfinder. If the camera doesn't lock on within a second, pull the phone back slightly — getting too close is the most common reason a QR code won't scan. Also check for glare: a glossy monitor at an angle can turn the code into a white blur.

Once the camera detects the QR code, a notification banner appears. On an iPhone, tapping the banner opens the link in Safari. On Android, the scanner often routes through Google Lens, and tapping the result opens the same Microsoft page. The page loads on your phone, so your crashing PC is not involved beyond displaying the code.

I have to admit, the first time I tried this in a real crash, I fumbled it. The mouse was frozen, the PC was clearly angry, and my phone was on the other side of the desk. These days I suggest doing a dry run: search for a sample BSOD QR code image on a second device, put it on your monitor, and practice the motion until it takes less than five seconds. Muscle memory matters more than any app recommendation.

What to do when Windows restarts before you finish scanning

Sometimes, no matter how fast you react, Windows restarts first. That's frustrating — but the information is not lost.

The moment you see the blue screen, glance at the text directly below the QR code. Stop code names like MEMORY_MANAGEMENT or IRQL_NOT_LESS_OR_EQUAL are long, but you only need enough of the phrase to search for later. Even better: if your phone camera is already open, switch to video mode and record the whole screen. After the reboot, scrub through the video and pause on a frame that shows the code clearly. You can zoom into a paused video frame to read both the QR code and the stop code text — this works surprisingly well even when the original screen was displayed for only a few seconds.

It also helps to remember that Windows writes crash details to disk before it shuts down. The Event Viewer log, the minidump folder, and the reliability history all retain the stop code long after the blue screen is gone. You'll find step-by-step instructions for each in the "Can't Scan" section below.

If you're troubleshooting a PC that crashes repeatedly, you can disable the automatic restart to buy yourself unlimited reading time. Go to System Properties > Advanced > Startup and Recovery > Settings, and uncheck "Automatically restart." The screen will then stay put until you manually power down. Just remember to re-enable automatic restart once you're done diagnosing — otherwise your PC may sit frozen on a blue screen after every future crash, which is worse than the default behavior.

Blue Screen QR Code Decoder: What the Scan Actually Shows You

Users who search for a "blue screen qr code decoder" are often expecting a tool that will instantly translate the crash into plain English. The reality is more mundane but just as useful: the QR code opens the official Microsoft documentation for the specific Bug Check code, and that page gives you the structured starting point you need.

How to read the Bug Check code after scanning

Let's say your PC crashes with a memory-related fault. Scanning the QR code opens the Microsoft page for Bug Check 0x0000001A, also documented under the friendly name MEMORY_MANAGEMENT. The page explains that this bug check indicates a critical memory management issue and lists common triggers: faulty RAM, a problematic driver, or corrupted page table entries.

Here's a detail most people miss: write down both the hexadecimal Bug Check value and the friendly stop code name. Support technicians, forum posts, and event log entries frequently use one or the other interchangeably. If you only note "MEMORY_MANAGEMENT," you might miss the fact that the full parameter list on the Microsoft page distinguishes between several related failure modes. Having both forms lets you cross-reference any source without confusion.

A word of caution about third-party decoder websites. Their accuracy is inconsistent — I've checked several that returned generic descriptions that didn't match the actual code. If your scan works and lands on a Microsoft page, that page is the authoritative source. Use the third-party tools only when you can't get to the official documentation.

What to do on the Microsoft support page after the QR code opens

Once the Microsoft Bug Check page loads, take a structured approach instead of jumping to the first random fix you find online.

First, identify whether the page gives general troubleshooting steps or points to a specific driver or component. Bug Check reference pages typically list the error's parameters, likely causes, and remediation steps in order. Those steps usually begin with simple checks — updating a driver, removing recently installed hardware — before progressing to invasive repairs like a system restore or a clean installation of Windows.

Pay attention to the context of your own crash. A MEMORY_MANAGEMENT error on a desktop with newly installed RAM points in a very different direction than the same error on a laptop that has run flawlessly for two years. If the page recommends a tool like Windows Memory Diagnostic, an SFC scan, or the DISM image repair command, run those before installing any third-party utility. The vast majority of "BSOD fixer" software is unnecessary; the built-in Windows tools plus a careful review of recently changed hardware are usually enough.

And bookmark the page while it's open on your phone. After the PC reboots, you'll want to return to it — and trying to find the exact documentation page again from memory is harder than it sounds.

Windows Blue Screen QR Code: From Windows 7 to Windows 11

If you've just seen a windows blue screen qr code and assumed this was a brand-new feature, you're about ten years behind the curve. Microsoft has been putting QR codes on crash screens for a while now, though not every version of Windows includes them.

Which Windows versions show the QR code on a blue screen?

Windows 7 and earlier versions do not show a QR code at all. Those systems use the older, text-heavy crash screen, which dumps technical memory addresses and driver information directly onto the display. It looks intimidating, but it contains the same core piece of information: the stop code.

Windows 8 and 8.1 simplified the look with the frowny face and larger stop code text, but still did not include a QR code. The QR code arrived with Windows 10 — first in Insider builds, then broadly after the Anniversary Update in August 2016.

Windows 11 keeps the QR code but changes the visual hierarchy. Instead of burying the stop code in small text near the bottom of the screen, Windows 11 displays "Stop Code:" in a larger typeface, making it much easier to read before the countdown ends.

Windows VersionQR Code ShownStop Code Format
Windows 7 and earlierNoDense text with memory addresses
Windows 8 and 8.1NoSimplified, with sad face
Windows 10 (Post-Anniversary Update)YesShort text + QR code
Windows 11YesLarge text + QR code

Blue screen QR code on Lenovo, Dell, and Surface support pages

There's another layer that most guides skip: some computer manufacturers add their own QR code or support link below the standard Windows message. If you own a Dell, Lenovo, HP, or Microsoft Surface, you may see a vendor-specific element alongside the Windows crash information.

These OEM QR codes serve a different purpose. They usually point to the manufacturer's own diagnostics page, which can include hardware tests, warranty status, or driver download utilities. The Windows QR code should be your first scan, because it leads to the Bug Check documentation. But if the Windows code is hard to reach or the screen is partially corrupted, scanning the OEM code is a reasonable backup — it may at least help you run the hardware diagnostics that the manufacturer recommends.

For future reference, the official support starting points for the major vendors are:

  • Dell: dell.com/support
  • Lenovo: support.lenovo.com
  • Microsoft Surface: support.microsoft.com/surface
  • HP: support.hp.com

These pages restructure frequently, so bookmark the root domain rather than a deep link to a specific article.

Can't Scan the Blue Screen QR Code? Four Ways to Get the Stop Code Without a QR Scanner

The QR code is a convenience, not a requirement. Windows records comprehensive crash data before it restarts, and any of the following four methods will retrieve the stop code — and sometimes even more detail than the QR code would have provided.

Method 1: Find the crash code in Event Viewer after rebooting

Event Viewer is the first place I look after a crash because it's quick, built into Windows, and doesn't require any extra tools. After the system restarts, open the Start menu, type "event viewer," and launch the app.

In the left sidebar, expand Windows Logs and select System. Then click Filter Current Log in the Actions panel. From the Event sources dropdown, select BugCheck, or — if that source isn't listed — use the Event ID box and type 1001. Windows assigns event ID 1001 to bug check events.

The log entry includes the stop code in plain text. The description will show the hexadecimal Bug Check value and, in many cases, the first few parameters, which can point toward the specific driver responsible. Copy that text and use it as your search query. This is often enough to identify the problem without ever touching a QR scanner.

Method 2: Open the minidump with WinDbg

When Event Viewer gives you the stop code but no hint about the underlying driver, the minidump holds the deeper answer. Windows writes a small crash dump file to C:\Windows\Minidump whenever a bug check occurs.

To read it, install WinDbg, which Microsoft offers for free through the Windows SDK or the Microsoft Store. Open WinDbg, go to File > Open Crash Dump, and select the .dmp file. At the command prompt, type:

!analyze -v

The debugger will analyze the dump and produce a detailed report that includes the Bug Check code, its parameters, and — crucially — the name of the driver that was executing when the crash happened. When I'm asked to diagnose a stubborn BSOD remotely, this is the step that actually identifies the culprit. The QR code points you to the documentation; the minidump points you to the guilty party.

Method 3: Check reliability history for the exact error time

If Event Viewer and WinDbg sound too technical, the Reliability Monitor is the friendlier option. Open the Control Panel, switch the view to Large icons, click Security and Maintenance, expand the Maintenance section, and select View reliability history.

The timeline at the top of the window uses green checkmarks for stable days and red X icons for failures. Find the date and time of your BSOD, click the red X, and the details pane below will show a description of the critical event, including the bug check code. This won't give you the driver-level detail that WinDbg provides, but for a quick "what exactly crashed yesterday at 3 PM?" question, it's ideal.

Method 4: When the screen is cracked or the QR code is unreadable

A cracked display can make scanning impossible, but it doesn't necessarily make the information unrecoverable. If the glass is cracked rather than completely shattered, your phone camera can often still pick out the QR code or the stop code text. Record a video and move the phone slowly. Autofocus systems usually find at least one usable frame.

If the built-in screen is too far gone, connect the PC to an external monitor or TV through HDMI, DisplayPort, or USB-C. Windows duplicates the display by default, and scanning from a clean external screen is straightforward.

For situations where video output isn't available at all, the minidump folder is still your lifeline. Boot from a Windows installation USB, open the Command Prompt (Shift + F10 from the installer), and navigate to the offline Windows drive. The minidump files live in Windows\Minidump on the installed system drive — copy them to a USB stick and analyze them on another PC with WinDbg. It's not the quickest route, but it works when every other option fails.

Blue Screen QR Code Stop Codes You Are Likely to See and How to Fix Them

Some stop codes appear far more often than others, and knowing the common ones can speed things up considerably.

Quick stop code lookup table

The table below matches the most frequent stop codes to their usual culprits and first logical step. Treat it as a starting point, not a fixed diagnosis — your exact hardware and software combination always matters.

Stop Code (Bug Check)Hex ValueUsually Points ToFirst Step to Try
MEMORY_MANAGEMENT0x0000001AFaulty or mismatched RAMRun Windows Memory Diagnostic
CRITICAL_PROCESS_DIED0x000000EFCorrupted system files or failed updateRun sfc /scannow
IRQL_NOT_LESS_OR_EQUAL0x0000000AFaulty or outdated driverRoll back the most recently installed driver
PAGE_FAULT_IN_NONPAGED_AREA0x00000050RAM problem or corrupted system filesTest RAM and run sfc /scannow
SYSTEM_SERVICE_EXCEPTION0x0000003BDriver or system service errorExamine the minidump for the failing driver

Windows keeps showing the same blue screen QR code: universal 5-step repair

When the same stop code reappears after you've already checked the documentation, work through these five steps in order. I've seen this sequence resolve more recurring BSODs than any single tool or registry tweak.

  1. Run Windows Memory Diagnostic. Press Win + R, type mdsched.exe, and restart when prompted. Let the test run for a complete pass. It takes about twenty minutes, but waiting is cheaper than replacing a good stick of RAM or keeping a bad one.

  2. Boot into Safe Mode and review your drivers. Hold Shift while clicking Restart from the Start menu, then navigate to Troubleshoot > Advanced Options > Startup Settings. Once in Safe Mode, open Device Manager and check for devices with yellow warning icons. If you recently updated a driver — especially a graphics, chipset, or network driver — roll it back or uninstall it.

  3. Run SFC and DISM in sequence. Open an elevated Command Prompt and execute sfc /scannow first. After it finishes, run DISM /Online /Cleanup-Image /RestoreHealth. SFC repairs protected system files; DISM repairs the underlying Windows image. This is the step most people skip, and it is surprisingly often the one that matters.

  4. Remove recently added hardware. RAM modules, graphics cards, and USB peripherals are the usual triggers. If the crashes stop with a particular device unplugged, you've found your problem. For internal components, reseat them properly and make sure they're fully compatible with your motherboard.

  5. Use System Restore. Search for "system restore" in the Start menu and choose a restore point from a date when the PC was stable. This rolls back system files, drivers, and registry entries without touching your personal files.

If you've completed all five steps and the crash persists, the issue may be hardware-level — a failing power supply or a deteriorating motherboard component that no software fix will resolve. At that point, professional diagnosis or a warranty claim is the practical move.

Best Blue Screen QR Code Scanner Apps and Decoder Tools Worth Trying

People looking for a "blue screen qr code scanner" often assume they need to download something before they can do anything useful. That assumption costs precious seconds during an actual crash.

Use the built-in camera app before downloading anything

On iOS and Android, the default camera app already includes QR scanning. Apple added native QR detection to the Camera app starting with iOS 11; most Android camera apps, including the ones on Pixel and Galaxy devices, have done the same. Google Lens, accessible directly from many camera apps or the Google search bar, is another solid fallback when the default camera struggles.

This isn't just about convenience. Every additional QR scanner app you install is another app requesting camera and notification permissions — and another potential vector for intrusive ads or data collection. The built-in camera asks for nothing extra, works offline, and is already installed.

If you want a dedicated decoder, choose a privacy-focused scanner

There are legitimate reasons to want a dedicated scanner. A low-contrast monitor, HDR brightness, or a partially obstructed code can defeat the default camera, and a dedicated tool gives you more manual control over focus and detection.

If you install a separate scanner, choose one that respects your privacy. On iOS, the Kaspersky QR Scanner is ad-free and doesn't upload your scans. On Android, Binary Eye is a solid open-source option with no trackers and no unnecessary permissions. Avoid apps that request access to your contacts, location, or storage — a QR scanner has no legitimate reason to touch any of those.

One clarification: no app can decode a blue screen QR code after the PC has already restarted. If the moment has passed, stop searching for a scanner and switch to Event Viewer or the minidump method instead. The stop code is still on your system; the QR code was only ever one way to reach it.

Frequently Asked Questions

What does the QR code mean on a blue screen error?

The QR code is a shortcut generated by Windows that points to the official Microsoft Bug Check documentation page for the specific stop code being displayed. It is not malware, not a tracking code, and it does not transmit any data from your PC. Scanning it simply opens a web page on your phone that explains the likely causes of the crash and the recommended fixes.

How do I scan the QR code on a Windows blue screen?

Open the camera app on your phone, hold it eight to twelve inches from the monitor, and position the full QR code square in the viewfinder. When the detection banner appears, tap it to open the link. If the camera is struggling, switch to video mode, record several seconds of the screen, and pause on a clear frame after the PC restarts. You can also write down or photograph the stop code text below the QR code as a backup.

Can I scan a blue screen QR code with my iPhone?

Yes. The built-in Camera app on iPhone detects QR codes automatically. Simply open the Camera app, point it at the code, wait for the notification banner above the viewfinder, and tap it. The page opens in Safari and will take you to the official Microsoft Bug Check documentation. No third-party scanner app is required.

Why is my blue screen QR code not scanning?

The usual causes are glare or reflections on the screen, holding the phone too close, low screen brightness, a cracked or damaged display, or the restart countdown ending before the camera locks on. Move to a different angle to eliminate glare, back the phone up to about ten inches, and raise the monitor brightness if possible. If the code is on a cracked screen, connect an external monitor and scan the code there. If none of that works, record a video of the screen and pause on a frame — this often succeeds where live scanning fails.

Is the blue screen QR code a virus?

No. The QR code is generated by Windows itself, and legitimate scans open a page under Microsoft's official domains, such as support.microsoft.com. There is, however, a possible phishing scenario where fake BSOD screens displayed in a web browser could show a malicious QR code. The safety rule is simple: after scanning, check the URL. If it doesn't start with a Microsoft domain, close it and recover your stop code using Event Viewer or the reliability history instead.

The Bottom Line

The blue screen QR code is a genuine convenience feature, not a design afterthought. It gives you a direct link to the exact Microsoft Bug Check guide for the stop code that caused the crash. The trick is knowing how to use the short countdown — and knowing that the countdown isn't your only chance. Even if the screen disappears before your camera locks on, the stop code lives on in the Event Viewer, in the minidump files, and in the reliability history.

Save this guide for the next time Windows decides to crash, because there will almost certainly be a next time. If the same blue screen QR code keeps coming back after you've tried the fixes above, write down your exact stop code, note which hardware and drivers you added recently, and take that information to your PC manufacturer's official support forum. Specific information always beats generic advice when it comes to diagnosing a stubborn crash.

Back to Home