How Do You Turn Off Hardware Accelerated GPU Scheduling in Windows 11?
How Do You Turn Off Hardware Accelerated GPU Scheduling in Windows 11?
3 Answers

How to Turn Off Hardware Accelerated GPU Scheduling in Windows 11
To disable Hardware Accelerated GPU Scheduling (HAGS) on a Windows 11 computer, you can follow one of the methods outlined below. Each approach is based on real-world steps provided by several reputable sources.
Using the Settings App
- Press Windows + I to open the Settings app.
- Navigate to System > Display.
- Scroll down to the Related Settings section and click on Graphics.
- Click on Change default graphics settings.
- In the settings that appear, locate the toggle for Hardware-Accelerated GPU Scheduling and switch it off.
- You may be prompted with a User Account Control (UAC) confirmation – select Yes if required.
- Restart your computer to ensure the changes take effect.
This process directly disables HAGS for systems where the option is supported, and it is recommended when you are experiencing issues like stuttering during gameplay or recording sessions .
Using the Command Line
For advanced users who prefer making changes via the command line (using the Windows Registry Editor command-line tool), follow these steps:
- Open Command Prompt or Windows Terminal as an administrator. Press Windows + X and select Command Prompt (Admin) or Windows Terminal (Admin).
- Enter the following command to modify the registry and disable HAGS:
reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers” /v HwSchMode /t REG_DWORD /d 1 /f
- Here, the registry value HwSchMode is set to 1, which tells Windows to disable hardware-accelerated GPU scheduling.
- Once the command is executed successfully, restart your computer by typing:
shutdown /r /t 0
This method provides a direct approach to controlling HAGS via registry modification .
Important Considerations
- Backup the Registry: Before making any changes via the Command Prompt, it’s advisable to back up the registry or create a system restore point. This ensures that you can revert changes if something goes wrong.
- Check Hardware Compatibility: The option for HAGS will only appear if your hardware supports it. If it does not, the toggle or registry key might not be present.
- Performance Testing: Sometimes HAGS can improve performance in resource-heavy scenarios. Therefore, consider benchmarking your system before and after making changes to confirm whether the feature should remain disabled or enabled based on your needs .
By following the steps outlined above, you can disable Hardware Accelerated GPU Scheduling on your Windows 11 system, thus potentially resolving issues related to gaming or in-game recording.

Trying to switch off Hardware Accelerated GPU Scheduling in Windows 11? No sweat. Just follow these steps:
- Fire up Settings: Hit the Start button or your Windows + I keys to jump into Settings.
- Head over to System: On the left-hand menu, click on System.
- Check out Display: Find and select Display from the options.
- Pop into Graphics Settings: Scroll until you spot Advanced display settings and click Graphics settings.
- Flip the Switch: When you see Hardware-accelerated GPU scheduling, toggle it to Off. Simple as that!
- Time for a Restart: Give your computer a quick reboot to let the changes kick in.
And there you have it! This little tweak should help if your PC’s been acting up or if some apps have been misbehaving. Just keep your Windows and graphics drivers up to snuff, and you’ll be good to go.

So, you\’ve probably heard of Hardware-Accelerated GPU Scheduling, right? It\’s this feature in Windows 11 that\’s supposed to make your gaming or video editing smoother by letting the GPU do its own scheduling, thus easing the load off the CPU. It sounds pretty cool, but sometimes it doesn\’t work out as planned. Maybe your system becomes unstable, or perhaps it even dips in performance, which totally defeats the purpose.
Here\’s a simple way to turn off HAGS:
Method 1: Via Windows Settings – The Easy Route
- Pop open your Settings. Hit
Win + I
, or just type \”Settings\” in your Start menu. - Head over to the Display stuff: Go to System > Display > Graphics.
- Now, you\’re looking for \”Hardware-Accelerated GPU Scheduling\” under \”Related settings.\” Just flip that switch to Off.
- Give your PC a quick restart to see those changes take effect.
Method 2: Using the Registry Editor – For the Brave
This is your go-to if the Settings trick doesn’t cut it:
- Fire up Registry Editor by hitting
Win + R
, typingregedit
, and smacking Enter. - Dig through to
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\GraphicsDrivers
. - In the right pane, right-click and create a new DWORD (32-bit) Value, naming it
HwSchMode
. Set its value to 1 to turn off HAGS, or 2 to turn it back on. - Don’t forget to restart your system to put things in motion.
Wrestling with Common Issues
Sometimes, stuff goes sideways. Here’s how to tackle it:
- Driver Conflicts: Outdated drivers can mess things up. Keep \’em fresh via Device Manager or a tool like NVIDIA GeForce Experience. If you\’re still drowning in issues after flipping HAGS on or off, consider rolling back those drivers.
- Performance Drops: If your setup\’s older or strapped for VRAM, HAGS might slow you down. Turn it off, and perhaps tweak other settings like disabling the Xbox Game Bar.
- System Crashes: Occasionally, HAGS might cause your apps to crash, especially hefty GPU tasks. Try turning it off to see if that smoothens things out. A System Restore might come in handy if things are beyond repair.
Extra Nuggets of Wisdom
- Tools specific to your GPU might hold some conflict-resolving features; don’t forget them.
- Got Microsoft Edge? Try switching off hardware acceleration there too, just in case it’s adding to the problem.
- If you\’re a performance number cruncher, benchmark before and after you mess with these settings.
At the end of the day, the goal is to get your machine purring along smoothly. Don’t be afraid to experiment a little till you land on what works best for your setup!