By LK Wood IV · 2026-07-11 · ~9 min read · St. Louis County, MO

Search “games keep crashing pc” and you get the same twenty-item checklist over and over: update drivers, verify files, disable XMP, check temps, run SFC. It’s not wrong - but handing you all twenty at once, in no order, is why people “try everything” and still crash. The list ignores the one thing that actually narrows it down: what the crash looks like.

A game that quietly closes to the desktop, a blue screen with an error code, and a whole PC that hard-locks or reboots mid-game are three different failures with three different culprits. Sort your crash into the right one first and you can skip three-quarters of that checklist. Here’s the fork, then how to read the actual crash instead of guessing at it.

Step 1: what does the crash actually look like?

Before you change one setting, put your crash in a row. This is the fork nobody leads with, and it’s the whole game:

What happensWhat it almost always meansWhere to aim
One game closes to desktop, no blue screen, PC stays fineGame files, GPU driver, or an overlayGame-level fixes below
Every game crashes to desktop after a few minutesDriver, memory/XMP, or heatSystem-level fixes below
Blue screen (BSOD) with a stop codeDriver or hardware - read the codeRead the crash, then system fixes
Whole PC hard-locks (frozen, must hold power button)Heat, RAM, or power deliveryComputer keeps freezing
Whole PC reboots instantly, no warningPower supply or thermal shutdownPC keeps restarting
Screen goes black, then game recovers or drops you outGPU driver timeout (TDR)GPU driver crash fix

The two most useful splits inside that table: one game versus every game, and crash-to-desktop versus the whole machine going down. If it’s one game closing to desktop, your hardware is almost certainly fine and you’re wasting time in the BIOS. If it’s every game plus blue screens or a dead machine, the problem is system-wide - memory, heat, or power - and no amount of reinstalling one game will fix it.

Step 2: read the crash - don’t guess at it

Windows writes down every crash. Almost nobody looks, which is how the twenty-item checklist survives. Two free, built-in tools turn a guess into a lead.

Reliability Monitor is the friendly one. Press Start, type Reliability History, and open it. You get a calendar with a red X on every crash. Click the day, and each failure shows a plain-language line plus a View technical details link. It’s the fastest way to see whether your crashes cluster right after a Windows update, a driver install, or a new program - which often is the answer.

Event Viewer is the precise one. Press Start, type Event Viewer, then open Windows Logs then Application, and find the red Application Error entry (Event ID 1000) stamped at your crash time. Two fields matter:

  • Faulting Application Name - which .exe actually died. If it’s the game, the crash is in the game or its renderer. If it’s an overlay or helper app, you just found your culprit.
  • Faulting Module Name - the specific file that broke. A graphics DLL like nvwgf2umx.dll (NVIDIA), atidxx64.dll (AMD), or d3d12.dll points at the GPU driver or DirectX. A third-party module - RGB software, a capture tool, antivirus - points at that program.

One more clue: the Exception Code. 0xc0000005 is an access violation, and when games throw it repeatedly it usually means bad memory or an unstable overclock - which tells you to go straight to the XMP test below. (Event ID 1001 next to 1000 is just Windows’ crash-reporting entry for the same event.)

If the game keeps its own crash logs - many do, in the game’s folder or Documents - read those too; they often name the exact subsystem that failed.

The game-level fixes (one game, or crash-to-desktop)

If a single game closes to desktop, or every game crashes to desktop without a blue screen, work this list. These are free and none of them touch your hardware:

  • Update the GPU driver - properly. Get it from NVIDIA, AMD, or Intel directly, not Windows Update (which often ships an older build). If crashes persist, do a clean install: wipe the current driver with Display Driver Uninstaller (DDU) in Safe Mode, then install the latest fresh. Corrupt or half-updated drivers are the single most common cause of crash-to-desktop.
  • Verify the game’s files. On Steam: right-click the game then Properties then Installed Files then Verify integrity of game files (other launchers have a “repair” button). This re-downloads anything corrupt - the top cause of one game crashing while the rest are fine.
  • Kill the overlays. Discord, the NVIDIA App/GeForce Experience, AMD Adrenalin, Steam overlay, Xbox Game Bar, and MSI Afterburner / RivaTuner (RTSS) all inject code into the game’s render pipeline. Under DirectX 12 especially, a single overlay can corrupt the command queue the game sends to the GPU and crash it - even if that overlay works fine in other games. Turn them all off, confirm the crash is gone, then re-enable one at a time to find the offender.
  • Delete the shader cache and update the game. A bad patch or a stale shader cache causes crashes that a driver update alone won’t fix. Clear the cache (NVIDIA Control Panel or the game’s own option) and make sure the game is current.
  • Check anti-cheat and compatibility. Some anti-cheat systems clash with overlays, virtual machines, or Windows’ Core Isolation. For older games, try running as administrator or in a compatibility mode.

