Xiaomi Redmi 5 smartphones running MIUI store notes in several places, from obvious apps to hidden system folders. If you accidentally delete an important entry or suspect that someone has hidden information on your device, standard search methods may not work. In this article, we will discuss all possible ways to access hidden notes, including little-known MIUI features, working with the file system and even using ADB for power users.
It's important to understand that some methods require root rights or a computer connection, and the wrong actions can lead to data loss. We'll describe each step in detail so that you can choose the safest and most suitable option for your situation.
1. Search through the standard Notes app
The first thing to check out is Xiaomiβs built-in Notes app, which often hides archived or deleted entries in separate sections that users donβt know about. Open the app and notice the following tabs:
- π Archives: This is where you store notes that you've manually archived. To see them, tap the menu icon (three dots) and select ArchiveΒ».
- ποΈ Recycle bin - deleted notes stay here for 30 days before final erasure. β Basket.
- π Secure notes -- if you've set a password for individual records, they can be hidden behind a lock. PIN graphical.
If there is nothing in these sections, check your sync settings. Notes in MIUI can be automatically saved to Mi Cloud, but only displayed when you have an active internet connection. Go to Settings β Xiaomi Account β Mi Cloud β Notes and turn on sync if it is disabled.
β οΈ Warning: When you first log in to Mi Cloud from a new device, all the notes from the cart will be permanently deleted. If you are recovering data after a reset, first check the basket on your old phone.
2. Check hidden folders through the file manager
System notes in MIUI are stored in secure folders that are hidden by default from the user. To see them, you will need any file manager with access to the root directory (for example, Mi File Explorer, Solid Explorer or FX File Explorer).
- Open the file manager and enable the display of hidden files (usually the option is in the settings menu).
- Go to /data/data/com.miui.notes/files/notes/ All notes in.json or.db format are stored here.
- If /data/data/ is not available, you don't have root permissions, and then try the alternative path: /storage/emulated/0/MIUI/Notes/ There may be exported copies of the notes.
Note files are encrypted, so you can't read them, but you can copy them to your computer and try to open them with specialized tools like SQLite Browser (for.db files) or online decoders like JSON.
βοΈ Preparing for the search for hidden notes
3.Use of ADB to access system data
If you don't have root rights, but you have access to a computer, you can try extracting notes through ADB (Android Debug Bridge), a method that doesn't require unlocking the bootloader, but only for users familiar with the command line.
- Turn on USB debugging on your phone: Settings β About Phone β MIUI version (tap 7 times to activate Developer Mode), then go back to Settings β Additional β Developers β Debugging on USB.
- Connect Redmi 5 to your computer and confirm your trust.
- Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb pull /data/data/com.miui.notes/databases/notes.db This command will copy the note database to your computer.
Notes.db can be opened with DB Browser for SQLite. Look for a note table that stores note text, creation dates, and other meta-information. Note that some records can be encrypted, especially if you've used password protection.
β οΈ Attention: Teams ADB pull-option for system folders (/data/data/) They only work on unlocked devices, and if you have Mi Unlock activated, this method won't work without additional manipulation.
What if the ADB canβt see the device?
4. Recover deleted notes through backups
MIUI automatically backs up notes in two ways: when synced to Mi Cloud and when exported manually. If you've ever backed up through Settings β Additional β Backup, there's a chance to restore old records. Here's how to do it:
- π± Local Backup: Go to Settings β Additionally. β Backup β Local backups. Select the last backup and click "Restore." Make sure that the listing selects "NotesΒ».
Cloud recovery
- Log in to Mi Cloud via your computer browser.
- Go to the βNotesβ section and check the history of the changes.
- If the notes have been deleted recently, they can be returned via the Restore option.
Important: Local backups are stored in a folder /MIUI/backup/AllBackup. You can manually extract the file from the archive. com.miui.notes_*.bak and try to open it with an archiver (e.g, 7-Zip). However, the structure of backup files MIUI It changes frequently, so this method does not guarantee success.
π‘
If you lose notes regularly, set up automatic sync with Google Keep or Evernote. To do this, export notes from MIUI Notes to.txt format and import them to another application.
5. Search for notes in cache and temporary files
Sometimes, fragments of notes remain in the app cache or temporary files of the system. To find them, follow the following steps:
- Open the file manager and go to /data/data/com.miui.notes/cache/ This can store thumbnails of images from notes or text fragments.
- Check the log folder: /sdcard/MIUI/debug_log/.log files sometimes contain traces of deleted entries (search by keywords).
- Search the entire device. Type in the file manager search box:.notes OR.json OR *.db This will help you find all the files associated with the notes.
You can use applications like DiskDigger or Undeleter to scan deep, and they analyze the free space of the drive and recover deleted files, but the odds of success depend on how long it's been since you deleted it, and the longer it takes, the less likely it is to be recovered.
| Method of searching | Root is required. | Probability of success | Risk to data |
|---|---|---|---|
| Standard appendix "Notes" | β No. | βββ (middle-class) | β No. |
| File Manager (Hidden Folders) | β Yes. /data/data/) | ββββ (high-pitched) | β οΈ Low (when copying) |
| ADB-team | β No (but I need debugging) | βββ (middle-class) | β οΈ The average (with incorrect commands) |
| Recovery from the backup | β No. | ββββ (high-pitched) | β No. |
| Cache search | β Partially. | β (low-key) | β No. |
6. Alternative methods: cloud services and third-party applications
If all of the above methods didnβt work, look for third-party solutions. Many Xiaomi users sync notes with external services without even knowing it.
- π Google Drive: Go to drive.google.com and search for βnotes.β It is possible that notes were automatically saved through integration with Google Account.
- π§ Email: Some versions MIUI Notes suggest sending a note by email. Check the "Sent" folder in your inbox.
- π Third-party apps: If youβve used ColorNote, Evernote, or Simplenote, install them again β data can be recovered from the cloud.
For advanced users, there's software like Dr.Fone or Tenorshare UltData that scans your phone's memory for deleted data, and these programs are paid, but they offer a free trial for pre-scanning, and note that their effectiveness depends on the phone model and the version of MIUI.
π‘
The most reliable way to save notes is to export them to the cloud or PC regularly, and even if you delete the recording on your phone, a copy of it will remain in the Mi Cloud or Google Drive.