DEV Community

Cover image for Restoring Chrome Bookmarks
Terry W
Terry W

Posted on • Edited on

Restoring Chrome Bookmarks

Losing carefully organised Chrome bookmark folders can be frustrating, especially when an accidental deletion is quickly reflected across devices through Chrome’s bookmark syncing.

In this tutorial, I’ll explain the process I used to recover deleted bookmark folders manually using Chrome’s local backup file, Bookmarks.bak.

The method works on both macOS and Windows, provided the backup file still contains a version of your bookmarks from before they were deleted.

Important: Stop using Chrome as soon as you notice the deletion. Chrome may update or replace the backup file after further bookmark changes, so recovery is not guaranteed.

What You’ll Need

  • Access to your Chrome profile directory.
  • A Bookmarks.bak file containing the deleted bookmarks.
  • A temporary location where you can safely back up your existing bookmark files.
  • A little patience if you need to recover several individual folders.

General Overview

This method works by temporarily preventing Chrome from reconciling your local bookmarks with the version stored in your Google Account.

You restore the local backup while offline, copy the bookmark folder you want to recover, reconnect to the internet, allow Chrome to reload the current synced bookmark state, and then paste the recovered folder back into Bookmark Manager.

The main steps are:

  1. Disconnect from the internet.
  2. Quit Chrome completely.
  3. Locate the correct Chrome profile folder.
  4. Back up the existing Bookmarks and Bookmarks.bak files.
  5. Replace the active Bookmarks file with a copy of Bookmarks.bak.
  6. Open Chrome offline and confirm that the deleted folders are present.
  7. Copy the folder you want to recover.
  8. Reconnect to the internet and allow Chrome to update.
  9. Paste the recovered folder back into Bookmark Manager.
  10. Repeat for any additional folders.

Before You Begin: Find the Correct Chrome Profile

The examples below use Chrome’s Default profile directory.

However, if you use multiple Chrome profiles, your bookmarks may instead be stored in a folder named:

Profile 1
Profile 2
Profile 3
Enter fullscreen mode Exit fullscreen mode

Before closing Chrome, open:

chrome://version
Enter fullscreen mode Exit fullscreen mode

Look for the value labelled Profile Path. This shows the exact folder containing the bookmark files for your current profile.

Once you have noted the path, close Chrome completely before changing any files.

Detailed Steps for macOS

Prepare Your System

  • Turn off Wi-Fi or otherwise disconnect from the internet.
  • Quit Chrome completely.
  • Open Activity Monitor and confirm that no Google Chrome processes are still running.

Disconnecting prevents Chrome from immediately reconciling the restored local bookmark file with the bookmark state stored in your Google Account.

Locate Your Chrome Profile Folder

Open Finder.

From the menu bar, select:

Go → Go to Folder

Go To Folder

For the default Chrome profile, enter:

~/Library/Application Support/Google/Chrome/Default/
Enter fullscreen mode Exit fullscreen mode

Chrome profile directory

If you use another profile, replace Default with the profile folder shown under chrome://version.

Inside the folder, look for:

Bookmarks
Bookmarks.bak
Enter fullscreen mode Exit fullscreen mode

Chrome bookmark files

Back Up the Existing Files

Before changing anything, copy both files to another safe location, such as your Desktop:

Bookmarks
Bookmarks.bak
Enter fullscreen mode Exit fullscreen mode

This gives you a way to restore the current state if the backup file is outdated, damaged, or does not contain the missing folders.

Restore the Bookmarks Backup

Rather than permanently deleting the current file:

  1. Rename Bookmarks to something such as:
Bookmarks.current
Enter fullscreen mode Exit fullscreen mode
  1. Duplicate Bookmarks.bak.
  2. Rename the duplicated file to:
Bookmarks
Enter fullscreen mode Exit fullscreen mode

Make sure the copied file no longer has the .bak extension.

Launch Chrome Offline

With Wi-Fi still turned off, reopen Chrome.

Open Bookmark Manager by entering:

chrome://bookmarks
Enter fullscreen mode Exit fullscreen mode

Check whether the deleted bookmark folders are visible.

If they are not present, the Bookmarks.bak file may already have been updated after the deletion.

Recover a Folder

