Skip to main content
Troubleshooting SuperchargePerformance

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.

5 min read Verified Chrome 146

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.

  1. While the video is playing (with audio on), right-click the tab in the tab bar
  2. Select Mute Site
  3. 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.

  1. Start the stream normally
  2. Drag the player volume slider to its lowest non-zero position (1%)
  3. 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:

  1. Right-click the video twice (the second right-click shows the browser’s native context menu)
  2. Select Picture in picture

On Twitch:

  1. Click the settings gear icon in the player
  2. Select Popout Player (opens in a separate window, achieving a similar effect)
  3. 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.

  1. Navigate to chrome://flags
  2. Search for “throttle”
  3. Look for “Throttle non-visible cross-origin iframes” or “Intensive Wake Up Throttling”
  4. If present, set to Disabled
  5. 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.

FixWorks onTime to set upDrawbacks
Mute Site (right-click tab)All sites10 secondsMust remember to unmute at tab level
Volume at 1%All sites5 secondsEasy to forget audio is on
Picture-in-PictureYouTube, most sites15 secondsTakes screen space
chrome://flags throttlingChrome-level2 minutesNo 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?
As of March 2026, Chrome 145 changed how media engagement scoring works. A muted media element now scores lower, which makes it eligible for Chrome's background suspension system. When you switch tabs, Chrome pauses the muted stream instead of letting it play silently.
Does this affect both YouTube and Twitch?
Yes. The Chrome 145 change affects any tab with muted media — YouTube, Twitch, Twitter/X video, and other streaming sites. The pause happens when you navigate away from the tab.
Is there a Chrome flag to disable muted tab pausing?
No. As of Chrome 146 (March 2026), there is no chrome://flags entry to disable this behavior. The only working approaches are the Mute Site method, lowering volume to 1%, picture-in-picture, or using an extension that auto-protects media tabs.
When will Google fix muted tabs pausing in Chrome?
As of March 2026, Google has not confirmed a fix or timeline. The issue was reported after Chrome 145 shipped (March 2026) and remains present in Chrome 146. Workarounds are the only available solution for now.

SuperchargePerformance

Tab suspension, ad blocking, and script control. Free.

Add to Chrome — Free

Don't miss the next release

Be first to know when we ship something new.

Related Articles