Have you ever encountered a situation where an important note suddenly disappears from the Notes app on your Xiaomi Redmi 8? Or suspect someone has hidden the notes from prying eyes? There are several mechanisms in the MIUI operating system that can hide user data, both intentionally (via privacy features) and accidentally (due to synchronization failures). In this article, we will look at all possible places where hidden notes on Redmi 8 can be stored, including system folders, cloud backups, and even deleted files that are not yet overwritten.
The Redmi 8 (M1908C3IG/M1908C3IH) is based on MIUI 11-12 (depending on the firmware version), where the hid-note function is not as obvious as in new models. For example, there is no separate Hidden Notes section in the application menu β you need to search for them through Settings β Privacy or file system. In addition, many users do not know that notes can be automatically archived in the Mi Cloud or duplicated in the /MIUI/Notes/ folder on the internal drive.
Before you start searching, make sure you donβt confuse hidden notes (specifically hidden by the user) with deleted ones (caught in the cart) or unsynchronized ones (staying only on the device).
1. Search through the standard Notes app
Start with the obvious, check if the notes are hidden in the Notes app itself (yellow notebook icon). In MIUI 11/12 for Redmi 8, the concealment function is implemented through password protection or archiving:
- π Open the Notes app and tap on the three dots in the upper right corner.
- π Select Secure Notes, which is where you store records that are locked with a password or fingerprint. If you haven't set a password, the section will be empty.
- π Check the Archive tab β old notes are automatically moved here (if the option is enabled in the settings).
- ποΈ Check the Recycle Bin - deleted notes are stored here for up to 30 days, after which they are finally erased.
If you don't find the note in those sections, it may have been exported to a file or synced to another account, for example, MIUI has an option to automatically back up notes in Google Drive or Mi Cloud, which we'll talk about below.
β οΈ Note: If you previously used the Note Export feature (under the βMoreβ menu), files could be saved in.zip or.txt format in the Download or Download folder. MIUI/backup/Notes/. Check these directories through any file manager.
2. Check hidden folders through the file manager
MIUI creates hidden directories for storing application data, including notes, and on Redmi 8, they can be in the following ways:
| folder | Way | What it keeps. |
|---|---|---|
| Notes | /storage/emulated/0/MIUI/Notes/ | Local copies of notes in.json or.db format |
| backup | /storage/emulated/0/MIUI/backup/Notes/ | Backup copies of notes created by system or manually |
| Android/data | /storage/emulated/0/Android/data/com.miui.notes/ | Cash and Temporary Files of the Notes app |
| Download | /storage/emulated/0/Download/ | Exported notes in.txt or.zip format |
To see the hidden folders:
- Open the file manager (e.g., βFiles by Googleβ or βFiles by Explorerβ).
- Enable the display of hidden files: Settings β Show hidden files.
- Follow one of the paths from the table above.
- Look for files with.json,.db (note database) or.txt (exported records) extensions.
You can open.db files with applications like DB Browser for SQLite (for PC) or SQLite Editor (for Android). If you are not sure about your actions, you should back up the folder before editing.
π‘
If you find a note.db file but canβt open it, try copying it to your computer and using the program. DB Browser for SQLite: Note tables store all notes, including deleted ones (field) is_deleted).
3. Recover deleted notes via Mi Cloud
If your notes are missing after resetting or updating MIUI, you can try to recover them from Mi Cloud cloud storage.
- Open your Settings β Xiaomi Account β Mi Cloud.
- Make sure that Note Sync is enabled. If not, turn it on and wait until the process is complete.
- Go to the Notes app and pull the screen down to update the data.
- If the notes do not appear, try to log out of the account and log in again.
If sync is disabled but you remember youβve previously enabled it, try recovering notes via the Mi Cloud web version:
- Go to i.mi.com and log in.
- Select the Notes section.
- Check the Archives and the Recycle Bin folders.
β οΈ Note: If you haven't synced notes with Mi Cloud for a long time, they may have been overwritten with new data, in which case it will not be possible to restore them.
βοΈ Checking the synchronization of notes
4.Use of third-party apps to search for notes
If standard methods don't work, you can use third-party tools to scan the device's memory.
- π DiskDigger scans internal memory for deleted files, including notes in.txt or.db format.
- π± GT Recovery β specializes in recovering data from apps including Notes and Mi Cloud.
- π ES Explorer β allows you to view system folders and hidden files (root rights required for full access).
Example of working with DiskDigger:
- Install the app from Google Play.
- Select Full Scan (requires root rights for maximum efficiency).
- Mark the file types: Text documents and databases.
- After scanning, look for files with notes names, miui_notes or extension of.db.
Note that without root access, apps will only scan a fraction of the memory, and if you're not ready to root, try connecting your phone to your computer and using programs like Recuva or EaseUS Data Recovery.
What if the application requires root rights?
5. Search for notes via ADB (for advanced users)
If you're familiar with the command line, you can try extracting notes directly from system files using ADB (Android Debug Bridge), a method that works if the notes aren't synchronized with the cloud and aren't visible in file managers.
Instructions:
- Turn on Developer Mode on your phone: Settings β About Phone β MIUI version (shap 7 times).
- Activate USB Debugging in Settings β Additional β For developers.
- Connect your phone to your computer and open the command prompt (Windows) or terminal (macOS/Linux).
- Enter the command to copy the note database: adb pull /data/data/com.miui.notes/databases/notes.db
- Open the copied note.db file with the SQLite browser.
In the note table you will find all notes, including deleted (fields). is_deleted=1). To recover a deleted note, change the value is_deleted on 0 And save the file. Then return it to the phone:
adb push notes.db /data/data/com.miui.notes/databases/β οΈ Attention: Working with ADB Incorrect commands can cause the Notes app to crash. Before changing files, back them up.
π‘
Use ADB only if other methods have failed, and it is the most effective way to recover notes that have been deleted long ago, but requires technical skills.
6. Alternative storage locations for notes
Sometimes the notes are not saved where you expect them to be.
- π Google Keep β If youβve ever exported notes to this app, they could have stayed there.
- π§ Email - some users send themselves notes by email. Check the folder sent to Gmail or Mi Mail.
- π¬ Messages - in MIUI There is a function of Quick notes in messengers (for example, in the SMS Telegram Saved Messages or Telegram Saved Messages).
- π₯οΈ Computer β if you connected your phone to a PC, notes could be saved in the auto-save folder (e.g. My Computer\Redmi) 8\Internal memory\Notes\).
Itβs also worth checking out apps for notebooks you may have installed before (such as ColorNote, Evernote, or Simplenote) that sometimes users create notes in one app and search in another.
If you use a second Xiaomi account on your device, notes may have been saved underneath. Switch between profiles to Settings β Accounts and check the Notes app for each.