Where to look for saved links on Xiaomi smartphone: all possible storage locations

Have you ever encountered a situation where you urgently need a previously saved link, but you can’t find it on Xiaomi? Smartphones running MIUI offer several ways to store web addresses, from obvious (browser bookmarks) to non-obvious (system clipboards or cloud services), The problem is that these links often β€œspread” across different applications, and without knowing the exact search paths you can spend hours on useless clicks.

In this article, we’ll look at all the possible places your Xiaomi might have saved links, from standard MIUI features to third-party apps, focus on hidden folders and browser cache that even experienced users often ignore, and if the link is gone, let’s show you how to restore it with backups or cloud services.

Importantly, link storage algorithms may vary depending on the version of MIUI (for example, in MIUI 14 and HyperOS, the paths to some folders have changed).

1. Bookmarks and history in the standard Mi Browser browser

The most obvious place is the built-in Mi Browser browser, which is installed by default on all Xiaomi smartphones, where links can be stored in three sections:

  • πŸ“‘ Bookmarks – manual saving by the user through the icon β€œstar” in the address bar.
  • πŸ•°οΈ History – automatically saved pages visited (retention period – up to 90 days).
  • πŸ“₯ Downloaded files – if the link led to the download (for example, PDF or APK), You can find it in the download section.

To open the bookmarks:

  1. Launch Mi Browser.
  2. Click on the three dots in the lower right corner β†’ select Bookmarks.
  3. Check your Favorites and Read later (if saved through the appropriate function).

If there are no bookmarks, but you definitely saved the link, try:

  • πŸ” Type a keyword from a link into the browser search bar – sometimes Mi Browser prompts saved pages.
  • πŸ”„ Update your browser to the latest version: in the old versions there was an error with the display of bookmarks after resetting the settings.
πŸ“Š What browser do you use on Xiaomi?
Mi Browser
Google Chrome
Firefox
Other

2. System clipboard and "Notepad" MIUI

MIUI has an advanced clipboard feature built in, which stores not only text but also links - even after the device is rebooted.

  1. Open any field to enter text (for example, in Notes or Messages).
  2. Hold your finger in the input field β†’ a menu with the clipboard option will appear.
  3. Scroll through the list – there may be links copied in the last 7 days (in MIUI 14+, the shelf life is increased to 30 days).

If the clipboard is empty, check the Notepad app (sometimes called Notes):

  • πŸ“ Launch Notepad. β†’ Go to the section All notes.
  • πŸ”Ž Use a keyword search (such as http or www).
  • πŸ“Ž Check attachments – sometimes links are saved as hyperlinks in the text of notes.

πŸ’‘

In MIUI 14 and later, the clipboard syncs with your Xiaomi account. If you are logged in, try restoring copies of links through Settings β†’ Xiaomi Account β†’ Cloud β†’ Sync.

3. Messengers: Telegram, WhatsApp and "Messages"

Often users save links by sending them to themselves in instant messengers. Check the following places:

messengerWhere to findFeatures
TelegramSaved Messages (Save Messages)Links are saved as hypertext. You can use #hashtag search.
WhatsAppIf you have created a chat or an archive of chatsWhatsApp doesn’t have a built-in β€œSaved Messages” but you can send a link to any chat and pin a message.
SMS/MessagesSpam folder or ArchiveSometimes links from SMS are automatically archived by the system.
ViberFavorites (star next to the message)You can save not only links, but also media files on them.

If you used Telegram but don’t find the link:

  • πŸ” Enter in the search. https:// or http:// β€” This will filter out all the links.
  • πŸ“ Check the Media folder in chat – sometimes Telegram automatically downloads preview links as images.
How to recover deleted messages in Telegram?
If you deleted a message with a link to Saved Messages, try: 1. Go to Settings β†’ Additional β†’ Chat History β†’ Clear cache (sometimes restores old data). 2. Use the desktop version of Telegram - the cache is stored there longer. 3. Check backups through Settings β†’ Chat β†’ Backup (if automatic archiving is enabled).

4.Cloud Services: Mi Cloud, Google Drive and Sync

If your Xiaomi enabled cloud sync, the links could automatically be saved to:

  • ☁️ Mi Cloud – check Notes and Browser (if bookmark sync is enabled).
  • πŸ“ Google Drive – If you use Chrome, bookmarks sync with your Google account.

To check out Mi Cloud:

  1. Go to Settings β†’ Xiaomi Account β†’ Mi Cloud.
  2. Select Notes or Browser.
  3. If there is no data, click Sync – sometimes manual updates are required.

If you haven’t logged in to Xiaomi’s account in a long time, the cloud could automatically clear old data (without activity, 6 months).

β˜‘οΈ Checking cloud copies of links

Done: 0 / 4

