Skip to content
TroubleGrid

Does Hardware-Accelerated GPU Scheduling Improve Performance?

Last verified August 2026Tested against Windows 11, Windows 10 version 2004 and newerWell documented
Partially

It is supported on most recent hardware, but it is not a performance setting in the way it is usually recommended — Microsoft's own position is that the transition should be transparent and users should not notice any significant changes.

What you need

  • Windows 10 version 2004 or newer, or any version of Windows 11
  • A recent GPU with the necessary hardware support — supported generations vary by manufacturer
  • A WDDM 2.7 or later graphics driver that exposes the capability
  • A restart after changing the setting before it takes effect

Supported on

  • Recent NVIDIA, AMD and Intel GPUs whose drivers expose WDDM 2.7 or later
  • Windows 11, where the toggle appears under Settings > System > Display > Graphics
  • Windows 10 version 2004 and newer, on the advanced graphics settings page
  • Not available at all if the toggle is missing — that means the GPU or the driver does not expose the capability

Limitations

  • Microsoft says plainly that the transition should be transparent and that users should not notice any significant changes — expecting a frame rate gain is expecting the wrong thing
  • Most applications already hide scheduling overhead by buffering work, so there is nothing for the feature to recover in the common case
  • The benefit is concentrated in applications that submit work frequently in small batches, which is not how most games behave
  • It remains opt-in by Microsoft's deliberate choice, because GPU scheduling touches nearly all GPU operations and the tested configurations do not cover the full ecosystem
  • Results genuinely differ between systems, which is why community benchmarks disagree with each other rather than one of them being wrong
  • A driver update can change whether the feature is exposed or what state it is in

How to set it up

  1. Open Settings → System → Display → Graphics.
  2. Open Change default graphics settings, called Advanced graphics settings on some builds.
  3. If Hardware-accelerated GPU scheduling is not listed, stop here — your GPU or driver does not support it, and no amount of configuration will add it.
  4. Note the current state before changing anything, so you can put it back.
  5. Set it to the opposite of its current state.
  6. Restart the PC. The setting does not apply until you do.
  7. Test the same game, in the same place, with the same settings — and compare frame times or how the game feels rather than only the average frame rate, since this is a latency feature.
  8. If nothing improved, put it back. That is the expected outcome rather than a failed attempt.

Known problems

  • Stuttering appears after a driver update and the setting has changed state, since availability depends on what the driver exposes to Windows.how to fix it
  • The toggle is missing entirely, which means the GPU or its driver does not expose WDDM 2.7 support rather than anything being misconfigured.
  • Screen recording and some overlay tools behave differently with it on or off, so it is worth testing with your normal capture setup running rather than a clean system.

Alternatives

  • Lowering in-game settings that actually bind your hardware — Resolution scaling, shadow quality and ray tracing move frame rates by amounts you can measure. A scheduling change Microsoft describes as transparent does not compete with that.
  • Vendor latency modes such as NVIDIA Reflex or low latency mode — If latency is what you actually care about, these target it directly and per game, rather than changing how the whole system schedules GPU work.
  • Keeping the graphics driver current — Driver releases carry real per-game optimisations and fixes. Manufacturers publish downloads by product series and operating system, and this is a more reliable source of improvement than toggling a system-wide scheduler.

Common questions

So should I turn it on or off?
Try it, measure, and keep whichever is better on your machine. There is no universally correct answer — Microsoft made it opt-in precisely because behaviour varies across configurations, and it expects the change to be unnoticeable for most people.
Why do so many guides call it a performance boost?
Because the name suggests one. What it actually does is move high-frequency scheduling work off a CPU thread onto the GPU to cut submission overhead and latency. Microsoft notes most applications already hide that overhead by buffering, so there is usually nothing left to reclaim.
Why can I not find the setting?
It only appears when the GPU and driver expose the capability, which needs recent hardware and a WDDM 2.7 or later driver. If it is absent, updating the graphics driver is the only thing that might make it appear.
Can turning it on cause problems?
It can change behaviour, which is why it is reversible and why Microsoft shipped it opt-in — GPU scheduling underlies nearly all GPU operations. If something gets worse after enabling it, switch it back and restart.
Does it help with stuttering?
Sometimes, on some systems, which is the honest answer. It is worth trying when you are chasing stutter, but treat it as one variable to test rather than a known fix — and rule out shader compilation and per-game settings first.

Did this fix work?

If a step is wrong, outdated, or did not help, telling us is the fastest way to get it corrected — reports are reviewed before new articles.

Report a problem with this page

Related problems

Sources

  • Microsoft · Documentation · checked Aug 16, 2026

    • Microsoft states that the transition should be transparent and that users should not notice any significant changes
    • The feature offloads high-frequency scheduling work from a CPU thread to a dedicated scheduling processor on the GPU, reducing submission overhead and latency
    • Most applications already hide scheduling overhead through buffering, so the benefit is not apparent to typical users
    • The benefit is most relevant to applications that submit work frequently in smaller batches rather than large buffered batches
    • The feature requires recent GPU hardware and a WDDM 2.7 or later driver that exposes the capability
    • Microsoft shipped the feature opt-in because the Insider population does not fully cover the configurations present across more than a billion devices, and GPU scheduling is fundamental to nearly all GPU operations
    • The toggle is found under Settings > System > Display > Graphics settings on the advanced graphics settings page
    • Supported GPU generations and driver versions vary by manufacturer
  • NVIDIA · Documentation · checked Aug 16, 2026

    • NVIDIA publishes manual driver downloads selectable by product series and operating system
    • The NVIDIA App is NVIDIA's tool for keeping drivers up to date