The system-level fixes (every game, BSOD, or the whole PC goes down)

If every game crashes, you get blue screens, or the machine hard-locks or reboots, the problem is your hardware or its settings. Run these in order - cheapest and highest-hit first:

  1. Disable XMP / EXPO and test. This is the highest-hit fix on the system side. Your RAM’s XMP (Intel) or EXPO (AMD) profile is a factory overclock; it can pass everyday use and fail under a game’s memory load. In the BIOS, set memory to default/Auto (JEDEC) speed and test. Crashes stop? Your kit couldn’t hold that overclock - re-enable XMP one speed tier lower, or nudge DRAM voltage up slightly.
  2. Test the RAM itself. If it still crashes at default speed, run MemTest86 from a USB stick for several passes (or Windows Memory Diagnostic). Any error means a bad module - reseat the sticks, try one at a time, and RMA if a stick fails.
  3. Rule out heat. A CPU or GPU hitting its thermal limit shuts down to protect itself, which reads as a mid-game crash or hard-lock. Watch temperatures with HWiNFO or HWMonitor during play; if the CPU or GPU is pinned at 90C+ when it dies, that’s your answer - see CPU overheating and GPU overheating.
  4. Suspect the power supply. An aging or undersized PSU sags under the millisecond power spikes a modern GPU pulls when a game ramps up, dropping the whole system - a hard reboot with no blue screen is the classic signature. Our PSU failure symptoms guide covers how to confirm it and why the “paperclip test” won’t.
  5. Remove every overclock and undervolt. GPU core/memory overclocks and CPU undervolts that seemed stable in a benchmark routinely crash under real game loads. Set everything back to stock and test before you blame a part - and if the blue screen you keep getting is CLOCK_WATCHDOG_TIMEOUT, that revert is not just a diagnostic step, it is the fix.

The quick-win order

If you’d rather have a sequence than a diagnosis, this catches most crashes fast:

  1. Read the crash in Reliability Monitor / Event Viewer - note the faulting module and whether it’s one game or all.
  2. One game only? Verify its files, update the GPU driver, disable overlays. Stop here - it’s not your hardware.
  3. Every game or BSODs? Disable XMP/EXPO and test. This alone fixes a large share of “random” crashes.
  4. Still crashing? Watch temps and test RAM with MemTest86.
  5. Hard reboots with no blue screen? Look hard at the power supply.

Most crashes end in the first three steps. The people who “tried everything” almost always skipped step 1 - they never read the crash, so they were changing settings blind. Sixty seconds in Event Viewer usually tells you which half of this guide you actually needed.

If your game isn’t crashing but stuttering - running but hitching, with uneven frame times rather than a clean shut-down - that’s a different problem; start with why your PC stutters in games.

Frequently asked questions

