To enable hardware-accelerated GPU scheduling on Windows 11, open Settings > System > Display > Graphics, turn on the toggle under “Change default graphics settings,” then restart your PC.
The setting is hidden if your graphics card or driver doesn’t support it. The full walkthrough below covers the official path, a registry alternative for advanced users, and what to do if the toggle is missing.
How To Enable Hardware Accelerated GPU Scheduling On Windows 11 (Official Method)
The official way uses the Settings app. The toggle appears only with a compatible GPU and a WDDM 2.7 or higher driver. Follow these steps exactly:
- Press Win + I to open Settings.
- Go to System > Display.
- Select Graphics (labeled “Graphics settings” in some Windows versions).
- Click Change default graphics settings.
- Toggle Hardware-accelerated GPU scheduling to On.
- Restart your computer — the change takes effect only after a reboot.
After restarting, the setting is active. You can verify it’s on by returning to the same menu — the toggle should remain on. If you notice no difference in games or apps, that’s normal. Microsoft designed the feature to be transparent; visible gains depend on your specific workload and hardware.
Is Hardware Accelerated GPU Scheduling Worth Enabling?
For most users, the answer is “it doesn’t hurt to try.” Microsoft introduced HAGS as an opt-in early‑adopter feature in the Windows 10 May 2020 update. It moves some of the CPU’s scheduling work to the GPU, which can reduce input lag and improve frame pacing in GPU‑bound scenarios. In practice, many games see no noticeable change. The feature is safe to leave on if your system supports it, but it’s not a performance silver bullet.
If you’re troubleshooting stutter in a demanding game, enabling HAGS is one variable to test alongside other settings like game mode and graphics performance preferences.
If the Toggle Is Missing
The setting won’t appear if either your GPU or its driver doesn’t support HAGS. Check these requirements first:
- GPU: Recent models from NVIDIA (GTX 10‑series and newer), AMD (RX 5000‑series and newer), or Intel (Iris Xe and newer) include the necessary hardware.
- Driver: Your driver must report WDDM 2.7 or higher. To check, open dxdiag (Win + R, type
dxdiag), then look at the Driver Model under the Display tab.
If both pass and the toggle is still absent, update your graphics driver from the manufacturer’s website and restart. Some older Windows 11 builds also hide the toggle until the latest cumulative update is installed.
Hardware and Software Requirements for HAGS
The table below summarizes what you need before the toggle appears.
| Requirement | Details |
|---|---|
| Operating System | Windows 11 (any version) or Windows 10 May 2020 update or later |
| GPU Generation | NVIDIA GeForce GTX 10 series, AMD Radeon RX 5000 series, Intel Iris Xe or newer |
| Display Driver | Must support WDDM 2.7 or higher |
| Driver Installation | Clean install from manufacturer (not Windows Update) recommended |
| System Restart | Required after enabling the toggle |
| OEM Configuration | New PCs may ship with HAGS enabled by default; check the toggle anyway |
Registry Method (Advanced Alternative)
If the Settings toggle is unavailable and you want to force the feature, you can modify the registry. This is unofficial and unsupported by Microsoft — use it only if you understand registry editing and can reverse the change.
- Press Win + R, type
regedit, and press Enter. - Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers. - Find the HwSchMode DWORD. If it doesn’t exist, create a new DWORD (32-bit) named HwSchMode.
- Set the value to 2 to enable HAGS, or 1 to disable it.
- Restart your PC.
After the restart, HAGS should be active even if the Settings toggle remains hidden. To confirm, you can run a GPU‑benchmarked game and monitor latency. Microsoft’s DirectX Developer Blog notes that the feature was designed to be transparent, so a registry change may not produce visible results on all hardware.
Troubleshooting Common HAGS Problems
Even after enabling HAGS, you might run into issues. This table covers the most frequent ones and their fixes.
| Problem | Likely Cause | Fix |
|---|---|---|
| Toggle missing after driver update | Newer driver dropped WDDM 2.7 support (rare) or install was corrupted | Reinstall driver using DDU, then restart |
| No performance gain in games | Game is CPU‑bound or already runs well; HAGS mainly helps GPU‑bottlenecked scenarios | No action needed — it’s normal; try testing in demanding titles |
| System feels laggier after enabling | Old or beta driver with poor HAGS implementation | Toggle off or set HwSchMode to 1 in registry; roll back driver |
| Toggle appears but won’t stay on | Group policy or third‑party software overriding the setting | Check for GPU‑tuning utilities (MSI Afterburner, RivaTuner) that may block it |
| Cannot find Graphics menu | Display settings may be scrolled; use search in Settings for “Graphics” | Type “Graphics” in the Settings search bar |
Your HAGS Enablement Workflow
For a clean setup, follow this order:
- Verify your GPU and driver meet the requirements (see the first table).
- Enable via Settings — if the toggle is there, turn it on and restart. Skip the registry method unless unavoidable.
- Test your most demanding game or application. If performance didn’t change, you can leave HAGS on or turn it back off — there’s no risk either way.
- If the toggle is missing and you’re comfortable with registry edits, use the HwSchMode key. Otherwise, accept that your hardware doesn’t support HAGS and focus on other optimizations like game mode or low‑latency driver settings.
References & Sources
- Microsoft DirectX Developer Blog. “Hardware Accelerated GPU Scheduling.” Official announcement and technical details of the feature.
