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 memory to speed up games and video editing. This setting cuts down delays between your mouse clicks and what you see on screen.
You need a graphics card that supports this feature and a WDDM 2.7 or newer graphics driver to use it. You can turn the setting on or off in the Windows 11 Settings app, but you need administrator rights to make the change.
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
- Open Settings by pressing Win+I.
- Click System on the left side. Then click Display on the right side. (See screenshot below)
- Click Graphics on the right side. (See screenshot below)
Open Graphics settings - 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.
- 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.
- ⚠️ Requires Admin: Restart your computer to apply the changes.


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
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.
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v HwSchMode /t REG_DWORD /d 1 /f
Summary
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!