Xiaomi Redmi Note 5 is still a popular smartphone due to its reliability and functionality, but even it is not immune to accidental deletion of important data. Notes are one of the most vulnerable files: they are easy to erase when cleaning memory, resetting settings or even after updating MIUI. Unlike photos or contacts, notes are often stored in non-obvious folders of the system, and their backup is disabled by default.
If you lost your Redmi Note 5 recordings, donβt panic: your chances of recovery depend on where your notes were stored (in the standard Notes app, Google Keep or third-party services) and how long it has been since they were deleted. In this article, weβll look at all the working methods, from simple (cloud recovery) to complex (manual search via ADB), and also explain how to protect your notes from loss in the future.
1. Check the basket in the Notes app
Xiaomiβs standard Notes app (com.miui.notes package) has a built-in shopping cart where deleted records are stored for up to 30 days, the first and fastest way to return notes if youβve recently deleted them.
To check the basket:
- π± Open the app Notes on Redmi Note 5.
- ποΈ Slip on the basket icon in the lower right corner (or in the menu "MoreΒ» β Β«BasketΒ»).
- π Find the desired note, click on it and select "RestoreΒ».
β οΈ Note: If you cleaned the basket manually or reset the phone to factory settings, notes from it are deleted irrevocably and are not subject to recovery by standard methods.
If the cart is empty or you donβt use the standard app, move on to the next method.
2.Restore from Mi Cloud backup
Mi Cloud is Xiaomiβs cloud storage that automatically saves notes when sync is enabled. On the Redmi Note 5, this feature is unstable (especially on older versions of MIUI), but itβs worth checking.
Instructions for remediation:
- π Go to Settings. β Xiaomi account β Mi Cloud.
- π Make sure that note synchronization is enabled (the slider must be active).
- π± Open the Notes app and pull the screen down to update the data. If the notes don't show up, try:
- π Sign out of your Mi Cloud account and log in again.
- π² Install the latest version of the Google Play Notes app (if you have an old one) MIUI).
- π§ Reset the application settings: Settings β Annexes β Application management β Notes β Warehouse β Clear the data (after that, you will need to re-enter the Mi Cloud).
| Problem. | Possible cause | Decision |
|---|---|---|
| Notes are not synchronized | No Internet or traffic saving mode is enabled | Connect to Wi-Fi and turn off background restriction for Mi Cloud |
| The app is making an error | Outdated version of MIUI or Notes | Update the software through Settings β About the phone β System update |
| Notes have not fully recovered | Synchronization has been intermittent | Check other devices linked to the same Mi Cloud account |
If sync is disabled or you have never configured Mi Cloud, move on to the next method.
π‘
On the Redmi Note 5 with MIUI 9β11, synchronizing notes in the Mi Cloud often turns off after updates. To avoid this, add the Notes app to the AutoStart list (Settings β Permissions β AutoStart).
3. Search for notes in local phone files
Xiaomiβs standard notes are stored as database (.db) or JSON files in system folders, and can be found manually through a file manager or ADB, but this requires root rights or access to an engineering menu.
Where to look for notes:
- π folder /data/data/com.miui.notes/databases/ β Here are the notes.db or notes.db-wal files (root required).
- π folder /sdcard/MIUI/backup/Notes/ β backups created manually through the application.
- π folder /sdcard/Android/data/com.miui.notes/files/ β Exported notes in.zip or.txt format.
If you don't have root rights, try connecting Redmi Note 5 to your PC and scanning memory with programs like DiskDigger or EaseUS MobiSaver, which can find deleted files, but are only effective if it's been less than a week since you deleted them.
β οΈ Warning: Do not install data recovery software on the Redmi Note 5 itself, they can overwrite deleted notes. Use only a PC and connect your phone in File Transfer mode (MTP).
How to enable USB debugging for ADB?
4.Restore via Google Drive (if Google Keep was used)
Many Redmi Note 5 users prefer Google Keep to standard notes, and if you logged in to a Google account and synced the data, it takes a couple of minutes to recover:
Steps:
- π± Install Google Keep from Google Play (if removed).
- π Log in to the same Google account you used before.
- π Check the Archive or Recycle Bin folder in the app (notes are stored there for 7 days).
- βοΈ If you donβt have notes, go to keep.google.com β sometimes the mobile app doesnβt display all the data.
If sync is disabled, try recovering notes from Google Drive backup:
- π§ Go to Settings. β Google β Backup.
- π Check the date of the last backup. If it's current, reset your phone and recover the data when you first set up.
Sign in to Google account on your phone
Check for backup in Google Drive
Install the latest version of Google Keep
Connect to Wi-Fi for synchronization-->
5.Use of ADB for manual note extraction (for advanced)
If notes were stored locally and not synced to the cloud, the last chance is to retrieve them via ADB (Android Debug Bridge), a method that requires command-line skills and does not guarantee 100% results, but sometimes helps to return data even after a reset.
Instructions:
- π₯οΈ Install. ADB Download Platform Tools from Google).
- π± Connect Redmi Note 5 to PC with debugging enabled USB.
- π Open the command line (cmd) in the folder with ADB and do it:
adb devices(Your device should be displayed).
adb pull /data/data/com.miui.notes/databases/notes.dbIf the team is not working, try:
adb shell
su
cp /data/data/com.miui.notes/databases/notes.db /sdcard/
exit
exit
adb pull /sdcard/notes.dbThe resulting note.db file can be opened using SQLite database software (e.g. DB Browser for SQLite) and the notes are stored in a note or notes table.
β οΈ Attention: On the Redmi Note 5 s MIUI 10+ access /data/data/ No root is blocked, if the teams ADB If they donβt work, try getting a temporary root through Magisk or contact a service center.
π‘
ADB-If the data is synced to the cloud, try to restore it first through Mi Cloud or Google Keep, it is easier and safer.
6.Prevention: How to protect notes from future loss
To avoid losing important records on the Redmi Note 5, follow these tips:
- βοΈ Enable automatic sync in Mi Cloud or Google Keep. Even if you don't use the cloud, backup will save data when you reset.
- π€ Export notes manually once a month: in the Notes app, select a note β Β«MoreΒ» β Β«Exportsβ (retained in.txt or.zip).
- π Update. MIUI β In new versions, bugs with synchronization of notes are corrected.
- π± Use third-party apps with a reliable backup (e.g. Evernote or OneNote).
If you often work with sensitive notes, consider encryption through apps like Cryptomator or Standard Notes, which store data in encrypted form and sync to your cloud (like Google Drive or Dropbox).
π‘
On the Redmi Note 5 with MIUI 9-12, the standard Notes app can conflict with Google Keep. To avoid duplication, select one app and disable sync in another.