YouTube error · Occasional

YouTube blue error screen — recover from the player crash

The player shows a blue (or grey) box with a sad-face icon and an error code (like 150, 410, 429). Different from black-screen-but-audio — the player itself crashed, not the decoder.

Why this happens

  • YouTube's player JS hit an unhandled exception (often after rotating to a new player version).
  • CDN returned an unexpected response — server-side error YouTube wasn't prepared for.
  • Hardware-acceleration crash dropped the video element.
  • Network blip during the start-up sequence corrupted the player state.

How to fix it

  1. 1

    Hard reload (Cmd+Shift+R / Ctrl+F5)

    Re-fetches the player JS. Fixes most player-level crashes immediately.

  2. 2

    Disable hardware acceleration

    Chrome → Settings → System → off. Some blue-screen errors trace to GPU decode crashes.

  3. 3

    Check the error code

    Error 150 = the video can't be embedded. Error 410 = video gone. Error 429 = rate limit (wait). Most error codes resolve quickly without action.

  4. 4

    Try a different network

    If the issue is CDN-side from your region, switching to mobile data or a VPN can route to a different healthy edge.

Frequently asked

What does YouTube error 410 mean?
Gone. The video was removed from YouTube's servers. Distinct from "404 not found" — 410 means it existed and was deleted. No recovery.

Related YouTube errors