When you save a page using the bookmark feature in Chrome, the browser stores that shortcut in a secure data folder tied to your profile. Understanding where bookmarks are stored in Chrome helps you manage, backup, and sync your saved links across devices.
This article explains how Chrome organizes bookmark data, where files live on different operating systems, and how to access or restore your saved shortcuts quickly and safely.
| Platform | Bookmark File Location | File Name | Access Method |
|---|---|---|---|
| Windows | AppData\Local\Google\Chrome\User Data\Default | Bookmarks | Show hidden files, open folder |
| macOS | ~/Library/Application Support/Google/Chrome/Default | Bookmarks | Go to folder in Finder |
| Linux | ~/.config/google-chrome/Default | Bookmarks | Show hidden files in file manager |
| ChromeOS | Managed by sync in cloud | Bookmarks | Visible in browser UI only |
How Chrome Stores Bookmarks on Your Computer
On desktop Chrome, bookmarks are saved in a SQLite file named Bookmarks inside the user profile folder. This file holds the hierarchy, titles, and URLs for each saved link, and it updates each time you add or remove an entry.
The exact folder depends on your operating system, but Chrome keeps this structure consistent so your shortcuts remain intact when you update the browser. While the file is usually hidden, you can open it directly to view or replace bookmark data.
Knowing the precise folder path lets you back up this file, troubleshoot missing shortcuts, or import your links into another browser without losing any custom organization.
Finding Bookmarks on Windows 10 and 11
On Windows, Chrome stores the Bookmarks file inside the AppData folder of your user profile. Because AppData is hidden by default, you need to show hidden items or paste the path into the address bar of File Explorer.
The full location is C:\Users\YourUsername\AppData\Local\Google\Chrome\User Data\Default, and the file you need is literally called Bookmarks. Copying this file lets you create a local backup before major browser updates or system changes.
Chrome locks the file while it is running, so close Chrome or use a backup tool designed for open files if you want to copy the bookmarks file safely.
Finding Bookmarks on macOS
On macOS, the bookmarks file lives in your user Library folder, which is not visible by default in Finder. You can reach it by selecting Go to Folder from the Go menu and entering the precise path.
The folder is ~/Library/Application Support/Google/Chrome/Default, and the target file is named Bookmarks. Open this folder in Finder to access the file, and consider making a copy to an external drive for safekeeping.
Avoid editing the Bookmarks file while Chrome is running, since the browser may overwrite changes or corrupt the SQLite structure if the file is locked during write operations.
Finding Bookmarks on Linux and ChromeOS
On Linux, Chrome keeps the Bookmarks file inside your home directory under .config/google-chrome/Default. This hidden folder can be revealed by enabling the display of hidden items in your file manager.
Bookmark data on ChromeOS is handled mainly through synced accounts, so local files are less exposed, but the same profile path exists for managed devices when you access the underlying system.
Regular users on Linux can create a simple script or use a file copy command to back up the Bookmarks file after closing Chrome, ensuring a clean snapshot of your saved links.
Key Takeaways for Managing Chrome Bookmarks
- Bookmarks on desktop Chrome are stored in a file named Bookmarks inside the user profile folder.
- Windows path: AppData\Local\Google\Chrome\User Data\Default.
- macOS path: ~/Library/Application Support/Google/Chrome/Default.
- Linux path: ~/.config/google-chrome/Default.
- Back up the Bookmarks file before updates or system changes to prevent data loss.
- Use the browser import and export tools for safer everyday management instead of manual file edits.
FAQ
Reader questions
Will deleting the Bookmarks file remove my saved passwords?
No, passwords are stored in a separate file called Login Data, so removing Bookmarks only affects your saved links and folders.
Can I move my bookmarks to another computer by copying this file?
Yes, replacing the Bookmarks file on the new machine and launching Chrome will import your existing shortcuts, as long as both use the same browser profile structure.
Why do my bookmarks disappear after updating Chrome?
Updates rarely delete data, but if the profile path changes or the file becomes corrupted, restoring a recent backup of the Bookmarks file can recover your links.
Is it safe to edit the Bookmarks file manually with a text editor?
Editing the JSON-like structure is possible but risky; a single syntax error can break the file, so use the browser UI or a trusted third‑party tool for most changes.