Hardware-Accelerated GPU Scheduling: On or Off? (Latest Guide)
Hardware-accelerated GPU scheduling (HAGS) has been sitting in Windows’ graphics settings since 2020, and for most of that time it was a nice-to-have that made little measurable difference for most people.
That’s changed. In 2026, HAGS has quietly become a requirement for some of the most-used graphics features on modern GPUs, which makes the “should I turn this on” question worth revisiting even if you looked into it a few years ago and moved on.
This guide covers what HAGS actually does, what changes when you toggle it, who genuinely benefits, and the specific situations where it’s still worth leaving off.
Quick Answer: Turn hardware-accelerated GPU scheduling on if you have a reasonably modern GPU (Nvidia GTX 1000-series or newer, AMD RX 5000-series or newer, or a recent Intel Arc/integrated GPU) with up-to-date drivers. It’s low-risk, and as of 2026 it’s a hard requirement for Nvidia’s DLSS Frame Generation on RTX 40/50-series cards. Turn it off only if you notice specific problems after enabling it: stuttering on a GPU with 8GB or less VRAM, issues in VR, or slowdowns in video editing and streaming workflows.
What Is Hardware-Accelerated GPU Scheduling?
HAGS shifts part of the job of scheduling GPU work away from your CPU and onto a dedicated scheduling processor built into modern graphics cards.
Normally, your CPU decides what work the GPU should do and when, then hands off batches of instructions for the GPU to render.
With HAGS enabled, the GPU takes over more of that scheduling itself, managing its own memory (VRAM) allocation directly instead of routing everything through the CPU first.
Microsoft introduced the feature as part of the Windows 10 May 2020 Update, and it’s carried forward into Windows 11 in essentially the same form.
Related: Understanding the Difference: RAM vs VRAM Explained
How It Actually Works
Without HAGS, the Windows Display Driver Model (WDDM) has the CPU batch up rendering instructions before sending them to the GPU. This method is called frame buffering.
It’s efficient for throughput, but it adds a small amount of input latency. Your keypress or mouse movement has to wait for the CPU to finish the current batch before it’s included in what gets sent to the GPU next.
HAGS moves some of that scheduling responsibility to the GPU’s own processor, cutting out a step in the pipeline. In principle, this reduces CPU overhead and can tighten frame pacing.
But it’s an optimization to how work gets scheduled, not a raw performance multiplier. That distinction matters for setting realistic expectations, which is covered next.
What Actually Changes When You Enable It
Independent testing across various 2026-era GPUs consistently finds the same pattern. Raw FPS differences with HAGS on versus off are typically in the range of about -2% to +3%, close enough to be within normal run-to-run variance in most games. If you’re expecting a big frame-rate jump, you likely won’t see one.
What HAGS more reliably affects:
- CPU overhead, which can matter if your CPU is the bottleneck rather than your GPU
- 1% and 0.1% low frame rates (your worst-case frame dips), which can improve slightly on some systems, reducing the feel of micro-stutter even when average FPS barely moves
- Input latency, in some titles, though the effect is often too small to consciously notice
- Feature availability; as of 2026, this is the part that changed the calculus entirely (see below)
Why HAGS Matters More in 2026: DLSS Frame Generation
The biggest reason to care about this setting now is Nvidia’s DLSS Frame Generation, available on RTX 40-series and RTX 50-series cards (DLSS 3 and DLSS 4, respectively).
Frame Generation will not activate in any game unless hardware-accelerated GPU scheduling is turned on in Windows. There’s no workaround or in-game setting that bypasses this requirement.
If you own an RTX 40 or 50-series card and Frame Generation isn’t showing as available, checking this setting is one of the first things to try.
AMD’s FSR (FidelityFX Super Resolution) can also see a performance benefit from HAGS being enabled, though it isn’t a hard requirement the way Frame Generation is on Nvidia hardware.
Should You Enable It?
For most people with supported, reasonably current hardware, yes. It’s low-risk, and even where it doesn’t produce a noticeable improvement, it generally doesn’t hurt. A few more specific notes:
- If you have a lower or mid-range CPU that tends to run near 100% in demanding games, HAGS is more likely to produce a measurable benefit, since it directly reduces the CPU-side scheduling burden.
- If you own an RTX 40 or 50-series card, it’s effectively mandatory if you want access to Frame Generation.
- If your system is already running smoothly with a high-end CPU and no bottleneck, don’t expect much of a difference either way. But it’s still generally safe to try.
The most reliable way to know if it helps your specific setup is to test it directly. Enable it, play a few sessions of whatever you use most, and compare frame times, 1% lows, and how consistent things feel, not just the average FPS number.
System Requirements
HAGS requires all of the following:
- Windows 10 (version 2004 / May 2020 Update or later) or Windows 11
- A supported GPU:
- Nvidia: GTX 1000-series or newer
- AMD: RX 5000-series (5600/5700) or newer
- Intel: Arc GPUs and most recent integrated graphics
- A WDDM 2.7 or later graphics driver; this comes bundled with current Nvidia, AMD, and Intel driver packages, so keeping drivers up to date is generally enough to satisfy this requirement
- Latest manufacturer drivers. A large share of the stability complaints historically tied to HAGS trace back to outdated drivers rather than the feature itself. Updating through GeForce Experience/the Nvidia app, AMD Adrenalin, or Intel Arc Control before toggling HAGS on is worth doing either way.
If the toggle doesn’t appear in your settings, it means Windows has determined that your GPU or driver doesn’t meet these requirements.
There’s no way to force it on for genuinely unsupported hardware, and trying to hack around that via the registry won’t provide real functionality even if a value gets set.
Related: How to Test a PC Motherboard: Signs of Failure, Diagnostic Tools & Fixes
How to Enable (or Disable) Hardware-Accelerated GPU Scheduling
In Windows Settings
- Open Settings (Windows key + I).
- Go to System → Display.
- Under Related settings, click Graphics.
- Click Change default graphics settings (sometimes labeled Default graphics settings).
- Toggle Hardware-accelerated GPU scheduling on or off.
- Restart your PC. The change doesn’t take effect until you reboot.
Using the Registry Editor (if the toggle doesn’t appear)
If your hardware and drivers genuinely support HAGS but the option isn’t showing in Settings, the registry path can sometimes surface it:
- Press Windows key + R, type
regedit, and press Enter (approve the prompt to run as administrator). - Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers. - Find the HwSchMode value.
- Make sure the base is set to Hexadecimal, and set the value data to 2 (enabled) or 1 (disabled).
- Click OK, then restart your PC.
Only do this if you’ve confirmed your GPU and driver actually meet the requirements above. This won’t enable functional GPU-side scheduling on hardware that doesn’t support it at the driver level, even if the registry value accepts the change.
When to Leave It Off
HAGS is generally safe to try, but a real subset of users run into genuine problems with it enabled:
- VR headsets and applications. This remains one of the more consistently reported problem areas. Image stutter, frame drops, or instability in VR titles specifically, even when the same GPU runs fine in flat-screen games with HAGS on.
- GPUs with 8GB of VRAM or less, which can see stuttering on some titles with HAGS enabled, likely related to how VRAM management shifts to the GPU-side scheduler.
- Video editing and streaming workflows. Some users doing GPU-accelerated encoding or rendering report slower performance with HAGS on, though this varies by software and GPU.
- Increased power draw, reported by some users, particularly on laptops where GPU power management interacts differently with HAGS enabled.
If you notice any of these after enabling it, turning it back off is exactly as easy as turning it on: same toggle, same restart.
Alternatives If HAGS Doesn’t Help Your Bottleneck
If your goal is specifically reducing CPU bottlenecking rather than testing HAGS itself, a few other approaches address the same underlying problem:
- Close unnecessary background programs. Every additional process competing for CPU time can delay how quickly commands reach the GPU.
- Disable frame buffering in-game or via your GPU’s driver control panel, where the option exists, as a more targeted way to reduce the same latency HAGS addresses.
- Upgrade your CPU, if it’s consistently the limiting factor across multiple games. This is the more permanent fix if HAGS alone isn’t enough.
- Overclocking can help a CPU process instructions faster, but it comes with real heat and stability problems and isn’t something to attempt without research if you haven’t done it before. Approach with caution rather than as a casual first step.
Related: What Is the Normal GPU Temperature While Gaming?
Final Thoughts
For most PCs, turning Hardware-Accelerated GPU Scheduling (HAGS) on is the better choice. It usually won’t deliver a huge FPS boost, but it can reduce CPU overhead and improve frame pacing on supported hardware. It’s also required if you want to use NVIDIA DLSS Frame Generation on RTX 40- and 50-series graphics cards.
If you notice stuttering, VR issues, or slower performance in video editing or streaming apps after enabling HAGS, simply turn it off and compare the results. Every PC is different, so the best setting is the one that works best for your hardware and the games or apps you use most.
If you’ve enabled HAGS and updated your drivers but you’re still not seeing the frame rates you expect, the bottleneck is more likely elsewhere in your system. It may be worth looking into a broader hardware upgrade rather than continuing to chase gains from a single setting.
Frequently Asked Questions
Does hardware-accelerated GPU scheduling increase FPS?
Not reliably. Independent testing typically shows a difference of roughly -2% to +3% in average frame rate, which is within normal test-to-test variance for most games. Its more consistent benefits are reduced CPU overhead and smoother frame pacing (better 1% lows) rather than a higher average frame count.
Is hardware-accelerated GPU scheduling required for DLSS Frame Generation?
Yes, without exception. On Nvidia RTX 40-series and RTX 50-series cards, DLSS Frame Generation will not activate in any game unless HAGS is turned on in Windows settings, regardless of any in-game or Nvidia app settings.
Which GPUs support hardware-accelerated GPU scheduling?
Nvidia GTX 1000-series and newer, AMD RX 5000-series (5600/5700) and newer, and Intel Arc GPUs along with most recent Intel integrated graphics, provided you’re running a WDDM 2.7 or later driver.
Why doesn’t the HAGS toggle show up in my Windows settings?
This means Windows has detected that your GPU, driver, or both don’t meet the requirements. Updating to the latest driver from Nvidia, AMD, or Intel resolves this in many cases; if it still doesn’t appear, your GPU likely predates the supported hardware generations.
Can hardware-accelerated GPU scheduling cause problems?
For a few users, yes. Reported issues include stuttering on GPUs with 8GB or less VRAM, instability in VR applications, slower performance in some video editing or streaming workflows, and increased power consumption on some laptops. If you notice any of these, disabling it is as simple as flipping the same toggle back off.
Do I need to restart my PC after enabling or disabling HAGS?
Yes. The setting doesn’t take effect until after a full restart, whether you’re turning it on or off.
Does AMD’s FSR require hardware-accelerated GPU scheduling?
No, unlike Nvidia’s DLSS Frame Generation, FSR doesn’t strictly require HAGS to function, though some users report a modest performance benefit from having it enabled alongside FSR.
Is hardware-accelerated GPU scheduling worth enabling on a laptop?
It’s generally worth testing, but laptops are more likely to show the power-consumption downside some users report, so it’s worth checking battery impact specifically if you’re not plugged in most of the time. If you notice reduced battery life without a corresponding performance benefit, that’s a reasonable case to leave it off on battery power.
Will enabling hardware-accelerated GPU scheduling void my warranty or damage my GPU?
No. It’s an official, Microsoft- and GPU-vendor-supported setting, not a modification or overclock, and toggling it carries no risk of hardware damage.
We hope this guide helped you decide whether to keep Hardware-Accelerated GPU Scheduling on or off. If you found it useful, please share it with your friends and family.
Also, follow The Infobits on Facebook and X (formerly Twitter) for more Windows tips, gaming optimization guides, hardware comparisons, and practical PC troubleshooting articles.
Sign up for our free newsletter as well to receive fresh information right in your inbox and stay informed technically.
Disclosure: If you follow our links to a retailer’s website and make a purchase, we will get an affiliate commission on some, but not all, of the items or services we promote. This will cause no price change for you.







