Where Favorites Are Stored In Chrome Jun 2026
⚠️ The AppData (Windows) and Library (macOS) folders are hidden by default. You may need to enable "Show hidden files" or manually enter the path.
Chrome's approach is reliable but hidden. The single Bookmarks JSON file makes it easy to copy, automate backups, or even edit programmatically. For everyday users, the built-in Bookmark Manager or cloud sync is sufficient. For power users and IT admins, knowing this file's location is a game-changer for migration and disaster recovery.
Bookmarks.bak file, which is a backup created every time you launch the browser. Microsoft Learn +2 Here is where to find them based on your operating system: Windows 10 & 11 In Windows, these files are tucked away in your hidden AppData folder. YouTube +1 Path: C:\Users[YourUsername]\AppData\Local\Google\Chrome\User Data\Default Quick Tip: If you have multiple Chrome profiles, replace "Default" with "Profile 1" or "Profile 2". macOS On a Mac, the file is located within your Library, which is hidden by default. Path: /Users/[YourUsername]/Library/Application Support/Google/Chrome/Default Quick Tip: To see the Library folder in Finder, hold the where favorites are stored in chrome
The file is in . You can open it with any text editor (Notepad, VS Code, TextEdit). It contains:
If you are trying to back up your data or transfer it to a new computer manually, you need to find the specific file named Bookmarks . Chrome stores this file in a hidden folder depending on your operating system. ⚠️ The AppData (Windows) and Library (macOS) folders
| Operating System | Path to Bookmarks File | |----------------|------------------------| | | C:\Users\[YourUserName]\AppData\Local\Google\Chrome\User Data\Default\Bookmarks | | macOS | /Users/[YourUserName]/Library/Application Support/Google/Chrome/Default/Bookmarks | | Linux | /home/[YourUserName]/.config/google-chrome/Default/Bookmarks | | ChromeOS | /home/chronos/user/Default/Bookmarks (Access via Files app → Linux files) |
The physical location of the bookmarks file varies based on your operating system. In all cases, Default represents your primary profile; if you use multiple profiles, replace it with Profile 1 , Profile 2 , etc. The single Bookmarks JSON file makes it easy
If you are copying the Bookmarks file to back it up, ensure Chrome is completely closed. If Chrome is open while you copy the file, the data may not save correctly, or the file may be overwritten immediately by the browser.