# 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.

- Canonical: https://www.superchargebrowser.com/library/chrome-tab-groups-25-limit-workaround/
- Published: 2026-06-13
- Updated: 2026-06-13
- Source: SuperchargeBrowser (https://www.superchargebrowser.com)

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](https://chromewebstore.google.com/detail/mpkbppjbchjdohbjgeoamdehklmapgnl) (v1.3.4, CWS-live as of August 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.

| Symptom | Cause | Happens when | Built-in fix? |
|---|---|---|---|
| Oldest saved group vanishes after saving a new one | 25-group cap eviction | You already have ~25 saved groups | None — cap is hardcoded |
| Saved group gone after closing its last tab | Close-all-tabs deletion | You close every tab inside a group | None — no undo |
| All groups gone after a crash | Session file not flushed | Hard crash before Chrome writes to disk | Continue where you left off |
| One device's groups overwrite another's | Sync merge conflict | Two signed-in devices edit simultaneously | Pause 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](https://www.superchargebrowser.com/library/fix-chrome-saved-tab-groups-disappearing/) 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.

---

Canonical URL: https://www.superchargebrowser.com/library/chrome-tab-groups-25-limit-workaround/
