Xiaomi Redmi Note 10 is one of the most popular smartphones of the brand, but its MIUI firmware sometimes hides user data in non-obvious places. Did you accidentally delete an important note or suspect that someone hid the recordings in the phone? In this article, we will analyze all possible ways to find hidden notes, from standard MIUI features to working with system files through ADB.
It is important to understand that hidden notes on Redmi Note 10 can be stored in three forms: 1 Archived Notes (Basket or Archive function), 2 Hidden in protected MIUI folders (e.g. Second Space or Private Folder), 3 Deleted but not yet overwritten in memory devices (restore required).
We will look at all options, from simple to technically complex.
If you are not sure about your system file skills, start with the first methods. Methods using ADB or root rights will suit advanced users.
1. Check the archive and basket in the standard app βNotesβ
The first thing to do is check the built-in features of the Notes app (or Notes in global firmware). MIUI automatically saves deleted notes to the shopping cart for 30 days, and also allows you to archive records.
How to find it:
- π± Open the Notes app (yellow notebook icon).
- ποΈ Slip on three dots in the upper right corner β Choose Trash, which stores all deleted notes from the last month.
- π Back to the main menu β Select the Archive tab β important records may be hidden here.
- π Use the search by notes (loop at the top) by entering keywords.
If you donβt have notes in your cart, but youβre sure theyβve been removed recently, try updating the Notes app via Google Play β sometimes you can restore hidden data after an update.
β οΈ Attention: Basket in MIUI It cleans automatically after 30 days, and if the note was deleted earlier, it can't be restored using standard means.
2. Search in the protected folders MIUI: Second Space and Private Folder
The Xiaomi Redmi Note 10 supports two features for hiding data: Second Space (a second desktop with separate apps) and Private Folder (a secure folder in the gallery).
How to check:
Second Space:
- π Go to Settings. β Special facilities β Second Space.
- π± If the function is active, enter a password (or fingerprint) to log into the second profile.
- π Check the Notes app in this space - hidden records may be stored there.
Private Folder:
- πΌοΈ Open the gallery. β Swipe left to the Private Folder tab.
- π Enter your password (if the folder is protected).
- π Exported notes in text format or screenshots can be stored here.
If you donβt remember a Second Space or Private Folder password, you can only restore it by resetting your settings (but that will delete all the data!).
π‘
Private Folder password can be reset through Xiaomi account if the phone is linked to Mi Account. Go to Settings β Xiaomi Account β Security β Private Folder password reset.
3. Recover deleted notes through backups
If the notes are missing without a trace, check backups. MIUI automatically saves data to the Xiaomi Cloud cloud or locally on the device.
Method 1: Xiaomi Cloud
- βοΈ Go to Settings. β Xiaomi account β Mi Cloud β Notes.
- π Check if sync is enabled. If so, try rolling back the data to the previous version.
- π₯ Click Restore and select the date when the notes were still in place.
Method 2: Local backup
- π Connect your phone to your PC and check the folder MIUI/backup/AllBackup memory.
- π Look for files with the.bak or.db extension (note databases).
- π οΈ To extract data, you will need SQLite Browser (open the note.db file).
If you donβt have backups, try recovering notes through Google Drive (if theyβre synced with your Google account).
How to open notes.db without root rights?
4. Search for hidden note files in system folders
Notes in MIUI are stored in system folders that can be accessed through a root or ADB file manager. Without root rights, you will only see a portion of the data.
Where to look:
| folder | Way | What it keeps. |
|---|---|---|
| Note database | /data/data/com.miui.notes/databases/notes.db | All notes in SQLite format |
| Cash notes. | /data/data/com.miui.notes/cache/ | Temporary files and thumbnails |
| Exported notes | /storage/emulated/0/MIUI/Notes/ | Text files (.txt) for manual export |
| Backup copies | /storage/emulated/0/MIUI/backup/AllBackup/ | Archives with notes (.bak,.zip) |
To view these folders:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Give it superuser rights (if the phone is rooted).
- Follow these paths and copy notes.db or.txt files to your PC.
β οΈ Note: Modifying files in the folder /data/data/ without root rights can cause the Notes app to crash!
βοΈ Preparing for the search for hidden notes
5.Use ADB to extract notes without root
If you don't have a root license, but you need to get notes from your system folders, Android Debug Bridge (ADB) will help, which works on any Redmi Note 10, but requires USB debugging enabled.
Step 1: Preparation
- π₯οΈ Download. ADB for Windows/Mac/Linux from the Android Developers website.
- π± On the phone, turn on the debugging. USB: Settings β The phone. β Version. MIUI (tap 7 times) β Go back to Settings β Additionally. β For developers β Debugging by USB.
- π Connect your phone to your PC and confirm your trust in your computer.
Step 2. Take notes
Open the command line (or Terminal) and do:
adb devices(Your device should be displayed) Then:
adb pull /data/data/com.miui.notes/databases/notes.db C:\notes_backup\This command will copy the note database into a folder. C:\notes_backup\ Open notes.db file in SQLite Browser as described earlier.
If the team is not working, try an alternative path:
adb shell "run-as com.miui.notes cat /data/data/com.miui.notes/databases/notes.db" > notes.dbβ οΈ Attention: On some firmware MIUI access /data/data/ through ADB In this case, only the root or recovery from the backup will help.
π‘
ADB allows you to extract notes without root rights, but requires enabled debugging over USB. This method does not work on phones with a locked bootloader (unless unlocked by OEM Unlock).
6.Recovering deleted notes through third-party programs
If standard methods didn't work, try specialized data recovery tools that scan your phone's memory for deleted files.
Top.-3 software for Redmi Note 10:
- π EaseUS MobiSaver β Recovers Notes, Messages and Media Files.
How to use:
- Install the program on the PC.
- Connect Redmi Note 10 in file transfer mode.
- Select the data type to recover (e.g., "Documents" or "Databases").
- Wait for the scan to be completed and save the notes found.
Importantly, the less you use your phone after you delete your notes, the better the chances of recovering them. New data overwrites old ones!
π‘
Before recovery, turn off mobile Internet and Wi-Fi on your phone β this will prevent overwriting deleted files with new data.
7.Alternative ways: sync with Google Keep and export
If youβve used synced notes with Google Keep or other services, check them out:
Google Keep:
- π Go to keep.google.com from any device.
- π Enter keywords from the lost note in search.
- ποΈ Check the basket (Menu) β Recycle Bin - notes are stored there for 7 days.
Hand-exported notes:
If you still have notes on your phone but are hidden, export them:
- Open the Notes app.
- Select a note β Share β Export to txt.
- Save the file to the cloud or PC.
On the Redmi Note 10 with MIUI 12.5+ firmware, exported notes are saved to /storage/emulated/0/MIUI/Notes/ in.txt format.