You saved an important page in bookmarks on Xiaomi, but now you can't find it? The problem is familiar to many: the manufacturer uses several default browsers at once, and the MIUI interface is regularly updated. In this article, we will analyze all possible places for bookmarking, from standard Browser to Google Chrome and third-party applications, special attention will be paid to hidden folders of the system and sync with the account, so that you can restore access even after resets.
It's important to understand that bookmarking depends on three factors: the MIUI version (12/13/14/15), the phone model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.) and the browser used. We tested all methods on current firmware in 2026 and collected data in convenient instructions with visual cues, if you used synchronization via Mi Account or Google, the chances of restoring bookmarks are maximum.
1. Standard Xiaomi browser: where to look for bookmarks
By default, all Xiaomi, Redmi and POCO smartphones have a proprietary browser called Browser (sometimes called Mi Browser), which is stored in two places: inside the application and in system files, to open the list:
- Launch the Browser app (Blue Globe icon).
- Swipe to the three dots in the lower right corner (or swipe to the right on the home page).
- Select the Bookmarks section (on some versions of MIUI - Favorites).
If there are no bookmarks in this section, check the folder Unsorted or Frequently visited. In MIUI 14/15, developers have added an automatic sorting feature - sometimes pages "hide" in subfolders by category (for example, News, Shopping).
π‘
Click and hold any tab in the list to open the management menu β here you can transfer it to another folder or export it to an HTML file.
Hidden way to access bookmarks through system files (requires Root or ADB):
/data/data/com.android.browser/databases/browser2.dbIn this file SQL-The databases store all the saved pages, history and cache, and you'll need specialized software like this to view it. DB Browser for SQLite.
2. Bookmarks in Google Chrome on Xiaomi
If you use Google Chrome as your primary browser, bookmarks are synced with your Google account and available on all devices.
- π± Open Chrome and tap three dots in the upper right corner.
- π Select Bookmarks β All saved pages will be displayed here, including folders.
- π Use the search bar at the top if the list is too large.
- βοΈ Make sure synchronization is enabled: Settings β Your profile. β Synchronization.
Critical feature: if you delete a bookmark in Chrome on one device, it will disappear on Xiaomi after sync, and you can restore it within 30 days through the basket on the chrome://bookmarks page (opens in the address bar).
Local Chrome bookmarks on Xiaomi are stored along the way:
/data/data/com.android.chrome/app_chrome/Default/BookmarksAccess to this folder is only possible with Root rights or through ADB. Without them, you will only see synchronized data.
3. Alternative browsers: Firefox, Opera, Edge
Browsers keep their bookmarks according to their own rules. Let's look at three popular options:
| browser | The way to bookmarks | Synchronization | Features |
|---|---|---|---|
| Firefox | /data/data/org.mozilla.firefox/files/mozilla/.default/bookmarkbackups/ | Through a Firefox account | Backups are created automatically once a week. |
| Opera | /data/data/com.opera.browser/app_opera/Bookmarks | Through the Opera account | Supports export in HTML |
| Microsoft Edge | /data/data/com.microsoft.emmx/databases/ | Through a Microsoft account | Integration with Windows and Xbox |
For all alternative browsers, if you have logged in to a developer account (such as Mozilla or Opera), your bookmarks are automatically synced to the cloud to recover them:
- Install your browser on another device (PC or tablet).
- Log in to the same account.
- Bookmarks will appear in the Favorites or Bookmarks section.
How to transfer bookmarks between browsers?
4. Restore bookmarks after resetting settings
If you have made a hard reset or reflashed your phone, bookmarks can be restored in three ways:
- βοΈ Cloud sync: Log in to the same Mi Account or Google Account you used before. The tabs on Xiaomi's standard browser sync with Mi Cloud (check Settings). β Accounts. β Mi Cloud β Synchronization).
- π± Backup copy MIUI: If before reset you created a backup through Settings β Additionally. β Backup, restore it β bookmarks will return with other data.
- π» ADB-Access: Connect your phone to your PC and use the command: adb pull /data/data/com.android.browser/databases/browser2.db Then open the file in the SQLite browser and export the bookmarks table.
β οΈ Note: When recovering from backup MIUI Bookmarks may not appear if the backup did not mark the browser data!
If sync is disabled and backup is not available, try using tools like Dr.Fone or Tenorshare UltData that scan your phone's internal memory for deleted data, but success is not guaranteed - MIUI uses encryption for system files.
5. Hidden folders and system files with bookmarks
Bookmarks are stored not only in browsers, but also in system directories, and here is a complete list of ways for different versions of MIUI:
| Type of data | Way | Do you need a Root right? |
|---|---|---|
| Mi Browser bookmarks | /data/data/com.android.browser/databases/browser2.db | Yes. |
| Cash bookmark | /data/data/com.android.browser/cache/ | Yes. |
| Export of bookmarks (HTML) | /storage/emulated/0/Download/bookmarks_*.html | No. |
| Chrome bookmarks | /data/data/com.android.chrome/app_chrome/Default/Bookmarks | Yes. |
To access these folders without Root, you can use ADB (USB debugging). Connect your phone to your PC, turn on Developer Mode (7 taps on the MIUI version in settings) and do:
adb shell
su
cd /data/data/com.android.browser/databases/
ls -laβ οΈ Note: Modifying files in /data/data/ without backup, you can crash your browser. Before editing, copy the original files to a safe place with the adb pull command.
If you only need links from bookmarks, not the entire database, itβs easier to export them to HTML:
- Open the Xiaomi or Chrome browser.
- Go to the Bookmarks β Settings β Exports.
- The file will be saved in Download (/storage/emulated/0/Download/).
Open the browser
Go to the "Bookmarks" section
Find the option "Export" or "Reserve"
Save the file to the cloud or on PC
Check the integrity of the file (open it in the text editor)
-->
6. How to transfer bookmarks to the new Xiaomi phone
When you switch to a new model (Xiaomi 14, Redmi Note 13 Pro+, etc.), it takes less than a minute to transfer bookmarks if you use cloud services.
- Sync via Mi Cloud: On your old phone: Settings β Accounts β Mi Cloud β Sync β Enable Browser. On your new phone: log in to the same Mi Account and wait for the sync to complete.
- Transfer via Google (for Chrome): Make sure both devices have Chrome sync enabled with one Google account.
Manual export/import
- On an old phone, export your bookmarks to HTML (see Section 5).
- Flip the file to your new phone (via Bluetooth, Mi Share or the cloud).
- Import the file in the browser of the new device.
For models with MIUI 15, Quick Start is added, which when you first turn on a new phone offers to transfer data from the old one over Wi-Fi Direct. In the list of available data there is a Browser Bookmarks item - do not forget to mark it!
π‘
The most reliable way to transfer is cloud synchronization, and local files (HTML or SQL) can be corrupted by manual transfer.
7. Frequent problems and their solutions
Xiaomi users often encounter typical errors when working with bookmarks.-5 problems and ways of eliminating them:
- π The bookmarks disappear after the update MIUI: The reason could be a reset of your browser settings. Solution: check the Archive folder in the bookmarks section or restore them from the Mi Cloud.
- π« Cannot add a new bookmark: Clear the browser cache in Settings β Annexes β Browser β Memory. β Clear the cache.
- π Bookmark search doesn't work: Update your browser through Play Market or App Store. in older versions MIUI 12 This function was not working properly.
- βοΈ Mi Cloud bookmarks do not sync: Check if the browser sync option is enabled in your account settings. Sometimes it helps to exit and re-enter Mi Account.
- π Bookmarks are duplicated: This happens when local data and cloud data conflict. Solution: disable sync, manually delete duplicates, then turn on sync again.
β οΈ Warning: If after all the manipulations, the bookmarks did not appear, check if the browser is disabled in the energy saving settings. β Battery β Choice of applications β Browser/Chrome β No restrictions.