Diagnostic & RecoveryUpdated 2026-09-26

Chrome White Screen: Fix GPU Acceleration & Browser

Quick Answer

When Google Chrome opens as a blank white window where even the URL bar and settings menus fail to render, the issue is almost always a catastrophic crash in Chrome GPU Hardware Acceleration. Launch Chrome using the `--disable-gpu` switch to regain access and toggle off hardware acceleration.

Step-by-Step Triage & Resolution

Click checkboxes as you perform each step to track troubleshooting progress.

0 of 4 done (0%)

Launch Chrome with the --disable-gpu Shortcut Switch

Right-click your Google Chrome desktop shortcut > select "Properties". In the "Shortcut" tab, find the "Target" field. Add a space at the very end of the line and append `--disable-gpu` (outside the quotation marks). Click Apply, OK, and launch Chrome.

chrome.exe --disable-gpu

Disable Hardware Acceleration in Chrome Settings

Once Chrome opens, go to Settings (or navigate to `chrome://settings/system`). Under the "System" section, toggle OFF "Use graphics acceleration when available". Click the "Relaunch" button.

chrome://settings/system

Reset Experimental GPU Flags in chrome://flags

Type `chrome://flags` in your address bar and press Enter. Click the "Reset all" button at the top of the page. Experimental features like "GPU rasterization" or "Vulkan backend" often cause white screens following graphics driver updates.

chrome://flags > Reset all

Rename Corrupted "Default" User Profile Folder

Close Chrome completely. Press Win + R, type `%localappdata%\Google\Chrome\User Data`, and press Enter. Locate the folder named "Default" and rename it to "Default_Backup". Relaunch Chrome; it will generate a clean new user profile.

%localappdata%\Google\Chrome\User Data

Device-Specific Engineering Notes

  • Dual-GPU Laptops (Nvidia Optimus / AMD Switchable): Force Chrome to run on the power-saving integrated GPU in Windows Settings > System > Display > Graphics to prevent switching hangs.
  • macOS: If Chrome displays a white window on Mac, open Terminal and execute: `/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-gpu`
Hardware & Battery Precaution:Never delete the entire `User Data` folder without backing up your `Bookmarks` and `Login Data` files first, or your unsynced local passwords and history will be lost.

Still not resolved? Check these related diagnostics:

If your symptoms differ slightly, one of these companion troubleshooting guides covers the exact failure mode.

Troubleshooting FAQ

The Chrome GPU process (`chrome.exe --type=gpu-process`) crashed in the background due to a graphics card driver timeout (TDR).