Enable or Disable Desktop Composition in Windows

Desktop composition – the feature that enables visual effects like transparency, window shadows, smooth animations, and the Aero interface – has changed significantly across Windows versions. Here’s how it works in modern Windows and how to control it.

What desktop composition is

Desktop Composition (DWM – Desktop Window Manager) is the component that composites all windows and UI elements into the final display output. It enables:

  • Transparency effects (glass-look taskbar and windows in older themes)
  • Window shadow effects
  • Smooth window animations and transitions
  • Hardware-accelerated rendering of the desktop

In Windows 7, you could disable DWM entirely to fall back to a “Basic” mode that used less GPU. In Windows 10 and 11, DWM runs permanently and cannot be disabled entirely – Microsoft removed that option because the modern Windows shell depends on DWM for basic rendering.

Controlling visual effects in Windows 10/11

While you can’t disable DWM, you can disable most of the visual effects it renders:

Search for “Adjust the appearance and performance of Windows” > Performance Options dialog

Here you have three modes:

  • Let Windows choose – Windows picks settings based on hardware capability
  • Adjust for best appearance – all visual effects enabled
  • Adjust for best performance – all visual effects disabled, maximum speed

Or customize individually – the effects list includes animations, shadows, transparency, and thumbnail previews. Common ones to disable for performance: “Animate windows when minimizing and maximizing,” “Show shadows under windows,” and “Show thumbnails instead of icons.”

Transparency specifically

For window/taskbar transparency: Settings > Personalization > Colors > toggle “Transparency effects” on or off. This is faster than the Performance Options dialog for this one setting.

Compatibility mode (per-app)

For legacy applications that don’t render correctly with composition enabled, you can force the app to run without DWM composition: right-click the .exe > Properties > Compatibility tab > check “Disable display scaling on high DPI settings” and related options. Note that “Disable fullscreen optimizations” in this same tab has a different but related effect on how the app interacts with the display pipeline.

On older Windows versions (7/8)

Windows 7 allowed full DWM disable via right-clicking the desktop > Personalize > selecting a “Basic” or “Classic” theme. This turned off hardware compositing entirely. This option doesn’t exist in Windows 10 or 11.

the “adjust for best performance” option in the performance options dialog is a useful quick hit for older hardware. disabling all animations and effects makes windows feel noticeably snappier on low-spec machines even if it looks a bit plain. worth knowing as an option for systems that are struggling.

didn’t know DWM couldn’t be disabled in windows 10/11. a lot of older gaming guides still talk about disabling desktop composition for better game performance, which was valid on windows 7 but doesn’t apply anymore. good to know that’s a dead tip.

DWM being permanently enabled in Windows 10/11 is actually a reasonable design decision even if it removes user control. DWM handles things like HDR tone mapping and variable refresh rate integration that simply wouldn’t work without it. The GPU overhead is minimal on any hardware capable of running Windows 10 well.