Start taming your tabs today

Add SideBoo to Chrome for free, then use these articles to get every tab, bookmark and history entry under control.

How to save tabs in Chrome

Chrome can save your tabs five different ways. Every one of them drops something on the way out. Your scroll position, the comment you half-typed, the session that had you signed in. This walks through all five and says plainly what each one costs, then answers the question almost nobody answers, which is how to get your tabs out as an actual file.

9 min read · Published

Why doesn't Chrome save my tabs?

Because Chrome never offered to. What Chrome keeps is a session — one rolling snapshot of your last window layout — and out of the box it does not even restore that. A new profile starts on Open the New Tab page, so quitting discards the layout. Unless you bookmarked, grouped or exported those tabs first, nothing you did counted as saving them.

Chrome's startup setting has four options, and only two of them bring tabs back: Continue where you left off, and Continue where you left off and open a specific set of pages. The other two — a new tab page, or a fixed set of pages — open the same thing every morning no matter what you had open last night.

Where did my saved tabs go?

One of four places. None of them talks to the others, which is how "I saved them" and "they are gone" both end up true at the same time. You saved into one store. Later you went looking in a different one, found nothing there, and concluded the save had failed.

Where it livesWhat is in itHow you reach it
BookmarksAnything saved with the star, or with Bookmark All Tabschrome://bookmarks
Tab groupsNamed groups, synced to your Google accountThe bookmarks bar and the tab-group menu
The sessionYour last window layoutOnly Chrome reads it — startup restore and Reopen Closed Tab
An extensionWhatever OneTab, Session Buddy or similar put thereThat extension's own page, and nowhere else

The third row is the one that surprises people. There is no chrome://sessions page. The session lives inside your profile folder as timestamped binary files that Chrome rotates as you browse — not a document you can open, search or meaningfully back up. When people say their saved tabs vanished, the usual answer is that the thing they were relying on was this, and a later quit wrote over it.

How do I keep my tabs from disappearing on Chrome?

Four settings do most of the work, and three of them you change once and forget. None of them brings back what is already gone — for that, start with reopening a closed tab — but together they close the gaps that lose tabs in the first place.

  1. Turn on startup restore Settings → On startup → Continue where you left off. Without this, every clean quit is a deletion.
  2. Check the cookie setting In Chrome's site-data settings there is an option to delete what sites have saved to your device when you close all windows. Leave it on and your tabs come back — logged out, carts empty, drafts gone.
  3. Save before you close, not after Once the window is gone, your options shrink to a short recently-closed list. Ctrl + Shift + D takes two seconds and works on the whole window.
  4. Stay in one profile Tabs do not follow you between Chrome profiles. If you work across two, decide which one owns your open work.

Chrome closed my tabs when I switched accounts

It did not close them. Each Chrome profile is a separate folder on disk with its own session, its own bookmarks, its own extensions. Switching profiles opens a different browser that happens to share a window frame — your tabs are still sitting in the profile you left. Switch back, and startup restore or Reopen Closed Tab will still have them.

Signing out of the Google account inside a profile is the case that actually costs you something. Saved tab groups belong to the account rather than to the window, so a group can stop being reachable while the profile itself is perfectly fine. Chrome even ships a page for this exact state, chrome://saved-tab-groups-unsupported, and reports the groups as no longer available. Nobody builds a dedicated page for something that happens twice.

Every way to save tabs in Chrome, and what each one loses

Five methods, in no particular order. Ranking them is not much use, because the honest question is not which one is best. It is what each one leaves behind. All five leave something behind, and what they leave behind is usually the exact thing that made you want to keep the tab.

Bookmark all tabs

Press Ctrl + Shift + D on Windows and Linux, ⌘ + Shift + D on macOS, or pick Bookmark All Tabs from the Bookmarks menu. Chrome makes a new folder holding a bookmark for every tab in the window; the tabs themselves stay open. It is the fastest method and the most durable one — bookmarks outlive profiles, sync and Chrome versions.

What it drops is everything except the URL and the title. Not your scroll position two-thirds down a long thread. Not the half-written reply in the comment box. Not the session cookie that had you logged in. Reopen a folder of forty bookmarks and you get forty cold page loads, several of which are now login walls, expired search results, or paginated views that have reset to page one.

Continue where you left off

The startup setting from the first section. It is the only method that restores state rather than addresses, which is why it is the one that feels like nothing went missing at all.

It has exactly one slot, and every clean quit overwrites it. That covers closing the browser tonight and opening it tomorrow. It covers nothing else.

Tab groups

Chrome saves groups on its own now and syncs them across signed-in devices, so a named group survives quitting. Closing a grouped window asks whether to keep the group for later or delete it.

The limit nobody mentions shows up when you try to make a group permanent. Chrome will offer to turn it into a bookmark folder, and the dialog is honest about the price: doing that pulls the group out of your groups on every device. So it is a move, not a copy. You end up holding a folder of URLs and no group, which drops you straight back into the previous section.

Recently closed

Ctrl/⌘ + Shift + T reopens tabs in the order they were closed. History → Recently Closed lists closed windows and closed groups, not just single tabs, and Chrome's tab search panel has a recently-closed section of its own.

