CORE GUIDE

How to stop YouTube from pausing automatically.

Updated 2026 · 6-minute read

If you’ve ever left a YouTube tab playing a long mix, a podcast, or a lo-fi study stream and come back to a faded screen asking “Video paused. Continue watching?” — you’ve met YouTube’s idle prompt. It’s the single most-complained-about product decision the platform has shipped in the last five years, and unlike almost every other annoyance, there is no setting in your account to turn it off.

This guide explains what causes it, then walks through the three things people actually use to stop it: a browser extension, YouTube Premium, and a third-party web player. Each has tradeoffs.

What triggers the prompt

YouTube introduced the dialog in 2018 to save bandwidth from unattended tabs and to soften the “autoplay creates infinite unwanted views” problem. The current behaviour is roughly:

  • On the desktop web player, the prompt appears after about 60 minutes of continuous playback if you haven’t interacted with the page.
  • On the YouTube mobile site, it appears after about 30 minutes.
  • On TV apps (Roku, smart TVs), it can hold off for up to 3 hours.
  • The clock resets whenever you click, scroll, or send keystrokes to the player.

The prompt is a piece of JavaScript inside youtube.com’s player page. It is not part of the video stream itself — which is the key fact that makes the third approach below possible.

Method 1 — Install a browser extension

The most popular option is YouTube NonStop by Lawfx, with roughly 700,000 users on the Chrome Web Store. It runs a content script on youtube.com that detects the modal as it’s about to appear and clicks the “Yes” button on your behalf.

Pros

  • Set and forget. Once installed, you keep using youtube.com as normal.
  • Free.

Cons

  • Requires permission to read and modify every page on youtube.com.
  • Chrome’s Memory Saver may suspend the tab’s JavaScript while the video plays in the background, which kills the extension. You can whitelist youtube.com under chrome://settings/performance, but most users don’t.
  • The original extension hasn’t been updated since late 2023, so the click target occasionally drifts when YouTube redesigns the dialog.
  • Doesn’t exist for the YouTube mobile app at all.
  • Reviews are mixed (3.36 stars) because behaviour is inconsistent across browsers and across YouTube’s A/B tests.

Method 2 — Pay for YouTube Premium

Premium subscribers don’t see the pause prompt at all, and they get background play on mobile, no ads, and offline downloads. It’s the cleanest solution if you’re willing to pay (around $13.99 per month at standard pricing in the US, with student and family tiers).

Pros

  • Works everywhere — web, mobile app, TV.
  • No third-party software needed.
  • Removes ads as a bonus.

Cons

  • Costs money for something that used to be free.
  • Doesn’t solve adjacent needs like AB loop, speed presets, or section repeat.

Method 3 — Play the video on a different page (no extension, no Premium)

The idle prompt is JavaScript that runs on youtube.com. It can’t fire on a page that isn’t youtube.com. YouTube publishes an official tool — the IFrame Player API — that lets any web site embed YouTube’s video player on its own domain. Web players like TubeNonstop, LoopTube, and the late ListenOnRepeat use exactly this: the video streams from YouTube’s servers, but the player runs on a different origin where the pause-prompt code simply isn’t loaded.

Pros

  • No extension to install. No permission to grant.
  • Works on any browser, including mobile browsers.
  • Tools in this category usually also offer AB loop, speed control, and bookmarkable URLs.

Cons

  • You have to leave youtube.com — you paste a URL into the third-party tool first.
  • A small number of videos disable third-party embedding (the uploader sets that flag), and won’t play.
  • YouTube’s own ads still appear inside the embedded player. This route doesn’t replace Premium for ad removal.
  • OS-level battery savers and mobile background-tab limits can still suspend the page on phones.

Which one should you pick?

If you live on youtube.com all day and don’t want to change habits, an extension is the lowest-friction option — accept the permission and whitelist YouTube under Chrome’s Memory Saver.

If you already pay for music streaming, Premium pays back the friction across the entire YouTube ecosystem and removes ads as a bonus.

If you specifically want to park a video — a long mix, a loop, a focus track — and let it run for hours without thinking about it, the web-player approach is the cleanest. There’s no extension to maintain and no recurring bill. Bookmark the URL once and you’re done.

One more thing the prompt can’t fix

Even with all three methods above, your operating system and browser will throttle background tabs at some point: Chrome’s Memory Saver, macOS App Nap, Android’s Doze mode. None of the three approaches above can override the OS. The best you can do is request a screen wake lock and keep an audio element active, which is what TubeNonstop does under the hood when you turn on NonStop mode.

Try the web-player route

Paste any YouTube URL and play it through TubeNonstop. No install. No login.

Open the player