Skip to content
WhySoGeek.
Tech Support

Fix Steam Game Won't Launch or Crashes on Startup

Steam shows the game as Running but no window opens, or it crashes instantly. Verify files, fix drivers, kill overlays, and use launch options to fix it.

Sam Carter 8 min read
Cover image for Fix Steam Game Won't Launch or Crashes on Startup
Photo: blakespot / flickr (BY 2.0)

Few things are more frustrating than clicking Play, watching Steam say "Preparing to launch" or "Running," and then... nothing. The button flips back to Play, no window appears, and there is no error message. Or the game flashes a black screen and crashes straight to desktop. In 2026 this happens when Steam hands off the executable correctly but Windows, a graphics driver, an overlay, or an anti-cheat service blocks the game before it can draw a window.

The fixes below are ordered by how often they work and how little they risk. Most launch failures are solved in the first three steps.

Quick answer

Start by verifying the game files (Library, right-click, Properties, Installed Files, Verify integrity), which fixes the most common cause: corrupt or missing files. Next, do a clean install of the latest GPU driver straight from NVIDIA, AMD, or Intel, not Windows Update. Then disable overlays (Steam, Discord, GeForce, Razer) and repair the game's anti-cheat. If it still crashes, add a launch option like -dx11 or -windowed. Running the executable directly from the install folder tells you whether the problem is Steam or the game itself.

Note

If a game stopped launching right after a Windows update, this may be a known regression. Several early-2026 cumulative updates broke specific game launches; Microsoft typically ships a follow-up fix within two weeks. Check Settings > Windows Update for the latest cumulative before deep troubleshooting.

Key takeaways

  • Verify game files first, corrupt or missing files are the single most common cause of an instant crash.
  • Update GPU drivers from NVIDIA/AMD/Intel directly, not Windows Update, which ships months-old builds.
  • Overlays (Discord, Razer Synapse, GeForce/AMD overlays) and anti-cheat (EAC, BattlEye) frequently block launch, disable or repair them.
  • Launch options like -dx11 or -windowed bypass renderer and fullscreen-handoff crashes.

Match the symptom to the fix

The exact way a game fails points to the cause:

SymptomLikely causeFix
"Running" then back to Play, no windowOverlay injection conflictDisable overlays (Step 3)
Instant crash to desktopCorrupt files or driverVerify files, clean driver (Steps 1-2)
Black screen then crashGPU driver or DX12 rendererClean driver, try -dx11 (Steps 2, 4)
Dies the moment it startsAnti-cheat failureRepair EAC / BattlEye (Step 5)
Worked yesterday, not todayDriver, Windows, or Steam updateRoll back driver, verify files
Crashes outside Steam tooGame, driver, or anti-cheatNot a Steam problem; Steps 1, 2, 5

Step 1: Verify the game files

This rebuilds any corrupt or missing files without a full reinstall and fixes a large share of startup crashes.

    1. In your Steam Library, right-click the game and choose Properties.

    2. Open the Installed Files tab.

    3. Click Verify integrity of game files and wait for the scan to finish.

    4. Let Steam re-download any files it flags, then try launching again.

Step 2: Fix the graphics driver

A mismatched or partially corrupted GPU driver is the classic cause of a brief black screen or a silent crash to desktop.

    1. Download the latest driver directly from NVIDIA, AMD, or Intel for your exact GPU.

    2. Run the installer and choose a clean install so old files are removed (or use DDU in Safe Mode first for a fully clean slate).

    3. Reboot and relaunch the game.

Do not rely on Windows Update for GPU drivers, it installs Microsoft-certified builds that often lag months behind. If your stutter or crashes persist after a clean driver, our guide to fixing display driver stopped responding (TDR) crashes covers the deeper GPU-timeout case.

Gaming PC interior with a graphics card, the usual suspect in launch crashes
Photo: Pablo Bigatti / flickr (BY-NC 2.0)

Step 3: Kill overlays and background injectors

Overlays inject code into the game process at launch and are notorious for the "shows Running but never opens" symptom.

    1. Disable the Steam overlay for the game: Properties > General > untick Enable the Steam Overlay while in-game.

    2. Disable Discord overlay (User Settings > Game Overlay) and GeForce Experience / AMD overlay.

    3. Close Razer Synapse, MSI Afterburner/RivaTuner, and Logitech G HUB and test, these inject at a system level.

    4. Relaunch. If it now opens, re-enable overlays one at a time to find the offender.

Step 4: Use launch options

For renderer and fullscreen crashes, a launch flag often gets you past the crash point. Right-click the game > Properties > General > Launch Options, and add one:

  • -dx11, forces DirectX 11 when a DX12 renderer crashes on startup.
  • -windowed or -window, bypasses fullscreen resolution detection and monitor-handoff failures.
  • -high, runs the process at high priority (helps a few timing-sensitive titles).

Add one flag at a time and test. Combine -dx11 -windowed if either alone helps partially.

Step 5: Repair anti-cheat

If the failure mentions anti-cheat or the game dies the instant it starts, repair the anti-cheat service. Easy Anti-Cheat and BattlEye ship installers inside the game folder (look under ...\EasyAntiCheat\EasyAntiCheat_Setup.exe or the BattlEye subfolder). Run the installer and choose Repair. Reinstall if repair fails. Also confirm Windows is fully updated, since anti-cheat relies on current OS security components.

Note

Still crashing? Run the game's executable directly from its install folder (right-click the game > Manage > Browse local files). If it crashes outside Steam too, the problem is the game/driver/anti-cheat, not Steam. If it runs fine outside Steam, focus on overlays and the Steam client.

If the game opens but stutters badly once it runs, that is a different problem; see fixing shader compilation stutter. And if downloads themselves stall before you can even launch, our Steam download stuck at 0 bytes fix covers that.

What to do right now

Work top to bottom and stop when the game opens:

  • Verify the game files from Properties, Installed Files.
  • Clean-install the newest GPU driver from NVIDIA, AMD, or Intel directly.
  • Turn off the Steam, Discord, GeForce, and Razer overlays, then test.
  • Repair Easy Anti-Cheat or BattlEye from the game's install folder.
  • Add -dx11 or -windowed to Launch Options if a renderer crash persists.
  • Check Windows Update for a cumulative that fixes a recent launch regression.

Frequently asked questions

Steam says "Running" then immediately goes back to Play. What does that mean?

The game process started and died within a second or two, almost always an overlay injection conflict, a missing runtime (Visual C++ or DirectX redistributable), or an anti-cheat failure. Disable overlays, run the game's bundled VC++ redistributables from its install folder, and repair anti-cheat.

Do I need to reinstall the whole game?

Usually not. Verifying integrity rebuilds corrupt files in place, which is faster than a full reinstall and fixes most file-related crashes. Reserve a full reinstall for when verification keeps finding the same broken files.

Could antivirus be blocking the game?

Yes. Aggressive antivirus or Windows Defender's controlled folder access can quarantine a game executable or block its anti-cheat. Add the game's install folder as an exclusion and retest. This is more common with games that use kernel-level anti-cheat.

The game launched fine yesterday and now will not. What changed?

The usual triggers are an overnight GPU driver update, a Windows cumulative update, or a Steam client update. Roll back the GPU driver, check for a newer Windows cumulative that fixes a launch regression, and verify the game files, one of those three resolves most "worked yesterday" cases.

#steam#pc-gaming

Sources & further reading

Keep reading