Technical guide

Borderless vs Exclusive Fullscreen in Windows 11 Gaming

Understand borderless windowed, exclusive fullscreen, Windows flip-model presentation, Fullscreen Optimizations, VRR, Auto HDR, and why display mode alone does not determine latency.

On this page
  1. Borderless and exclusive fullscreen no longer imply one universal performance hierarchy
  2. Flip model changed the cost of windowed presentation
  3. Windows 11 can optimize older DX10 and DX11 windowed games
  4. Overlays and Alt-Tab behavior are part of the tradeoff
  5. Measure the exact game instead of choosing a mode from folklore

Borderless and exclusive fullscreen no longer imply one universal performance hierarchy

Exclusive fullscreen historically gave a game direct ownership of the display path, while ordinary windowed presentation passed through the Desktop Window Manager. That history is why “exclusive fullscreen is faster” became common PC-gaming advice. Modern Windows presentation paths make that rule too simple.

Microsoft says its Fullscreen Optimizations can run games that believe they are using fullscreen exclusive in a highly optimized borderless presentation path. Microsoft also documents modern DXGI flip-model presentation as capable of DirectFlip and Independent Flip paths that can send application frames to the display with efficiency comparable to exclusive fullscreen when the required conditions are met. The display-mode label in a game menu therefore does not, by itself, reveal the complete presentation path or latency.

What the common Windows game display modes actually tell you
Mode or featureWhat it describesWhat it does not prove
Exclusive fullscreenA presentation mode in which the application requests exclusive display ownership.That it must have lower latency or higher FPS than every borderless path on a modern Windows system.
Borderless windowedA window sized to cover the display without normal window borders.That every game uses the same swap effect, composition path, VRR behavior, or latency.
Fullscreen OptimizationsA Windows compatibility/optimization path intended to combine fullscreen-like performance with windowed integration.That every game, overlay, driver, or display behaves identically.
Flip modelA DXGI presentation model that shares back buffers efficiently with DWM and enables modern presentation optimizations.A fixed FPS gain or a guarantee that Independent Flip is active at every moment.

Flip model changed the cost of windowed presentation

Older bitblt-style presentation copied rendered content into a surface used by the desktop compositor. Microsoft describes flip-model swap chains as sharing application back buffers with DWM instead, avoiding that extra copy in the normal path. DirectFlip and Independent Flip can go further when window, buffer, display, and hardware conditions allow it.

This is why a modern borderless game cannot be evaluated from the word “windowed” alone. The game API, swap-chain configuration, Windows version, overlays, scaling, display configuration, driver, and hardware can all affect which presentation path is active. Microsoft recommends flip-model presentation for modern Direct3D applications, but that developer guidance is not a promise that every existing game implements the same path.

Windows 11 can optimize older DX10 and DX11 windowed games

Windows 11 exposes “Optimizations for windowed games” for compatible DirectX 10 and DirectX 11 titles running windowed or borderless. Microsoft says the feature transitions compatible games from legacy blt-model presentation to the newer flip model, reduces frame latency, and enables features including Auto HDR and variable refresh rate on supported displays.

The setting can also be controlled per application in Windows graphics settings, and Microsoft says enabling Auto HDR enables the windowed-game optimization as well. These are operating-system behaviors with compatibility conditions; they are not evidence for a universal FPS percentage or a fixed latency reduction in a particular game.

Overlays and Alt-Tab behavior are part of the tradeoff

Exclusive display ownership can make desktop transitions and overlays more complicated because Windows may need to change presentation state. Borderless presentation keeps the game integrated with the desktop, which is useful for Alt-Tab, multiple windows, capture tools, and overlays. Microsoft designed Fullscreen Optimizations specifically to preserve more of that windowed integration while retaining fullscreen-like performance characteristics.

An overlay can also change the active presentation path. Microsoft notes that DWM may resume composition when other desktop content appears above a game. That means a benchmark comparing modes should control overlays and other on-screen software rather than attributing every difference to the menu option alone.

Measure the exact game instead of choosing a mode from folklore

If a game offers both modes, test the same scene, graphics settings, frame cap, VRR/V-Sync configuration, overlays, and background workload. Record frame times and presentation behavior with appropriate telemetry when the distinction matters. A difference observed in one game should not be generalized to every engine or API.

Use the mode that works correctly with the features you need, then investigate a reproducible problem if one appears. Exclusive fullscreen can still matter for particular games or display workflows, while borderless can provide easier desktop integration without automatically imposing the historical windowed-mode penalty. Neither label is a substitute for measurement.

Sources

Primary and technical sources

Technical details can vary by exact model, firmware, and platform. These are the sources used for the factual claims in this article.

  1. 01 Microsoft Support

    Optimizations for windowed games in Windows 11
  2. 02 Microsoft DirectX Developer Blog

    For best performance, use DXGI flip model
  3. 03 Microsoft DirectX Developer Blog

    Demystifying Fullscreen Optimizations