How to Disable Hardware Acceleration Chrome (And When You Should)

J
James Mitchell
April 29, 2026 7 min read
How to Disable Hardware Acceleration Chrome (And When You Should)

If Chrome is crashing, flickering, showing visual glitches, or draining your GPU, disabling hardware acceleration is one of the first fixes to try. It takes 30 seconds and doesn’t affect your browsing data.

How to Disable Hardware Acceleration Chrome: Desktop Steps

  1. Open Chrome and click the three-dot menu (⋮) in the top-right corner.
  2. Click Settings.
  3. In the search bar at the top, type hardware.
  4. Find “Use hardware acceleration when available” and toggle it off.
  5. Click Relaunch to restart Chrome with the setting applied.

Chrome will restart automatically. The setting takes effect immediately after relaunch.

Where to Disable Hardware Acceleration Chrome Without the Search Bar

  1. Go to Settings → System (scroll to the bottom of the left sidebar and click Advanced if you don’t see it).
  2. Toggle off “Use hardware acceleration when available”.
  3. Click Relaunch.

What Is Hardware Acceleration in Chrome?

Hardware acceleration offloads graphic-intensive tasks like rendering video, animations, and scrolling from your CPU to your GPU. On most systems this makes Chrome faster and smoother.

The problem is that on some hardware configurations, outdated GPU drivers, or when running Chrome inside a virtual machine, hardware acceleration causes the opposite: crashes, black screens, flickering, or high GPU usage.

Signs That Hardware Acceleration Is Causing Problems

  • Chrome crashes when opening certain websites or playing video
  • Screen flickering or black/white flashes while scrolling
  • Visual artifacts parts of the page rendering incorrectly
  • GPU usage spikes even on simple pages
  • Chrome freezes when switching tabs
  • Video playback stutters or shows a green/purple tint

If any of these match your situation, disabling hardware acceleration is very likely to fix it.

Should You Leave It Off Permanently?

Not necessarily. Hardware acceleration helps on most systems. If disabling it fixes your issue, the underlying cause is usually a GPU driver problem updating your graphics drivers often resolves it, letting you re-enable hardware acceleration afterward.

To update GPU drivers: on Windows, open Device Manager → Display Adapters → right-click your GPU → Update driver. On Mac, GPU drivers update automatically through system updates.

How to Disable Hardware Acceleration Chrome on Android

Android Chrome doesn’t expose hardware acceleration as a user toggle. Instead, access the hidden flags menu:

  1. In Chrome’s address bar, type chrome://flags and press Enter.
  2. Search for GPU or hardware.
  3. Set “GPU rasterization” to Disabled.
  4. Tap Relaunch.

Note: Chrome flags are experimental. If Chrome becomes unstable, reset all flags to default from the same page.

Quick Troubleshooting Checklist

Hardware Acceleration and Specific Chrome Issues

Different visual problems in Chrome often trace back to hardware acceleration in specific ways:

  • Black or white rectangles on screen: Typically a GPU rendering issue where hardware acceleration fails to composite certain page layers. Disabling it almost always fixes this.
  • Video playing but screen shows green or purple: A hardware decoder incompatibility. The GPU is handling video decoding and producing incorrect color output. Disabling hardware acceleration forces software decoding.
  • Scroll lag or jank on simple pages: Usually the opposite hardware acceleration is working but fighting a bad driver. Try updating the GPU driver before disabling the feature entirely.
  • Chrome crashes only on specific websites: Sites using heavy WebGL, canvas animations, or video ads can trigger GPU driver bugs. Disabling hardware acceleration forces those sites to render in software, which is slower but stable.
  • High GPU usage at idle: Chrome pre-renders pages and runs background processes that use the GPU. Disabling hardware acceleration shifts this load to the CPU instead.

Checking Whether Hardware Acceleration Is Active

You can verify whether hardware acceleration is currently running in Chrome by visiting the internal GPU status page. Google’s official Chrome graphics documentation also explains how hardware acceleration interacts with different GPU configurations:

  1. Type chrome://gpu in the address bar and press Enter.
  2. Look for Graphics Feature Status at the top of the page.
  3. Each feature shows “Hardware accelerated,” “Software only, hardware acceleration unavailable,” or “Disabled.”

If several features show “Software only” even with hardware acceleration enabled in Settings, it means Chrome has automatically disabled it due to a driver blocklist a known incompatibility between your GPU driver and Chrome. Updating the driver is the fix.

Performance Impact of Disabling Hardware Acceleration

On most modern computers, disabling hardware acceleration has a noticeable but manageable impact:

  • Smooth scrolling may feel slightly less fluid on content-heavy pages
  • Video playback (especially 1080p/4K) will use more CPU and may drop frames on older hardware
  • WebGL-based content (interactive maps, browser games) will run slower
  • Basic browsing, text, and images are unaffected

If your computer is more than 5 years old and you disable hardware acceleration, monitor CPU usage it may spike during video playback. In that case, updating your GPU driver and re-enabling hardware acceleration is the better long-term fix.

Frequently Asked Questions

Should I disable hardware acceleration chrome?
You should disable hardware acceleration chrome if you are experiencing visual glitches, crashes, or flickering. If Chrome is running normally, leave it enabled.
Does disabling hardware acceleration chrome make it slower?
Disabling hardware acceleration chrome shifts rendering from the GPU to the CPU. Regular browsing is unaffected. Video playback may use more CPU after you disable hardware acceleration chrome on older machines.
How do I know disabling hardware acceleration chrome fixed my problem?
After you disable hardware acceleration chrome and relaunch, reproduce the issue. If the glitch or crash no longer occurs, hardware acceleration was the cause. Check current status at chrome://gpu after you disable hardware acceleration chrome.
Is it safe to permanently disable hardware acceleration chrome?
Yes. To permanently disable hardware acceleration chrome, toggle the setting off in Settings and it stays off across restarts. The browser remains fully functional.
Avatar photo
James Mitchell

James Mitchell is a network engineer and technology writer at TechLYM. He covers computer networking, DNS, TCP/IP, cybersecurity, and practical troubleshooting guides — with a focus on clear explanations backed by RFCs and real-world testing.