Hardware-Accelerated GPU Scheduling in Windows 11 changes how graphics workloads are queued between the CPU and GPU, potentially reducing processor overhead and improving frame consistency. For gaming, the performance difference is usually small, but HAGS is important for newer NVIDIA features such as DLSS Frame Generation and Multi Frame Generation. Some users may experience problems with streaming software, VR, audio latency, or game stuttering when the feature is enabled. Windows 11 users should generally keep Hardware-Accelerated GPU Scheduling turned on unless they are troubleshooting a specific performance issue. Testing HAGS both on and off can help determine which setting delivers the best stability and gaming performance for your PC.
For most people with a modern graphics card, yes. Leave Hardware-Accelerated GPU Scheduling on. The frame rate difference is small, usually neutral to slightly positive, but it is a hard requirement for NVIDIA DLSS Frame Generation, which means turning it off on an RTX 40 or 50 Series card silently disables one of the most valuable features your GPU has.
The exceptions matter, though. If you stream or record with OBS, or you use VR, or you have audio crackle and stutter you cannot explain, this setting is a genuine suspect and worth testing with it off. This guide covers what it actually does, what performance to realistically expect, the one case where it is mandatory, and the specific situations where turning it off is the right call.
What is Hardware-Accelerated GPU Scheduling? Hardware-Accelerated GPU Scheduling, often shortened to HAGS, moves the job of scheduling graphics work from your CPU to a dedicated scheduling processor on the graphics card itself.
Without it, your CPU acts as a traffic controller. It collects frame data, builds a queue of rendering commands, prioritizes them, and hands batches to the GPU. The GPU renders those batches and waits for the next set. That coordination costs CPU time on every single frame.
With it enabled, the GPU manages that queue and its own video memory directly, rather than having Windows serialize each step through the processor. Microsoft introduced the feature alongside Windows Display Driver Model (WDDM) 2.7 in the Windows 10 May 2020 Update, and describes it as a significant and fundamental change to the driver model rather than a setting layered on top of the existing path. That is why it shipped as opt-in and why it requires both specific GPU hardware and a driver built to expose it.
The practical effect is less CPU overhead per frame and, in some titles, slightly lower latency. It is a different rendering path, not a performance mode.
What you need to use it The toggle only appears if your system meets all of these:
Windows 10 version 2004 or later , including every version of Windows 11A graphics driver supporting WDDM 2.7 or newer. Any driver from the last few years for a supported card qualifiesA supported GPU. NVIDIA GeForce GTX 1000 Series (Pascal) and newer, AMD Radeon RX 6000 Series (RDNA 2) and newer, and recent Intel graphicsIf you do not see the option at all, the cause is almost always an unsupported GPU or an outdated driver. Install the latest driver directly from NVIDIA, AMD, or Intel rather than relying on Windows Update, then check again.
Note that AMD's RX 5000 Series (RDNA 1) never received stable official support despite early testing in 2020, so RX 5700 XT owners should not expect to find the toggle.
Is it enabled by default in Windows 11? This is worth checking rather than assuming, because sources genuinely disagree and both answers appear in reputable places.
Game vendor documentation, including CD PROJEKT RED's support pages, states that the option is turned on by default in Windows 11. Other technology publications describe it as disabled by default and requiring manual activation. Both claims are current.
The likely explanation is that the default varies by configuration. Windows 11 enables it on many systems with supported hardware and modern drivers, but OEM images, upgrade paths from Windows 10, driver versions, and clean installs do not all behave identically.
The practical answer: do not assume either way. Check your own machine, which takes about fifteen seconds.
How to check whether it is on
Open Settings with Windows key + IGo to System , then Display Select Graphics Select Advanced graphics settings Look at the Hardware-accelerated GPU scheduling toggle Whatever state it shows is what your system is actually using. If the toggle is missing entirely, your GPU or driver does not support it.
What performance should you actually expect? This is where most guides oversell the feature.
Hardware-Accelerated GPU Scheduling does not deliver a meaningful frame rate increase. Realistic expectations are neutral to slightly positive on average frame rates, with reported differences typically falling within a few percent in either direction, which is inside the margin of error for most benchmark runs. Some testing reports average gains of only one or two frames per second.
The real benefit is structural rather than headline: less CPU time spent on scheduling. That matters most when your processor is the bottleneck, which is common in CPU-bound competitive titles at lower resolutions and in games with heavy simulation or draw call loads. If your GPU is the limiting factor, freeing up CPU overhead changes very little.
If you enable it expecting a noticeably higher frame rate, you will be disappointed. If you enable it because modern drivers and features assume it is on, you are using it for the right reason.
The one case where it is not optional Here is the fact that settles the question for most modern GPU owners.
NVIDIA DLSS Frame Generation requires Hardware-Accelerated GPU Scheduling to be enabled at the operating system level. This is not community speculation. CD PROJEKT RED's official support documentation states that DLSS Frame Generation requires a GeForce RTX 40 Series graphics card and Hardware-Accelerated GPU Scheduling enabled in the operating system, and other game publishers document the same requirement.
The reason follows from the mechanism described earlier. Frame generation inserts AI-generated frames into the rendering pipeline, and that requires the GPU to have direct control over its own scheduling and memory. With Windows still running the CPU-side scheduler, that control does not exist.
The consequence is concrete: with HAGS off, the Frame Generation option will be greyed out or absent in games , no matter what you select in the NVIDIA app or in-game menus. This applies to both DLSS 3 and DLSS 4, including Multi Frame Generation on RTX 50 Series cards. It is the single most common reason people find frame generation unavailable on hardware that supports it.
If you own an RTX 40 or 50 Series GPU and frame generation matters to you, this setting is mandatory rather than optional.
When you should turn it off None of the following are reasons to leave it off by default. They are reasons to test it off if you have a specific symptom.
Streaming and recording with OBS This is the most substantiated downside. OBS's own knowledge base recommends disabling HAGS as a troubleshooting step , noting that it is known to cause performance and capture issues with OBS, games, and overlay tools.
The reported symptoms are serious rather than cosmetic: streams dropping to zero bitrate, OBS freezing, driver crashes, and audio delays when using NVIDIA Audio Effects filters. OBS shipped a fix in version 29.1.2 that adjusted GPU priority when HAGS is enabled, which resolved crashes for many users, but the broader guidance to try disabling it during troubleshooting still stands.
VR Disabling HAGS is a recognized troubleshooting step for SteamVR stutter on some configurations. VR is far more sensitive to frame pacing and latency than flat gaming, which is why problems surface there disproportionately.
High DPC latency, audio crackle, and stutter On some Windows 11 systems, high DPC latency associated with the NVIDIA display driver drops substantially after turning HAGS off. High DPC latency is a classic cause of audio crackling and intermittent stutter, so if you have those symptoms and cannot trace them, this is worth testing.
Specific game titles Individual games occasionally pace worse with it enabled. Player reports have identified micro-stutter in particular titles, often Unreal Engine games, that improves with HAGS disabled. This is title-specific rather than general, so treat it as a per-game test rather than a system-wide conclusion.
Before blaming HAGS for stutter in one game, rule out the ordinary causes first: shader compilation on first run, background launchers, anti-cheat services, an outdated driver, or thermal throttling.
The streamer's dilemma There is a real conflict here that most guides ignore, and it affects a growing number of people.
If you own an RTX 40 or 50 Series card and you both game and stream, you are caught between two facts. Frame generation requires HAGS on. OBS problems are often resolved by turning HAGS off. There is no configuration that satisfies both if you are affected by the OBS issues.
The practical order of operations:
Update OBS and your GPU driver first. Many of the original HAGS-related OBS crashes were addressed in later OBS releases. If you are running an older version, that alone may resolve itTry disabling NVIDIA Audio Effects filters in OBS rather than disabling HAGS, since those specifically were implicated in freezing and driver crashesSwitch from display capture to game or window capture , which OBS recommends independently for performanceCap your frame rate so your GPU is not pinned at 100 percent, which is a far more common cause of capture problems than HAGSOnly then decide which matters more to you, frame generation or a stable streamMost people find they do not have to choose once the software is current. If you do have to choose, that decision depends on whether you stream competitively or generate frames for single-player games.
How to enable or disable it Press Windows key + I to open Settings Go to System , then Display Select Graphics Select Advanced graphics settings Toggle Hardware-accelerated GPU scheduling on or off Restart your PC Two things people get wrong here. First, you need administrator rights to change it. Second, a full restart is required , not a sign out. The display driver has to reload for the change to take effect, so signing out and back in will leave you in the previous state while the toggle appears to have changed.
If the toggle is missing but you believe your hardware supports it, verify your WDDM version by pressing Windows key + R, typing dxdiag, and pressing Enter. The Display tab lists the driver model.
How to test whether it helped Do not judge this by an average frame rate counter. The differences are small enough that averages will not tell you anything reliable, and the benefit shows up in consistency rather than peak numbers.
A sound method:
Pick one demanding, repeatable scene in a game you actually play Use a frame time overlay rather than just an FPS counter Record 1 percent lows and frame time consistency , not the average Run the same scene with the setting on and off, restarting between each change Play for at least fifteen to twenty minutes per configuration, since some problems only appear after sustained load Smoothness lives in the lows. A configuration with a slightly lower average and much better 1 percent lows will feel considerably better to play.
Where this matters on modern hardware The reason this setting stopped being optional is that frame generation became a headline feature rather than a curiosity.
On current NVIDIA hardware, DLSS 4 with Multi Frame Generation is one of the primary reasons to own an RTX 50 Series GPU, and it will not run without Hardware-Accelerated GPU Scheduling enabled. Any laptop or desktop built around these cards is designed with the assumption that this setting is on.
The Predator Helios 18 AI is a clear example of that pairing. Its RTX 5080 Laptop GPU supports DLSS 4 Multi Frame Generation, and its 250Hz display is the kind of panel that benefits from the additional generated frames, since there is real headroom above what the GPU renders natively. Frame generation and high refresh rate displays are complementary technologies: the first produces more frames, the second can actually show them.
For a more portable option, the Predator Helios Neo 14 AI pairs an RTX 5070 Laptop GPU with a 165Hz display and G-SYNC, and includes NVIDIA Advanced Optimus so the discrete GPU drives the panel without manual switching. The wider Predator Helios range covers the same combination at different price points.
If you are running a desktop, the same logic applies to your display. Generated frames only help if your monitor can present them, which is where Predator gaming monitors at 144Hz and above earn their place.
The bottom line Treat Hardware-Accelerated GPU Scheduling as a default-on setting on modern hardware, not a performance tweak. The frame rate argument for it is weak, and anyone promising a significant FPS boost is overselling it. The real argument is that DLSS Frame Generation will not function without it, and on an RTX 40 or 50 Series card that is a far larger loss than any small scheduling gain.
Check your own machine rather than trusting a default. If it is on and everything works, leave it alone. If you have a specific unexplained symptom, particularly around streaming, VR, or audio, test it off in a controlled way and compare your 1 percent lows rather than your averages.
Frequently asked questions Should Hardware-Accelerated GPU Scheduling be on or off?
On, for most people with a modern graphics card. The frame rate impact is small, but it is required for NVIDIA DLSS Frame Generation and current drivers assume it is enabled. Turn it off only if you have a specific problem that improves when you do, such as OBS capture failures, VR stutter, or unexplained audio crackle.
Does Hardware-Accelerated GPU Scheduling increase FPS?
Not meaningfully. Realistic results are neutral to slightly positive, typically within a few percent either way, which is inside benchmark margin of error. The genuine benefit is reduced CPU scheduling overhead, which helps most when your processor rather than your graphics card is the bottleneck.
Does DLSS Frame Generation require Hardware-Accelerated GPU Scheduling?
Yes. This is documented by game publishers, including CD PROJEKT RED, and applies to both DLSS 3 and DLSS 4 including Multi Frame Generation. With the setting disabled, the Frame Generation option will be greyed out or missing in games even on a supported RTX 40 or 50 Series card.
Why is my DLSS Frame Generation option greyed out?
The most common cause is Hardware-Accelerated GPU Scheduling being disabled in Windows. Enable it in Settings, then System, Display, Graphics, Change default graphics settings, and restart your PC. Also confirm you have a supported GPU and a current driver.
Does Hardware-Accelerated GPU Scheduling cause stuttering?
It can in specific cases, though it is not a general cause. Reports concentrate on VR, certain individual game titles, and systems with high DPC latency tied to the display driver. If you have new stutter after enabling it, update your driver first, then test with the setting off in the affected game specifically.
Should streamers disable Hardware-Accelerated GPU Scheduling?
Possibly. OBS's own documentation recommends disabling it as a troubleshooting step for capture and performance problems. Before you do, update OBS and your GPU driver, since later OBS releases addressed several HAGS-related crashes, and try disabling NVIDIA Audio Effects filters, which were specifically implicated in freezing.
Is Hardware-Accelerated GPU Scheduling on by default in Windows 11?
It depends on your configuration, and sources genuinely conflict on this point. Game vendor documentation states it is on by default in Windows 11, while some publications describe it as off by default. Rather than assuming, check the toggle in Settings under System, Display, Graphics, Change default graphics settings.
Why can I not find the Hardware-Accelerated GPU Scheduling option?
The toggle only appears when both your GPU and driver support it. Install the latest driver directly from NVIDIA, AMD, or Intel and restart. If it is still absent, your graphics hardware likely predates support, which requires roughly a GTX 1000 Series or newer on NVIDIA and an RX 6000 Series or newer on AMD.
Do you need to restart after changing it?
Yes, a full restart. Signing out and back in is not sufficient, because the display driver has to reload for the new scheduling path to take effect.
Recommended Products