RefreshRateTest
Performance Tuning
Published: May 15, 2026Last Updated: May 15, 2026

Windows 11 'Optimizations for Windowed Games': Does it help or hurt High-Hz?

Key Takeaway

  • The End of Exclusive Fullscreen: Windows 11's "Optimizations for Windowed Games" upgrades legacy DirectX 10 and 11 games to use the modern DX12 flip model presentation.
  • Latency Reduction: This feature allows Borderless Windowed games to bypass the Desktop Window Manager (DWM) composition, delivering input latency identical to Exclusive Fullscreen.
  • MPO (Multi-Plane Overlay): It leverages MPO to allow hardware-accelerated overlays (like volume sliders or Discord) without forcing the game to minimize or stutter.
  • Auto HDR Support: Enabling this optimization is a strict requirement if you want to use Windows 11's Auto HDR feature in older DX11 titles.

For over a decade, PC gaming optimization guides have preached a single, unbreakable rule: Always play in Exclusive Fullscreen. Playing in Borderless Windowed mode meant your game was forced through the Windows Desktop Window Manager (DWM), which added forced V-Sync, triple buffering, and noticeable input lag. But in Windows 11, Microsoft introduced a toggle called "Optimizations for Windowed Games." Does this feature actually work, and how does it impact your high-refresh-rate monitor?

The Legacy "Blt" Model vs. The "Flip" Model

To understand the optimization, you have to understand how Windows draws pixels.

Older DirectX 10 and 11 games used the Blt (Bit-block transfer) model. In windowed mode, the game rendered a frame, copied it to a shared memory surface, and then the DWM composed that frame alongside your taskbar and other windows before sending it to the monitor. That copy process added latency.

DirectX 12 introduced the Flip model. Instead of copying frames, the application directly passes the memory pointer of the rendered frame to the DWM. If the game is taking up the entire screen (even in Borderless Windowed), the DWM steps out of the way entirely and lets the game talk directly to the monitor. This eliminates the latency penalty.

What the Toggle Actually Does

When you enable "Optimizations for Windowed Games" in Windows 11 (found under Settings > System > Display > Graphics > Default graphics settings), Windows intercepts older DX10 and DX11 games running in windowed mode and forces them to use the modern DX12 Flip model.

The result? You get the alt-tabbing speed and multi-monitor convenience of Borderless Windowed mode, with the exact same raw, unfiltered input latency and high-refresh-rate performance of Exclusive Fullscreen.

Multi-Plane Overlay (MPO)

This optimization relies heavily on a GPU feature called Multi-Plane Overlay (MPO). MPO allows the GPU hardware to composite different layers of the screen independently. For example, your game runs on Plane 0, and the Windows volume slider runs on Plane 1.

Because the GPU handles this in hardware, the volume slider can appear over your game without forcing the game to drop out of its direct-to-display flip state. This prevents the massive stutters and black screens that used to happen when a notification popped up over an Exclusive Fullscreen game.

Frequently Asked Questions

Should I leave this setting turned on?

Yes. For 99% of users on modern hardware, this setting provides a strictly better experience, lowering latency and enabling Auto HDR.

Does this affect DirectX 12 or Vulkan games?

No. DX12 and Vulkan already use the modern presentation models natively. This toggle specifically upgrades older DX10 and DX11 titles.

Why do some people recommend turning MPO off?

In the past, buggy GPU drivers (from both AMD and NVIDIA) caused flickering or black screens when MPO was active. However, as of 2026, these driver issues have been largely resolved.

Does this fix the 60Hz/144Hz dual monitor stutter?

It helps significantly. Because the game is using the flip model, the DWM doesn't get confused by the differing refresh rates of your secondary monitors as easily.

Can I still use G-Sync with Windowed Optimizations?

Yes. G-Sync and FreeSync work perfectly with the flip model. Just ensure your GPU driver is set to enable VRR for "Windowed and Fullscreen mode."

How do I test my browser's presentation model?

Browsers also use hardware acceleration. You can run our Refresh Rate Test below to ensure your browser is rendering smoothly without DWM interference.

Ready to verify your system's rendering performance?

Is your monitor performing as advertised?

Don't just trust the box. Verify your true refresh rate and check for frame skips.

Run the Refresh Rate Test Now
Advertisement
RR

RefreshRateTest Engineering Team

A specialized collective of display hardware researchers and low-latency engineers dedicated to providing objective performance metrics for the high-refresh rate era.