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?
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:
- Open your Settings โ Xiaomi Account โ Mi Cloud.
- Make sure the Notes slider is on and the data is synchronized.
- If notes are not displayed, try forced synchronization: tap on Notes โ Sync.
- 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.
| Method of recovery | Conditions required | Time of action | Limitations |
|---|---|---|---|
| Archive in annex | Note archived manually | No restrictions. | Not working after resetting settings |
| Basket | Post deleted less than 30 days ago | 30 days | After cleaning the cart, the data is lost |
| Mi Cloud | Synchronization is on, there is a backup. | 30 days (retention of copies) | Replace current notes with old ones |
| Manual file search | Files not physically deleted | Before the data is rewritten | Requires 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:
- Go to Settings โ About Phone and tap 7 times on the MIUI version to activate the Developer Mode.
- 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/
lsYou 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:
- Install the program on the PC.
- Connect Xiaomi to USB (enable debugging if required).
- Select the Note Recovery or Deep Scan section.
- 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?
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?
Why did the notes disappear after the MIUI update?
How to transfer notes to the new Xiaomi smartphone?
Can I recover notes without root rights?
Where are the notes in the format of pictures or pictures stored?
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.