Skip to main content
Troubleshooting SuperchargeNavigation

Chrome Only Saves 25 Tab Groups? Here's the Fix (2026)

Chrome silently caps saved tab groups at 25 and deletes your oldest when you save a 26th — no warning. Here's why, plus the workaround that removes the cap.

6 min read Verified Chrome 149

You organize your work into tab groups. Client A, Client B, Research, Reading, Invoices, a dozen ongoing projects. You save each one with the Save group button. Then one Tuesday you save a fresh group for a new project and notice the oldest one is gone. Not collapsed. Not closed. Removed from the saved list entirely, with no message.

This is not a sync glitch or a crash. As of June 2026 (Chrome 149), Chrome keeps roughly 25 saved tab groups, and saving the 26th silently evicts the oldest to stay under the cap. The fix is to stop relying on that list for anything you need to keep.

Workaround: Move Long-Term Groups Out of Chrome’s Saved List

If you keep more than ~25 sets of tabs, Chrome’s Save group feature will lose the older ones on a rolling basis. The list is not a vault. It behaves like a fixed-size buffer that drops the least-recently-saved entry when a new save would push it over the ceiling.

The direct workaround is to keep only your active, short-lived groups in Chrome’s saved list and move anything long-term into a tool that has no 25-item cap.

SuperchargeNavigation (v1.3.1, CWS-live as of June 2026) uses named workspaces instead of Chrome’s saved-group slots. Each workspace is an isolated set of tabs with its own name, and there is no 25-entry limit pushing the oldest one off the list. You can hold 25, 50, or 200 separate workspaces and none of them evict each other.

Workspaces persist to chrome.storage.local by design, not as a side effect of Chrome’s session machinery. They also do not depend on the saved-group buffer at all, so the eviction behavior that deletes your oldest Chrome group does not apply to them.

Why Chrome Deletes Your Oldest Group at 25

Chrome’s saved tab groups are stored as a specialized bookmark type with an internal cap on how many it tracks. The practical ceiling users report is around 25. Google has not published the exact number in the settings UI, and there is no counter showing how close you are to it — which is why the deletion feels random.

The mechanics are simple once you see them:

  • Your saved-group list fills up as you save groups across weeks and months.
  • When the count reaches roughly 25, the list is at capacity.
  • Saving a new group requires a free slot, so Chrome removes the oldest saved group to create one.
  • No prompt fires. No undo appears. The evicted group is not in chrome://history as a group, only as loose tabs if you visited them recently.

The trap is that the Save group button gives no signal that it is also a delete button once you are at the limit. Every save past 25 is a silent swap: one in, one out.

How the 25-Limit Differs From Other Group Loss

People conflate this with the general “tab groups disappeared” problem, but the causes are different and the fixes do not overlap. The table below separates them.

SymptomCauseHappens whenBuilt-in fix?
Oldest saved group vanishes after saving a new one25-group cap evictionYou already have ~25 saved groupsNone — cap is hardcoded
Saved group gone after closing its last tabClose-all-tabs deletionYou close every tab inside a groupNone — no undo
All groups gone after a crashSession file not flushedHard crash before Chrome writes to diskContinue where you left off
One device’s groups overwrite another’sSync merge conflictTwo signed-in devices edit simultaneouslyPause sync

If your loss pattern is “a new save makes an old group disappear,” you are hitting the cap, and none of the crash or sync fixes will help. Those address timing and conflict failures. The cap is a capacity failure, and the only durable answer is more capacity than 25.

Check Whether You’re Hitting the Cap

Before changing anything, confirm the 25-limit is your actual problem and not one of the look-alikes above.

  1. Open your bookmarks manager at chrome://bookmarks and look for the saved tab groups section.
  2. Count your saved groups. If you are at or near 25, the cap is the likely culprit.
  3. Note which group disappeared. If it was your oldest saved group and it vanished right after you saved a new one, that is the eviction signature.
  4. Check whether the loss correlates with crashes or multi-device use. If it does not, and it only happens when you add groups, the cap is confirmed.

If you are well under 25 and groups still vanish, your problem is crash recovery or sync, and the general saved-group disappearing fixes apply instead.

Recover a Group That Was Already Evicted

A group dropped by the cap is gone from the saved list, but the underlying tabs may still be reachable for a short window.

