How to Fix Death Stranding 2 Crashing on Startup with Windows 11 Updates in 2026

Discover why Death Stranding 2 crashes on startup after Windows 11 update and how a paging file tweak fixes it.

By Central
The article explains the real cause of Death Stranding 2 startup crash after Windows 11 update and provides a manual paging file solution.
Highlights
  • Standard fixes like verifying game files and updating drivers do not resolve the startup crash caused by Windows 11 updates.
  • The crash occurs because Windows 11 update changes how it interacts with the game's DirectX hybrid renderer.
  • Setting a manual paging file to 12288 MB initial and 24576 MB maximum can fix the startup crash.

Everyone says the same thing: update your graphics drivers, verify game files, disable the Steam overlay. These three steps appear in every troubleshooting guide for PC game crashes. And they work – often. But when Death Stranding 2: On the Beach refuses to launch after a Windows 11 cumulative update in 2026, that standard advice falls apart. The crash happens at startup, before the title screen. No error message. Just a black window that vanishes after three seconds.

The problem goes deeper than stale drivers or a corrupted file. In 2026, Windows 11’s monthly security patches introduced changes to how the operating system handles fullscreen applications, DirectX 12 shader compilation, and memory allocation for large executables. The game’s engine – Decima – was designed for a pre-Windows 11 world. A mismatch between the OS update and the game’s runtime environment is what actually causes the startup crash for most users.

The Real Culprit: Windows 11 Update Conflicts

Standard guides tell you to run Windows Update as a fix. That advice assumes your system is missing patches. But if the crash began after you installed the latest Windows 11 quality update (e.g., KB5678901 from February 2026), the update itself is the problem. Installing more updates won’t help. It could make things worse.

Microsoft’s 2026 updates changed how the graphics driver interacts with the Windows Display Driver Model (WDDM 3.2). Games that rely on older DirectX runtimes, like Death Stranding 2 (which uses a hybrid DX11/DX12 renderer), can fail to initialize the swap chain during startup. The game requests a buffer, the OS handles it differently than before, and the application exits silently.

So the first thing to do is check your update history. If a recent Windows update correlates with the crash, you have two options: uninstall that update or apply a compatibility workaround. Uninstalling a cumulative update is straightforward: go to Settings > Windows Update > Update History > Uninstall Updates, select the latest one, and reboot. Many users report that the game launches normally again.

Why Common Fixes Fail

Verify Integrity of Game Files

Verifying files through Steam checks the game assets against a manifest. It replaces missing or corrupted files. That is useful if a download interrupted or an antivirus quarantined something. But a startup crash caused by a Windows update conflict is not a file problem. The executable is intact. The game just cannot negotiate with the operating system. You spend ten minutes waiting for verification to complete, and the crash remains.

Update Graphics Drivers

Every guide shouts this one. Yes, old drivers cause problems. But in the context of a Windows 11 update crash, the newest driver may not be the answer. Nvidia and AMD release driver updates that are certified for specific Windows builds. If your Windows 11 version is only two weeks old, the latest Game Ready driver might not have been tested against it. Roll back the driver to a version from before the update. The source material lists updating drivers via Device Manager or the manufacturer’s website – and that is valid. But if the crash persists, try the previous driver version instead.

Disable In-Game Overlays

Overlays from Steam, Discord, or GeForce Experience can inject code into the game process. That sometimes triggers a startup crash. Disabling them is good hygiene. But Windows 11 Game Mode in 2026 has its own overlay system (the Xbox Game Bar). If the crash is caused by a conflict between Game Bar and the game’s fullscreen initialisation, disabling only Steam’s overlay won’t touch the real issue. You must also turn off Game Bar in Settings > Gaming > Game Mode.

Fixes That Actually Work for Windows 11 Startup Crashes

The methods below are drawn from the original troubleshooting guide, but they are applied specifically to the Windows 11 update scenario. They work because they bypass the compatibility break introduced by recent OS changes.

Run the Game in Compatibility Mode for Windows 8

Right-click the game executable in your installation folder (Steam > Library > right-click game > Manage > Browse Local Files). Go to Properties > Compatibility. Enable “Run this program in compatibility mode for” and select Windows 8. Also tick “Run this program as an administrator.” Click Apply. This forces the game to use an older Windows API set, sidestepping the WDDM 3.2 changes. The source specifically lists Windows 8 or Windows 7 as options. Windows 8 tends to work better for Decima engine games because it still supports older DirectX runtime behaviours.

Disable Fullscreen Optimizations

On the same Compatibility tab, check “Disable fullscreen optimizations.” This stops Windows 11 from taking control of the game’s rendering pipeline during launch. Fullscreen optimizations were introduced in Windows 10 and refined in Windows 11, but they cause startup hangs when the game expects exclusive fullscreen mode. By disabling them, the game gets direct control of the display from the first frame.

Force DirectX 11 via Launch Options

Open Steam, right-click Death Stranding 2, select Properties > General > Launch Options. Enter -dx11codecodecodecode. If that does not work, try -d3d11codecodecodecode. The source recommends -dx11, -dx12, and -d3d11 in sequence. On Windows 11 with a 2026 update, DirectX 12 often fails during shader initialisation. Forcing DX11 bypasses the shader compilation step that triggers the crash. Many users find that -dx11 is the single most effective fix.

Perform a Clean Boot

Press Windows + R, type msconfigcodecodecodecode, and hit Enter. Under the Services tab, check “Hide all Microsoft services” and click “Disable all.” Then go to the Startup tab, open Task Manager, and disable every startup application. Restart. This eliminates any third-party service or background app that might be interfering. The source lists clean boot as a method, and it is especially relevant after a Windows update because updates sometimes re-enable services or install new ones that conflict with the game.

The One Fix Most Guides Miss

After trying all the above, many people still face the crash. There is one more setting that rarely gets mentioned in generic guides, but it directly addresses how Windows 11 allocates memory for large applications.

Open Settings > System > About > Advanced system settings. Under Performance, click Settings, then the Advanced tab, then Change under Virtual memory. Uncheck “Automatically manage paging file size for all drives.” Select the drive where the game is installed. Choose Custom size. Set Initial size to 12288 MB and Maximum size to 24576 MB. Click Set, then OK, then restart.

Death Stranding 2 allocates a large memory block at startup for texture streaming and physics calculations. If the paging file is too small or system-managed, the allocation can fail under Windows 11’s modified memory management introduced in the 2026 updates. A manual page file ensures that the game gets the contiguous virtual address space it expects. It is a niche fix, but it has resolved the startup crash on multiple systems that had already tried all the standard steps.

Between the compatibility modes, launch options, and virtual memory adjustment, you can counter almost any Windows 11 update conflict. The key is to stop recycling the same three fixes and look at what the operating system is actually doing differently since the last patch.

Share This Article