GPU

Disabling MPO: the OverlayTestMode fix for flickering and stutter

SHORT ANSWER

Setting OverlayTestMode to 5 under SOFTWARE\Microsoft\Windows\Dwm disables Multiplane Overlay. It is a targeted fix, not a general optimization: it resolves a well-known class of flickering, black-screen flashes and stutter that appears with certain GPU driver and multi-monitor combinations, especially with mixed refresh rates.

Exactly what it changes

Read straight from the application source. If a tool will not show you this, it is asking for trust it has not earned.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm

OverlayTestMode = 5

Tells the Desktop Window Manager to stop using hardware multiplane overlay planes.

What it does

MPO lets the GPU composite several independent surfaces — a video, a game, the desktop — in hardware rather than making the Desktop Window Manager do it. It saves power and GPU time when it works.

When driver support is imperfect, particularly across monitors running different refresh rates, it produces flickering, brief black frames or stutter that looks like a failing GPU.

When it helps

  • Fixes flickering and black-screen flashes in browsers and borderless-windowed games on affected setups.
  • Resolves a stutter pattern that appears specifically with mixed-refresh-rate multi-monitor configurations.
  • Often the actual fix when someone is convinced their new GPU is faulty.

When it hurts

  • You lose a genuine efficiency feature. Video playback in particular becomes slightly more expensive.
  • If you do not have the symptoms, disabling MPO gains you nothing and costs a little power efficiency.

How to undo it

Delete the OverlayTestMode value and reboot.

Verdict

A fix, not an optimization. Apply it if you see flickering or unexplained stutter on a multi-monitor setup. If you do not, leave it alone.

Related guides

Everything else we change is listed too

All 127 optimizations are published in full, with what each one does and which are free. You can apply any of them by hand using pages like this one — the tool exists to do it in one click and put it back after every Windows update.