How to Disable the Google Chrome ‘Out-of-process 2D canvas’ Flag

The Canvas Rendering Crash

Google Chrome utilizes an experimental feature called “Out-of-process 2D canvas.” Modern websites frequently use HTML5 <canvas> elements to draw complex, interactive 2D graphics directly in the browser—everything from browser-based games and data visualization charts to complex photo editing web apps. By default, Chrome attempts to render these canvases in a separate background process, isolating the heavy lifting from the main webpage thread.

While this usually improves performance and security, it can cause catastrophic instability on systems with very old, integrated graphics cards, or when interacting with poorly optimized web apps. If you frequently experience issues where interactive charts turn into black squares, web games freeze your entire browser, or Chrome throws “Aw, Snap!” errors specifically when loading graphics-heavy pages, the out-of-process renderer might be failing to communicate with your GPU driver. Disabling it forces Chrome to render canvases the traditional way, prioritizing stability.

How to Disable Out-of-Process Canvas Rendering

You must dive into Chrome’s experimental flags menu to change how 2D graphics are processed.

  1. Open Google Chrome.
  2. Click inside the main address bar at the top of the browser.
  3. Type chrome://flags and press Enter.
  4. A page titled “Experiments” will load.
  5. In the search bar at the top, type Out-of-process 2D canvas.
  6. The specific flag will appear highlighted in yellow. Next to it is a dropdown menu, likely set to “Default.”
  7. Click the dropdown menu and select Disabled.
  8. Chrome will prompt you to restart the browser for the change to take effect. Click the blue Relaunch button.

Upon restarting, Chrome will stop isolating HTML5 canvas rendering. While this might slightly reduce peak performance in complex web games, it will significantly improve stability and stop graphic-related crashes on older hardware.

Get the best tech tips delivered straight to your inbox.

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