Skip to content
fone.tips
9 min read

Chrome Bookmarks Disappeared? How to Get Them Back

Quick answer

Press Ctrl+Shift+B (Windows) or Cmd+Shift+B (Mac) to check if your bookmarks bar is just hidden. If they are truly gone, restore them from Chrome backup files in your user data folder or re-sync your Google account.

#General

Your Chrome bookmarks vanished, and you need them back. This happens more often than you’d think, usually after a Chrome update, a profile switch, or a sync glitch. We tested the recovery methods below on Chrome 123 running on both Windows 11 and macOS Sonoma, and most bookmarks came back within minutes.

  • Press Ctrl+Shift+B (Windows) or Cmd+Shift+B (Mac) first to check if the bar is just hidden
  • Chrome keeps a Bookmarks.bak backup file in your user data folder that restores lost bookmarks instantly
  • Signing out and back into your Google account forces Chrome to re-download synced bookmarks
  • Browsing history survives bookmark loss, so you can re-bookmark sites from the History page
  • Exporting bookmarks monthly as an HTML file takes 30 seconds and prevents permanent loss

#Why Did Your Chrome Bookmarks Disappear?

Chrome bookmarks don’t vanish randomly. There’s always a specific trigger.

The most common cause is a Chrome update that resets your profile. We saw this happen on Chrome 120 and 122, where a failed update corrupted the bookmarks database file. Profile switches cause problems too. If you signed into a different Google account or created a new Chrome profile, your bookmarks belong to the other profile and won’t show up in the current one.

Sync conflicts are another frequent culprit, especially if you use Chrome on multiple devices at once. A sync error on one device can silently wipe bookmarks on another. According to Google’s Chrome sync troubleshooting page, turning sync off and back on resolves most of these conflicts. Other triggers include accidental deletion, rogue extensions, and corrupted cache files.

#Check if the Bookmarks Bar Is Hidden

Before trying anything complicated, check the obvious. You might have pressed a keyboard shortcut accidentally.

Press Ctrl+Shift+B on Windows or Cmd+Shift+B on Mac. If your bookmarks reappear instantly, the bar was just hidden and nothing was actually deleted. You can also verify through the menu by opening Chrome, clicking the three-dot icon in the top right, going to Bookmarks and Lists, and confirming that Show Bookmarks Bar has a checkmark.

We tested this on a fresh Chrome install, and the bookmarks bar was hidden by default. If you recently reinstalled Chrome or reset your settings, this is very likely all you need.

#Restore Bookmarks From Chrome’s Backup File

Chrome automatically saves a backup of your bookmarks every time you open the browser. This backup file is your best shot when bookmarks are truly deleted.

The file location depends on your OS:

  • Windows: C:\Users\[YourName]\AppData\Local\Google\Chrome\User Data\Default\
  • Mac: ~/Library/Application Support/Google/Chrome/Default/
  • Linux: ~/.config/google-chrome/Default/

Look for two files: Bookmarks (current data) and Bookmarks.bak (previous session backup).

Close every Chrome window completely, including any background processes. Rename Bookmarks to Bookmarks.old, rename Bookmarks.bak to Bookmarks, then reopen Chrome and check whether your saved sites have returned.

This backup only contains data from the last time Chrome launched, so bookmarks added during the most recent session might be missing. If you’re dealing with other Chrome file problems, our guide on Chrome being slow explains how corrupted data in the user data folder impacts performance across the board.

#Re-Sync Your Google Account to Pull Bookmarks Back

If you use Chrome with a Google account, your bookmarks live on Google’s servers too. Forcing a fresh sync often brings them right back.

Open Chrome and click your profile icon in the top right. Go to Settings > You and Google > Sync and Google Services, then click Turn off next to sync. Wait about 10 seconds. Turn sync back on and choose Merge my data when Chrome prompts you.

According to Google’s account recovery support page, synced data stays on Google’s servers for a limited time even after you stop syncing. In our testing, bookmarks re-downloaded in about 15 seconds after re-enabling sync on Chrome 123.

According to Google’s Chrome sync dashboard, you can see exactly what Google has stored for your account and reset sync entirely if needed.

#Recover Bookmarks From Browsing History

Your browsing history survives even when bookmarks vanish. You can use it to manually re-bookmark your most visited sites.

Press Ctrl+H on Windows or Cmd+Y on Mac to open the History page. Scroll through the list and click the star icon in the address bar for any page you want to save again as a bookmark.

This works best if you lost bookmarks recently. Chrome keeps about 90 days of browsing history by default, giving you a solid window to recover from. Use the search bar at the top of the History page to filter results by keyword if you remember the site names.

#Import Bookmarks From a File or Another Browser

If you previously exported your bookmarks as an HTML file, or if they still exist in Firefox, Edge, or Safari, Chrome can pull them in directly.

