Where Does Google Chrome Save Bookmarks May 2026

On Windows, Chrome stores bookmarks in a JSON file named "Bookmarks" (and a backup "Bookmarks.bak") in: C:\Users<YourUser>\AppData\Local\Google\Chrome\User Data\Default\

On macOS, the file is: /Users//Library/Application Support/Google/Chrome/Default/Bookmarks

On Linux, it's: ~/.config/google-chrome/Default/Bookmarks

If you use Chrome profiles, replace "Default" with the profile folder (e.g., "Profile 1"). Now, a short story.

Quick commands

If you want, I can provide exact steps for your OS or for a non-default profile.

Google Chrome stores your bookmarks in a local file on your computer's hard drive, as well as in the cloud if you have synchronization enabled . Local File Location

The bookmarks are stored in a file simply named Bookmarks (with no file extension) within your Chrome profile folder . You may also see a Bookmarks.bak file, which is a backup of your bookmarks created by Chrome . The exact path depends on your operating system:

Windows: C:\Users\[Your Username]\AppData\Local\Google\Chrome\User Data\Default .

Note: The AppData folder is hidden by default; you must enable "Show hidden files" in File Explorer to see it .

macOS: /Users/[Your Username]/Library/Application Support/Google/Chrome/Default . where does google chrome save bookmarks

Note: The Library folder is hidden. In Finder, hold the Option key and click the Go menu to access it . Linux: ~/.config/google-chrome/Default/ .

Note: The folder name may be chromium instead of google-chrome if you use the open-source version . How to Find Your Specific Path

If you use multiple Chrome profiles, your bookmarks may be in a folder like Profile 1 instead of Default . To find the exact location for your current profile:

Type chrome://version/ into the Chrome address bar and press Enter .

Look for the Profile Path entry. This is the exact folder where your bookmarks file is located . Cloud and Mobile Storage

A Comprehensive Guide: Where Does Google Chrome Save Bookmarks?

Are you wondering where Google Chrome saves your bookmarks? Look no further! This guide will walk you through the process of finding and managing your Chrome bookmarks.

Understanding Chrome Bookmarks

Before we dive into the location of Chrome bookmarks, let's quickly understand how they work. Bookmarks in Google Chrome are stored in a file on your computer, which allows you to access them quickly and easily. When you bookmark a webpage, Chrome saves the URL, title, and other relevant information to this file. On Windows, Chrome stores bookmarks in a JSON

Where Does Google Chrome Save Bookmarks?

The location of Chrome bookmarks varies depending on your operating system. Here are the specific locations where Chrome saves bookmarks on different platforms:

Replace <YourUsername> with your actual Windows username.

What Are the Different Bookmark Files?

You might notice two bookmark files: Bookmarks and Bookmarks.bak. Here's what they are:

How to Access Chrome Bookmarks

Instead of navigating to the file location directly, you can access your Chrome bookmarks through the browser:

  1. Open Google Chrome.
  2. Click on the three vertical dots in the top right corner.
  3. Select Bookmarks > Bookmark manager.
  4. Alternatively, press Ctrl + Shift + O (Windows/Linux) or Cmd + Shift + O (Mac) to open the Bookmark manager.

How to Import or Export Chrome Bookmarks

If you want to transfer your bookmarks to another browser or computer, you can import or export them: Open the profile folder:

  1. Open the Bookmark manager (as described above).
  2. Click on the three vertical dots in the top right corner of the Bookmark manager.
  3. Select Export bookmarks.
  4. Choose a location to save the file and select the format (HTML or CSV).
  5. To import bookmarks, click on Import bookmarks and select the file.

Troubleshooting Bookmark Issues

If you're experiencing issues with your Chrome bookmarks, try:

By following this guide, you should now have a better understanding of where Google Chrome saves bookmarks and how to manage them effectively.


Pro Tip for Windows Users

Because AppData is hidden, you will not see it in File Explorer by default. To unhide it:

Alternatively, simply use the Run command (Win + R) method above to bypass the hidden folders.


1. Introduction

Bookmarks (or “favorites”) are a fundamental feature of modern web browsers, allowing users to save and organize URLs for later access. Despite the increasing prominence of cloud-based synchronization, Chrome still relies on local file storage as the primary persistence mechanism. Understanding the physical location of these files is critical for tasks such as manual backup, migration between computers, forensic analysis, and troubleshooting sync errors.

This paper answers the central question—where does Google Chrome save bookmarks?—by breaking it down into three parts: the default file paths per operating system, the format and structure of the Bookmarks file, and the role of backup and synchronization mechanisms.

4.1 The Bookmarks.bak File

In the same directory as the Bookmarks file, Chrome automatically maintains a backup copy named Bookmarks.bak. This is a simple copy of the previous version of the Bookmarks file, created whenever a change is made. If the primary Bookmarks file is corrupted (e.g., due to a system crash or improper shutdown), Chrome will automatically rename Bookmarks.bak to Bookmarks on the next launch.

How to Restore Bookmarks from the Automatic Backup

We mentioned the Bookmarks.bak file. Here is how to use it if your main bookmarks disappear or become corrupt:

  1. Close Google Chrome completely (check Task Manager/Activity Monitor to ensure no Chrome processes are running).
  2. Go to your Chrome profile folder.
  3. Delete (or rename) the corrupted Bookmarks file.
  4. Rename Bookmarks.bak to Bookmarks (remove the .bak extension).
  5. Restart Chrome.

Chrome will now read the backup file as its primary bookmarks file.


🛠️ Troubleshooting: Can’t Find the Folder?