Where is the folder β€œNotes” on Xiaomi: search for files on Android

You're using the standard Notes app on a Xiaomi smartphone, but suddenly you have to find the files themselves -- for example, to back up, transfer to another phone, or restore deleted records -- the problem is that the note folder doesn't show up in the standard file manager, and the system search doesn't work. It's no accident: MIUI hides user data from the apps in protected memory.

In this article, we will discuss all possible ways to find a folder with notes on Xiaomi, Redmi and other sites. POCO β€” From simple access through the file manager to use ADB You'll also learn how to export notes to readable formats (TXT, HTML) What to do if files are missing after resetting. MIUI (including MIUI 14 and HyperOS) and smartphone models released after 2018.

Why is the note folder not visible in the file manager?

The Notes app (com.miui.notes) stores data in a secure directory that is hidden by default from the user.

  • πŸ”’ Security: Preventing Inadvertent Deletion or Change of Files.
  • πŸ“± Optimization of work: MIUI manages access to data through its own API.
  • πŸ”„ Syncs: If you use Mi Account, notes can be stored in the cloud.

But that doesn't mean that files are not available. You can find them in a number of ways, depending on whether you need the database files themselves (for manual recovery) or exported notes in a convenient format.

πŸ“Š How do you usually use notes on Xiaomi?
Only for brief entries
I keep important information (passwords, documents)
I am synchronizing with Mi Account
I use third-party apps (Google Keep, Evernote)

Method 1: Export notes through the application itself (without root)

The easiest and safest way to access your notes is to export them directly from the app, a method that doesn’t require super-user rights (root) and works on all Xiaomi smartphones:

  1. Scroll down and find Export Notes (or Backup in older versions of MIUI).

Downloads.

Documents

Now you can find exported files in the selected folder through any file manager (e.g. Google Files or standard MIUI Explorer). Note that only hand-created notes are exported - synchronized through Mi Cloud may not be archived.

Make sure your notes are not empty |Close all background apps |Connect to Wi-Fi (if notes are synchronized) |Check free space on your device-->

Method 2: Find a note folder through a file manager (with or without root)

If you need original database files (for example, for manual recovery or transfer to another phone), you can find them in the system directory.

Access optionThe way to the folderNeed root?Notes
No root./storage/emulated/0/Android/data/com.miui.notes/files❌ No.The folder can be empty – real data is stored in /data/data/.
root/data/data/com.miui.notes/databasesβœ… Yes.Here are the notes.db and notes.db-journal files.
Through ADB/data/data/com.miui.notes/❌ No, but I need a PC)Adb pull command is required (see section below).

Without superuser rights, you can only see cache and temporary files in the folder. /Android/data/com.miui.notes/. The main database (notes.db) is stored in a secure partition. /data/data/, There's no root, but there's a workaround. ADB (Android Debug Bridge).

What are the notes.db and notes.db-journal files?
Notes.db is a SQLite database that stores all your notes in encrypted form. Notes.db-journal is used to recover data when crashes occur. Both files are used to correctly transfer notes to another device.

Method 3: Retrieving notes through ADB (without root)

If you don’t have root rights but you have a computer, you can copy note files using Android Debug Bridge (ADB), a method that works on all Xiaomi smartphones with USB debugging enabled.

Instructions:

  1. Turn on Developer Mode on your smartphone: Go to Settings β†’ About Phone. Press 7 times on MIUI Version. Return to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

Connect your smartphone to your PC and confirm the debugging permission.

adb pull /data/data/com.miui.notes/databases/notes.db

If the team doesn't work, try:

adb shell


su




cp /data/data/com.miui.notes/databases/notes.db /sdcard/




exit




exit

Then copy the file from the phone manually.

Important: the notes.db file is encrypted – you can’t open it just like that. To view the content you will need special software (for example, SQLite Browser) or transfer the file to another Xiaomi smartphone with the same MIUI.

πŸ’‘

If the adb pull command gives the error "Permission denied", try first to run the adb shell, then run-as com.miui.notes and copy files from under this user.

Method 4: Recovering Notes After Resetting or Deleting

If you accidentally delete notes or reset your settings, you can try to restore them.

  1. Restore from Mi Cloud backup: Go to Settings β†’ Mi Account β†’ Mi Cloud β†’ Notes. If sync has been enabled, click Restore and select the desired date.

⚠️ Note: If you have done a full hard reset, the chances of recovering notes without a backup are minimal. notes.db files are deleted irrevocably, and even root access will not help if the data has been overwritten.

Where are the notes stored in the Mi Cloud?

If you use a Mi Account and you've enabled sync, your notes are duplicated in the cloud to access them:

  1. Go to i.mi.com and log in.
  2. In the Services section, select "Notes"**.

Note that the Mi Cloud only stores text, attachments (photos, audio) may not be saved, and sync is not instantaneous: after creating a note on the phone, it can take up to 5 minutes before it appears in the cloud.

πŸ’‘

Synchronizing notes through Mi Cloud is enabled in the Notes app settings (Mi Account section). Without this, no backups will be created in the cloud!

Frequent problems and their solutions

When you work with notes on Xiaomi, users encounter typical errors. Here's how to fix them:

Problem.Reason.Decision
Notes.db file is not openedFile encrypted or corruptedUse SQLite Browser or transfer the file to another Xiaomi with the same MIUI
Folder /data/data/com.miui.notes/ blankNo rights to view or notes stored in the cloudTry ADB or check sync in Mi Cloud
Note export interruptedLack of memory or an error in the applicationClear the cache of the Notes app and repeat the export
Notes are not synchronized with the cloudOptions in settings are disabled or not the Internet is disabledCheck the settings β†’ Mi Account β†’ Synchronization

⚠️ Note: If you are updating MIUI Before HyperOS, the structure of the notebook storage could change. /data/user_de/0/com.miui.notes/databases/. Use it. ADB check out.

Can I transfer notes from Xiaomi to iPhone?
Yes, but only through export to TXT or HTML. Copy files on your iPhone (e.g., via iCloud Drive) and import to the Notes app** or Google Keep. Direct database portability (notes.db) is not possible due to different storage formats.
Why did all the notes disappear after the MIUI update?
It could have happened because of: πŸ”„ Failure to Upgrade – Check the folder /data/data/com.miui.notes/ through ADB. πŸ“± Data reset – if the update was fully cleaned, restore notes from Mi Cloud. πŸ”§ Storage Structure Changes – The path to files may be different in HyperOS, and if notes are synced to the cloud, they will automatically recover when the application is first launched after the update.
How to protect notes with a password on Xiaomi?
The standard Notes app** doesn’t have an encryption feature built in, but you can: πŸ” Use protected folders in MIUI (section Settings β†’ Confidentiality). πŸ“± Install a third-party application (such as Cryptomator or Standard Notes). 🌐 Sync notes with Mi Cloud and enable two-factor authentication for your account.
Can I recover notes if my phone is not turned on?
If your smartphone is not responding to charging or stuck on the logo, try: Connect your phone to your PC and use ADB in Fastboot mode (if debugging is enabled); Remove the memory card (if the notes were saved on it) and read the files on another device; Contact the Xiaomi service center - they can extract data using special equipment (paid service). If the phone is completely dead (undetected by the PC, does not warm up), the chances of recovery are minimal.
Where to store notes on Xiaomi with two SIM-map?
Number of SIM-The cards don't affect the location of the notes: /data/data/com.miui.notes/databases/notes.db (base). /storage/emulated/0/Android/data/com.miui.notes/ (cache and temporary files if you use dual applications (cloning Notes for the second) SIM), The files will be in a folder with a suffix _1 (for example, com.miui.notes_1).