Chrome Muted Tabs Pausing? 4 FIXES That Work (2026)
Chrome 145 broke muted tab playback — streams pause when you switch tabs. Still present in Chrome 146. 4 tested workarounds, fastest takes 10 seconds.
Key takeaways
- Chrome 145 made muted media eligible for background suspension. Streams pause when you switch tabs.
- Right-click the tab and select Mute Site. This mutes at the Chrome level, not the media player, so playback continues.
- Still present in Chrome 146. No flag, no confirmed fix timeline. Mute Site is the permanent workaround.
You mute a Twitch stream to skip an ad, switch to another tab, come back, and the stream is paused. You unmute and resume, mute again, switch tabs. Paused again. This started with Chrome 145, reported widely in mid-March 2026 after PiunikaWeb broke the story. YouTube, Twitch, and Twitter/X are the most-affected sites. The root cause is a Chrome media engagement scoring change that treats muted elements as idle candidates for background suspension.
Why Chrome 145 Broke Muted Playback
Chrome uses a media engagement score to decide which background tabs deserve to keep their audio context alive. In Chrome 145, Google changed the scoring logic: a muted media element now scores significantly lower than an audible one. Low score = eligible for suspension when the tab loses focus.
Before this change, Chrome’s heuristic was roughly “if something is playing, keep it alive.” After, it became “if something is playing and audible, keep it alive.” Muted streams fell into the same bucket as truly idle tabs.
There is no flag at chrome://flags to revert this. The workarounds below operate at a different layer: either muting at the browser level instead of the player level, or keeping the video visible enough that Chrome treats it as active.
Fix 1: Use “Mute Site” Instead of the Player Mute Button
This is the fastest fix and works on every affected site. The difference matters: muting via the video player tells Chrome “this media is muted,” which triggers the new scoring rule. Muting via Chrome’s site mute tells Chrome nothing about the media state. The video element stays technically unmuted from Chrome’s perspective.
- While the video is playing (with audio on), right-click the tab in the tab bar
- Select Mute Site
- Switch to another tab
The stream continues playing silently. When you return, right-click the tab and select Unmute Site to restore audio.
This works because Chrome’s site mute operates at the audio output layer. It suppresses the audio signal but does not change the media element’s muted property that Chrome’s engagement scoring reads.
Fix 2: Set Volume to 1% Instead of Muting
Counter-intuitive but effective. Chrome’s media engagement checks whether the media element is muted, not whether the volume is low. A volume of 1% reads as unmuted to the scoring system.
- Start the stream normally
- Drag the player volume slider to its lowest non-zero position (1%)
- Switch tabs
At 1% volume, the audio is inaudible in practice but the media element remains technically active, keeping the engagement score high enough to prevent suspension.
Works on YouTube, Twitch, and Twitter. The main drawback: if you switch to a quieter environment, you may forget the sound is on at all. Set a mental reminder or pin the tab so it is visible.
Fix 3: Use Picture-in-Picture
Picture-in-picture keeps a small video overlay floating over your other tabs. Chrome treats PiP windows as foreground media regardless of which tab is active, with no engagement score issue.
On YouTube:
- Right-click the video twice (the second right-click shows the browser’s native context menu)
- Select Picture in picture
On Twitch:
- Click the settings gear icon in the player
- Select Popout Player (opens in a separate window, achieving a similar effect)
- Or right-click the video → Picture in picture if available
The stream continues in a small overlay while you work. Move it to a corner. The overlay persists across tab switches and window focus changes.
Downside: the overlay takes up screen space. For monitoring streams passively, Fix 1 or Fix 2 is less intrusive.
Fix 4: Check chrome://flags for Background Tab Throttling
This does not directly address the muted tab pause but can reduce aggressive background suspension behavior on some Chrome versions.
- Navigate to
chrome://flags - Search for “throttle”
- Look for “Throttle non-visible cross-origin iframes” or “Intensive Wake Up Throttling”
- If present, set to Disabled
- Click Relaunch
As of Chrome 146, there is no flag specifically targeting muted media suspension. If a relevant flag appears in a future Chrome release, this is where to find it. For now, this step is low-yield. Treat Fix 1 as your primary solution.
When Google Will Fix This
No confirmed timeline. The behavior change shipped in Chrome 145 (early March 2026) and the Google Community thread has been active since mid-March with no official response or Chromium bug marked as fixed. Chrome 147 is due in April. There is no indication this is scheduled for that release.
The Mute Site method (Fix 1) is robust enough that most users will not need to wait for a Chrome fix. It is a permanent workaround with no meaningful side effects.
| Fix | Works on | Time to set up | Drawbacks |
|---|---|---|---|
| Mute Site (right-click tab) | All sites | 10 seconds | Must remember to unmute at tab level |
| Volume at 1% | All sites | 5 seconds | Easy to forget audio is on |
| Picture-in-Picture | YouTube, most sites | 15 seconds | Takes screen space |
| chrome://flags throttling | Chrome-level | 2 minutes | No targeted flag exists yet |
Keeping Background Tabs Active Automatically
If muted stream pausing is part of a broader pattern (tabs reloading on return, background apps disconnecting, video stuttering on tab switch), the underlying issue is Chrome’s background suspension being too aggressive across the board.
SuperchargePerformance auto-protects 14 apps including YouTube and Twitch. The extension only passes truly idle tabs to chrome.tabs.discard(). Tabs with active media are excluded automatically. You do not have to configure anything per-site. No data collection, no account, free to use.
For the specific muted tab pause introduced in Chrome 145, Fix 1 (Mute Site) is the direct solution. No extension needed. The extension matters if you want broader protection: keeping background tabs from reloading, reducing RAM across 40+ idle tabs, and not having to manually protect each streaming site you use.
If you are only affected by the muted stream pause: use Mute Site, done. If your background tabs are generally unreliable: that is a different problem with a different fix.
Frequently Asked Questions
Why do muted tabs pause when I switch away in Chrome?
Does this affect both YouTube and Twitch?
Is there a Chrome flag to disable muted tab pausing?
When will Google fix muted tabs pausing in Chrome?
SuperchargePerformance
Tab suspension, ad blocking, and script control. Free.
Don't miss the next release
Be first to know when we ship something new.
Related Articles
FIX YouTube Stuttering in Chrome: 6 Tested Fixes (2026)
YouTube stuttering in Chrome? VP9/AV1 software decode or GPU driver conflict, not your hardware. 6 fixes ranked by impact — most resolve it in minutes.
FIX Twitch Source Stutter in Chrome: 4 Solutions (2026)
Twitch Source is 8-15 Mbps — background tabs competing for GPU cause stutter even on fast PCs. 4 fixes to free the rendering pipeline for smooth playback.
Keep ChatGPT Running in Chrome Background Tabs (2026)
Chrome kills ChatGPT background tabs mid-generation by suspending them for RAM. 3 fixes keep AI sessions running; works for Claude, Gemini, and DeepSeek too.
Chrome Split View Disappeared? 4 FIXES That Work (2026)
Chrome Split View vanishes after updates due to flag resets or managed policies. Re-enable it in 30 seconds via chrome://flags — exact steps inside.