The location of bookmarks in Google Chrome is dual in nature. For the end user, they are conveniently located on the Bookmarks Bar and in the Bookmark Manager. For system administrators, developers, and power users, the definitive location is the Bookmarks JSON file inside the user's profile directory ( AppData , Library/Application Support , or ~/.config ). Recognizing both locations empowers users to manage, back up, and recover their valuable browsing data effectively.
The Bookmarks file is human-readable JSON. A simplified example:
| Operating System | Default Path to the Bookmarks File | | :--- | :--- | | | C:\Users\[YourUserName]\AppData\Local\Google\Chrome\User Data\Default\Bookmarks | | macOS | /Users/[YourUserName]/Library/Application Support/Google/Chrome/Default/Bookmarks | | Linux | ~/.config/google-chrome/Default/Bookmarks |
Chrome also integrates with a user's Google Account via . When enabled, bookmarks are stored in the cloud (on Google's servers). This cloud location is not directly accessible as a file but can be viewed and managed by visiting chrome://bookmarks/ after signing in. Cloud sync ensures bookmarks are consistent across all devices signed into the same account. Note that the local Bookmarks file remains the primary source of truth; the cloud copy is a synchronized replica.
Bookmarks are a core feature of any web browser, allowing users to save and organize links to web pages. In Google Chrome, the term "location" can be ambiguous: it refers not only to where a user finds bookmarks in the browser interface but also to where the browser stores that data on the computer's hard drive. This paper clarifies both meanings, detailing the file path for different operating systems and explaining how to access the various UI locations.
"checksum": "32d0c4c8c5b9a3f1e2b4a6c8d0e2f4a6", "roots": "bookmark_bar": "children": [ "name": "Google", "url": "https://www.google.com", "name": "Work", "type": "folder", "children": [...] ] , "other": ... , "synced": ...