5. File Manager: Hidden folders and app cache

Links can be stored as text files or databases in system folders to find them:

  1. Open File Manager (or Files by Google)
  2. Activate the display of hidden files: click on three dots β†’ Settings β†’ Show hidden files.
  3. Go to /storage/emulated/0/Android/data/com.android.browser//storage/emulated/0/Android/data/com.mi.global.browser/ There may be bookmarks.db or history.db files, which can be opened through applications like DB Browser for SQLite.

Also check:

  • πŸ“„ Download folder – sometimes links are saved as.url or.webloc files.
  • πŸ—‘οΈ File Manager Recycle Bin – Remote Links Can Stay There for up to 30 Days.
  • πŸ“± folder MIUI β†’ Backup β†’ here are stored backups of applications, including browsers.

Warning: Do not delete files with the.db or.bak extension manually - this can disrupt the browser.

πŸ’‘

If you use Chrome, bookmarks are stored in a file. /data/data/com.android.chrome/app_chrome/Default/Bookmarks. Access to this folder is possible only with root rights or through ADB.

If you have installed link management apps, check:

  • πŸ”– Raindrop.io, Pocket – services for saving web pages.

To find them:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Enter the name of the application (for example, pocket).
  3. If the application is found, run it and check the history of the saved links.

If the app is removed but you remember its name, try to recover data via Google Play:

  • πŸ”„ Go to your Google account order history.
  • πŸ“₯ Find a remote application and install it again – sometimes old data is restored.

If links are missing, try the following recovery methods:

  1. Local MIUI backups: Go to Settings β†’ About Phone β†’ Backup and Reset β†’ Local Backups. Select the latest copy and recover browser or note data.
adb pull /data/data/com.android.browser/databases/bookmarks.db


adb pull /data/data/com.mi.global.browser/databases/

These commands copy the browser databases on the PC, where they can be opened through the SQLite Browser.

Specialized programmes:

  • Dr.Fone, EaseUS MobiSaver – can recover deleted data, including links from the history of the browser.

⚠️ Attention: Use ADB requires on-set debugging. USB (Settings β†’ The phone. β†’ Version. MIUI β€” 7 times press to unlock developer mode. Incorrect commands can cause system failure.

To avoid losing important links:

  • πŸ”— Use cross-platform services like Pocket or Raindrop.io – they sync between devices.
  • ☁️ Enable automatic bookmark sync in Mi Cloud or Google Account.
  • πŸ“Œ Regularly export bookmarks from the browser to the file HTML (in Chrome: Settings β†’ Bookmarks β†’ Bookmarking exports).
  • πŸ“± Install a quick access widget to frequently used links to the home screen.

To automatically back up links from Mi Browser:

  1. Open the browser β†’ Settings β†’ Synchronization.
  2. Choose a Xiaomi or Google account to back up.
  3. Set the synchronization frequency (recommended daily).

πŸ’‘

The most reliable way is to save important links in Google Tables or Notion, which will protect them from loss even when the phone is reset to factory settings.

Can I restore links after resetting the phone to factory settings?
Yes, if you have synced with Mi Cloud or Google Account before reset, after logging in to your phone, the data will be automatically restored. If sync is disabled, try data recovery software (like Dr.Fone), but the odds depend on whether or not memory sectors have been overwritten.
Where are the links from Chrome to Xiaomi stored?
In Chrome, bookmarks and history are synced with your Google account. To find them: Open Chrome β†’ click three dots β†’ Bookmarks. For history: Three dots β†’ History. On PC, you can export bookmarks via chrome://bookmarks. If sync is disabled, data is stored locally in /data/data/com.android.chrome/ (accesssible only from root).
Why did Mi Browser lose all its bookmarks?
This is a typical problem with: Update MIUI without backing up. Clean up browser data in Settings β†’ Applications. Sync failure with Mi Cloud. Try: Sign in to Xiaomi account and force sync data (Settings β†’ Mi Cloud β†’ Sync). Install the old version of Mi Browser (APK can be downloaded from APKCombo).
How to save the link so that it does not get lost?
We recommend combining several methods: Send a link to yourself in Telegram Saved Messages; Save to Google Keep or Notion with tags for quick search; Export your browser bookmarks to a file and upload it to Google Drive; Use specialized services like Pocket with enabled synchronization; Avoid storing important links only in the clipboard or browser history - this data is cleared automatically.
Can I find a link from a screenshot of the page?
Yes, if you can see it in the screenshot. URL or a unique page title: Use Google Lens (in Google Photos) to recognize text in a screenshot. Type a unique phrase from a screenshot into a search engine - often this helps find the original page. Check the metadata screenshot: some apps (like Screenshoter) save URL into EXIF-For analysis. EXIF Use applications like Photo EXIF Editor.