Anyone who has spent significant time curating a collection of links in their browser understands the quiet frustration of a misplaced bookmark. Whether you are building a research archive or managing a workflow of essential tools, knowing the precise location of your saved links is the first step to taking control of your digital life. This guide cuts through the confusion to reveal exactly where Chrome bookmarks are stored on every major operating system.
Understanding the Chrome Bookmarks Architecture
Before diving into file paths, it is important to understand how Chrome handles this data. The browser does not rely on a random system setting; it uses a dedicated, structured database to manage your links. This file is robust and designed for synchronization, which is why your bookmarks often appear seamlessly across devices when you are signed in.
Locating the Bookmarks File on Windows
If you are using a Windows PC, the data is locked away in the user profile directory, hidden from casual view. You cannot browse to it through the standard "Documents" folder, as it resides in the `AppData` section, which is usually protected. To access it, you must reveal hidden folders or paste the path directly into the File Explorer address bar.
Windows File Path
The exact location is consistent across recent versions of Windows, from 7 to 11. The file is named `Bookmarks` and it is a SQLite database, meaning it is a single file containing the entire structure of your bookmark bar and folders.
Default Path: %LOCALAPPDATA%\Google\Chrome\User Data\Default\Bookmarks
Manual Navigation: Type the following into the File Explorer bar: C:\Users\ \AppData\Local\Google\Chrome\User Data\Default
Finding Bookmarks on macOS
Apple’s operating system follows a different philosophy for hidden files, relying on the Library folder rather than an AppData directory. This folder is hidden by default to prevent users from accidentally modifying critical system or application files. You will need to access it through the "Go to Folder" menu to proceed.
macOS File Path
The structure on a Mac is streamlined but distinct from Windows. The `Bookmarks` file serves the exact same function, storing all your link data in a local SQLite format. Navigating here requires revealing the Library folder, which is not visible in the standard Finder sidebar.
Default Path: /Users/ /Library/Application Support/Google/Chrome/Default/Bookmarks
Access Method: In Finder, select "Go" from the menu bar, hold down the Option key to reveal "Library," then navigate to the Chrome folder.
Bookmarks Storage on Linux
Linux users will find the most familiar file structure, as the system adheres to the Filesystem Hierarchy Standard (FHS) used by developers. There is no graphical "Library" folder hiding the data; everything is based on the home directory. The configuration files are typically hidden, which is standard practice for Unix-like systems.
Linux File Path
On Linux, the path follows the same logic as macOS regarding the hidden `.config` directory. The `Bookmarks` file is exactly the same SQLite format, ensuring consistency if you ever migrate data between operating systems.
Default Path: /home/ /.config/google-chrome/Default/Bookmarks