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

This tutorial shows you how to turn on or off hardware-accelerated GPU scheduling in Windows 11.

Why Does This Matter?

Hardware-accelerated GPU scheduling helps your graphics card work more efficiently. It reduces delays and makes your videos and games look smoother.

What You Need

Your graphics card must support hardware acceleration. Your graphics driver must also be version WDDM 2.7 or newer.

You need to be signed in as an administrator to make these changes.

References

Option One: Using Settings

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)

    Note: This link will no longer be available starting with Windows 11 build 25281.

  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.

Option Two: Using Registry Editor

Turn On or Off Hardware Accelerated GPU Scheduling Using Registry

⚠️ Requires Admin: Open the Terminal app as administrator and run the commands below.

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

Hardware-accelerated GPU scheduling makes your graphics card more efficient by reducing delays and improving performance. You need an advanced graphics card and updated drivers to use this feature. You can turn this setting on or off in two ways: through Settings or through Registry Editor. After making changes, restart your computer. If you don’t see the option in Settings, your device doesn’t support this feature.

Categories:

Tags:

Leave a Reply

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

Exit mobile version