Short answer: a grey or blank Chrome window almost always means the page is failing to draw rather than failing to load. The quickest meaningful test is to turn off hardware acceleration at chrome://settings/system and relaunch. If the grey areas stop, your GPU or graphics driver was the cause. If nothing changes, work through the extension and profile checks below.
Last verified: August 6, 2026.
Who this applies to
Chrome on Windows, macOS, Linux, and ChromeOS. Nothing here deletes your bookmarks, passwords, or history. Where a step does remove something, it says so first.
What “grey screen” usually means
Chrome draws pages using your graphics hardware. When that rendering path fails, the browser frame stays on screen but the content area never gets painted, so you are left with a flat grey or white rectangle. The page may have loaded perfectly; you simply cannot see it.
That is why the usual advice, clearing your cache, so often does nothing. The problem is generally not the data, it is the drawing.
Which version do you have?
Match your symptom before changing anything, because the fixes do not overlap.
- Grey or white content area, but menus and tabs work. Rendering failure. The GPU steps below are the right place to start.
- Whole window frozen, nothing responds. Chrome has hung. Force-quit it fully, then reopen. On Windows check Task Manager for leftover Chrome processes; on Mac use Force Quit.
- Grey only on certain sites. More likely an extension or that specific site than Chrome itself.
- Grey appears after waking from sleep, or after switching monitors. Classic graphics-driver symptom. Prioritise the driver update.
How to fix it
1. Force a repaint before anything else
- Resize the Chrome window, or minimise and restore it.
- Switch to another tab and back.
- Press Ctrl+R (Cmd+R on Mac) to reload.
If resizing the window makes the content appear, you have confirmed a rendering fault rather than a loading one. That single observation tells you which half of this article to read.
2. Turn off hardware acceleration
- Go to chrome://settings/system.
- Turn off Use hardware acceleration when available.
- Click Relaunch.
- Use Chrome normally for a while and see whether the grey returns.
This is a diagnostic as much as a fix. If the problem disappears, the cause is your GPU or its driver, and the next step is the real solution. Leaving acceleration off permanently costs you smoothness in scrolling and video, so treat it as temporary.
3. Update your graphics driver
If step 2 helped, this is what actually fixes it.
- Windows: update through Windows Update, or download the current driver from Intel, NVIDIA, or AMD directly.
- macOS: graphics drivers ship with the OS, so install pending system updates.
- Linux: update your distribution’s graphics packages.
Afterwards, turn hardware acceleration back on and confirm the problem is genuinely gone.
4. Test without extensions
- Open an Incognito window (Ctrl+Shift+N, or Cmd+Shift+N on Mac), where most extensions are disabled.
- Browse for a few minutes, revisiting whatever triggered the grey screen.
- If it never happens in Incognito, go to chrome://extensions, disable everything, and re-enable one at a time.
5. Test a fresh Chrome profile
A damaged profile can cause rendering faults that survive every other fix. This does not delete your existing profile.
- Click your profile picture in the top-right corner.
- Choose to add a new profile, and continue without signing in.
- Use the new profile for a few minutes.
If the new profile is stable, your original profile is the problem. Sign into the new one to sync your bookmarks and passwords back, rather than trying to repair the old one.
6. Check chrome://gpu for blocked features
- Go to chrome://gpu.
- Look at the feature list at the top.
- Entries marked as software-only or disabled indicate Chrome has already blocked your graphics hardware, usually because of a known driver problem.
This confirms the diagnosis rather than fixing it, but it is useful evidence if you are deciding whether a driver update is worth the effort.
An honest note
“Grey screen” describes a symptom, not a single defect, and we could not find one officially documented Chrome bug that accounts for all reports of it. The steps above target the causes that are verifiable and common: GPU rendering, extensions, and profile corruption. If none of them changes anything, the most useful next move is to record your Chrome version, operating system, and what you see at chrome://gpu, then report it to Google rather than continuing to change settings at random.
FAQ
Will turning off hardware acceleration slow Chrome down?
Somewhat, mainly in scrolling, animation, and video playback. It is fine as a test, but restore it once you have identified the cause.
Does a grey screen mean I have a virus?
Almost never. It is far more often a graphics driver or extension issue. If you also see unexpected pop-ups, unfamiliar extensions, or a changed search engine, then run a malware scan.
Will creating a new profile lose my bookmarks?
No. The old profile stays exactly as it is, and signing into the new profile syncs your bookmarks and passwords across.
Why does resizing the window sometimes fix it?
Because resizing forces Chrome to repaint the page. If that works, the content was loaded all along and only the drawing step failed.
Should I reinstall Chrome?
Only as a last resort, and after testing a new profile. Reinstalling rarely helps when the cause is a graphics driver, since the driver is unaffected by it.
What to remember
A grey Chrome screen is usually a drawing failure, not a loading failure. Resize the window to confirm that, then test with hardware acceleration off. If that fixes it, update your graphics driver and switch acceleration back on rather than leaving it disabled forever.