Skip to content
Follow
Windows

How to Turn On or Off Hardware Accelerated GPU Scheduling in Windows 11

Richard
Written by
Richard
Mar 28, 2026 Updated Jul 12, 2026 2 min read
How to Turn On or Off Hardware Accelerated GPU Scheduling in Windows 11
How to Turn On or Off Hardware Accelerated GPU Scheduling in Windows 11

Hardware-accelerated GPU scheduling in Windows 11 lets your graphics card manage its own video memory directly.

This feature can improve how smoothly your PC runs demanding tasks like games and video editing by reducing delays.

For it to work, your graphics card needs to support hardware acceleration, and you need a graphics driver version WDDM 2.7 or newer.

You can turn this setting on or off within Windows 11 Settings, but you’ll need administrator permission to make the change.

⚡ Quick Answer

Navigate to Settings System Display Graphics. Click “Change default graphics settings” and toggle “Hardware-accelerated GPU scheduling” on or off. A restart is required to apply changes.

Turn On or Off Hardware Accelerated GPU Scheduling in Settings

  1. Open Settings by pressing ⊞ Win+I.
  2. Click System on the left side. Then click Display on the right side. (See screenshot below)
  3. Click Graphics on the right side. (See screenshot below)
     Open Graphics settings
  4. Click the Change default graphics settings link. (See screenshot below)

    You can turn hardware accelerated GPU scheduling on or off directly in Windows 11 Settings. This feature helps your graphics card manage its memory more efficiently, potentially improving game performance and reducing lag. To find the setting, open Settings , go to System, then Display, and click on Graphics.

  5. Turn On or Off (default) Hardware-accelerated GPU scheduling based on what you want. (See screenshots below)

    If you don’t see a Hardware-accelerated GPU scheduling option, your device doesn’t support it.

  6. ⚠️ Requires Admin: Restart your computer to apply the changes.
Windows 11 graphics settings interface screenshot
Windows 11 graphics settings interface screenshot
Hardware accelerated GPU scheduling settings in Windows 11
Enable Hardware-Accelerated GPU Scheduling in Windows 11 graphics settings.

Option 2Using Registry Editor

Turn On or Off Hardware Accelerated GPU Scheduling Using Registry

⚠️ Requires Admin: Open the Terminal app with administrator privileges and enter the following commands. This grants the necessary permissions to modify system settings.

To Turn On Hardware Accelerated GPU Scheduling

🗝️Registry
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v HwSchMode /t REG_DWORD /d 2 /f

To Turn Off Hardware Accelerated GPU Scheduling

This is the default setting.

🗝️Registry
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v HwSchMode /t REG_DWORD /d 1 /f

Summary

📝Good to Know
Hardware accelerated GPU scheduling is a Windows feature that helps your graphics card work better, which can reduce delays and improve how smoothly games and apps run. To use it, you generally need a newer graphics card and up-to-date drivers.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable or Disable Graphics Hardware Acceleration in Microsoft Edge
Browsers How to Enable or Disable Graphics Hardware Acceleration in Microsoft Edge
How to Check Graphics Card Details on Windows 11
Windows How to Check Graphics Card Details on Windows 11
How to Change Registry Editor Font in Windows 11
Windows How to Change Registry Editor Font in Windows 11
How To Optimize Windows 11 For Gaming Performance
Windows How To Optimize Windows 11 For Gaming Performance

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *