Sleeping Tabs Don't Exist in Chrome — But This Does (2026)
Edge calls it sleeping tabs. Chrome calls it Memory Saver. Same concept, different name — but Chrome 147 adds ML tab prediction that Edge still lacks.
Chrome has no feature called “sleeping tabs.” The equivalent is Memory Saver, shipped in Chrome 108 (December 2022) and upgraded with ML prediction starting in Chrome 147. Same mechanism as Edge sleeping tabs — different name.
Key takeaways
- Edge calls this feature sleeping tabs. Chrome calls it Memory Saver. Same underlying mechanism, different branding.
- Chrome 147 has three suspension modes including a new ML-based Balanced mode that predicts which tabs you’ll revisit.
- Both Chrome and Edge discard tab state entirely — scroll position, form data, and media playback are gone on reload.
You switched from Edge to Chrome. You go looking for sleeping tabs in the settings. Nothing. No “sleeping tabs” toggle anywhere.
That’s because Chrome never adopted Edge’s terminology. The feature shipped in Chrome 108 under the name Memory Saver, and it lives at chrome://settings/performance. The behavior is identical in principle — inactive tabs get their renderer process discarded to free RAM — but Google picked a different label for it.
Edge Sleeping Tabs vs Chrome Memory Saver
Microsoft Edge enabled sleeping tabs by default in Edge 88, released January 2021. Google shipped the equivalent as Memory Saver in Chrome 108, December 2022 — about two years later. Both features use the browser’s tab discard mechanism under the hood.
The practical differences matter less than you’d expect:
| Feature | Edge Sleeping Tabs | Chrome Memory Saver |
|---|---|---|
| Name in UI | ”Sleeping tabs" | "Memory Saver” |
| Default state | On since Edge 88 | On by default in Chrome |
| Timer configuration | Yes — 30 seconds to 12 hours | No configurable timer |
| Sleeping indicator | Visible crescent icon on tab | Reload indicator when you click back |
| Per-site exceptions | Yes | Yes (Settings → Performance) |
| Modes available | One mode with timer control | Three modes (Moderate, Balanced, Maximum) |
| ML prediction | No | Yes (Balanced mode, Chrome 147) |
Edge wins on timer granularity. If you want tabs to sleep after exactly 45 minutes, Edge does that natively. Chrome gives you no timer control at all — Memory Saver decides when based on system pressure or ML predictions depending on which mode you select.
Chrome edges ahead on modes. The three-mode system in Chrome 147 gives you more nuance about how aggressive you want suspension to be.
How to Set Up Memory Saver in Chrome 147
The path is chrome://settings/performance. Type that directly into the address bar and press Enter — it will not show up if you search through Settings menus.
Step 1: On the Performance page, find the Memory section. Toggle Memory Saver on if it is not already enabled.
Step 2: Choose a mode.
| Mode | What it does |
|---|---|
| Moderate | Only discards tabs when the system signals severe memory pressure |
| Balanced | Uses ML to predict which tabs you’re unlikely to revisit, discards those first |
| Maximum | Discards inactive tabs aggressively regardless of system state |
For most users coming from Edge sleeping tabs, Maximum most closely matches what they are used to. It is the most proactive of the three options.
Step 3: Add site exceptions. Click Add under “Always keep these sites active.” Type in any domain you never want Chrome to discard — your note-taking app, your time tracker, anything with state you cannot afford to lose. These exceptions persist across restarts.
Step 4 (optional): For manual control, visit chrome://discards. This page lists every open tab with its current state. The Urgent Discard button on any row forces that tab to suspend immediately. Useful for testing or for manually clearing a tab you know you won’t need for a while.
What You Lose When a Tab Goes to Sleep
This part Edge and Chrome handle identically, and it is the most important thing to understand before relying on tab suspension.
When a tab is discarded:
- Scroll position: Gone. The page reloads to the top.
- Unsaved form data: Gone. Anything typed into a form field is erased.
- Media playback: Gone. Video paused mid-stream will restart from the beginning or, more commonly, show a stale thumbnail.
- WebSocket connections: Severed. Apps that maintain live connections — chat apps, collaboration tools, live dashboards — will reconnect on reload but lose any unacknowledged messages.
- JavaScript state: Gone. Single-page apps lose their in-memory state.
The tab itself remains in the tab bar with its title and favicon intact. Chrome shows a small reload indicator when you return to it. The reload happens from the network, not from a local cache — so if the page is slow to load, the discarded version is slow to reload.
Research suggests a significant portion of discarded tabs are revisited within 24 hours. The ML-based Balanced mode is trained on this pattern — it is trying to avoid discarding tabs you are about to use while still clearing ones that have been actually abandoned.
Where Chrome Memory Saver Falls Short
For users switching from Edge sleeping tabs, there are three gaps worth knowing about.
No timer. Edge lets you say “sleep tabs after 2 hours.” Chrome does not. You cannot set “suspend after 10 minutes of inactivity.” Chrome decides timing entirely — either based on system pressure (Moderate) or ML predictions (Balanced) or aggressive heuristics (Maximum). If you have a workflow that depends on specific timing, Chrome’s built-in cannot deliver it.
No per-tab RAM display. Edge shows you a memory savings estimate in the sleeping tab tooltip. Chrome shows nothing. You have no visibility into how much RAM each suspended tab was using or how much total memory Memory Saver has freed in your current session.
No smart app protection. Edge and Chrome both let you add exceptions manually. Neither one auto-detects that you have ChatGPT open in a tab that should not be interrupted, or that your Google Doc has unsaved changes, or that your Notion workspace is mid-edit. You have to add these manually or risk losing work.
Upgrading Beyond the Built-In
SuperchargePerformance uses the same chrome.tabs.discard() API as Chrome Memory Saver — same underlying mechanism. The difference is in the decision logic on top.
| Capability | Chrome Memory Saver | SuperchargePerformance |
|---|---|---|
| Suspension trigger | System pressure / ML / heuristics | Configurable timer (5 or 15 min) |
| Timer control | None | Yes |
| Audible tab protection | Basic | Skips tabs where tab.audible = true |
| Pinned tab protection | No | Yes |
| Auto-protection for known apps | No | Yes — 14 apps including ChatGPT, Google Docs, Notion, Slack |
| Per-tab RAM savings display | No | Yes |
| Session total RAM saved | No | Yes |
| Ad and tracker blocking | No | Yes (186K+ rules, 22 sources) |
| Cost | Free (built-in) | Free core |
| Zero telemetry | N/A | Yes — 100% local |
The auto-protection list covers 14 app categories that should not be interrupted: ChatGPT, Google Docs, Notion, Slack, Figma, and others (verified March 2026). No manual exception list to maintain.
The RAM dashboard is the other gap filler. You can see exactly how much memory each suspended tab was holding, and what your total session has freed. Chrome Memory Saver gives you none of that visibility.
The ad blocking is independent of suspension — it reduces per-tab memory by preventing ads and third-party scripts from loading in the first place. A tab blocked from loading 40 trackers starts lighter, so suspension saves proportionally more when it does trigger.
When the Built-In Is Enough
Chrome Memory Saver in Maximum mode is a reasonable default if:
- You typically keep fewer than 15 tabs open
- You do not rely on any web app that keeps live state (chat, live dashboards, collaborative docs)
- You have no need for visibility into how much RAM you’re saving
- You are coming from Edge and just want something that works automatically without setup
The honest answer is that for light browsing, the built-in handles it fine. The tab suspension mechanism is identical. The difference is all in timing control, protection logic, and visibility.
Which Option Fits Your Situation
You just switched from Edge and want sleeping tabs to work again: Enable Memory Saver in Maximum mode at chrome://settings/performance. Add your most important apps to the exceptions list. That’s the closest Chrome gets to Edge’s default behavior natively.
You have 20+ tabs open regularly and Chrome still feels slow: Memory Saver’s reactive model will not keep up. A timer-based extension suspends after 5 minutes of inactivity regardless of system state — the RAM stays low before pressure builds, not after.
You rely on ChatGPT, Google Docs, or Notion staying loaded: Add them to the Memory Saver exceptions list manually, or use an extension with auto-protection that handles the list for you.
You want to see the actual numbers: The built-in gives you no dashboard. If knowing how much RAM your browser is using matters to you, a dedicated extension with a per-tab display closes that gap.
You just want zero configuration: Memory Saver Balanced mode in Chrome 147 handles it via ML. Install nothing, configure nothing, and let Chrome decide. For casual users, this is the right answer.
You want to try the extension path: Install SuperchargePerformance from the Chrome Web Store — free, no account. Open the popup to see your current RAM usage and which tabs are consuming the most. The difference from Memory Saver is visible immediately: you control the timing, you see the numbers, and your important tabs stay protected.
Frequently Asked Questions
Does Chrome have sleeping tabs like Microsoft Edge?
How do I enable sleeping tabs in Chrome?
Will sleeping tabs lose my scroll position and form data?
What's the difference between Chrome Memory Saver modes in Chrome 147?
Can I use SuperchargePerformance instead of Chrome Memory Saver?
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
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.
Chrome Memory Saver: How to Use It and When to Upgrade (2026)
Chrome Memory Saver waits for RAM pressure before acting. A timer-based suspender cuts 90-95% per tab proactively. We tested both. Here's when each wins.
Chrome Using Too Much RAM? 5 Fixes That Work (2026)
Chrome using 4GB+ with only 15 tabs? Each tab holds 70-180MB. We show which processes to kill first and how to cut RAM by 70% without closing anything.
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.