How to Disable the Google Chrome ‘Vulkan’ Flag

The Modern Graphics API

For decades, OpenGL was the standard Application Programming Interface (API) used by software to communicate with graphics processing units (GPUs) to render 2D and 3D graphics. Vulkan is a modern, low-overhead, cross-platform graphics API designed to replace OpenGL. It offers significantly better performance by allowing applications to utilize multiple CPU cores more efficiently when talking to the GPU. Google Chrome has been slowly experimenting with transitioning its internal rendering engine to use Vulkan by default, controlled by the “Vulkan” experimental flag.

When Vulkan is enabled in Chrome, the browser attempts to use this modern API to accelerate everything from WebGL games to standard HTML page compositing. On modern hardware with up-to-date drivers, this usually results in smoother scrolling and better battery life. However, Vulkan is notoriously unforgiving of buggy graphics drivers. If you are running Chrome on an older machine, or a Linux distribution with experimental or proprietary GPU drivers that haven’t fully perfected their Vulkan implementation, enabling this flag will cause Chrome to instantly crash, display visual artifacting (like flickering black boxes), or refuse to render pages entirely. Disabling the flag forces Chrome to fall back to the older, more stable OpenGL standard.

How to Turn Off Vulkan Rendering

If you are experiencing severe graphical glitches in Chrome, forcing the browser away from Vulkan is a critical troubleshooting step.

  1. Open Google Chrome.
  2. Click inside the main address bar at the top.
  3. Type chrome://flags and press Enter.
  4. On the “Experiments” page, use the search bar to look for Vulkan.
  5. Locate the specific flag labelled “Vulkan,” click the dropdown menu next to it, and change it from “Default” (or Enabled) to Disabled.
  6. Click the blue Relaunch button at the bottom of the screen.

Upon restarting, Chrome will revert to its legacy graphics rendering pathways, bypassing the Vulkan API entirely and prioritizing stability over maximum performance.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.