Xiaomi Redmi Note 10 S smartphones store notes not only in the standard Notes app, but also in hidden system folders, backups and even in cloud services. If you accidentally delete an important record or suspect that someone has hidden information from prying eyes, it can be restored - the main thing is to know where to look. In this article, we will examine all possible ways, from simple (checking the basket and the cloud) to advanced (working with ADB and the file system).
The Redmi Note 10 S (m1803e7sg) uses a proprietary MIUI shell that automatically syncs notes with a Xiaomi account, but some of the data can remain locally in encrypted folders. We will not consider hacking or bypassing locks - only legal methods available to the owner of the device.
1. Verification of standard note-keeping locations
Before you dig through the system files, make sure the note is not hidden in obvious places. Start with the Notes app.
- ๐ Check all folders: By default, notes are sorted by date, but can be manually moved into the Job, Personal or Ideas categoriesยป.
- ๐๏ธ Look in the cart: deleted notes are stored there for up to 30 days. โ โฎ (menu) โ Basket.
- ๐ Use Search: In the top line, enter the keyword from the note โ the system searches even for the content.
- โ๏ธ Check out Xiaomi Cloud: If sync is enabled, notes can be accessed on i.mi.com under Notesยป.
If the note was created in another app (like Google Keep or Microsoft OneNote), check the relevant services. the Redmi Note 10 S often comes with alternative notebooks preinstalled - these are also worth checking out.
โ ๏ธ Note: If you are logged into a Xiaomi account on another device, notes may have been synced there.
2. Search for hidden notes through the file manager
MIUI system notes are stored in secure folders, but some of the data can be found manually, and you will need any file manager with access to root directories (for example, Mi File Explorer or Solid Explorer).
- Open the file manager and enable the display of hidden files (โฎ โ Settings โ Show hidden files).
- Go to /storage/emulated/0/Android/data/com.miui.notes/files/ Temporary copies of notes in.db or.json format can be stored here.
- Check the folder: /data/data/com.miui.notes/databases/ It contains the notes.db database, which can be opened via SQLite Browser on PC.
If /data/ is not available, you don't have root permissions, so move on to the next way.
โ๏ธ Preparing for the search for hidden files
| Folder/file | Contents | Need root rights? |
|---|---|---|
| /storage/emulated/0/Android/data/com.miui.notes/ | Temporary files and note cache | No. |
| /data/data/com.miui.notes/databases/notes.db | Complete note database | Yes. |
| /storage/emulated/0/MIUI/backup/ | Backup copies (if reservation is enabled) | No. |
3. Recovering deleted notes via ADB
If a note has been removed from the cart, you can try to restore it using Android Debug Bridge (ADB), which requires connecting the smartphone to the PC and enabling debugging mode.
- Enable Developer Mode on Redmi Note 10 S: Settings โ About Phone โ MIUI Version (click 7 times)
- Activate debugging via USB: Settings โ Additional โ For developers โ Debugging via USB
- Connect the phone to your PC, open the command line and type: adb pull /data/data/com.miui.notes/databases/notes.db This will copy the database to your computer.
- Open the notes.db file in the SQLite Browser and find the note table โ it stores all notes, including deleted ones (marked as is_deleted=1).
It's important: ADB-The only way to do this is to unlock the bootloader. If you've never unlocked the bootloader on the Redmi Note 10 S, this method won't work.
What if the ADB canโt see the device?
4.Search for Notes in MIUI Backups
MIUI automatically backs up data, including notes, if Backup and Reset is enabled, to check the archives:
- Go to Settings โ About Phone โ Backup and Reset โ Local Backups.
- Select the most recent copy and click Restore** (you will be prompted to select specific data, including Notes).
- If there are no local copies, check the cloud: Settings โ Xiaomi Account โ Mi Cloud โ Backups.
Note: Recovery from the backup will overwrite the current data. If you are not sure that the archive has the desired note, first extract the copy file on your PC and open it through the archiver (.mbk format).
โ ๏ธ Attention: Backup copies MIUI Without authorization in the same profile Xiaomi will not be able to restore data.
5.Use of third-party recovery programs
If standard methods do not help, you can use specialized utilities for data recovery.
- ๐ ๏ธ Dr.Fone (Wondershare) โ Recovers notes, messages, and media without root rights (but with less efficiency).
- ๐ง EaseUS MobiSaver โ scans internal memory for deleted data, supports formats MIUI.
- ๐ฑ DiskDigger is a free Android app that searches for residual files (requires root for deep scanning).
Algorithm of action:
- Install the program on your PC or phone.
- Connect Redmi Note 10 S and select the data type to recover ("Notes" or "Documents").
- Start the scan โ the process can take anywhere from 10 minutes to several hours.
- Look at the files found and save the ones you need.
The effectiveness of recovery depends on how long it has been since it was deleted, and if the note has been deleted recently and no new data has been written in its place, the odds are high.
๐ก
Before restoring, turn off Wi-Fi and mobile data on your phone โ this will prevent deleted files from being overwritten with new data.
6. Verification of synchronized services
Notes with Redmi Note 10 S can automatically sync not only with the Xiaomi cloud, but also with other services:
- ๐ Google Drive: If you used Google Keep or saved notes in Docs, check drive.google.com.
- โ๏ธ OneDrive/OneNote: Microsoft apps are often pre-installed on Xiaomi. log in to onedrive.live.com.
- ๐ง Mail: Some users send themselves notes by email. Check the "Drafts" or "Sent" folders in the Gmail/Mi Mail.
To check the synchronization:
- Open Settings โ Accounts and Synchronization.
- See which accounts are linked to the device (Google, Microsoft, Xiaomi).
- Go to each service through the browser and search for notes manually.
๐ก
Cloud sync can be manually disabled. If the note is missing, first check if the Auto Sync option has been disabled in your account settings.
7 Hardware Methods: Data Retrieval through TWRP
If the note is critical and the software methods have failed, you can try to extract data through custom recovery TWRP. This method is only suitable for advanced users and requires:
- ๐ Unlocked bootloader (bootloader).
- ๐ฅ Established TWRP Recovery for Redmi Note 10 S (Rosesmary model).
- ๐พ Backup of the section /data (Not to lose other data).
Instructions:
- Boot to TWRP (hold Power + Volume up when turned on).
- Go to Mount โ System and connect your phone to your PC.
- Copy /data/data/com.miui.notes/ to your computer.
- Use SQLite Browser to analyze the notes.db database.
This is a risky method, because if you do something wrong, you can damage the system, and if you've never worked with TWRP, you should see a specialist.