How to view hidden notes on Xiaomi: everything from archive to ADB

Xiaomiโ€™s MIUI-based smartphones offer users a handy note-taking tool, the Notes app (or Notes in global firmware), but sometimes important records disappear from the main list: they are accidentally archived, hidden through privacy settings, or they fall into the shopping cart. In this article, weโ€™ll look at all the possible ways to find hidden notes, from basic app features to advanced ADB methods and data recovery.

The MIUI feature is that it can automatically move notes to the archive during prolonged inactivity or after updates, and users often experience a problem when notes are lost after resetting settings or flashing the device, and we will look not only at standard search methods, but also at unique techniques for retrieving notes from MIUI backups and system folders that are not dokumented in official instructions.

1. Check the archive and basket in the app โ€œNotesโ€

The first thing to do is check the built-in sections of the Notes app. Xiaomi developers have a mechanism for archiving and temporarily storing deleted records, but many users are unaware of these features.

Open the Notes app and follow the following steps:

  • ๐Ÿ“ Archive of Notes: Slip on the icon ยซโ‹ฎยป (three points) in upper right corner โ†’ Select Archives. This is where you store notes that you have manually archived or that the system has transferred automatically (for example, after 30 days unchanged).
  • ๐Ÿ—‘๏ธ Bag: Same menu ยซโ‹ฎยป You can select a Recycle Bin. Deleted notes are stored here for 30 days, and then they are permanently erased. You can restore them by clicking on the note and choosing Restore.
  • ๐Ÿ” Keyword search: At the top of the screen is a search bar. Type a phrase or word from a missing note, the system will show results even from the archive and basket.

If you don't have notes in your archive or your cart, move on to the next method. Please note that after you completely reset or flash through Fastboot, the data from your cart and archive is also deleted.

๐Ÿ’ก

If you donโ€™t see Archive or Recycle Bin items on the menu, update the Notes app via Google Play or the MIUI app store.

2. Search through MIUI System Explorer

Notes are stored as files on an internal drive in Xiaomi, and if the app doesnโ€™t display records, you can try to find them manually through Explorer (or any other file manager, such as Solid Explorer).

The path to notes depends on the version of MIUI and the model of the smartphone.

  • ๐Ÿ“‚ /storage/emulated/0/MIUI/Notes/ โ€” Standard location for notes in.json or.db format.
  • ๐Ÿ“‚ /data/data/com.miui.notes/ โ€” Application system folder (available only with root rights or through ADB).
  • ๐Ÿ“‚ /storage/emulated/0/Android/data/com.miui.notes/files/ โ€” backups and cache.

Note files may have extensions:

  • ๐Ÿ“„.json โ€“ text notes in format JSON (You can open it with any text editor).
  • ๐Ÿ—ƒ๏ธ.db or.sqlite โ€“ note-based databases (require special programs to view, for example) DB Browser for SQLite).

If you donโ€™t have a Notes folder, check for hidden files (turn on hidden items in your Explorer settings) and note that the note storage structure may have changed after the MIUI 14โ†’15 update.

How to open a.db note file without root?
Download the SQLite Editor app from Google Play. Open a database file (like notes.db) and go to a note table or notes_content. There will be stored the text of notes in encrypted or open form.

3.Recovery of Notes through MIUI Backup

Xiaomi automatically backs up notes when synchronized with Mi Account, and if youโ€™ve previously enabled this feature, the chances of returning missing records are much higher.

To recover notes from backup:

  1. Open your Settings โ†’ Xiaomi Account โ†’ Mi Cloud.
  2. Make sure the Notes slider is on and the data is synchronized.
  3. If notes are not displayed, try forced synchronization: tap on Notes โ†’ Sync.
  4. If this doesnโ€™t work, do Data Recovery from backup (available in Mi Cloud โ†’ Backup).

Important: Mi Cloud backups are stored for 30 days, if the note was deleted earlier, you can't restore it through the cloud, and note that the recovery will replace the current notes with the ones in the copy.

๐Ÿ“Š You regularly back up your notes?
Yes, through Mi Cloud.
Yes, manually on PC.
Sometimes.
No, I'm not.
Method of recoveryConditions requiredTime of actionLimitations
Archive in annexNote archived manuallyNo restrictions.Not working after resetting settings
BasketPost deleted less than 30 days ago30 daysAfter cleaning the cart, the data is lost
Mi CloudSynchronization is on, there is a backup.30 days (retention of copies)Replace current notes with old ones
Manual file searchFiles not physically deletedBefore the data is rewrittenRequires knowledge of MIUI structure

4.Use of ADB for Note Retrieval (Advanced Method)

If the standard methods didnโ€™t work, you can try extracting notes through Android Debug Bridge (ADB), a method that is suitable for users who have experience with the command line.

First, turn on the USB debugging:

  1. Go to Settings โ†’ About Phone and tap 7 times on the MIUI version to activate the Developer Mode.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.

Next, connect your smartphone to your PC and execute commands in the terminal (pre-installe ADB):

adb shell


su




cd /data/data/com.miui.notes/databases/




ls

You will see a list of database files (e.g. notes.db) and copy it to your PC:

