# How to Recover Bookmarks You Think You Lost

BookmarkHub team · 6 min read

Before you assume they're gone: they're probably not. Every major browser keeps some kind of backup of your bookmarks that you've never had a reason to look at until now — a rolling snapshot, a single previous-version file, or a synced copy sitting in your account. This won't cover every possible cause (a wiped hard drive with no cloud sync is genuinely unrecoverable), but it covers the vast majority of "they were just here" moments: an accidental "clear browsing data," a botched sync, a browser update that reset a profile.

Don't have an account yet?

[Sign up now](https://bookmarkhub.net/app?mode=signup)

## Chrome

Chrome keeps one automatic backup of your previous bookmark state. Close Chrome entirely first, then find your profile folder:

- **Windows:** `%LOCALAPPDATA%\Google\Chrome\User Data\Default`
- **Mac:** `~/Library/Application Support/Google/Chrome/Default`

You'll see two files: `Bookmarks` (the current, now-missing state) and `Bookmarks.bak` (the state from just before the last change). Rename `Bookmarks` to something like `Bookmarks.broken`, then rename `Bookmarks.bak` to `Bookmarks`, and relaunch Chrome. This only holds *one* previous version, not a history — if the loss happened more than one change ago, this won't reach far enough back.

If you're signed into Chrome with sync on, there's a second option: go to [myactivity.google.com](https://myactivity.google.com), which logs pages you've visited independently of the bookmarks file itself — not a bookmark restore, but a way to relocate and re-save the important ones by hand.

## Firefox

Firefox has the best built-in recovery of the four, because it keeps rolling daily backups rather than just one. Open the Library window with `Ctrl+Shift+O` (`Cmd+Shift+O` on a Mac), then **Import and Backup → Restore**. You'll get a dated list — Firefox names each one with the date and bookmark count, like `bookmarks-2026-07-28_412.jsonlz4` — so you can pick a specific day rather than just "whatever's most recent."

If that menu itself won't open or the list is empty, the backup files still exist on disk in the `bookmarkbackups` folder inside your Firefox profile (find the profile folder via **Help → More Troubleshooting Information → Open Folder**).

## Safari

If iCloud Bookmarks syncing is on, go to [icloud.com](https://icloud.com) → **Settings → Advanced → Restore Bookmarks**. Apple keeps snapshots for up to 30 days, so this is worth checking even if you're not sure sync was actually on.

Without iCloud sync, bookmarks live in `~/Library/Safari/Bookmarks.plist` on a Mac. If you have Time Machine running, open it from the menu bar, step back to a date before the bookmarks disappeared, and restore just that one file rather than the whole disk.

## Edge

Edge is built on Chromium, so it works exactly like Chrome: close Edge, go to `%LOCALAPPDATA%\Microsoft\Edge\User Data\Default`, and swap `Bookmarks.bak` in for `Bookmarks` the same way as above. Same caveat too — it's a single previous version, not a history.

## If none of this worked

- **Check another device.** If sync was on anywhere, your bookmarks may simply never have disappeared on your phone or another computer — you can re-export from there.
- **Check a recent full backup.** A Time Machine backup, a Windows File History snapshot, or even an old cloud-drive sync folder can still hold a copy of the bookmarks file from before whatever went wrong.
- **Stop using the profile in the meantime.** Every new bookmark you add or change you make risks overwriting the one backup file (`.bak`) that still has the old data in it.

## Making sure this doesn't happen again

The reason this keeps happening to people is that a browser's bookmarks are, structurally, a single local file tied to one profile on one device — a bad sync, a corrupted profile, or a wrong click in "clear browsing data" can take the whole thing out at once, and the browser's own backup only reaches back so far. Saving somewhere that isn't a single local file removes that failure mode entirely: BookmarkHub stores your library server-side, the moment you save something, independent of any one browser profile or device — there's no local file to corrupt and no single sync step that can silently fail.

Once you've recovered what you can, exporting a proper backup is worth doing regardless — see [how to export your bookmarks](https://bookmarkhub.net/blog/export-bookmarks) for the exact steps in each browser.

## Related reading

- [How to Export Your Bookmarks From Any Browser](https://bookmarkhub.net/blog/export-bookmarks)
- [The Best Bookmark Managers in 2026 (Compared Honestly)](https://bookmarkhub.net/blog/best-bookmark-managers)
- [How to Actually Organize Your Bookmarks (So You Can Find Them Again)](https://bookmarkhub.net/blog/organize-your-bookmarks)

Source: https://bookmarkhub.net/blog/recover-lost-bookmarks