Where and how to search for hidden notes on Xiaomi Redmi Note 10 S: the complete guide

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.

๐Ÿ“Š Where do you usually keep your notes?
In the standard Xiaomi app
Google Keep.
In a notebook on paper
In the cloud (iCloud, OneNote)
I don't take notes.

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).

  1. Open the file manager and enable the display of hidden files (โ‹ฎ โ†’ Settings โ†’ Show hidden files).
  2. Go to /storage/emulated/0/Android/data/com.miui.notes/files/ Temporary copies of notes in.db or.json format can be stored here.
  3. 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

Done: 0 / 4
Folder/fileContentsNeed root rights?
/storage/emulated/0/Android/data/com.miui.notes/Temporary files and note cacheNo.
/data/data/com.miui.notes/databases/notes.dbComplete note databaseYes.
/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.

  1. Enable Developer Mode on Redmi Note 10 S: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times)
  2. Activate debugging via USB: Settings โ†’ Additional โ†’ For developers โ†’ Debugging via USB
  3. 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.
  4. 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?
Make sure you have Xiaomi drivers installed (download from the official website). USB-cable or use another port. Enable the "Allow debugging by" option in the developer settings USB (safe-haven)".

4.Search for Notes in MIUI Backups

MIUI automatically backs up data, including notes, if Backup and Reset is enabled, to check the archives:

  1. Go to Settings โ†’ About Phone โ†’ Backup and Reset โ†’ Local Backups.
  2. Select the most recent copy and click Restore** (you will be prompted to select specific data, including Notes).
  3. 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:

  1. Install the program on your PC or phone.
  2. Connect Redmi Note 10 S and select the data type to recover ("Notes" or "Documents").
  3. Start the scan โ€“ the process can take anywhere from 10 minutes to several hours.
  4. 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:

  1. Open Settings โ†’ Accounts and Synchronization.
  2. See which accounts are linked to the device (Google, Microsoft, Xiaomi).
  3. 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:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Go to Mount โ†’ System and connect your phone to your PC.
  3. Copy /data/data/com.miui.notes/ to your computer.
  4. 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.

FAQ: Frequent questions about hidden notes

Can I find notes if the phone is reset to factory settings?
If the reset was performed without deleting the Xiaomi account, the notes could be saved in the cloud (i.mi.com).If the account was deleted or synced, you can only recover data through specialized programs (for example, Dr.Fone), but the chances are minimal.
Where are the notes created in incognito mode stored?
V MIUI There is no official "incognito mode" for notes, but if you've used third-party apps (like Notepad Lock or Secure Notes), the data can be stored in their own encrypted containers. /storage/emulated/0/Android/data/.
How to protect your notes from accidental deletion?
Enable autosynchronization with the Xiaomi or Google cloud, and regularly create local backups through Settings โ†’ Backup. Use encrypted apps (like Cryptomator) for sensitive notes.
Can I recover my notes after flashing my phone?
When you completely flash it (with /data formatting), local notes are permanently deleted, the only chance is if they were synced to the cloud or stored in a MIUI backup prior to firmware.
Why do some notes appear as empty?
This may be due to a failure in the Notes.db database. Try: Clear the Notes app cache** (Settings โ†’ Apps โ†’ App Management โ†’ Notes โ†’ Clear the cache). Reinstall the update for MIUI Notes via Google Play. Restore notes from the backup (see Section 4).