Have you ever encountered a situation where an important note has disappeared from the standard Notes app on Xiaomi? Or suspect that someone has deliberately hidden information in your phone? Hidden notes in the MIUI firmware are not a myth, but a real feature that not all users know about. In some cases, the system automatically archives or moves notes to protected sections, and sometimes users activate the concealment mode without even knowing it.
In this article, weβll look at all the possible ways to detect hidden notes on Xiaomi, Redmi and POCO smartphones, from standard MIUI features to technical tricks using file manager and ADB. Itβs important to understand that some methods require superuser rights (root), while others work without them. Weβll also explain how to distinguish really hidden notes from accidentally deleted or archived ones.
1. Check the archive in the standard appendix βNotesβ
The first thing to do is to look at the archive of the Notes app itself. Many Xiaomi users don't even know that the utility automatically moves old or marked notes to a separate folder.
- π± Open the Notes app (icon with yellow notebook).
- π Click on the three dots in the upper right corner (menu).
- π Select Archive or Cart item (depending on version) MIUI).
- π If there are no notes, try pulling the screen down for an update.
Some versions of MIUI 14+ may call it Fixed or Hidden, and if you don't find this section, it may have been disabled in the settings to enable the archive display:
- Go to Settings β Applications β Notes β Memory.
- Activate the option to show the archive (if any).
- Go back to the app and update the list.
β οΈ Attention: B MIUI 15 on Android 14, the note archive can be hidden behind additional authentication. If the system requests a password or fingerprint, it means that the notes were manually hidden through the Privat Mode feature.
2. Search through the MiNotes system folder
All notes in Xiaomi are stored as files in the system folder, and even if they are not displayed in the application interface, they can be found through the file manager.
- π Open any file manager (e.g., Mi File Manager or Solid Explorer).
- π Cross the path: /storage/emulated/0/miui/notes/
- π Look for files with the.note or.json extension.
- π If the folder is empty, check the alternative path: /data/data/com.miui.notes/files/ (Root rights are required).
Note files usually have names like note_123456.note or backup_20260501.json. You can open them with any text editor (like QuickEdit), but the content will be encrypted if the note is password-protected. Decryption will require specialized software like MiNote Decryptor (available on GitHub).
| File type | Expansion | Can I open it without root? | Is decoding required? |
|---|---|---|---|
| A routine note. | .note | Yes. | No (unless protected) |
| Archive note | .json | Yes. | Yes (partially) |
| Encrypted note | .enc | No (root needed) | Yeah (key needed) |
| Backup copy | .backup | Yes. | Yeah (requires software) |
β οΈ Note: Delete or edit files in the folder /data/data/ without root, you may crash the Notes app. Always back up before making changes!
3.Use of the mode "Private space" (Second Space)
Second Space (or Private Space in newer versions of MIUI) allows you to create a separate user profile with your own apps and data, and if a note is missing, it may be there to check:
- βοΈ Go to Settings. β Special facilities β Private space.
- π Enter your password (if it is set).
- π± Switch to a private profile and open the Notes app.
- π Check all sections, including the archive.
If you don't remember the Second Space password, you can only reset your access via settings (Settings β About Phone β Settings Reset). However, this will delete all the data in private space! Alternatively, use ADB to reset your password (USB debugging is required).
How to Reset Second Space Password through ADB
4. Recover deleted notes through backups
If the note has been deleted but not hidden, you can try to restore it from a backup. MIUI automatically backs up notes to the Mi Cloud cloud or locally to recover:
- Open Notes and go to Settings β Recovery.
- Select the last backup date.
- Confirm the recovery (the process may take a few minutes).
If local backups are not available, check out Mi Cloud:
- π Go to i.mi.com from your PC.
- π Sign in with the same account as on your phone.
- π Go to the Notes section and check for deleted records.
Important: Mi Cloud only stores notes 30 days after deleting, if more time has passed, you can't restore them, and make sure that sync is enabled in the application settings (Settings β Sync).
Synchronization with Mi Cloud is enabled?|Are there local backups in the Notes settings?|Archives and basket checked?|Is the app Installed Notes on the phone?-->
5. Advanced methods: ADB and root access
If the standard methods didn't work, and the note is critical, you can try extracting it through ADB (Android Debug Bridge) or root rights, which are suitable for advanced users and require technical skills.
Try the simple way through ADB:
- Enable USB Debugging in Settings β About Phone β MIUI version (click 7 times, then go back to Additional β For Developers).
- Connect your phone to your PC and execute the command: adb pull /data/data/com.miui.notes/databases/ notes_backup This will copy the note database to your computer.
- Open the notes.db file with SQLite Browser and find the note table.
More advanced methods are available for root users:
- π§ Use Root Explorer to access the site /data/data/com.miui.notes/shared_prefs/ β Here you can store the settings of hidden notes.
- π Check the file. miui_notes_prefs.xml presence of parameters hidden_notes_list.
- π± Install a modified MiuiNotes app with support for hidden post display (available on forums) XDA Developers).
β οΈ Attention: Misuse of the right ADB or changing system files from root can result in the complete removal of all notes without the possibility of recovery. TWRP Or Mi Flash Tool.
π‘
If you're not sure about your ADB skills, try an alternative: the MiXplorer app, which has superuser mode enabled, which lets you browse databases of applications in a user-friendly interface.
6. Alternative applications for finding notes
If the built-in Notes app doesn't show hidden entries, you can try third-party utilities that scan the device's memory for text files.
- π ES File Explorer (enable the display of hidden files in the settings).
- π FX File Explorer (with root support).
- π Search My Files (Search for File Content).
- π± MiXplorer (the best choice for Xiaomi with root).
When using third-party file managers, pay attention to the following folders:
/storage/emulated/0/Android/data/com.miui.notes/
/data/user/0/com.miui.notes/
/sdcard/miui/backup/Notes/Some apps, like Google Keep or Evernote, can automatically import notes from Mi Notes when you first run them, so try installing them and checking if your records have moved there.
π‘
Third-party file managers often find notes where standard MIUI tools don't show them, but root rights are still required to access system folders.
7. What should I do if nothing has worked?
If you tried all the ways, but the note was never found, it may have been:
- ποΈ Removed irretrievably (e.g., by cleaning the app cache).
- π Encrypted using third-party software (e.g. AppLock).
- π± Transferred to another account (if several people used the phone).
- π οΈ Damaged by a malfunction. MIUI.
In such cases, the last options remain:
- Contact the Xiaomi Service Center (if the note has legal value).
- Use professional data recovery tools such as Dr.Fone or EaseUS MobiSaver (paid, but more effective than manual methods).
- Try to restore a note through Google Drive if you have previously enabled sync with it.
If you deleted a note recently (within 7 days), try rolling back your system through Settings β About Phone β System Update β Three Dots β Update. This will return the firmware to the previous version where the note may still have been saved.