Once you have confirmed that the deleted folders are present:

  1. Select the bookmark folder you want to recover.
  2. Copy it.
  3. Reconnect to the internet.
  4. Give Chrome a moment to reconcile the local bookmark state with your Google Account.
  5. Return to Bookmark Manager.
  6. Paste the copied folder into the desired location.

Repeat this process for each folder you need to restore.

Be careful not to copy anything else to your clipboard before pasting the recovered folder.

Detailed Steps for Windows

Prepare Your System

  • Turn off Wi-Fi or unplug your network cable.
  • Quit Chrome completely.
  • Open Task Manager using:
Ctrl + Shift + Esc
Enter fullscreen mode Exit fullscreen mode

Confirm that no Google Chrome processes are still running.

Locate Your Chrome Profile Folder

Open File Explorer.

For the default Chrome profile, navigate to:

C:\Users\[YourUsername]\AppData\Local\Google\Chrome\User Data\Default\
Enter fullscreen mode Exit fullscreen mode

Replace [YourUsername] with your Windows account name.

If the AppData folder is not visible, enable hidden files from File Explorer’s View menu.

If you use multiple Chrome profiles, replace Default with the profile folder shown under:

chrome://version
Enter fullscreen mode Exit fullscreen mode

Inside the profile folder, look for:

Bookmarks
Bookmarks.bak
Enter fullscreen mode Exit fullscreen mode

Back Up the Existing Files

Copy both files somewhere safe before making any changes:

Bookmarks
Bookmarks.bak
Enter fullscreen mode Exit fullscreen mode

For example, place copies in a temporary folder on your Desktop.

Restore the Bookmarks Backup

  1. Rename the current Bookmarks file to:
Bookmarks.current
Enter fullscreen mode Exit fullscreen mode
  1. Copy the Bookmarks.bak file.
  2. Rename the copied file to:
Bookmarks
Enter fullscreen mode Exit fullscreen mode

Ensure that the .bak extension has been removed.

Launch Chrome Offline

While still disconnected from the internet, open Chrome.

Enter the following into the address bar:

chrome://bookmarks
Enter fullscreen mode Exit fullscreen mode

Check whether the deleted folders have returned.

If they are missing, the backup may no longer contain the bookmark state from before the deletion.

Recover a Folder

If the folder is visible:

  1. Select and copy the bookmark folder.
  2. Reconnect to the internet.
  3. Wait briefly for Chrome to update the bookmark state.
  4. Return to Bookmark Manager.
  5. Paste the recovered folder into the desired location.

Repeat these steps for each folder you need to restore.

Tips and Best Practices

Do Not Permanently Delete the Original Files

Rename or copy the existing files rather than immediately deleting them. This makes it easier to reverse the process if something goes wrong.

Act Quickly

The Bookmarks.bak file is not a permanent bookmark history. Chrome may update it after additional bookmark changes, so the deleted folders may eventually disappear from the backup as well.

Check the Correct Profile

Do not assume that your bookmarks are stored inside the Default folder. Use:

chrome://version
Enter fullscreen mode Exit fullscreen mode

to confirm the exact profile path.

Consider Disabling Bookmark Sync Temporarily

Signing out or temporarily disabling bookmark syncing may reduce the chance of Chrome changing the bookmark state while you complete the recovery.

Make sure you understand what data is stored locally before changing any sync settings.

Export Your Bookmarks Afterwards

Once your bookmarks have been restored, open Bookmark Manager, select the three-dot menu, and choose:

Export bookmarks

Chrome will save your bookmarks as an HTML file that can be imported later.

Use System Backups

If Bookmarks.bak does not contain the missing folders, you may still be able to recover an older version using:

  • Time Machine on macOS.
  • File History or another backup service on Windows.
  • A full system or profile backup.

Conclusion

By restoring Chrome’s Bookmarks.bak file while offline, it may be possible to temporarily recover deleted bookmark folders before Chrome reloads the bookmark state stored in your Google Account.

From there, you can copy the required folders, reconnect to the internet, and paste them back into Bookmark Manager.

This method is not guaranteed to work because Chrome may update its backup file after a deletion. However, if the backup still contains the missing folders, it can provide a practical way to recover them without rebuilding everything manually.

Have you ever had to restore Chrome bookmarks manually? Share your experience or any additional recovery tips in the comments.

Top comments (0)