It is a short rolling list and it is per profile. It is excellent for the last few minutes and useless for last week.

Session extensions

OneTab, Session Buddy and the rest genuinely work, and they are the answer most often recommended when someone asks this question in public. They collapse a window into a list, free the memory, and keep the list indefinitely.

Technically they lose nothing, and that is exactly the problem. The list only grows, nobody goes back through it, and before long it holds hundreds of entries nobody will ever reopen — the same failure as a bookmark folder, in a nicer interface. The list also lives in that extension's own storage, tied to that one profile, and it leaves when the extension does. Why the pile forms at all is a decision problem, not a storage problem.

MethodWhat it keepsWhat it loses
Bookmark All TabsURL and title, indefinitelyScroll position, typed input, login state — every tab reopens cold
Continue where you left offThe last window, with its stateOne slot only, overwritten by every clean quit
Tab groupsNamed groups, synced to the accountThe group itself if you convert it to bookmarks; reachability if the account changes
Recently closedA short list, in close orderAnything older than the list, and everything outside this profile
Session extensionsThe whole list, foreverNothing — which is why the list becomes the pile

How to export your tabs to a file

There is no "copy all tab URLs" in Chrome. Not in the tab strip's right-click menu, not in the main menu, and not after you select every tab first, which is the thing people try next. So every route from a window full of tabs to a file on disk starts with bookmarks. It takes about thirty seconds.

  1. Bookmark every open tab Ctrl + Shift + D or ⌘ + Shift + D, and name the folder something you will recognise later.
  2. Open the bookmark manager chrome://bookmarks, or Bookmarks → Bookmark Manager.
  3. Export Use the three-dot menu at the top right → Export bookmarks. Chrome writes an HTML file named after the date.
  4. Extract plain URLs, if that is what you wanted The export is a Netscape bookmark file — plain HTML with one anchor per tab. grep -o 'HREF="[^"]*"' bookmarks_*.html on macOS or Linux, Select-String on Windows, gives you a flat URL list.

Two things worth knowing before you rely on this. Chrome exports the whole bookmark tree, not one folder, so the tabs you just saved arrive as one section inside everything else. And the HTML format is the one every browser and most read-later tools import, which is the real reason it is worth the detour — it is the only tab export Chrome gives you that another program will accept.

The missing primitive: a holding area that expires

Look back at the table and every row shares one default: saving is forever. Bookmarks have no expiry. Tab groups have no expiry. An extension's list has no expiry. Chrome has never shipped a place to put something you need on Thursday and not after, so people put temporary intentions into permanent storage, because permanent storage is all there is. Permanence is what turns a folder into a graveyard.

There is no such thing as a one-time bookmark, and that gap is why the same person can have a bookmarks bar, three saved tab groups and a thousand-line OneTab list, and still reach for a new window rather than any of them. Each of those was built to hold things that matter. None of them was built to let go.

What is missing is not more storage. It is the opposite: a holding area where things die if left alone, and where, before they die, they come back to you on their own. That inverts who does the work. Permanent storage is a bet on memory — it assumes you will remember to go looking, which is the one thing nobody does. An expiring one asks nothing of your memory. It just puts the page back in front of you at the moment when deciding is cheap.

That is the bet SideBoo makes, and it is a mechanism rather than a promise: what you park expires by default, it surfaces itself before it does, and it stores enough of the page's text that you can find it by what it said instead of by what its title was. It is not another list to check — a list you have to remember to check is the failure mode above, wearing a different name. Everything stays on your machine.

Frequently asked questions

How do I save all my open tabs in Chrome at once?

One keystroke does it. Ctrl + Shift + D, or Command + Shift + D on a Mac. Chrome files every tab in the window into a fresh bookmark folder, and the same command lives in the Bookmarks menu under Bookmark All Tabs. Be clear about what lands in that folder, though. Addresses and titles. Not your scroll position, not the half-written comment, not the session that had you logged in.

Does Chrome save my tabs when I close it?

Only if you have told it to. A fresh Chrome profile starts on "Open the New Tab page", which throws the layout away on exit. Switch the setting to "Continue where you left off" and Chrome restores the last session — one snapshot, overwritten every time you quit cleanly.

Where are Chrome's saved tabs stored?

In four separate places that never overlap. Bookmarks sit in the bookmark manager, tab groups sync to your Google account, and your last session is a binary file inside your profile folder that only Chrome reads. Anything an extension saved stays in that extension's own storage, tied to that profile and reachable nowhere else.

How do I export all the tabs I have opened in Chrome to a file?

The honest answer is that Chrome exports bookmarks, never tabs, so you turn one into the other first. Bookmark the window, then look for Export in the bookmark manager's three-dot menu. The file it writes is named after the date and is ordinary HTML underneath, which is why every other browser will swallow it and why a text editor can show you the bare list.

Is it common to lose saved tabs in Chrome?

Common enough that Chrome built a page for one flavour of it, the saved tab group your current profile or Chrome version can no longer open. Two other causes turn up constantly. A session snapshot gets written over by a later quit, or the tabs are sitting in a different Chrome profile than the one you are looking in.

Back to the blog