Skip to content
Follow
Browsers Windows

How to Enable or Disable Graphics Hardware Acceleration in Microsoft Edge

Richard
Written by
Richard
Apr 21, 2026 Updated Sep 15, 2026 4 min read
Computer chip browser window glowing split circuits
Computer chip browser window glowing split circuits

Graphics hardware acceleration in Microsoft Edge makes web pages and videos load faster by letting your graphics card share the workload with your main processor. Starting with version 90, Microsoft turns this display setting on by default to keep browsing smooth.

Advertisement

You can turn this feature off if you run into screen glitches, choppy videos, or sudden browser crashes. Changing this switch helps fix display problems on your PC.

⚡ Quick Answer

To enable or disable graphics hardware acceleration in Microsoft Edge, go to Settings System and performance. Toggle the “Use graphics acceleration when available” option to your desired setting. This improves performance or resolves display issues.

Advertisement

What Is Hardware Acceleration?

Microsoft Edge includes a built-in feature called hardware acceleration. Turning it on shifts graphics and text rendering from your computer’s main processor (CPU) to your graphics card (GPU). This frees up processing cycles, allowing background programs to run much faster.

Why Disable Hardware Acceleration?

Hardware acceleration is enabled by default. Performance hiccups still happen occasionally. Reserve disabling hardware acceleration for troubleshooting stubborn display issues like choppy video playback or blurry fonts. Outdated graphics drivers or incompatible display adapters often trigger these conflicts.

Option 1Change Settings in Microsoft Edge

Changing Microsoft Edge hardware acceleration through the built-in browser settings lets you turn the feature on or off for your user account without changing system-wide configurations. Open the Microsoft Edge settings menu, go to the system and performance tab, and toggle the graphics switch to your preferred setting.

  1. Open Microsoft Edge.
  2. Click the three-dot menu button (top right), then click Settings. You can also press Alt+F.
  3. In the left panel, click System and performance. Then click System in the right panel. If you don’t see a left panel, click the three-line menu button at the top left.
  4. Find the option that says “Use graphics acceleration when available”. Turn it On (default) or Off depending on what you need.
  5. Close the Settings tab when done.
micrsoft edge browser more option and settings
micrsoft edge browser more option and settings
Microsoft Edge System and performance settings tile location
Microsoft Edge System and performance settings tile location
Use graphics acceleration when available toggle in Edge settings
Use graphics acceleration when available toggle in Edge settings

Option 2Change Settings for All Users Using Registry

⚠️ Admin privileges required

Advertisement

This method applies the configuration globally and overrides individual user settings.

Windows Terminal and Registry Editor both accomplish this task. Pick one method below.

Always Turn On Hardware Acceleration for Everyone

Enabling Microsoft Edge hardware acceleration for all user accounts on a computer requires adding a specific registry key through Windows Terminal or Registry Editor. Running the provided command forces the browser to use your graphics card for rendering web pages across every user profile on the machine.

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v HardwareAccelerationModeEnabled /t REG_DWORD /d 1 /f

Alternatively, open Registry Editor (a built-in database for system configurations), navigate to this path, and add the required value:

Advertisement

Path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge

Always Turn Off Hardware Acceleration for Everyone

Disabling Microsoft Edge hardware acceleration for all user accounts on a computer stops the browser from using your graphics card, which helps fix display glitches for everyone. You can enforce this rule across the whole machine by running a quick command in Windows Terminal or adding a DWORD value in Registry Editor.

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v HardwareAccelerationModeEnabled /t REG_DWORD /d 0 /f

Alternatively, open Registry Editor (a built-in database for system configurations), navigate to this path, and add the required value:

Path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge

Advertisement

Allow User Choice (Default)

Restoring user control requires executing this command in the terminal:

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v HardwareAccelerationModeEnabled /f

Summary

Hardware acceleration in Microsoft Edge offloads rendering tasks to your graphics card, making the browser run much faster than relying solely on the central processor.

Should I turn off hardware acceleration in Edge?

Reserve disabling hardware acceleration for troubleshooting stubborn display issues like choppy video playback or blurry fonts. Doing so resolves compatibility conflicts between the browser and graphics hardware.

Should I leave hardware acceleration on or off?

Leaving hardware acceleration enabled is best for daily browsing. It is enabled by default because offloading tasks to the graphics card improves overall speed. Turn it off only when visual glitches or unexpected crashes occur.

Advertisement

How do I turn on hardware acceleration for a browser?

To turn on hardware acceleration for Microsoft Edge, open the browser and go to Settings. Find the System and performance section, and under System, switch on 'Use graphics acceleration when available.' Restart the browser for the change to take effect.

Does disabling hardware acceleration increase CPU usage?

Yes, turning off hardware acceleration forces the central processor (CPU) to work harder. The CPU handles all graphics and text rendering internally without the graphics card, which increases overall system load.

Should I turn off hardware acceleration in Edge?

Reserve disabling hardware acceleration for troubleshooting stubborn display issues like choppy video playback or blurry fonts. Disabling this feature resolves compatibility conflicts between the browser and graphics driver, restoring stability.

Should I leave hardware acceleration on or off?

Leaving hardware acceleration enabled is best for daily browsing. It remains enabled by default because moving rendering tasks from the CPU to the GPU improves browser speed. Turn it off only when visual glitches or unexpected crashes occur.

Advertisement

How do I turn on hardware acceleration for a browser?

To enable hardware acceleration in Microsoft Edge, open the browser menu and select Settings. Navigate to the System and performance tab. Under the System section, toggle 'Use graphics acceleration when available' to the On position, then restart the browser to apply the changes.

Does disabling hardware acceleration increase CPU usage?

Yes, disabling hardware acceleration forces the central processor (CPU) to work harder. The computer must handle all graphics and text rendering internally without the graphics card, which increases system load and impacts background applications.

Was this guide helpful?

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.

Advertisement

📚 Related Tutorials

How To Reset Microsoft Edge To Default Settings On Windows 11
Browsers How To Reset Microsoft Edge To Default Settings On Windows 11
How to Enable or Disable Browse with Copilot in Microsoft Edge on Windows 11
Browsers How to Enable or Disable Browse with Copilot in Microsoft Edge on Windows 11
How to Repair Microsoft Edge in Windows 11
Windows How to Repair Microsoft Edge in Windows 11
How to Enable Audio Hardware Acceleration in Windows 11
Windows How to Enable Audio Hardware Acceleration in Windows 11

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

Leave a Comment

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