Chrome displays a page for split second then it goes blank

There are many reports of such problems with various (too many) solutions. I have collected below some of them, but by no means all. The possible causes for this problem seem really endless.

  1. Slightly incorrect answer returned by the web server.
    Google Chrome’s blank/white page bug explains that the server returning a Content-Length header whose value is greater than the actual length of the content throws Chrome off, while all other browsers handle it with no problem. The only solution here is to use another browser, or wait until Chrome fixes this issue.
  2. Why does Chrome load blank pages? offers the solution "opening the dev tool (cmd + shift + i) forces the page to render".
  3. Black Screen On Chrome blames Chrome's usage of the GPU, but the solution by SinthujanLevel maybe applies only to PC.
  4. Issue 114683: Load webpage, then it goes completely blank blames Flash for the problem. The solution (beside killing Flash) was to disable Flash hardware acceleration.
  5. Issue 5882 says that using Adblock with the "block ads in videos and flash" option fixes the problem.
  6. Is chrome really dead? Blank screen issue says that the problem comes from Chrome needing more shared memory than the system default. The solution is to enter
    # sysctl kern.ipc.shmall=17731, or to make it work on boot:
    echo 'kern.ipc.shmall=17731' >> /etc/sysctl.conf.

I too experienced this on some different versions of Chrome and while I'm not quite sure where in the renderer this problem comes from, I can offer a workaround. It seems it is somehow related to delayed rendering of several tabs you open at once when you restore last session or otherwise open many windows at once. Activating each of them seems to make problem go away. Just holding down Ctrl+Tab for a few seconds as it sweeps over all tabs should help.


Do you have a URL where you can reliably reproduce this problem? If so, please share - it'd be helpful if we could try it on a few other platforms to see if it's an issue (same problem or other weird behaviour) using Chrome for Windows or testing with Chromium.

You may want to also disable all extensions for a while - I'd be more suspicious of an extension bug than the main browser, since Chrome is almost certainly better tested than extensions. Some extensions, like ad blockers, modify the markup before Chrome can render them. That could be the culprit.

If this is still happening with no extensions enabled, open the developer console (on Windows the shortcut is CTRL-SHIFT-I). Some clues that something problematic has been received may include a red icon with a number beside it in the bottom-right corner (JavaScript error(s)), or an empty or near-empty pane showing the HTML markup in the leftmost tab (I have no full browser accessible - sorry, I can't get the name of the tab).

Now that I think of it, I think I've seen this behaviour a couple of times in Chrome for Windows. a refresh always fixed it, but it happened so rarely I never investigated.


I have resolved this issue by disabling one of the browser extensions (named Download). I do not know how it got added on my browser, but somebody suggested in another forum to try deactivating the extensions and it worked for me.

I was having problems with my other browsers as well: Firefox also stopped responding, and I couldn't even open Internet Explorer. Uninstalling Chrome and Firefox fixed IE.