How do I find out what’s crashing my game?
Stop guessing and read the crash - Windows records it in two places. First, Reliability Monitor: press Start, type ‘Reliability History’, open it, and click the day the crash happened; each red X shows the crash with a ‘View technical details’ link. Second, Event Viewer (press Start, type ‘Event Viewer’), then Windows Logs then Application, and look for a red ‘Application Error’ entry (Event ID 1000) stamped at your crash time. The two fields that matter are the Faulting Application Name (which .exe died - the game, or an overlay) and the Faulting Module Name (the specific DLL). If the module is the game’s own file or a graphics DLL (nvwgf2umx.dll, atidxx64.dll, d3d12.dll), suspect the GPU driver or the game. If it’s a third-party module - an overlay, RGB software, or antivirus - that program is the culprit. An exception code of 0xc0000005 means an access violation, which usually points at bad memory or an unstable overclock. That one reading tells you where to aim before you change a single setting.
Can bad RAM or XMP cause games to crash?
Yes, and it’s one of the most common causes of crashes that seem random. Games hammer memory harder than desktop apps, so a marginal stick or an unstable memory overclock shows up as game crashes long before it affects anything else. The number-one thing to test is your XMP (Intel) or EXPO (AMD) profile: that profile is a factory overclock, and it can pass everyday use but fail under a game’s load. Go into the BIOS, set memory to its default/Auto (JEDEC) speed to turn XMP/EXPO off, and test. If the crashes stop, your memory couldn’t hold that overclock - re-enable XMP but drop the speed one tier or bump DRAM voltage slightly. If crashes continue even at default speed, test the sticks themselves with MemTest86 (boot from a USB stick, let it run several passes) or Windows Memory Diagnostic; any error means a bad module. A crash with exception code 0xc0000005 in Event Viewer is a strong hint memory is involved.
Is Windows 11 causing my games to crash?
Usually not by itself, but a few Windows-side things do cause game crashes, so it’s worth ruling them out. A recent Windows update can ship a bad graphics-driver version or break compatibility with an older game - check whether the crashes started right after an update, and if so, update your GPU driver from NVIDIA/AMD/Intel directly (Windows Update often installs an older one). Two Windows features are worth toggling to test: Xbox Game Bar and its background capture (Settings then Gaming) can conflict with some games, and so can the system-wide Hardware-Accelerated GPU Scheduling and Game Mode toggles - flip each off, test, and flip back if it made no difference. Core isolation/memory integrity has also been known to cause instability with certain anti-cheat games. If a specific game crashes only after a Windows feature update, running it in a compatibility mode or verifying the developer has patched it is the fix - the OS is rarely the root cause on its own.
What PC part is most likely causing my games to crash?
It depends on how the crash looks, which is exactly why sorting the signature first matters. If a single game closes to desktop with no blue screen and the rest of the PC stays fine, it’s rarely a failing part at all - it’s usually the GPU driver, corrupt game files, or an overlay injecting into the game. If EVERY game crashes, or you get blue screens, or the whole machine hard-locks or reboots mid-game, now you’re looking at hardware: RAM/overclock instability first (test by disabling XMP/EXPO), then heat (a CPU or GPU hitting its thermal limit shuts down to protect itself), then the power supply (an aging or undersized PSU sags under the load spike when a game ramps up and drops the whole system). The graphics card itself can cause crashes when it’s overheating, has an unstable overclock, or is genuinely failing, but it’s not the first thing to blame - driver and memory issues are far more common and free to rule out.
Why do my games keep crashing on a high-end PC that isn’t overheating?
A powerful, cool PC that still crashes almost always points at three things people skip because they assume expensive hardware can’t be the problem. First, memory instability: high-end boards ship with fast XMP/EXPO kits, and the faster the profile the more likely it is to be marginal under a game’s load - disable it and test, this is the single highest-hit fix on enthusiast systems. Second, the power supply under transient load: modern GPUs pull huge millisecond-long power spikes, and a PSU that looks big enough on paper can still trip the system off during those spikes if it’s aging or was chosen without headroom. Third, overlays and background tools: gamers with high-end rigs tend to run Discord, the NVIDIA App, MSI Afterburner/RivaTuner, and RGB software all at once, and any one of them hooking into the game can crash it while temperatures stay perfectly normal. Read Event Viewer for the faulting module, disable XMP and every overlay to test, and check the PSU before you blame the parts that look fine.
How do I stop one specific game from crashing when my other games are fine?
When it’s just one game, the hardware is almost certainly fine and the problem lives in that game’s files or settings - so fix it there, not in the BIOS. Start by verifying the game’s files (on Steam: right-click the game, Properties, Installed Files, Verify integrity of game files; other launchers have an equivalent ‘repair’ option) - this re-downloads anything corrupt, which is the top cause of a single game crashing. Then update the game and your GPU driver, delete the game’s shader cache if it has one, and lower any one extreme setting (ray tracing, an ultra texture pack, or an in-game upscaler) to test whether it’s a VRAM or feature-specific crash. Disable overlays for that title, check the game’s own crash logs or community/Discord for a known bad patch, and if it’s an older game try running it as administrator or in a compatibility mode. If none of that works and only this game crashes, it’s a bug on the game’s side - your PC isn’t broken.

Evidence ledger

Last updated
Methodology
This guide was written and edited by Lowell K. Wood IV in St. Louis County, MO. Specs and prices verified against vendor and project documentation current on the date above. Full editorial standard: methodology.
Update log
  • 2026-08-19 — Last reviewed and updated.
Corrections
Spotted an error or a stale number? Email hello@techfuelhq.com. Confirmed corrections are added to the update log above.

About the author

Written by Lowell K. Wood IV, who builds and runs TechFuelHQ from St. Louis, Missouri.