When you save a useful page to your Chrome favorites, the browser stores that bookmark entry in a specific, protected location on your operating system. Understanding where Chrome favorites are saved helps you back up, migrate, or troubleshoot your collection without losing access to important links.
Default Storage Paths by Operating System
Chrome keeps your bookmarks in a small JSON file that is separate from the browser application itself. The exact folder depends on the device and operating system you are using, but the structure is consistent and predictable across versions.
Windows Systems
On Windows, the file is located inside the user profile folder, hidden from basic file browsing. You can access it by entering the path directly into the file explorer address bar. The file name remains consistent, making it easy to identify even among other system data.
macOS Systems
Apple’s operating system follows a similar pattern, storing the data within the Application Support directory of your home folder. Because macOS emphasizes security, this folder is hidden by default, requiring specific navigation through the Finder.
Linux and ChromeOS
Linux distributions and ChromeOS rely on a configuration-based directory structure. The JSON file is nested within a hidden folder in your home directory, adhering to Linux standards for application data storage.
Accessing the File Directly
You can view your raw bookmarks data by navigating to the folder using the browser itself. Chrome provides a dedicated page that displays the internal structure of the JSON file, allowing you to see titles and URLs without external tools.
Using the Bookmarks Internals Page
Type chrome://bookmarks/ into the address bar to open a clean interface that mirrors the organization of your favorites. This page also offers export functionality, which creates a portable copy of your bookmarks for safekeeping.
Why the File Is Hidden
Operating systems hide the AppData, Library, and .config folders to prevent accidental deletion or modification. Since the bookmarks file is critical for your browsing workflow, protecting it from user error is a necessary design choice.
Editing the file while Chrome is running can lead to data corruption. Always close the browser before manually editing the JSON file, or use the built-in export feature to create a backup copy. This practice ensures that you always have a recovery point if something goes wrong.
Migration and Sync Considerations
If you switch devices or reinstall your operating system, the physical file moves with your user profile. Signing into Chrome with the same Google account allows the browser to merge your local favorites with the cloud-based sync service, creating a seamless experience across machines.
For users who prefer manual control, copying the entire User Data/Default folder to an external drive preserves the exact hierarchy of your bookmarks. This method is more comprehensive than just moving the Bookmarks file, as it retains folder structure and metadata.