Hardware-Accelerated GPU Scheduling in Windows 11
What HAGS Actually Does
Hardware-accelerated GPU scheduling (HAGS) moves work-queue management from a Windows kernel process onto a dedicated scheduling processor on the GPU itself.
Normally the CPU batches up rendering commands and hands them to the GPU on a schedule Windows controls. With HAGS on, the GPU manages its own queue and its own video memory allocation. The theory is slightly lower latency and less CPU overhead per frame.
In practice the difference is small. Most people measure a percent or two either way, and the honest answer is that it depends on your GPU, your driver version, and the specific game. There is no universal "always on"—you enable it, measure your own games, and keep whichever wins.
Broader gaming tune-up: optimise Windows 11 for gaming.
Requirements
- Windows 10 version 2004 or later, or any Windows 11.
- A WDDM 2.7 or newer GPU with a current driver: NVIDIA GTX 1000 series and newer, AMD RX 5000 and newer, Intel Arc and recent integrated graphics.
- The toggle only appears if the installed driver reports support. If it is missing, that is your answer.
How to Enable It
Step 1: Update the Graphics Driver First
Install the current driver from NVIDIA, AMD, or Intel. Old drivers either hide the setting or behave badly with it enabled—several early implementations were genuinely buggy.
Step 2: Toggle It
- Settings → System → Display → Graphics.
- Click Change default graphics settings.
- Set Hardware-accelerated GPU scheduling to On.
- Restart the PC. The toggle does nothing until you do—this is the step people skip before declaring it made no difference.
Step 3: Confirm It Is Active
Press Win + R, run dxdiag, open the Display tab, and look for Hardware-accelerated GPU scheduling: Enabled.
How to Test It Properly
Do not judge by feel. The effect is small enough that expectation alone will convince you either way.
- Pick one game and one repeatable scene—a built-in benchmark, or the same route through the same area.
- Record average FPS and, more importantly, 1% lows using the in-game overlay, MSI Afterburner, or CapFrameX.
- Run three passes with HAGS off. Restart. Run three passes with HAGS on.
- Compare the 1% lows. Higher average FPS with worse 1% lows feels worse in the hand, not better.
- Keep whichever configuration won, and stop thinking about it.
When It Tends to Help
- Recent NVIDIA and AMD cards on current drivers.
- DirectX 12 and Vulkan titles.
- CPU-limited systems, where reducing scheduling overhead has somewhere to go.
- NVIDIA specifically requires HAGS for DLSS Frame Generation—if you use that, HAGS is not optional.
When to Turn It Off
- New micro-stutter in a game that was previously smooth—disable, restart, retest.
- Capture and streaming software behaving oddly. OBS, in particular, has had periods of poor interaction with HAGS. Update OBS first, then retest.
- Older GPUs, or corporate laptops on locked driver versions.
- Any crash or driver timeout that started the day you enabled it—see fix display driver stopped responding.
To disable: same path, toggle Off, restart.
Do Not Confuse These Settings
- Hardware-accelerated GPU scheduling — this Windows display setting.
- Hardware acceleration in Chrome or Edge — browser rendering and video decode. Unrelated, and turning it off is a common fix for browser display glitches.
- Resizable BAR / Smart Access Memory — a firmware and GPU feature enabled in BIOS. Also unrelated, and generally more impactful for gaming than HAGS.
- Game Mode — a Windows scheduling hint, separate again.
No Toggle Visible?
- Update Windows and the graphics driver.
- On a hybrid-graphics laptop, the setting follows the GPU driving the display. Set the game to use the discrete GPU in Settings → System → Display → Graphics first.
- Virtual machines and Remote Desktop sessions do not expose it.
- Some OEM laptops ship drivers with it disabled at the vendor's request—installing the generic Intel, AMD, or NVIDIA driver may expose it, at the cost of the OEM's power tuning.
If Performance Is Still Poor
One scheduling switch is not the reason a game runs badly. Check the things that actually move frame rates:
- Thermals and throttling: fix CPU overheating and thermal throttling.
- Frame-time stutter and background load: fix low FPS and stuttering in games.
- Memory pressure: fix high RAM usage.
- Online play specifically: fix high ping and packet loss.
Related guides
How to Reduce Input Lag for Gaming in Windows 11
Mouse sluggish or shots register late? Cut input lag with polling rate, fullscreen, GPU low-latency settings, and display tuning.
How to Optimize Windows 11 for Gaming
Cut background lag, enable Game Mode, and tune Windows 11 for higher FPS and smoother multiplayer — no risky registry hacks, no broken installs.
How to Reduce Chrome's Memory Usage in Windows 11
Chrome eating several gigabytes of RAM and slowing Windows 11 down? Cut its memory use with Memory Saver, tab management, extension audits, and the right hardware settings.
How to Fix Low FPS and Stuttering in Games on Windows 11
Games suddenly running at low FPS or stuttering on Windows 11? Fix frame drops with driver updates, power settings, background cleanup, and thermal checks.
How to Fix Slow SSD Speeds in Windows 11
NVMe or SATA SSD feels like a hard drive? Enable TRIM, confirm AHCI mode, check drive health, and rule out thermal or firmware throttling on Windows 11.