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 . Google Chrome stores your bookmarks in a local
Look for the Profile Path entry. This is the exact folder where your bookmarks file is located . Cloud and Mobile Storage
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 replace it with Bookmarks.bak . Third
If you use Chrome profiles, replace "Default" with the profile folder (e.g., "Profile 1"). Now, a short story.
So you have found the Bookmarks file. What is inside?
Open it with any text editor (Notepad, VS Code, TextEdit, etc.). You will see a long, structured text file in JSON format (JavaScript Object Notation).
It looks something like this:
"checksum": "32a3b1c5e4f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1",
"roots":
"bookmark_bar":
"children": [
"name": "Google",
"type": "url",
"url": "https://www.google.com"
,
"name": "Work Folder",
"type": "folder",
"children": [ ... ]
]
,
"other": ... ,
"synced": ...
Sometimes Chrome updates reset profile permissions. First, check if you are in the correct profile. Second, look for a folder named Bookmarks (without an extension) – if it is 0 KB, replace it with Bookmarks.bak. Third, check C:\Users\[You]\AppData\Local\Google\Chrome\User Data\ for a folder named Old Chrome User Data – your old bookmarks may be there.