Have you accidentally deleted an important note on Xiaomi Redmi or suspect someone has hidden it from your eyes? the standard Notes app has an archiving feature and a shopping cart, but not everyone knows about hidden system folders, MIUI backups or ADB capabilities. This article will help you find lost records โ even if they were deleted months ago or hidden through third-party apps.
We will look at both official methods (like recovering from the cart or the Mi Cloud) and advanced ones with access to system files via Root or ADB. Particular attention will be paid to the Redmi Note 10/11/12, Redmi 9/10 models and the flagships of the K series, where the logic of storing notes may differ. If you do not find the answer in the first sections, read to the end: at the end of the article there is an FAQ with solutions for rare cases (for example, notes hidden through Second Space or Private Mode).
1. Check the basket in the Notes app
The most obvious, but often ignored, way is that the Notes app automatically sends deleted records to the bin, where they are stored for up to 30 days (starting with MIUI 12), after which the files are irretrievably erased โ if you don't have time to recover them.
How to open the basket:
- ๐ฑ Open the Notes app on the home screen.
- ๐๏ธ Swipe the basket icon in the lower right corner (or swipe left on some versions) MIUI).
- ๐ Find the desired note, click on it and select Restore.
If the basket is empty or the note has disappeared from it before 30 days, proceed to the following method. MIUI 14 basket can be hidden behind an additional swipe or be on the menu โฎ โ Basket.
2.Recovery from the MIUI archive or backup
Xiaomi automatically backs up notes in two places: locally (in the MIUI/backup/Notes folder) and in the Mi Cloud, and if synchronization is enabled, the chances of returning data are high.
Method 1: Local Archives
- ๐ Connect your phone to your PC and open internal memory through MTP (Use the file manager on your phone).
- ๐ Going the Way: Internal Storage โ MIUI โ backup โ Notes.
- ๐ Look for files with the.nbk or.json extension โ they can be opened through a text editor (for example, Notepad).++).
Method 2: Cloud Mi Cloud
- ๐ Visit i.mi.com from your PC or phone.
- ๐ Sign in with the same Mi Account as Redmi.
- ๐ Go to the Notes section โ synchronized copies can be stored here.
๐ก
If there are no notes in the cloud, check your phoneโs sync settings: Settings โ Xiaomi Account โ Mi Cloud โ Notes. The feature may have been disabled.
3.Search for hidden notes via Second Space or Private Mode
Second Space and Private Mode features in MIUI allow you to hide applications and data, including notes. If you suspect that this is how the record is hidden, follow the instructions:
How to check out Second Space:
- ๐ Go to Settings. โ Special facilities โ Second Space.
- ๐ Enter your password (if set) or use your fingerprint.
- ๐ฑ In the second space, open the Notes app โ there may be hidden entries there.
How to check out Private Mode:
- ๐ In the file manager (Files) tap on the โฎ โ Private Mode.
- ๐ Check Notes or Documents folder โ exported notes may be stored here.
What to do if you forget your Second Space password?
4. Access to system note files via ADB
If notes are not found in the cart or cloud, you can try extracting them directly from MIUI system folders using ADB (Android Debug Bridge), a method that requires enabled USB debugging and basic command-line knowledge.
Step 1: Preparation
- ๐ฅ๏ธ Install. ADB Tools on PC.
- ๐ฑ On your phone, turn on Settings. โ The phone. โ Version. MIUI (Tap 7 times to activate the developer mode).
- ๐ Back to Settings โ Additionally. โ For developers โ Debugging by USB and turn it on.
Step 2: Removing Note Files
adb pull /data/data/com.miui.notes/shared_prefs/ notes_backup/
adb pull /data/data/com.miui.notes/databases/ notes_db/After completing commands on the PC will appear folders notes_backup and notes_db You can open them with database files (.db) and settings (.xml) via SQLite Browser or text editor.
Debugging is on. USB|Installed drivers Xiaomi on PC|Scud ADB Tools|Phone connected via cable (not Wi-Fi)|Backup copy of data created-->
5. Recovering deleted notes through third-party utilities
If system methods don't work, you can use data recovery software like DiskDigger, EaseUS MobiSaver, or Dr.Fone to scan your phone's internal memory for deleted files, including notes in.txt,.json, or.db formats.
How to use:
- ๐ฅ Install the program on a PC (for example, DiskDigger).
- ๐ฑ Connect Redmi through USB (file transfer mode).
- ๐ Start a deep scan (may take several hours).
- ๐ Look for files with keywords: note, miui_notes, com.miui.notes.
โ ๏ธ Warning: Do not install recovery programs directly on your phone โ this can overwrite deleted data, making it impossible to recover.
| Programme | Xiaomi support | Scan depth | Free version |
|---|---|---|---|
| DiskDigger | Yes (including MIUI) | Deep scanning. | Limited. |
| EaseUS MobiSaver | Yes. | Average. | Yes (up to 2 files) |
| Dr.Fone | Yes. | Deep. | No (only trial) |
| Recuva | Partially (Root required) | Superficial | Yes. |
6 Manual recovery via Root access
If you have Root rights (for example, through Magisk), you can manually scan the system folders where MIUI stores notes.
- ๐ /data/data/com.miui.notes/databases/ โ Here are the databases with notes (notes.db).
- ๐ /data/data/com.miui.notes/files/ โ exported or temporary files.
- ๐ /sdcard/MIUI/backup/Notes/ โ backup copies (if they were created).
To view the notes.db database, use SQLite Editor (available in the Play Market). Open the file and query:
SELECT * FROM notes;โ ๏ธ Attention: Incorrect actions with Root can lead to loss of all data or locking the phone.
๐ก
Root access is the best way to recover, but the risk of damage to the system is higher. Always back up before working with system files!
7. Alternative ways: export and sync with Google
If youโve used Google Account Note Sync (via Google Keep or Google Drive), check:
- ๐ Google Keep โ This can be used to duplicate notes from MIUI Notes, if the synchronization has been configured.
- ๐ Google Drive โ Backup copies โ Apps โ Look for files called com.miui.notes.
Some users also export notes manually through:
- ๐ค Application settings โNotesยป โ Exports (available in MIUI 13+).
- ๐ง Sending to email via Share โ Send by mail.
If the note was exported, it could be saved in the Download folder or on a memory card in.txt or.zip format.