Finding where Chrome favorites are stored depends heavily on the operating system and the specific browser profile in use. While the process is straightforward once you know where to look, the location is not always intuitive for new users. This guide breaks down the exact file paths for Windows, macOS, and Linux, ensuring you can locate your bookmarks regardless of your setup.
Understanding the Default Profile Structure
Google Chrome stores all user data, including bookmarks, within a dedicated profile folder. This design isolates user data from the application files themselves, allowing for easy backups and multiple user accounts on the same machine. The "Bookmarks" file is a SQLite database that contains every saved favorite, organized in a hierarchical structure that mirrors the Chrome bookmark manager.
Locating Favorites on Windows
On Windows operating systems, the path is consistent across recent versions like Windows 10 and 11. You must reveal hidden system files to navigate to the correct directory. The favorites are located deep within the AppData folder, which is not visible by default in File Explorer.
Step-by-Step for Windows
Open File Explorer and paste the following path into the address bar: %LOCALAPPDATA%\Google\Chrome\User Data\Default\
Look for the file named Bookmarks . It will have no file extension.
For the current logged-in user, the full string usually expands to: C:\Users\[YourUsername]\AppData\Local\Google\Chrome\User Data\Default\Bookmarks .
Finding Favorites on macOS
The system on Apple computers follows the Unix-based filesystem structure, hiding application support files within the user library. You cannot access these folders through the standard Finder "Go" menu without enabling a specific setting. The data is stored in the Application Support directory, which is protected but accessible.
Step-by-Step for macOS
Open the Finder and navigate to your user home directory.
Reveal the Library folder by holding the Option key and clicking the "Go" menu at the top of the screen.
Browse to Application Support → Google → Chrome → Default .
The bookmark file is titled Bookmarks and is located in this folder.
Accessing Data on Linux
Linux distributions store configuration files in a standardized location within the user's home directory. Similar to macOS, these files are typically hidden to prevent accidental modification. The structure follows the XDG Base Directory specification, keeping application data separate from user configuration.
Step-by-Step for Linux
Open your file manager and ensure hidden files are visible (usually Ctrl+H).
Navigate to your home folder, then proceed to .config → google-chrome → Default .
For Chromium browsers, the path usually replaces "google-chrome" with "chromium".
The Bookmarks file is the target file containing all your saved links.
Viewing and Editing the Bookmarks File
Because the Bookmarks file is a SQLite database, you cannot read its contents by opening it in a text editor. However, Chrome provides a built-in interface for managing these files safely. Directly editing the file with a text editor is risky and can corrupt your data if a syntax error is introduced.