Open chrome://history or press Ctrl+H, then scan the Recently closed section near the top. Chrome lists recently closed groups there separately from individual tabs for the current session. If the evicted group’s tabs were open recently, you can click to reopen them and rebuild the group manually.

This only works within the current session and only if those tabs were live recently. Once Chrome restarts, that recovery window closes. There is no way to restore an evicted saved group from days ago — Chrome keeps no archive of groups it pushed off the list. This is exactly why the cap is a problem worth working around rather than recovering from each time.

How Workspaces Avoid the Problem Entirely

A workspace tool sidesteps the cap because it never uses Chrome’s saved-group slots. The difference is architectural, not cosmetic.

SuperchargeNavigation keeps each set of tabs as a named workspace in local storage, switchable from the side panel. Switching workspaces swaps the visible tab set without touching Chrome’s saved-group list, so the 25-item buffer is never involved and never overflows.

On top of that, the extension takes an automatic snapshot of your tabs every 5 minutes and keeps roughly the last 50 of them, about 4 hours of rolling history. If you lose a workspace by accident, you open the time-travel slider and restore the tab set from any point in that window, instead of hoping chrome://history still has the tabs.

The Alt+K quick search jumps to any open tab or workspace from the keyboard, so finding a project again is a search rather than a scroll through a crowded saved-group list. Everything stays local by default: zero telemetry, no account, free core. Optional Chrome-native sync exists if you want it, but it is off until you turn it on.

What this looks like in practice: instead of 25 fragile saved groups where adding the 26th deletes the first, you have as many named workspaces as you need, each one persistent, none of them evicting the others.

Which Approach Fits Your Setup

If you keep fewer than about 20 saved groups and rarely add new ones, Chrome’s built-in Save group feature is fine — you will not hit the cap, so leave it alone.

If you regularly cross 25 saved groups, or you have already watched an old group vanish after saving a new one, Chrome’s list cannot hold what you are asking it to. Move your long-term groups into named workspaces and reserve Chrome’s saved-group slots for throwaway, short-lived sets. The cap stops mattering the moment your durable groups live somewhere without one.

Frequently Asked Questions

How many tab groups can Chrome save?
As of June 2026 (Chrome 149), Chrome's built-in 'Save group' feature retains roughly 25 saved tab groups. When you save a 26th, Chrome silently drops the oldest saved group to make room. There is no warning, no confirmation dialog, and no entry in any recycle bin. The cap is not documented in Chrome's settings and Google has not published an exact published number, but the practical ceiling users hit is around 25 before older groups start vanishing.
Why did my oldest Chrome tab group disappear when I saved a new one?
As of June 2026, this is the 25-saved-group cap doing its job. Chrome's saved-group list behaves like a fixed-size buffer: once it holds about 25 groups, saving a new one evicts the oldest to stay under the limit. It looks like a bug because nothing tells you it happened, but it is the intended eviction behavior. The group that disappeared was simply the least-recently-saved one on your list.
Does Chrome warn you before deleting a saved tab group at the 25 limit?
No. As of Chrome 149 in June 2026, there is no warning, prompt, or undo when Chrome evicts the oldest saved group to stay under the cap. The deletion is silent. This is different from closing all tabs in a group, which can also delete it silently — the 25-limit eviction happens specifically at save time when your saved-group count is already at the ceiling.
Can you increase the 25 tab group limit in Chrome?
As of June 2026, there is no setting or chrome://flags toggle that raises the saved-tab-group cap. The limit is hardcoded in Chrome's tab-group storage and is not user-configurable. The only way past it is to stop relying on Chrome's saved-group list as your persistence layer and use an extension that stores group state without a fixed ceiling, such as a workspace tool that keeps each set of tabs as its own named, persistent space.
What is the best way to keep more than 25 tab groups in Chrome?
As of June 2026, the reliable approach is to treat tab groups as saved state rather than as Chrome UI labels. SuperchargeNavigation (free, local by default, no account required) uses named workspaces with no 25-item cap — each workspace holds its own isolated set of tabs and persists by design. It also takes automatic snapshots every 5 minutes, keeping roughly the last 4 hours of tab history, so even an accidental loss is recoverable from a time-travel slider.

Don't miss the next release

Be first to know when we ship something new.

Related Articles