Xiaomiโs MIUI-based smartphones offer users a handy tool for taking notes, the Notes app (com.miui.notes), but not everyone knows that there are hidden notes in the system that donโt appear in the main list, which can be automatically saved drafts, archived records, or even data from backups that the user did not delete knowingly.
In this article, weโll break down 5 working ways to access hidden notes on Xiaomi โ from simple actions in the interface. MIUI beforehand ADB-It is important to understand that some methods require superuser rights (root), and incorrect actions can lead to data loss or system failure. โ The phone. โ Backup.
If you're looking for a way to recover accidentally deleted notes, go straight to the backup section, and if you want to find records that have disappeared after updating MIUI or resetting, look for methods using File Explorer and ADB.
1.Search for hidden notes through the standard Notes app
Before you resort to technical tricks, check the built-in features of the app โNotesโ** (Mi Notes). in MIUI 12-14, developers have added a few โsecretโ sections, which can get the records:
To check the archive and basket:
- Open the Notes app.
- Press on. โฎ (three-point) โ Archive or Basket.
- If there are no notes, try updating the list with a swipe down.
If these sections are empty, but you're sure that notes should be, move on to the next method, and maybe they're stored in system folders that are not available through the standard interface.
2. Access to hidden notes via File Explorer (no root)
All notes in Xiaomi are stored as files with the extension.json or.db in the system folders. Without root rights, you can't edit them, but it's quite real.
- Install any file manager with access to system folders, such as FX File Explorer or Solid Explorer.
- Use a SQLite browser (for example, DB Browser for SQLite) to open notes.db and view note or tables trash_note.
โ ๏ธ Note: Do not edit or delete files in the folder /data/data/ directly, it could lead to the collapse of the Notes app.
What to do if /data/data/ is not available?
If you have root, you can use Root Explorer to edit files directly. However, it's risky - changing the database incorrectly can result in the loss of all notes.
3.Recovery of Notes from MIUI Backup
Xiaomi automatically backs up notes when synchronized with Mi Cloud or manually backed up through Settings โ About Phone โ Backup. To recover notes:
- Go to Settings โ Xiaomi Account โ Mi Cloud โ Notes.
- Make sure the sync is on. If the notes don't show up, press Sync.
- If sync doesnโt help, try recovering data from the local backup: Settings โ About Phone โ Backup โ Select Archive โ Restoring
๐น Important: Local backups MIUI They're encrypted, and you can't recover individual notes from them without completely rolling back the system. ADB (section).
| Type of backup | Where it's stored | Can I recover individual notes? |
|---|---|---|
| Mi Cloud | Xiaomi's Cloud | Yes (through synchronization) |
| Local MIUI backup | /MIUI/backup/AllBackup/ | No (only full recovery) |
| Manual export from "Notes" | /storage/emulated/0/Notes/ | Yes (.zip or.txt files) |
| Google Drive (if sync is enabled) | Google Cloud | Yes (via Google Keep) |
If backups are missing or donโt contain the necessary notes, move to the next section โ there we will look at advanced methods using ADB and third-party utilities.
4. Retrieving notes through ADB (without root but with debugging)
ADB (Android Debug Bridge) allows you to access system files without root, but requires enabled debugging over USB.
- ๐ You can connect your phone to your computer.
- ๐ฑ Debugging is enabled on the phone (Settings) โ The phone. โ Version. MIUI โ 7 times press โ For developers โ Debugging by USB).
- ๐ป Drivers are installed on the computer ADB and Platform Tools.
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (cmd) in the folder with the platform-tools.
- Execute the command to copy the notebase: adb pull /data/data/com.miui.notes/databases/notes.db C:\NotesBackup\
- Open the copied notes.db file in the SQLite browser and export the note table to the CSV.
โ ๏ธ Note: If the phone is locked screen (PIN, graphical), ADB You will not be able to copy files from /data/data/ In this case, only root or unlock the bootloader (which cancels the warranty) will help).
Install Platform Tools on PC| Enable USB debugging on Xiaomi| Connect your phone with the original cable | Check availability with the command `adb devices`| Create a backup folder on PC-->
5.Use of third-party utilities to recover notes
If standard methods do not help, you can use specialized programs for data recovery.
- ๐ ๏ธ Dr.Fone - Recovers notes, messages and media files, works without root, but requires a PC connection.
- ๐ EaseUS MobiSaver scans internal memory for deleted.db files.
- ๐ฑ GT Recovery (for root)-devices - deep scanning of system partitions.
๐น Important: Most programs recover only deleted notes, not hidden ones. If notes are not deleted but are lost from the interface, it is better to use them. ADB or manual search by file system.
An example of working with Dr.Fone:
- Install the program on your PC and connect Xiaomi.
- Select the Android Data Recovery mode.
- Check the notes and start the scan.
- Once completed, review the entries found and save them to TXT or HTML.
โ ๏ธ Attention: Some programs (e.g, GT Recovery) requires root rights and can violate the integrity of system files, only use them if other methods fail.
๐ก
Before using third-party utilities, disable the antivirus on your PC โ it can block access to the phoneโs system files.
6.Alternative ways: sync with Google and export
If you use a Google account to sync, notes from Xiaomiโs Notes can be duplicated in Google Keep to check:
- Open Google Keep in your browser.
- In the search box, enter keywords from missing notes.
- If you find notes, export them to Google Docs or TXT.
Another way is to manually export from the Notes app:
- Open the note you want to keep.
- Press. โฎ โ Exports โ TXT/HTML.
- The file is saved to /storage/emulated/0/Notes/.
If you regularly lose notes, set up automatic export:
- ๐ง Set up sending important notes to the mail via Reminders in Mi Notes.
๐ก
Syncing with Google Keep is the most reliable way to save notes, as they are stored independently of MIUI and are accessible from any device.