Elden Ring White Screen Crash

What is this error?

Elden Ring launches to a white screen and then crashes or freezes. A common launch issue related to EasyAntiCheat, GPU drivers, or overlay conflicts.

Common causes

  • EasyAntiCheat initialization failure
  • outdated GPU driver
  • overlay software conflict
  • Steam overlay issue
  • incompatible Windows version

How to fix it

  1. Repair EasyAntiCheat
  2. update GPU driver
  3. disable Steam overlay
  4. launch from game exe directly to test

Too many steps? Crashless can diagnose this automatically — checks your drivers, temps, VRAM, and 400+ known error patterns.

Get free AI diagnosis

Detailed analysis

Elden Ring white screen crash means the game opens a window but never gets past a blank white frame before freezing or crashing to desktop. The fastest fix: repair EasyAntiCheat from the game's install folder, disable Steam overlay, and DDU clean install your GPU driver. If the white screen appeared out of nowhere after months of working fine, the EasyAntiCheat repair alone fixes it about 60% of the time.

What's actually happening

Elden Ring's startup sequence goes like this: the executable launches, EasyAntiCheat initializes and verifies the game, then the game engine initializes DirectX, loads the configuration file, and starts rendering. The white screen means the game created a window (which is why you see it on your taskbar and the white rectangle on screen) but stalled during one of the initialization steps before the first frame could render.

The white window itself is just an empty Win32 window that hasn't received its first paint event. The game is frozen somewhere between "window created" and "first frame rendered." This could be EasyAntiCheat hanging during verification, the DirectX device creation failing silently, a shader compilation stall on first launch, or an overlay injecting into the process and deadlocking the render thread before it starts.

This is different from a black screen crash (which usually means the game initialized DirectX but the display output is broken) and different from a crash on the logo screen (which means the engine started rendering but hit an error during asset loading). White screen specifically means the engine never got to render anything at all.

The most common causes (in order of likelihood)

EasyAntiCheat failure. Elden Ring uses EasyAntiCheat, and when EAC stalls during initialization, the game window appears but nothing happens. EAC needs to finish its verification before the engine starts. If EAC is corrupted, blocked by antivirus, or can't reach its servers for a check, the game hangs on the white screen indefinitely and eventually crashes. This is the #1 cause because EAC files get corrupted by game updates, antivirus quarantine actions, and Steam file verification that replaces EAC components with wrong versions.

Steam overlay conflict. The Steam overlay injects a DLL into the game process during startup. Elden Ring's engine has a known sensitivity to this injection timing — if the overlay DLL loads before the engine's own DirectX initialization is ready, it can deadlock the render thread. The white screen is the game window waiting for a render thread that's never going to start. This issue is worse on certain GPU driver versions and was particularly bad on NVIDIA 52x.xx and 53x.xx drivers.

GPU driver incompatibility. Elden Ring uses DirectX 12 and has specific requirements for shader model support and DXGI features. Older GPU drivers may support DX12 technically but miss specific extensions that Elden Ring needs. When the device creation call fails, the engine doesn't always surface a clear error — it just hangs on the white screen. NVIDIA and AMD have both released multiple Elden Ring-specific driver updates since launch, and running an outdated driver is a common cause.

Corrupted graphics configuration. Elden Ring stores its graphics settings in %APPDATA%\EldenRing\[SteamID]\GraphicsConfig.xml (or similar). If this file contains settings that your current GPU can't handle (maybe you changed GPUs, or a mod wrote invalid values), the engine tries to initialize DirectX with impossible parameters and stalls.

Overlay software injection. Discord overlay, GeForce Experience overlay, MSI Afterburner/RivaTuner, Xbox Game Bar, and Medal.tv all inject DLLs into game processes. Elden Ring's startup is sensitive to these injections. Multiple overlays trying to hook the same DirectX functions create a deadlock where the render pipeline never starts. One overlay is usually fine; two or more dramatically increase the chance of a white screen hang.

Resolution or display mode conflict. If the game's config file specifies a resolution or refresh rate that your monitor doesn't support (common after switching monitors or unplugging a secondary display), the DirectX device creation can fail silently, resulting in the white screen.

