How to Auto-Close Chrome Tabs (Suspension Is Better)
Tab Wrangler auto-closes tabs after a timer. But suspension frees the same RAM while keeping tabs in the bar. Here's when each approach makes sense.
Key takeaways
- Tab Wrangler (v8.3.0, updated April 2026) auto-closes inactive tabs after a configurable timer and keeps a recoverable list — it works.
- Tab suspension frees 90-95% of a tab’s RAM while keeping tabs visible in the bar. Same savings, zero loss of context.
- Closing is the right call if you never go back. Suspension is right if you might — which is most people, most of the time.
You have 50 tabs open. You know you should close some. You also know you’ll need at least 15 of them later and won’t remember which ones. So you leave them all open and Chrome eats 6GB of RAM. What if tabs could close themselves — the ones you haven’t touched in an hour, the ones from yesterday’s research rabbit hole?
That instinct is right. The execution depends on what “close” actually costs you.
Auto-Close Extensions That Actually Work
Tab Wrangler is the main option here, and it’s a solid one. Version 8.3.0 is live on the Chrome Web Store as of April 30, 2026 — actively maintained on MV3. It does exactly what the name says: set an inactivity threshold (default is 20 minutes, configurable to anything), and tabs that go untouched get closed automatically. Pinned tabs and audio tabs are protected.
Tab Wrangler’s recovery list — the Tab Corral — is a built-in list of everything Tab Wrangler has closed. You can reopen from there at any time. Tab Wrangler also respects a per-domain whitelist, so you can lock specific sites open permanently.
Chrome itself has no native auto-close feature. Memory Saver (available in Chrome Settings → Performance) suspends inactive tabs, but it never closes them — they stay in the bar. If you want actual closure with automatic tab pruning, Tab Wrangler is the tool for it.
The Problem With Closing Tabs
Closing works. But there’s a cost most guides skip over.
When a tab closes — even to Tab Wrangler’s Corral — reopening it means a full network reload. You get the current page state, not the one you left. Scroll position: gone. Form data: gone. Session cookies on sites that log you out aggressively: gone. If the page was behind a login wall that expired, you’re clicking through again from scratch.
Tab Wrangler’s Corral mitigates the “where did that tab go” problem but not the reload cost. If 20 tabs close overnight and you need 5 of them tomorrow morning, you’re making 5 cold network requests and navigating back to wherever you were on each one.
If you rarely revisit closed tabs, that cost is zero. But the tabs you actually want back tend to be exactly the ones you were mid-thought on.
Tab Suspension: Same RAM Savings, Tabs Stay
Chrome’s chrome.tabs.discard() API does something different. It evicts a tab’s content from memory — freeing 90-95% of the RAM that tab was using — but leaves the tab in the bar. The favicon stays. The title stays. The URL stays. Nothing looks different to you.
Click that tab and it reloads from the stored URL, the same as clicking a just-closed tab from Tab Wrangler’s Corral. But you didn’t have to go find it in a list. It was sitting there the whole time.
SuperchargePerformance uses chrome.tabs.discard() with configurable timers (5 or 15 minutes on the free tier, custom on PRO). The same protections apply: audio tabs never get suspended, pinned tabs stay loaded, and tabs with unsaved form inputs are detected and skipped. 25+ auto-protected web apps — Gmail, Google Docs, Figma, Notion, Slack, Spotify, and others — are excluded by default because suspending mid-edit is worse than leaving them loaded.
The badge counter in the extension popup shows total RAM freed across your session. On a heavy workday with 30+ tabs, the savings compound quickly.
Auto-Close vs Suspension: Side by Side
| Tab Wrangler (auto-close) | SuperchargePerformance (suspension) | |
|---|---|---|
| RAM freed per tab | ~100% (tab gone) | 90-95% (tab discarded) |
| Tab stays in bar | No | Yes |
| Scroll position preserved | No | No (reloads on click) |
| Form data preserved | No | No (reloads on click) |
| Recovery method | Tab Corral list | Already in tab bar |
| Audio tab protection | Yes | Yes |
| Pinned tab protection | Yes | Yes |
| Timer configurable | Yes (minutes) | Yes (5/15 min free, custom PRO) |
| Works without network | Corral list only | Tab URL stored locally |
| Maintenance status | Active (v8.3.0, Apr 2026) | Active |
The RAM savings column is nearly identical in practice. The real difference is where the tab lives after the timer fires.
When Auto-Close Is Actually Right
There are two situations where closing beats suspension:
Genuine tab hoarding. If you routinely hit 80-100+ tabs and know you’ll never return to the majority of them, suspension just hides the problem. The tabs are still there, still in the bar, still piling up. Tab Wrangler closes them and enforces a hard limit on what stays open. For true hoarders, that forcing function has real value.
The hybrid approach. You don’t have to pick one. SuperchargePerformance suspends tabs after 15 minutes to free memory throughout the day. Tab Wrangler handles the pruning side: close anything untouched for 24 hours. Run both and you get suspension for same-session tabs (memory freed, context preserved) and auto-close for anything that’s been sitting around for a day or more.
If you never go back to a tab, close it. If there’s any chance you’ll want it, suspend it instead of closing.
Quick Setup Guide
| Goal | Extension | Setting |
|---|---|---|
| Auto-close tabs after 20 min | Tab Wrangler | Default timer (20 min) |
| Auto-close tabs after 24 hours | Tab Wrangler | Timer → 1,440 min |
| Suspend tabs, keep in bar | SuperchargePerformance | Inactivity timer → 15 min |
| Suspend fast + auto-close old | Both | Perf (15 min suspend) + Tab Wrangler (24h close) |
| Protect specific sites from closing | Tab Wrangler | Lock domain in whitelist |
| Protect specific apps from suspension | SuperchargePerformance | 25+ web apps protected by default |
If memory is the primary concern and you want tabs to stay recoverable without list-hunting: SuperchargePerformance. If you want Chrome to enforce an actual tab limit and actually clear out the old ones: Tab Wrangler. If your tab count regularly climbs past 80: run both.
Frequently Asked Questions
Can Chrome automatically close old tabs?
Is it better to close or suspend inactive tabs?
Does Tab Wrangler still work in 2026?
How do I auto-close tabs older than 24 hours?
Don't miss the next release
Be first to know when we ship something new.
Related Articles
Auto Tab Discard vs SuperchargePerformance: Compared (2026)
Auto Tab Discard suspends tabs but has no ad blocking, forcing you to run a second extension. One alternative handles both with 186K rules built in.
The Great Suspender (2026): Forks, Status, Safe Alternatives
Banned Feb 2021 for malware. Two forks survived: Reloaded (v2.0.0, May 2026) and Marvellous (v8.1.3, Dec 2025). Fork status table + safe path forward.
Tab Suspender vs Chrome Memory Saver: Real Data (2026)
A timer-based suspender cuts 90-95% per tab before pressure hits. Chrome Memory Saver waits until RAM is full, saving ~40% total. The 55-point gap matters.
Is Chrome Memory Saver Good in 2026? Tested Review
Tested Chrome Memory Saver on 32 tabs at chrome://settings/performance. Good under 10 tabs, reactive above 20 — it waits for RAM pressure, no timer you set.