Chrome White Screen: Fix GPU Acceleration & Browser
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.
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.
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.
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.
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.
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`
Still not resolved? Check these related diagnostics:
If your symptoms differ slightly, one of these companion troubleshooting guides covers the exact failure mode.