Stop before you reinstall
If your OneTab list is empty, do not uninstall or reinstall the extension, and do not "reset" Chrome. OneTab stores its lists in the extension’s own local storage inside your Chrome profile. Removing the extension removes that storage, and that is the one step that turns a probably-recoverable situation into an unrecoverable one.
Work through the options below in order. The first two take a minute and solve most cases.
1. Check you are in the right Chrome profile
This is the most common cause and the least dramatic. Extension storage is per-profile, so a list saved in one profile is invisible from another — and Chrome can silently open a different profile after an update, a re-signin, or if someone else uses the machine.
- Click your avatar at the top-right of Chrome and look at which profile is active.
- Switch to each other profile in turn and open OneTab in each.
- Also check whether you are signed into a different Google account than usual.
2. Look for a OneTab export you already made
OneTab has an "Export / Import URLs" link on its own page. If you ever used it, you have a plain-text copy of your lists that can be pasted straight back in. Search your Downloads folder, your notes app, and your email for a block of URLs.
3. Check the profile folder before Chrome overwrites it
Extension data lives in your Chrome profile directory, under a folder named for the extension’s ID. On most systems the path looks like this, where the last folder is OneTab’s extension ID:
- Windows: %LOCALAPPDATA%\\Google\\Chrome\\User Data\\Default\\Local Extension Settings\\
- macOS: ~/Library/Application Support/Google/Chrome/Default/Local Extension Settings/
- Linux: ~/.config/google-chrome/Default/Local Extension Settings/
You can confirm the exact profile path with chrome://version — the "Profile Path" line points at the folder Chrome is actually using right now. Quit Chrome, then copy the whole folder somewhere safe before doing anything else, because Chrome rewrites these files as it runs.
Being honest about what this gets you: the files are a LevelDB database, not a readable list. Copying the folder preserves your chance of recovery, and a data-recovery tool or a developer can often read the URLs back out of it. It is not a one-click fix, and if the data was already overwritten there is nothing in the folder to find.
4. Fall back to Chrome history
If the list itself is gone, the pages usually are not. OneTab closes tabs rather than hiding them, so the URLs passed through your browsing history on the way in.
- Open chrome://history, or press Ctrl+H (Cmd+Y on Mac).
- Jump to the date you saved the list.
- Use the search box to filter by a domain you know was in it.
This will not reconstruct the grouping, and it will not help if history was cleared or the tabs were saved in an Incognito window — Incognito never writes history.
Why this keeps happening
It is not really about OneTab. Any extension that keeps your only copy inside browser-local storage has the same failure modes:
- Uninstalling or reinstalling clears extension storage.
- Storage is per-profile, so a profile switch looks exactly like data loss.
- Chrome can evict local storage under disk pressure.
- Nothing syncs, so a dead machine takes the list with it.
The fix is not a different extension so much as not keeping one copy. Whatever you use, make sure a list can leave the browser.
How Nest handles the same problem
Being straight about the split, because it matters here. Nest keeps recently closed tabs restorable in one click, and that costs nothing — no account required, stored locally like OneTab’s.
What Pro adds is the part that survives the failures above: cloud sync so the list is not tied to one profile or one machine, and export to HTML or JSON so you hold a copy the browser cannot delete. An HTML export opens in any browser as a plain list of links, which is the format you want when something has already gone wrong.
If you are migrating a OneTab list you managed to recover, export it from OneTab as URLs first, then keep that file. That is worth doing whichever extension you land on.
Preventing it next time
- Export your list on a schedule you will actually keep — monthly is enough for most people.
- Store the export outside the browser: a notes app, a repo, cloud storage.
- Before any extension update or Chrome reinstall, export first.
- If a tool offers sync, turn it on, so no single profile holds the only copy.
Keep a copy outside the extension
Nest keeps closed tabs recoverable for free. On Pro it also exports the whole thing as HTML or JSON, so a list never lives in one place only.