How to find a hidden note in a Xiaomi smartphone: from system folders to data recovery

Hidden notes in Xiaomi, Redmi or POCO smartphones are not always the result of user actions, often due to failures in the standard Notes app, synchronization errors with Mi Cloud, or even viruses that mask files as system. Unlike normal records that are stored in the /storage/emulated/0/MIUI/Notes folder, hidden ones can be in protected areas of memory where access is limited even for file managers.

In this article, we will discuss 5 proven ways to detect such notes, from simple (check archive in Notes) to complex (work with ADB and restore deleted files). Particular attention will be paid to the method using backups of Mi Cloud, which works even if the note was deleted months ago. All instructions are relevant for devices on MIUI 12-14 and HyperOS, including Xiaomi models 13/14, Redmi Note 12/13 and POCO F5/X5.

1. Check the archive and basket in the standard app β€œNotes”

The first thing to do is make sure that the note is not accidentally archived or sent to the trash. In MIUI, these functions do not work clearly: for example, archival notes do not appear in the main list, and the basket is cleared automatically after 30 days.

To check:

  • πŸ“± Open the Notes app** (yellow notebook icon).
  • πŸ” Click on three dots in the upper right corner β†’ select Archives.
  • πŸ—‘οΈ Go back and select the Recycle Bin (if the note was deleted less than a month ago).
  • πŸ”„ If a note is found, click on it. β†’ Restore.

If the archive or basket is empty, move on to the next method. Please note that some firmware (e.g. HyperOS for global models) may not have Archives, in which case use alternative methods.

πŸ“Š Have you ever lost important notes on your smartphone?
Yeah, a few times.
Yeah, but I did.
No, I always do backups.
I don't use notes.

2.File Manager Search: Where to store notes physically

All notes in Xiaomi are stored as encrypted.db or.json files in system folders, accessed through any root file manager (such as MiXplorer or Solid Explorer), but more often than not, a standard Explorer is enough.

Instructions:

  1. Open Explorer** (or install MiXplorer from Google Play).

SQLite Browser

.db

.json

⚠️ Note: Do not edit files directly in the folder /data/data/ β€” This can cause the Notes app to crash, and you better copy them to a safe place before you analyze them.

β˜‘οΈ What to do before working with system files

Done: 0 / 4

3. Recover deleted notes via Mi Cloud

Mi Cloud automatically syncs notes, but not all users know that the web version of the service can restore data from the last 30 days β€” even if it is deleted from the phone.

Step-by-step:

  1. Go to i.mi.com and log in.
  2. Select the Notes tab (Notes).
  3. Click on the icon. βš™οΈ Settings β†’ Basket.
  4. Find the right note and click Restore.
  5. If you don’t have notes in your cart, try Exporting Data β†’ Notes (available in the Data Management section).

πŸ’‘ Useful tip: If the note was deleted a long time ago, try to restore it through the archived versions of backups. β†’ Backups and select the backup you made before you delete the note. Recovery takes up to 10 minutes.

Method of recoveryRoot is required.Max, recovery time.Difficulty
Archive/Basket in "Notes"❌ No.30 days⭐
File manager⚠️ Partially.No restrictions.⭐⭐
Mi Cloud (web)❌ No.30–90 days⭐
ADB-team⚠️ For some teamsNo restrictions.⭐⭐⭐
Third-party utilities (DiskDigger)❌ No.Before the data is rewritten⭐⭐⭐

4.Use ADB to access hidden data

If the note is not found in the standard ways, you can try to extract it through Android Debug Bridge (ADB), which is suitable for power users and requires connecting the phone to a PC.

Instructions:

  1. Enable USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI Version (click 7 times) Settings β†’ Additional β†’ For Developers β†’ Debugging on USB
  2. Connect your phone to your PC and open Command Prompt (Windows) or Terminal (Mac/Linux).
  3. Enter the commands: adb shell su cd /data/data/com.miui.notes/databases/ls You will see a list of database files (e.g. notes.db).
  4. Copy the file on PC: Adb pull /data/data/com.miui.notes/databases/notes.db C:\notes_backup\
  5. Open notes.db via SQLite Browser and find the note or notes table.

