A blue screen when launching a game usually means Windows encountered a driver, hardware, memory, storage, or kernel-level software failure serious enough that it could not safely continue. The game is often the trigger rather than the root cause: launching it increases GPU load, allocates RAM and VRAM, activates anti-cheat software, accesses storage, and may switch display modes all at once.
Before changing anything, note the stop code shown on the blue screen, such as VIDEO_TDR_FAILURE, WHEA_UNCORRECTABLE_ERROR, MEMORY_MANAGEMENT, or IRQL_NOT_LESS_OR_EQUAL. Also write down any driver filename shown, such as nvlddmkm.sys, amdkmdag.sys, or rtwlane.sys. Those details can narrow the diagnosis significantly.
Most Common Causes
| Cause | Symptom | Likelihood |
|---|---|---|
| Corrupt, outdated, or unstable GPU driver | Crash occurs as the game opens, changes resolution, compiles shaders, or reaches the menu; may show VIDEO_TDR_FAILURE | Very high |
| Unstable RAM, XMP/EXPO profile, CPU overclock, or GPU overclock | Random stop codes, crashes in different games, MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL, or WHEA errors | High |
| Overheating, power supply instability, or loose GPU power connection | Blue screen, restart, shutdown, black screen, or crash only after load begins | High |
| Damaged Windows files, disk errors, or a nearly full game drive | Crashes after updates, game files fail verification, storage-related stop codes, long loading times | Medium |
| Overlay, RGB, monitoring, antivirus, VPN, or anti-cheat conflict | Only one game crashes; issue begins after installing background software or a game update | Medium |
| Failing GPU, RAM module, motherboard, or SSD | Crashes persist after clean software troubleshooting and occur in multiple demanding applications | Lower, but serious |
Diagnose Step by Step
1. Record the stop code and check Reliability Monitor
After Windows restarts, press Win + R, type perfmon /rel, and press Enter. Reliability Monitor lists application failures, hardware errors, Windows failures, and driver installations by date. Select the red X matching the crash time and read the technical details.
Then open Event Viewer by pressing Win + X and selecting Event Viewer. Go to Windows Logs > System, then choose Filter Current Log in the right pane. Check Critical and Error. Event ID 41, Kernel-Power, confirms an unexpected shutdown but does not identify the cause; look at events immediately before it for driver or disk errors.
2. Remove all overclocks before testing
Return the GPU to stock settings in MSI Afterburner, AMD Software, or your GPU tuning utility. Disable custom core clock, memory clock, voltage, fan curves, and power-limit changes temporarily. In BIOS or UEFI, disable XMP, EXPO, DOCP, PBO, Curve Optimizer, CPU ratios, and undervolts for one test session.
If the blue screen disappears at stock settings, the system was unstable even if it appeared stable in ordinary desktop use. Games expose marginal instability quickly because they load the CPU, GPU, RAM, and power delivery simultaneously.
3. Check temperatures, cables, and power behavior
Use a trusted hardware monitoring utility while launching the game. Watch CPU package temperature, GPU temperature, GPU hotspot temperature, clock speeds, and power draw. Sudden clock drops, extreme temperatures, or a restart without a consistent stop code can point to cooling or power problems.
Shut down the PC, switch off the power supply, and unplug it. Reseat the graphics card, its PCIe power connectors, and RAM modules. If your GPU uses multiple 8-pin connectors, use separate PCIe power cables from the power supply when possible instead of one daisy-chained cable.
4. Test memory and Windows files
Press Win + R, enter mdsched.exe, and select Restart now and check for problems. This is a useful first check, but it may not find every unstable RAM profile. If errors appear, test with XMP/EXPO disabled and, if necessary, test one memory stick at a time.
Open Terminal (Administrator) from the Win + X menu. Run the following commands one at a time:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
chkdsk C: /scan
Restart after repairs complete. If the game is installed on another drive, replace C: with that drive letter in the final command.
5. Isolate game-specific software conflicts
Disable overlays before launching the game. Turn off Steam Overlay under Steam > Settings > In Game > Enable the Steam Overlay while in-game. In Discord, open User Settings > Game Overlay and disable Enable in-game overlay. Also disable NVIDIA App or AMD Software overlays, Xbox Game Bar, RGB utilities, frame limiters, recording tools, and third-party hardware monitors temporarily.
If only one title blue screens, verify its files through its launcher and reinstall or repair its anti-cheat component. Do not delete anti-cheat folders manually unless the game publisher’s installer provides a repair or uninstall option.
Fixes by Cause
GPU driver corruption or driver conflicts
What causes it: A damaged driver installation, a problematic update, remnants from an old GPU, or driver settings that conflict with a game can crash Windows during graphics initialization.
How to check: Look for VIDEO_TDR_FAILURE, VIDEO_SCHEDULER_INTERNAL_ERROR, nvlddmkm.sys, or amdkmdag.sys. Check whether the crash began immediately after a graphics driver update.
What to do: Download a current stable driver directly from your GPU manufacturer before uninstalling anything. In Settings > Apps > Installed apps, remove the existing NVIDIA, AMD, or Intel graphics software. Restart, install the downloaded driver, and select a clean-install option if the installer offers one. Avoid installing optional overlays or tuning components until stability is confirmed.
How to undo: If the new driver makes crashes worse, open Device Manager > Display adapters > [your GPU] > Properties > Driver and select Roll Back Driver if available. Otherwise, install the prior stable driver package.
Unstable RAM, XMP/EXPO, or overclock settings
What causes it: XMP/EXPO is an overclocked memory profile, and not every CPU, motherboard, and RAM combination remains stable at its advertised profile. GPU undervolts and CPU tuning can also fail only under game load.
How to check: Blue screens with changing stop codes, WHEA events, memory-related errors, or crashes that vanish after disabling tuning are strong indicators.
What to do: Enter BIOS or UEFI by repeatedly pressing Delete or F2 during startup. Load optimized defaults, then disable XMP/EXPO and all manual CPU/GPU tuning. Test several game launches. If stable, re-enable only one setting at a time. For memory, try a lower supported speed rather than immediately returning to the highest profile.
How to undo: Re-enter BIOS and re-enable your previous XMP/EXPO profile or restore saved BIOS settings. Do this only after confirming the setting was not responsible for the crashes.
Heat, power, or physical connection problems
What causes it: Dust buildup, failed fans, poor airflow, an aging power supply, loose connectors, or an underpowered unit can cause instability when the GPU begins drawing significant power.
How to check: Inspect for stopped fans, excessive dust, loose PCIe connectors, or melted/discolored cable ends. A crash that happens only under 3D load but not during browsing is especially suspicious.
What to do: Clean filters and heatsinks with the PC powered off. Confirm every GPU connector is fully seated. Set Windows to Settings > System > Power & battery > Power mode > Balanced while testing. Temporarily reduce GPU load by limiting the game to 60 FPS, lowering resolution, or selecting a lower graphics preset.
How to undo: Restore your preferred power mode, frame cap, and graphics settings after the system proves stable. Do not continue using visibly damaged power cables or connectors.
Corrupt game files, Windows files, or storage errors
What causes it: Interrupted updates, failing SSD sectors, permission problems, or damaged Windows components can crash a game or its kernel-level services.
How to check: Look for disk warnings in Event Viewer, repeated game-file verification failures, or crashes isolated to games installed on one drive.
What to do: Keep at least 15% free space on the game drive where practical. Run sfc, DISM, and chkdsk as listed above. Use the game launcher’s Verify integrity, Scan and repair, or equivalent option. If only one installed drive causes problems, move the game to another healthy drive and retest.
How to undo: Verified files and Windows repairs are non-destructive. You can move the game back to its original library location after confirming the drive is healthy.
Overlays, security software, and anti-cheat conflicts
What causes it: Overlay hooks and kernel-level anti-cheat drivers can conflict with monitoring tools, old antivirus drivers, virtual machine software, or RGB utilities.
How to check: The problem affects one protected multiplayer game, began after a utility update, or stops when background software is closed.
What to do: Perform a clean boot: press Win + R, type msconfig, open Services, check Hide all Microsoft services, then select Disable all. In the Startup tab, open Task Manager and disable nonessential startup apps. Restart and test. Re-enable items gradually to find the conflict.
How to undo: Return to msconfig > Services, select Enable all, and re-enable desired Startup apps in Task Manager.
When to Replace or Reinstall
Consider replacing hardware when blue screens continue after a clean GPU driver installation, stock BIOS settings, memory testing, Windows repair commands, and game verification. Replace or professionally test RAM if memory diagnostics show errors at default settings. Suspect the GPU if crashes follow it to another known-good PC, artifacts appear on screen, or driver failures persist across clean Windows installations.
Consider a Windows reinstall when multiple unrelated games and applications crash, system file repair repeatedly finds corruption, or the issue began after extensive driver and software changes. Back up personal files first, then use Settings > System > Recovery > Reset this PC. Choose Keep my files for a less destructive reinstall, or use a clean installation if persistent driver conflicts remain.
FAQ
Can a game itself cause a blue screen?
A game can trigger the condition, especially through a buggy graphics update or anti-cheat component, but a true blue screen usually involves Windows, a driver, or hardware instability. Verify the game files and test another demanding game to determine whether the issue is isolated.
What does VIDEO_TDR_FAILURE mean?
It means Windows detected that the graphics driver or GPU stopped responding and could not recover in time. Start with a clean graphics driver installation, remove GPU overclocks, check temperatures, and inspect GPU power connections.
Should I update BIOS to fix game-launch blue screens?
BIOS updates can improve RAM compatibility and CPU stability, but they should not be the first change. Try stock settings, driver cleanup, RAM testing, and Windows repairs first. If updating, use the motherboard manufacturer’s exact BIOS file and do not interrupt power during the process.
Why does my PC blue screen only when I launch one game?
The most likely causes are corrupted game files, an anti-cheat conflict, an overlay, a game-specific driver bug, or an unsupported mod. Verify the installation, disable overlays and mods, repair anti-cheat through the game launcher, and test with default in-game settings.