Graphics hardware acceleration in Microsoft Edge makes web pages and videos load faster by letting your computer’s graphics card handle the heavy work instead of your main processor. Starting with version 90, Microsoft turns this helpful feature on by default.
You can turn this setting off if you notice weird display bugs, stuttering videos, or slow browsing. Knowing how to change this switch fixes screen problems and speeds up your browser.
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.
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
Adjusting Microsoft Edge hardware acceleration happens directly inside browser settings. This configuration change affects only the active user account rather than altering preferences system-wide.
- Open Microsoft Edge.
- Click the three-dot menu button (top right), then click Settings. You can also press Alt+F.
- 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.
- Find the option that says “Use graphics acceleration when available”. Turn it On (default) or Off depending on what you need.
- Close the Settings tab when done.



Option 2Change Settings for All Users Using Registry
⚠️ Admin privileges required
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
Open Windows Terminal with administrative rights and run this command:
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:
Path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
Always Turn Off Hardware Acceleration for Everyone
Open Windows Terminal with administrative rights and run this command:
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
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.
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.
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?
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!