If you have ever wondered where Chrome favorites are stored, you are not alone. Understanding the exact location of your saved bookmarks helps you back them up, migrate them to a new device, or recover them after a mishap. The underlying file structure is consistent, even if the folder path changes depending on your operating system.
How Chrome Stores Your Bookmarks Internally
Chrome does not keep favorites in a random location; it uses a dedicated SQLite database file to manage every saved link. This file is responsible for storing the URL, the title, the folder hierarchy, and the timestamps you see in the Bookmark Manager. Because the data is locked while Chrome is running, you should close the browser before attempting to access or edit the file directly.
Locating the File on Windows
On Windows machines, the path follows a predictable pattern tied to your user profile. You will find the SQLite file buried deep in the AppData folder, which is hidden by default. To reach it, you often need to paste the full path into the File Explorer address bar or show hidden items.
Windows XP and Older Versions
C:\Documents and Settings\ \Local Settings\Application Data\Google\Chrome\User Data\Default\Bookmarks
Windows Vista, 7, 8, 10, and 11
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Bookmarks
Locating the File on macOS
Apple’s operating system uses a different directory structure, relying on the Library folder that is hidden within your user profile. The location is consistent across modern versions of macOS, making it easy to navigate once you know how to reveal hidden files.
~/Library/Application Support/Google/Chrome/Default/Bookmarks
Locating the File on Linux
Linux distributions follow the XDG Base Directory Specification, which keeps configuration files in your home directory. The structure is straightforward, and users can often access the file through the file manager by showing hidden folders.
~/.config/google-chrome/Default/Bookmarks
Accessing the Data Without Closing Chrome
You can view your bookmarks in a raw JSON format without touching the database file. Chrome includes a built-in page that displays the internal structure, which is useful for quick checks. However, edits made here are limited to organizing folders and renaming entries.
Best Practices for Managing Favorites
Because the Bookmarks file is a single point of failure, it is wise to export your data regularly. Chrome allows you to save a copy as an HTML file, which is readable in any browser. Setting up a sync account ensures that your links are preserved in the cloud and available across multiple devices.