Have you created an important note in Xiaomi's Notes app, turned on the Hidden Mode, and now you can't find it? Or accidentally deleted the record and trying to recover it? The problem is that MIUI doesn't just hide notes visually, they physically move to secure system folders or sync to the cloud under special rules. Even a standard phone search often doesn't see them.
In this article, weβll look at all the possible hidden-note storage locations on Xiaomi, Redmi and POCO smartphones, from the obvious (like an app archive) to the non-obvious (like encrypted Mi Cloud backups), how to access notes through File Manager, ADB, and even if the phone doesnβt turn on, and what to do if the note is lost after resetting or updating MIUI.
1. Standard Place: Notes app folder in internal memory
By default, all notes (including hidden ones) are stored in the Notes application system folder.
/storage/emulated/0/Android/data/com.miui.notes/files/notes/How to get there:
- Open the File Manager (or any other guide with access to the root folders).
- Click the path above. If the Android folder doesn't show up, turn on the hidden files in the Explorer settings.
- Look for files with the.json or.db extension β they contain the text of notes.
β οΈ Notes are encrypted if you used a password to hide them, and without it, you can't read them directly - you need a special parser or access through the Mi Cloud.
π‘
If the com.miui.notes folder is empty, check the sync settings in the Notes app β Settings β Sync. Perhaps the data is only stored in the cloud.
2.Mi Cloud Cloud Storage: How to Find Hidden Notes Online
If your Xiaomi has Mi Cloud sync enabled, hidden notes are automatically uploaded to the cloud β but not displayed in the default web version.
- π Go to i.mi.com and log in.
- π Go to the Notes section (Notes).
- π In the upper right corner, click on the filter icon and select Hidden Notes).
- π If your notes are password protected, enter it (this should be the same password as the one on your phone).
Hidden notes in Mi Cloud are stored in encrypted form and cannot be exported directly, only by manually viewing or copying the text.
3. MIUI backups: Recovery of deleted hidden notes
MIUI automatically backs up notes when you update your system or manually through Settings β My Device β Backup. These copies can contain hidden notes even if they have been deleted.
Where to look:
- Open Settings β My Device β Backup β Local Backups.
- Select the most recent copy and click Restore.
- Make sure that the Notes app is marked in the recovery list.
β οΈ Warning: Backup recovery rewrites current notes! If you add new records after creating a backup, they will be lost.
| Type of backup | Contains hidden notes? | How to repair |
|---|---|---|
| Local (MIUI Backup) | Yes. | Through Settings β Backup |
| Mi Cloud | Yes (if synchronization is enabled) | At i.mi.com or via phone |
| Google Drive (via Titanium Backup) | Only if you've been backing up manually. | Root access is required |
| ADB Backup | Yes. | Adb backup -f notes.ab com.miui.notes |
4.Access via ADB: for advanced users
If notes don't show up in the interface, but you're sure they're on the phone, you can try extracting them through ADB (Android Debug Bridge), which works even without root rights.
Instructions:
Install ADB on PC (download from the official website)
Enable USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 times pressed, then Additional β Developers)
Connect your phone to your PC and allow debugging
Open the command line in the folder with ADB-->
Next, execute the commands:
adb shell
run-as com.miui.notes
ls /data/data/com.miui.notes/databases/
pull /data/data/com.miui.notes/databases/notes.db
exit
exitThe notes.db file will be copied to your PC and can be opened using the program. DB Browser for SQLite or online services like SQLite Browser. Look for a note table, which stores all notes, including hidden notes (field). is_hidden = 1).
What if ADB doesnβt see the com.miui.notes folder?
5 Hidden Notes After Resetting or Firmware: How to Return
If you have done a full Hard Reset or reflashed your phone, local notes are permanently deleted, but there is a chance to restore them:
- π Recovery from Mi Cloud: If sync was enabled, notes will automatically be downloaded after you log in to your Mi Account.
- πΎ Local backups: Check the folder /MIUI/backup/AllBackup on a phone or external storage device.
- π§ Specialized programs: You can use DiskDigger, EaseUS MobiSaver or Dr.Fone to recover deleted files, and they scan the internal memory for data residues.
- π± Old phone: If you changed your device, check notes on the old Xiaomi (they could have stayed in the cache).
β οΈ Warning: After resetting, do not write new data to your phone, which reduces the chances of recovery. The fewer memory operations, the more likely you are to find old files.
π‘
If you regularly update MIUI, enable automatic note backup in Settings β Sync β Notes. This will save data even in critical crashes.
6. Alternative methods: if nothing has worked
If the hidden notes are not found by any of the above methods, radical measures remain:
- Support for Xiaomi: Write to official support with the phone model, MIUI version and time to create the note. Attach screenshots from Mi Cloud (if available) or error logs.
- Forum search: Mi Community or 4PDA often put up MIUI data recovery tools. Look for topics on queries like [Redmi Note 10] to recover notes after a reset.
Service centres:
- Official SC Xiaomi can extract data using service utilities (paid).
- Check if they work with logical damage (if the phone is turned on) or only physical damage (if it doesnβt turn on).