Bookmarks live in different places depending on which browser you use
Your bookmarks are stored inside your browser's data folder on your computer, not in a separate file you have to hunt for. The exact location depends on whether you use Chrome, Firefox, Safari, or Edge. If you sync your bookmarks to your account (Google, Mozilla, or Microsoft), they also exist in the cloud, but the local copy on your device is what you see when you open your browser.
Most people never need to find the actual folder. You access bookmarks through your browser's menu or toolbar. But if you want to back them up, move them to another browser, or troubleshoot a missing bookmark, you need to know where your browser keeps them.
Key Takeaways
- Chrome stores bookmarks in a hidden folder called "Bookmarks" inside your user profile, not in a file with a .html extension.
- Firefox keeps bookmarks in a database file called places.sqlite inside your profile folder, which you cannot edit directly in a text editor.
- Safari on Mac stores bookmarks in a plist file inside ~/Library/Safari/, while Windows Safari is no longer supported by Apple.
- Edge uses the same storage method as Chrome because it runs on the same engine, so the folder structure is nearly identical.
- The fastest way to back up or export bookmarks is through your browser's built-in export feature, not by copying files manually.
Finding bookmarks in Chrome
Chrome stores bookmarks in a file called "Bookmarks" (no file extension) inside a hidden folder on your computer. On Windows, the path is C:\Users\[Your Username]\AppData\Local\Google\Chrome\User Data\Default\. On Mac, it is ~/Library/process Support/Google/Chrome/Default/. On Linux, it is ~/.config/google-chrome/Default/.
The AppData folder on Windows is hidden by default. To see it, open File Explorer, click the View tab at the top, and check the box next to "Hidden items". Then navigate to the path above. You will see a file called "Bookmarks" — this is a text file that stores all your bookmarks in a format called JSON. Do not edit it directly, because Chrome will not recognize changes you make by hand.
If you sync your bookmarks to a Google account, Chrome also stores them in Google's servers. You can view and manage them by going to myaccount.google.com, clicking "Security" on the left, scrolling to "Your devices", and selecting your computer. Your bookmarks sync automatically when you sign in to Chrome.
Finding bookmarks in Firefox
Firefox stores bookmarks in a database file called places.sqlite inside your profile folder. On Windows, the path is C:\Users\[Your Username]\AppData\Roaming\Mozilla\Firefox\Profiles\. On Mac, it is ~/Library/process Support/Firefox/Profiles/. On Linux, it is ~/.mozilla/firefox/.
Inside the Profiles folder, you will see a folder with a random name like "abc12def.default-release". Open that folder and look for places.sqlite. This is a database file, not a plain text file, so you cannot open it in Notepad or a text editor. Firefox reads it directly when the browser starts.
If you use Firefox Sync, your bookmarks are also stored on Mozilla's servers under your Firefox account. To set this up or check your synced bookmarks, go to the menu button (three horizontal lines) in the top right, click "Sign in to Sync", and follow the prompts. Bookmarks sync automatically once you are signed in.
Finding bookmarks in Safari
Safari on Mac stores bookmarks in a file called Bookmarks.plist inside your Library folder. The path is ~/Library/Safari/Bookmarks.plist. The Library folder is hidden by default on newer versions of macOS. To see it, open Finder, click the Go menu at the top, hold down the Option key, and select "Library".
The .plist file is a property list format that macOS uses for storing settings and data. You can view it in a text editor, but Safari will not recognize changes you make by hand. If you want to back up your bookmarks or move them to another browser, use Safari's built-in export feature instead.
Apple no longer supports Safari on Windows. If you are on Windows and want to use Safari, you cannot — you will need to choose Chrome, Firefox, or Edge instead.
Finding bookmarks in Edge
Edge stores bookmarks in the same way as Chrome because both browsers use the same underlying engine (Chromium). On Windows, the path is C:\Users\[Your Username]\AppData\Local\Microsoft\Edge\User Data\Default\. On Mac, it is ~/Library/process Support/Microsoft Edge/Default/. The file is called "Bookmarks" with no extension, and it uses the same JSON format as Chrome.
To see the AppData folder on Windows, open File Explorer, click View, and check "Hidden items". Navigate to the path above and look for the Bookmarks file. If you sign in to Edge with a Microsoft account, your bookmarks sync to Microsoft's servers automatically.
How to back up bookmarks without finding the files
The easiest way to back up bookmarks is to use your browser's export feature, which creates a single HTML file you can save anywhere. In Chrome, click the menu button (three dots) in the top right, go to Bookmarks, then "Bookmark manager". Click the menu button again (three dots) in the top right of the Bookmark manager, and select "Export bookmarks". Choose where to save the file.
In Firefox, click the menu button (three horizontal lines), go to Bookmarks, then "Manage bookmarks". Click the menu button again and select "Export bookmarks". In Safari, click Safari in the menu bar, go to File, and select "Export Bookmarks". In Edge, click the menu button (three dots), go to Bookmarks, then "Bookmark manager", click the menu button again, and select "Export bookmarks".
This HTML file can be imported into any browser later, or stored as a backup. It is much safer than trying to copy the database files manually, because your browser will not interfere with the export process.
Moving bookmarks from one browser to another
To move bookmarks between browsers, export them from the old browser as an HTML file, then import that file into the new browser. In Chrome, Edge, and Firefox, go to the Bookmark manager, click the menu button, and look for "Import bookmarks". Select the HTML file you exported, and the bookmarks will appear in a folder called "Imported" or "Imported Bookmarks".
In Safari on Mac, click Safari in the menu bar, go to File, and select "Import From". Choose the HTML file, and Safari will add the bookmarks to your existing collection. You can then organize them into folders as needed.
This method is safer and more reliable than trying to copy database files between browsers, because each browser expects its bookmarks in a specific format. The import feature handles the conversion automatically.
Frequently Asked Questions
Can I edit my bookmarks file directly in Notepad?
You can open the Chrome or Edge Bookmarks file in Notepad because it is plain text (JSON format), but do not save changes. Chrome and Edge will overwrite your edits the next time they close, or they may not recognize the changes at all. Use the browser's bookmark manager instead to make changes safely.
What if I cannot find the AppData folder on Windows?
The AppData folder is hidden by default. Open File Explorer, click the View tab at the top, and check the box next to "Hidden items". If you still do not see it, make sure you are looking in C:\Users\[Your Username]\ and not somewhere else on your drive.
Will my bookmarks disappear if I uninstall the browser?
If you uninstall the browser without exporting your bookmarks first, the local copy on your computer will be deleted. However, if you signed in to a cloud account (Google, Mozilla, or Microsoft), your bookmarks remain on their servers and will reappear when you reinstall the browser and sign in again.
Can I sync bookmarks between different browsers?
No, each browser syncs only to its own account system. Chrome syncs to Google, Firefox to Mozilla, and Edge to Microsoft. To use the same bookmarks in multiple browsers, export them as an HTML file and import that file into each browser you want to use.
Why are some of my bookmarks missing after I synced my account?
Bookmarks sometimes take a few minutes to sync, especially if you have many of them. Close and reopen the browser to force a sync. If bookmarks are still missing, check your other devices — you may have deleted them there, and the deletion synced across all devices.