How to Disable the Google Chrome ‘Quick Intensive Timer Throttling’ Flag

The Aggressive Background Throttling Feature

Google Chrome is notorious for consuming excessive battery and CPU resources. To combat this, Google introduced “Intensive Timer Throttling.” When a tab is moved to the background, Chrome waits for 5 minutes and then aggressively restricts how often JavaScript timers (like `setTimeout` or `setInterval`) can fire, limiting them to once per minute. Later, Chrome introduced an experimental flag called “Quick Intensive Timer Throttling,” which drastically reduces that initial grace period—often throttling background tabs in just 10 seconds rather than 5 minutes.

While this aggressive throttling is fantastic for extending laptop battery life, it completely breaks specific web applications that rely on near-real-time background processing. If you use web-based trading platforms, browser-based chat clients that don’t rely on WebSockets, or custom internal dashboards that need to update frequently even when you are looking at another tab, Quick Intensive Timer Throttling will cause them to freeze or disconnect almost immediately after you switch away. To keep these web apps functioning correctly in the background, you must disable this aggressive timeout.

How to Turn Off Quick Intensive Timer Throttling

You can revert Chrome to its standard, less aggressive 5-minute background grace period via the experimental flags menu.

  1. Open Google Chrome.
  2. Click inside the main address bar at the top of the browser window.
  3. Type chrome://flags and press Enter.
  4. A page titled “Experiments” will load.
  5. In the search bar at the top, type Quick intensive timer throttling.
  6. The specific flag (“Quick intensive timer throttling of loaded background pages”) will appear highlighted in yellow. Next to it is a dropdown menu.
  7. Change the dropdown menu setting from “Default” or “Enabled” to Disabled.
  8. Click the blue Relaunch button at the bottom of the screen.

Upon restarting, Chrome will stop aggressively freezing your background tabs after 10 seconds, allowing your essential web apps to continue processing data while you work in other tabs.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.