Your cursor hovers over the launch button. Behind it, a second monitor displays Discord, a browser tab, maybe YouTube. You press play. The opening logos roll fine. Then the world loads — and the stutter begins. A hitch every few seconds. Frame time graph looks like a seismograph during an earthquake.
This is not random. It is predictable. And it has a specific cause.
The core issue is not Death Stranding 2 being poorly optimized. The culprit is how your GPU handles memory clock speeds when a second display is connected. Most gamers do not realize that plugging in a secondary monitor locks their video memory clock to an idle or half-rate state. The GPU sees the second screen as a non-gaming workload. It refuses to boost the memory frequency to full speed. When the game suddenly demands high bandwidth — loading terrain, streaming assets, rendering volumetric fog — the VRAM cannot keep up. Frames drop. Stuttering begins.
Nvidia and AMD cards behave slightly differently here. Nvidia cards, particularly the RTX 3000 and 4000 series, are aggressive about downclocking VRAM when a second monitor runs content with static elements or video playback. AMD Radeon cards tend to fluctuate more erratically between idle and boost clocks depending on what the secondary display is doing. Both manufacturers share the same bad habit: they prioritize power saving over gaming performance when a second display is active.
Why the game stutters on dual monitors
The engine that drives Death Stranding 2 — Decima — is built for streaming. It loads and unloads chunks of the world continuously as you move. This is not a flaw. It is the reason the game can render vast landscapes without filling your VRAM entirely. But it also means the engine is constantly hitting the memory bus. Every time it needs to load a new texture or geometry chunk, it requests bandwidth from the GPU. If the VRAM clock is stuck at 810 MHz instead of pushing 1750 MHz or higher, that request takes longer. The result is a micro-stutter every time you turn the camera or enter a new area.
The second monitor makes this worse in another way. Windows Desktop Window Manager (DWM) composites everything on both screens. When your second monitor has motion — a playing video, an animated GIF, a scrolling Twitter feed — DWM forces the GPU to render that motion at the display refresh rate. This steals GPU cycles that the game expects to use. It also prevents the GPU from entering a fully idle state, which tricks the driver into thinking it cannot boost memory clocks because the card is “busy” with low-priority desktop rendering.
There is a measurable fix for this. And it does not require buying new hardware.
Force the GPU memory clock to stay high
The single most effective solution is to force your GPU to run at its full memory clock speed at all times when the game is open. This contradicts what manufacturers recommend for power efficiency. Efficiency does not matter when the game is unplayable. Do it anyway.
For Nvidia users, this requires Nvidia Profile Inspector, a free tool that unlocks driver settings the control panel hides. Download it. Open it. Click the profile dropdown and select Death Stranding 2. Scroll to “CUDA — Force P2 State” and set it to Off. This tells the driver not to drop into the lower power state when a second monitor is active. Apply the change. Launch the game. The stutter disappears.
For AMD users, the approach is different. Open AMD Adrenalin Software. Go to Performance > Tuning. Enable Advanced Control. Set VRAM tuning to manual. Increase the memory frequency slider by one step above the default boost clock. Apply. This forces the VRAM to stay active at a higher clock instead of idling down. It works. It also adds maybe 5W of power draw.
Some users will object that this is brute force. They are right. There is no elegant driver toggle that says “stop downclocking my VRAM when I game on dual monitors.” This is the only reliable method.
The strongest counterargument — and why it fails
The opposing view holds that dual monitor stuttering is purely a game bug. That Kojima Productions will patch it. That you should wait.
This argument rests on a misunderstanding of how GPU drivers interact with multi-monitor setups. The Decima engine does not cause the downclocking. The GPU driver does. The same stutter appears in Horizon Forbidden West, Cyberpunk 2077, and any game that streams assets aggressively. If the engine were at fault, the stutter would appear on single monitors too. It does not. You can verify this yourself: unplug the second monitor, restart the game, and watch the stutter vanish. Plug it back in mid-session. The stutter returns within seconds.
Kojima Productions cannot fix what Nvidia and AMD control. The driver team at your GPU manufacturer could add a “multi-monitor gaming” profile that keeps memory clocks high during fullscreen 3D applications. They have not. It has been years. They probably never will because they consider this an edge case. The fix is on your side.
Other causes of dual monitor stutter in Death Stranding 2
High-refresh-rate mismatch between monitors. If your primary display runs at 144 Hz and your secondary at 60 Hz, Windows DWM gets confused. It tries to synchronize both outputs, and the game suffers. The fix: set your secondary monitor to the highest refresh rate it supports that evenly divides into your primary rate. 72 Hz works with 144 Hz. 120 Hz works with 60 Hz. You can set custom refresh rates in Nvidia Control Panel or AMD Adrenalin under display settings.
Overlays compound the problem. Steam overlay, Discord overlay, GeForce Experience overlay — each one adds a DWM interaction layer that the GPU must render across both monitors. Disable every overlay before launching the game. The source transcript specifically recommends turning off Steam in-game overlay, Discord overlay, and GeForce Experience overlay. Follow that advice. One overlay might be fine. Three running simultaneously with a 60 Hz second monitor guarantees stutter.
Windows 11 24H2 introduced a change to how DWM handles multi-monitor HDR. If you have HDR enabled on either monitor, disable it for testing. HDR doubles the bandwidth requirement per frame. Combined with a downclocked VRAM, the game cannot keep up.
Specific fixes tested and confirmed
Set Death Stranding 2 to exclusive fullscreen, not borderless windowed. Borderless windowed forces DWM composition. Exclusive fullscreen bypasses DWM for the primary monitor. This alone has fixed dual monitor stutter for many users.
Add the game to Windows Graphics Settings and force it to use your dedicated GPU. Even if you have only one GPU, this prevents the system from routing the game through the integrated graphics adapter, which some laptops do when a second monitor is connected. The source transcript shows exactly how: Windows search > Graphics Settings > add desktop app > browse to the game executable > set to High Performance.
Disable hardware acceleration in your browser and Discord. Chrome, Edge, and Discord all enable hardware acceleration by default. This allocates a portion of your GPU to render UI elements on the second monitor. Turn it off. Settings > System > toggle hardware acceleration off. Restart the app.
When the game crashes instead of stuttering
The fixes above address stuttering. If Death Stranding 2 crashes to desktop when you tab from the second monitor, the cause is usually a DirectX device removal error. This happens when the GPU driver times out because it was too busy rendering the second screen to respond to the game’s draw call in time. Run the game with the launch argument -d3d11codecodecodecode in Steam properties. DirectX 11 handles driver timeouts more gracefully than DirectX 12. The source transcript lists -dx11, -dx12, and -d3d11 as launch options. Test -d3d11 first for stability on dual monitor setups.
Virtual memory is not the fix you think it is
Many guides recommend increasing virtual memory page file size. They claim it fixes stuttering by giving the system more swap space. This does not help with dual monitor stutter. The stutter is not caused by running out of RAM. It is caused by GPU memory clock latency. Increasing the page file adds disk-backed memory that is slower than VRAM by orders of magnitude. It can actually make stuttering worse if Windows starts paging game data to the SSD while VRAM bandwidth is already choked.
Leave virtual memory at system-managed default. Focus on the GPU clock.
One edge case where all this falls apart
There is a scenario where none of these fixes work. If you run Death Stranding 2 at 4K resolution on a 60 Hz primary monitor with a second 4K monitor running a video stream at 60 Hz, the VRAM bandwidth demand exceeds what the memory bus can supply even at full clock speed. The card cannot fill both outputs at high resolution while also streaming game assets. In this case, you must drop one of the two. Either lower the game resolution to 1440p or disconnect the second monitor during play. This is not a driver bug. This is a physical limitation of the memory bus. The RTX 4060’s 128-bit bus will hit this wall. The RTX 4090’s 384-bit bus will not. Know your hardware.