Where Does Google Chrome Save Bookmarks Work Online

Google Chrome stores your bookmarks locally in a file simply named (with no file extension) located within your system's directory. It also creates a Bookmarks.bak

file, which serves as a backup from the last time you opened the browser. freeCodeCamp 📂 Local File Locations by OS The path depends on your operating system and which Chrome you are using. Replace [YourUsername] with your actual system username.

C:\Users\[YourUsername]\AppData\Local\Google\Chrome\User Data\Default

folder is hidden by default; you can quickly reach it by typing %LOCALAPPDATA%\Google\Chrome\User Data\Default into the File Explorer address bar. where does google chrome save bookmarks

/Users/[YourUsername]/Library/Application Support/Google/Chrome/Default folder is hidden. In Finder, hold the key while clicking the menu to see it. ~/.config/google-chrome/Default : Folders starting with a dot (like ) are hidden; press in your file manager to reveal them. Super User Multiple Profiles : If you use more than one Chrome profile, replace in the paths above with , etc. To find the exact path, type chrome://version in your Chrome address bar and look for Profile Path 🛠️ How to Manage Your Bookmarks

While you can copy the raw files for backup, it is often easier to use Chrome's built-in tools for organizing and moving data. 1. Quick Access within Chrome Bookmark Manager Ctrl + Shift + O (Windows/Linux) or Cmd + Option + B (Mac) to open the full manager. Bookmarks Bar Ctrl + Shift + B (Windows/Linux) or Cmd + Shift + B (Mac) to toggle the visible bar under your address bar. freeCodeCamp 2. Exporting as an HTML File

Find Google Chrome Bookmarks: Location & Backup Guide - Ae5-app Google Chrome stores your bookmarks locally in a

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 Q: Can I merge two bookmarks files

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

Q: Does Chrome save bookmarks in the cloud without me knowing?

Only if you are signed in and have sync enabled. Guest mode or users who never sign in store bookmarks solely on the local machine.


Q: Can I merge two bookmarks files?

Yes. You can copy the "children" array from one JSON file and paste it into the "bookmark_bar" or "other" section of another file. However, this is error-prone. Better to use third-party tools like Bookmark Merge or simply export both to HTML and combine them.

Important Details

  1. The File Format: The "Bookmarks" file is a plain text file formatted in JSON. It is not an HTML file, so you cannot double-click it to view it in a browser. It is meant to be read by the Chrome application itself.
  2. The Backup: You will see a file named Bookmarks.bak in the same folder. This is an automatic backup Chrome creates. If your main bookmarks file gets corrupted, you can sometimes recover your data by renaming the .bak file to just Bookmarks.
  3. "Default" Folder: The paths above assume you are using the main Chrome profile. If you use multiple Chrome profiles (e.g., "Person 1," "Person 2"), look for folders named Profile 1, Profile 2, etc., instead of Default.

Using Chrome’s Built-in Tool

💡 HTML exports are great for transferring bookmarks to another browser. The JSON Bookmarks file is better for full restores with folder structure.

Windows