adb pull /data/data/com.miui.notes/databases/notes.db C:\NotesBackup\

You can now open notes.db with SQLite Browser and extract notes from note tables or notes_content.

Install ADB on PC|Enable USB debugging on Xiaomi|Plug phone to PC on USB|Download SQLite Browser to view the database|Create a folder for backup on PC-->

๐Ÿ’ก

The ADB method only works if the notes have not been physically deleted from the system folder. Once you reset or flash the data into /data/data/, the data is erased.

5. Recovering deleted notes with third-party utilities

If you deleted your notes long ago and you don't have any backups, you can try to restore them with specialized data recovery software.

  • ๐Ÿ› ๏ธ DiskDigger scans internal memory for deleted files, including notes in.json format.
  • ๐Ÿ› ๏ธ EaseUS MobiSaver โ€“ Supports data recovery from applications including com.miui.notes.
  • ๐Ÿ› ๏ธ Dr.Fone is a paid, high-performance solution for extracting notes and other data.

The recovery algorithm:

  1. Install the program on the PC.
  2. Connect Xiaomi to USB (enable debugging if required).
  3. Select the Note Recovery or Deep Scan section.
  4. Wait until the process is complete and save the files found.

Important: Donโ€™t write new data to your smartphone after you delete your notes, which reduces your chances of a successful recovery, and note that free versions of software often have limitations on how much data you can recover.

๐Ÿ’ก

Before using third-party utilities, check reviews on forums (such as 4PDA or XDA) and some programs may contain malicious code or misuse MIUI.

6. Features for different versions of MIUI and Xiaomi models

The ways to find hidden notes may vary depending on the firmware version and device model, and below is a list of nuances for popular lines:

  • ๐Ÿ“ฑ Redmi Note 10/11/12: V MIUI 13-14 notes are kept in /storage/emulated/0/MIUI/Notes/. Archive and Recycle Bin are available in a standard application.
  • ๐Ÿ“ฑ Xiaomi 12/13/14: These models use cloud sync by default. check out Mi Cloud first.
  • ๐Ÿ“ฑ POCO F3/F4/F5: Due to customized firmware, the path to notes can be /storage/emulated/0/POCO/Notes/.
  • ๐Ÿ“ฑ Devices on MIUI 15: The new version adds the "Affixed Notes" feature (available by long tapu on note.

Older models (such as the Redmi 4X or Mi A1) may require manual copying of the database via ADB, as they lack synchronization with the Mi Cloud.

What to do if the notes are encrypted?
In MIUI 12+, you can password-protect your notes. If you forget your password, try resetting it through Settings โ†’ Passwords & Security โ†’ Notes. If that doesn't work, the only way is to restore it from the backup before locking it.

7.Prevention: How to avoid loss of notes in the future

To avoid missing notes again, follow these guidelines:

  • โ˜๏ธ Enable automatic sync with Mi Cloud: Settings โ†’ Xiaomi account โ†’ Mi Cloud โ†’ Notes.
  • ๐Ÿ“ฅ Export notes manually: in the Notes app, select a note โ†’ ยซโ‹ฎยป โ†’ Exports (available formats.txt or.html).
  • ๐Ÿ”„ Regularly back up through Settings โ†’ System system โ†’ Backup.
  • ๐Ÿ“Œ Stick to important notes: a long tap on the note โ†’ Secure (not in the archive).

Also avoid:

  • โŒ Delete notes through third-party file managers (this bypasses the shopping cart).
  • โŒ Resetting settings without prior backup.
  • โŒ Use of unofficial firmware without checking compatibility with the application.

๐Ÿ’ก

The most reliable way to save notes is a combination of cloud synchronization (Mi Cloud) + manually export important records to PC or Google Drive.

Frequently asked questions

Can I recover notes after resetting settings?
If you have synced with Mi Cloud enabled, you can restore notes through the cloud, otherwise the chances are minimal - the reset erases data from the system folders.
Why did the notes disappear after the MIUI update?
When updating your firmware, you sometimes reset your Notes app settings. Check your archive, basket, and /MIUI/Notes/ folder. If your notes were in the cloud, force sync.
How to transfer notes to the new Xiaomi smartphone?
The easiest way is to sync through Mi Cloud, and you can export notes to.txt and import them on a new device through a file manager.
Can I recover notes without root rights?
Yes, through an archive, a shopping cart, Mi Cloud or third-party utilities (like DiskDigger (/data/data/) root is not required if you use ADB.
Where are the notes in the format of pictures or pictures stored?
Multimedia notes (with pictures) are stored in /MIUI/Notes/images/ or in the app cache, and can also be found through Explorer or Google Photos if autoload has been enabled.

If none of the methods worked, the last hope is to contact Xiaomiโ€™s support team with a device model and MIUI version. In rare cases, engineers can help with recovering data from server backups (if any).

โš ๏ธ Note: Do not use programs to โ€œhackโ€ note databases โ€“ this may result in the blocking of your Mi Account for violating the terms of use.

โš ๏ธ Note: When restoring notes through ADB Disable the antivirus on your PC โ€“ it can block access to Xiaomi system files.