How to fix it

  1. Repair EasyAntiCheat. Navigate to your Elden Ring install directory. For Steam, the default is C:\Program Files (x86)\Steam\steamapps\common\ELDEN RING\Game\. Look for a folder called "EasyAntiCheat" inside. Run "EasyAntiCheat_Setup.exe" as Administrator. Select Elden Ring from the dropdown if prompted, and click "Repair Service." Wait for it to complete. This fixes corrupted EAC files that prevent the game from getting past the initialization phase.
  2. Disable Steam overlay for Elden Ring. In Steam, right-click Elden Ring > Properties. Uncheck "Enable the Steam Overlay while in-game." Also go to Steam > Settings > In-Game and make sure the FPS counter overlay is set to Off. Launch the game. If it works, the Steam overlay injection was the problem. You can try re-enabling it after updating your GPU driver — the conflict is often driver-version-specific.
  3. DDU clean install your GPU driver. Download DDU (Display Driver Uninstaller) from guru3d.com. Boot into Safe Mode (Shift+click Restart > Troubleshoot > Startup Settings > Safe Mode). Run DDU, select your GPU vendor, click "Clean and restart." After rebooting, immediately install the latest Game Ready (NVIDIA) or Adrenalin (AMD) driver from the manufacturer's website. Don't let Windows Update install its own driver — it's always outdated.
  4. Delete Elden Ring's settings file. Navigate to %APPDATA%\EldenRing\. You'll see a folder with a long number (your Steam ID). Open it and delete GraphicsConfig.xml (or all config files if you want a full reset). The game regenerates these on next launch with safe default settings. This fixes white screens caused by invalid resolution, refresh rate, or graphics settings.
  5. Disable all overlay software. Turn off each one individually: GeForce Experience overlay (open GFE > Settings > In-Game Overlay > toggle off), Discord overlay (User Settings > Game Overlay > toggle off), Xbox Game Bar (Windows Settings > Gaming > Xbox Game Bar > Off), MSI Afterburner/RivaTuner (close from system tray), Medal.tv, OBS game capture (close OBS entirely). After disabling all overlays, launch Elden Ring. If it works, enable them back one at a time to find the culprit.
  6. Run the game as Administrator. Right-click eldenring.exe (in the Game subfolder of the install directory) > Properties > Compatibility tab > check "Run this program as an administrator." Click Apply. Some systems have permission issues that prevent EAC or DirectX from initializing properly without elevated privileges.
  7. Force windowed mode. In Steam, right-click Elden Ring > Properties > Launch Options. Add: -windowed. This forces the game to start in a window instead of fullscreen, which bypasses resolution and display mode conflicts. If the game launches successfully in windowed mode, you can change to Borderless Fullscreen from within the game's settings menu.
  8. Add Elden Ring to antivirus exclusions. Add the entire Elden Ring installation folder and the EasyAntiCheat folder to your antivirus exclusion list. EAC files getting quarantined mid-initialization causes the white screen hang. For Windows Defender: Windows Security > Virus & Threat Protection > Manage Settings > Exclusions > Add > Folder.

Is this a hardware or software problem?

White screen crashes are software problems. Your GPU, CPU, and RAM are not failing — the game just can't get through its initialization sequence due to an EAC issue, overlay conflict, or driver incompatibility.

The way to confirm: if other DirectX 12 games launch fine (Cyberpunk 2077, Fortnite, Baldur's Gate 3), your hardware is not the issue. If multiple DX12 games fail to launch, then look at your GPU driver as the common factor — DDU clean install is the answer.

One edge case: if Elden Ring white screens AND your GPU shows artifacts in other applications, your VRAM might be failing. But that's extremely rare for a white-screen-only symptom.

If you're not sure, Crashless can check your drivers, temps, VRAM, and 400+ known patterns automatically — just use the chat above.

Games commonly affected

This is an Elden Ring-specific error, but the same white screen pattern can appear in other FromSoftware games like Armored Core VI (which uses the same engine and EasyAntiCheat). Dark Souls III and Sekiro can also exhibit white screen crashes but less frequently since they use an older engine version.

Frequently asked questions

Q: The white screen just started happening after Elden Ring updated. I didn't change anything else.
A: Game updates often replace or update EasyAntiCheat files. Repair EAC from the game folder — this is the fix in most post-update white screen cases. If you have mods installed (Seamless Co-op, Elden Mod Loader), they may also be incompatible with the new version.

Q: I can hear the title screen music but the screen stays white. Is that different?
A: Yes — that means the engine actually started and is running, but the render output isn't reaching your screen. This points specifically at an overlay conflict or a display mode issue. Disable all overlays and try the -windowed launch option. It's not an EAC problem if audio is playing.

Q: My friend with the same GPU doesn't have this issue. Why me?
A: The white screen is caused by specific combinations of GPU driver version, overlay software, and system configuration. Two people with the same GPU but different driver versions, different overlays installed, and different Windows security settings will have different experiences. The fix is still the same: repair EAC, disable overlays, DDU install the latest driver.

When to seek help

If this error keeps happening after trying the fixes above, it may point to a deeper hardware or system issue. Consider professional help if:

  • The crash occurs across multiple games or applications
  • You see the same error after a clean Windows install
  • Your PC is less than a year old (could be a warranty issue)
  • You smell burning or hear unusual sounds from your PC

Or let Crashless do the deep analysis for you -- our AI checks drivers, temps, event logs, and 400+ known patterns automatically.

Chat with AI about Elden Ring White Screen Crash

Describe your setup and get a personalized diagnosis in seconds. Free, no signup needed.

Get AI diagnosis

Chat with AI about this error

Describe your setup and what you were doing when the crash happened. Our AI checks against 400+ known crash patterns — free, no download needed.

or type your own question below

Paste or drop screenshots for better diagnosis

Let Crashless handle it

The desktop app scans your drivers, temps, VRAM, event logs, and 400+ known patterns — then walks you through the fix step by step.