YouTube error · Occasional

YouTube not working on Firefox — fix the Mozilla-specific quirks

YouTube misbehaves specifically on Firefox while Chrome / Edge work fine on the same machine. Video stutters, captions break, search times out, the player refuses to enter PiP. Firefox's rendering engine and Google's integration assumptions don't always agree.

Why this happens

  • Hardware acceleration on Firefox uses a different code path than Chrome — VP9 / AV1 decoding sometimes degraded.
  • Strict Tracking Protection blocks YouTube's session cookies needed for sign-in.
  • Firefox's autoplay policy is stricter than Chrome's — videos refuse to autoplay even when allowed.
  • WebExtension permissions different from Chrome counterparts — same logical extension behaves differently.
  • YouTube genuinely under-tests on Firefox (Mozilla's market share is ~3%, gets less QA from Google).

How to fix it

  1. 1

    Disable Strict Tracking Protection for youtube.com

    Click the shield icon next to the URL → toggle "Enhanced Tracking Protection" off for this site. Some Google session cookies are classified as trackers and blocked under Strict mode.

  2. 2

    Disable hardware acceleration

    Firefox → Settings → General → Performance → uncheck "Use recommended performance settings" → uncheck hardware acceleration. Restart. Helps on machines where Firefox's VP9 decoder underperforms.

  3. 3

    Update Firefox

    Firefox's release cadence is fast — every 4 weeks. YouTube's player code targets recent Firefox versions; 6+ months old releases lose support.

  4. 4

    Test in Firefox Safe Mode

    Firefox → Help → More troubleshooting information → Troubleshoot Mode. Disables all extensions + themes. If YouTube works there, an extension is the issue.

  5. 5

    Compare to Chrome on the same machine

    If Chrome works and Firefox doesn't on the same network, the cause is Firefox-specific. If both fail, the cause is network / OS-level.

Frequently asked

Is YouTube intentionally worse on Firefox?
No deliberate sabotage that we can prove, but YouTube's player engineering targets Chrome-equivalent browsers first. Firefox-specific bugs take longer to fix because Mozilla's market share is small. The "YouTube is slower on Firefox" complaint shows up periodically and is usually a real measurable difference.

Related YouTube errors