⚠️ Attention: Su commands require root rights. If they don't, use an alternative route:

adb pull /storage/emulated/0/MIUI/Notes/ C:\notes_backup\

This method is less effective, but does not require root access.

What if the ADB can’t see the device?
1. Install Xiaomi drivers ADB (download [en.miui.com](https://en.miui.com/)). 2. Check if the debugging is included USB developer-setting. 3. Try another one. USB-cable (preferably original). 4. Restart your phone and PC. 5. In the command line, enter adb kill-server, then adb start-server.

5. Recovering deleted notes with third-party utilities

If the note was permanently deleted (e.g., the cart is cleaned and backups are not), you can try to restore it with data recovery software.

  • πŸ”§ DiskDigger – scans internal memory for file residues.
  • πŸ”§ EaseUS MobiSaver – Supports recovery of notes from.db files.
  • πŸ”§ Dr.Fone – paid, but with a high percentage of successful recovery.

How to use DiskDigger:

  1. Install the app from Google Play.
  2. Select Full Scan (requires root).
  3. After scanning, filter the results by Documents or Database type.
  4. Look for files with notes names, miui_notes or extension of.db.
  5. Save the files you find and open them through SQLite Browser.

πŸ’‘ Tip: The less you use your phone after you delete a note, the better the chances of recovering it.

6.Verify for viruses and hidden folders

Sometimes notes hide viruses or malicious applications by masking them as system files, such as the Android.Triada Trojan can create hidden folders with names similar to MIUI/Notes, but with different content.

How to check:

  • πŸ›‘οΈ Scan your phone with an antivirus (Malwarebytes or Dr.Web).
  • πŸ” In the file manager, enable the display of hidden folders: Settings β†’ Show hidden files
  • πŸ•΅οΈ Check the folders: /storage/emulated/0/.notes_backup/ /storage/emulated/0/Android/data/com.miui.notes/ /sdcard/.miui_hidden/ (if SD-map).

If you find suspicious files (such as those with the.apk extension in your notebook folder), delete them and restart your phone.

πŸ’‘

If the note is missing after you install a new app, it's likely a virus, delete all the newly installed programs, and scan your phone.

Frequent Questions (FAQ)

Can I recover a note if the phone is reset to factory settings?
Yes, but only if: πŸ”„ Sync with Mi Cloud was enabled (check the web version of i.mi.com). πŸ’Ύ There's a backup in Mi. PC Suite or Google Drive. πŸ› οΈ You are ready to use professional utilities like Dr.Fone (chances). ~If none of these are present, recovery is unlikely.
Why in the file? /MIUI/Notes/ No files, although notes are available?
This is normal for newer versions of MIUI (13+) and HyperOS. Since 2022, Xiaomi has been storing notes in encrypted form in /data/data/com.miui.notes/, and access to them is possible only with root rights or through ADB.
How to transfer notes from one Xiaomi to another?
Ways: πŸŒ₯️ Synchronize with Mi Cloud (the easiest way to do this). πŸ“± Export to file: Open "NotesΒ» β†’ Click on the note. β†’ Β«MoreΒ» β†’ Β«ExportsΒ» β†’ Select the format (.txt or.html). πŸ”Œ Transfer over Mi Mover (built-in data migration application).
Can I miss my notes after the MIUI update?
Yeah, but rarely. It usually happens if: πŸ”„ Update interrupted (for example, the battery was down). πŸ“± Installed custom firmware without backup. πŸ› In the new version MIUI The structure of the storage of notes has changed (relevant for transitions from the MIUI 12 on HyperOS.In such cases, try to recover notes through Mi Cloud or ADB (see the sections above).
How to protect your notes from accidental deletion?
Recommendations: πŸ”’ Enable the password to the Notes app** (Settings) β†’ Application lockdown). πŸŒ₯️ Set up automatic sync with Mi Cloud. πŸ“₯ Export important notes to.txt or Google Docs regularly. 🚫 Do not use third-party memory cleaners (such as Clean Master) that can delete the cache of notes.