We mentioned the Bookmarks.bak file. Here is how to use it if your main bookmarks disappear or become corrupt:
Chrome will now read the backup file as its primary bookmarks file.
Knowing the exact file path allows advanced users to:
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.
Open the Bookmarks file with any text editor (Notepad, VS Code, TextEdit). It’s in JSON format – human-readable but structured.
Example snippet:
"roots":
"bookmark_bar":
"children": [
"name": "Google",
"url": "https://www.google.com"
]
This HTML file can be imported into any browser (Chrome, Edge, Firefox, Safari). However, it will NOT preserve folder icons or favicons as accurately as the raw JSON backup.
Google Chrome stores your bookmarks in a single plain-text file named Bookmarks (no file extension). The location depends on your operating system.
If you visit this folder often, unhide your Library folder:
Then navigate to Library/Application Support/Google/Chrome/Default/.
The Hidden Map: Locating Google Chrome Bookmarks Google Chrome bookmarks are stored locally on your computer in a JSON-formatted file simply named "Bookmarks" (with no file extension). This file resides within your specific browser profile folder, though the exact path varies by operating system and whether you use multiple Chrome profiles. Local File Paths by Operating System where does google chrome save bookmarks
While you can view bookmarks via chrome://bookmarks/, the raw data lives in these default system locations:
Windows: C:\Users\[Username]\AppData\Local\Google\Chrome\User Data\Default\Bookmarks.
Note: The "AppData" folder is hidden by default; you must enable "Hidden items" in File Explorer's View tab to see it.
macOS: /Users/[Username]/Library/Application Support/Google/Chrome/Default/Bookmarks.
Note: To access the hidden Library folder in Finder, hold the Option key while clicking the "Go" menu. We mentioned the Bookmarks
Linux: /home/[Username]/.config/google-chrome/Default/Bookmarks. Key Files and Profiles
Inside these folders, you will typically find two critical files:
Bookmarks: The live file containing your current saved pages.
Bookmarks.bak: A backup file created automatically whenever you close Chrome, which can be used for recovery if your main file is corrupted.
If you use multiple people/profiles in Chrome, your bookmarks won't be in the "Default" folder. Instead, look for folders named "Profile 1", "Profile 2", etc., within the "User Data" (Windows) or "Chrome" (Mac) directory. Recover Google Chrome bookmarks - Microsoft Q&A Chrome will now read the backup file as