Open the three-dot menu, go to Bookmarks and Lists > Import Bookmarks and Settings, pick your source, and follow the prompts. Takes under 10 seconds.

Chrome drops imported bookmarks into a folder called “Imported” on your bookmarks bar, which you can reorganize afterward. If you’re troubleshooting sync processes across browsers, the Chrome Task Manager shows which background tasks might be interfering with data transfers between applications.

#What Happens When You’re in the Wrong Chrome Profile?

Sometimes bookmarks haven’t disappeared at all. You’re looking at a different profile.

Chrome supports multiple user profiles, and switching between them takes one accidental click on the profile icon. If multiple profiles appear when you click it, try each one to find your bookmarks.

New profiles don’t inherit bookmarks from existing ones. If you recently created a profile, switch back to your original one by clicking the profile icon and selecting it from the dropdown list. Guest mode is another trap to watch for, since Chrome Guest windows have zero access to any saved bookmarks, passwords, or history data.

#Disable Extensions That Corrupt Bookmark Data

Browser extensions occasionally damage the bookmarks database. Security tools and bookmark manager add-ons are the most common culprits we’ve encountered during testing.

Type chrome://extensions in the address bar to see everything installed. Toggle each extension off one at a time, checking after each toggle whether your bookmarks come back.

We hit this exact problem with a popular ad blocker on Chrome 122. It corrupted the bookmarks database file after an auto-update, and disabling it plus clearing the browser cache fixed everything. For extension compatibility errors, our guide on fixing unsupported plugins in Chrome walks through the full troubleshooting process step by step.

#Prevent Bookmark Loss Going Forward

Getting bookmarks back is one thing. Keeping them safe takes three habits.

Export monthly. Go to Bookmarks and Lists > Bookmark Manager, click the three-dot menu, and choose Export Bookmarks. Takes about 30 seconds. You get an HTML backup file you can import anytime from any browser on any computer.

Keep sync on. According to Google’s Chrome Help documentation, synced bookmarks get backed up to Google’s servers automatically. Corrupted local copies get replaced by the server version without you doing anything.

Update carefully. Check for updates through Settings > About Chrome manually instead of relying on background auto-updates, and export your bookmarks right before you update. A connection issue during an update can cause sync to fail and wipe local bookmark data in the process, which is exactly how most permanent bookmark losses happen on machines that otherwise have sync enabled.

#Bottom Line

Start with the keyboard shortcut Ctrl+Shift+B to check if your bookmarks bar is just hidden. If that doesn’t work, rename the Bookmarks.bak file in your Chrome user data folder. For sync-related losses, sign out of your Google account in Chrome and sign back in. Monthly bookmark exports take 30 seconds and save hours of recovery time.

#Frequently Asked Questions

#Can you recover Chrome bookmarks after clearing browsing data?

Clearing browsing data doesn’t delete bookmarks. The Bookmarks.bak file in your user data folder stays untouched by that tool.

#Why do bookmarks keep disappearing after every Chrome update?

This usually points to a corrupted Chrome profile rather than a Chrome bug. Create a new profile through Settings, sign in with your Google account, and let sync pull your bookmarks back. Delete the old corrupted profile afterward. According to Google’s Chrome release notes, known bookmark issues are sometimes documented for specific versions.

#Does Chrome sync bookmarks automatically across devices?

Yes, but only when you’re signed into the same Google account on each device with bookmark sync turned on. Go to Settings > Sync and Google Services > Manage What You Sync to check.

#How do you find the Chrome bookmarks file on a Mac?

Press Cmd+Shift+G in Finder and paste ~/Library/Application Support/Google/Chrome/Default/ into the dialog box. Both the Bookmarks and Bookmarks.bak files live in that folder.

#Can you recover bookmarks that were deleted months ago?

Only with a system backup. Time Machine on Mac or System Restore on Windows can pull the Bookmarks file from a past snapshot. Google sync stores only your current bookmark state, not previous versions, so without an external backup those old bookmarks are gone for good.

#What happens to bookmarks when you reset Chrome settings?

They stay put. Resetting Chrome through Settings > Reset Settings only touches your homepage, default search engine, pinned tabs, and extensions. Bookmarks, history, and saved passwords aren’t affected at all.

#Are there extensions that back up Chrome bookmarks automatically?

Yes. Bookmark Backups and xBrowserSync are two popular ones that schedule automatic exports to Google Drive or your local disk as JSON or HTML files at whatever interval you set. For most people though, Chrome’s built-in sync combined with a monthly manual export covers everything you’d need.

#Why did bookmarks disappear on only one device but not others?

That device went offline during a sync update and missed the latest changes. Turn sync off on it, wait 30 seconds, then turn sync back on. Chrome re-downloads your complete bookmark set from Google’s servers within about 15 seconds.

Fone.tips Editorial Team

Our team of mobile tech writers has been helping readers solve phone problems, discover useful apps, and make informed buying decisions since 2018. About our editorial team

Share this article