Where to look for a folder with notes on Xiaomi: a full guide to the location of files in 2026

Have you ever lost important notes on Xiaomi and couldn’t find them in your phone’s memory? or tried to back up your phone but didn’t know where the app files were stored? This problem is familiar to many users of Redmi, POCO and Mi smartphones. The fact is that the notes folder on Xiaomi’s Android is hidden from direct access β€” it can’t be seen through a standard file manager without additional actions.

In this article, we’ll look at all the possible locations where notes can be stored on your device, from the standard com.miui.notes app to third-party services like Google Keep or ColorNote. You’ll learn how to access these folders through File Manager, ADB or Root rights, and how to export notes to a safe place.

1. Standard Notes on Xiaomi: Where Files Are Stored

By default, Xiaomi smartphones use the proprietary Notes app, which is installed along with the MIUI shell. All records are stored in a secure system folder, the path to which depends on the version of Android and MIUI. Here are the key details:

  • πŸ“ Main folder: /data/data/com.miui.notes/databases/ β€” Here is the Note.db database with all the records.
  • πŸ–ΌοΈ Attachments (photo, audio): /data/data/com.miui.notes/files/attachments/
  • ⚠️ Restriction: without a Root or ADB folder access blocked.

If you try to find notes through File Manager (e.g., Xiaomi Explorer), these folders won’t show up β€” they’re hidden at the system level.

  1. Connect your phone to your PC and use ADB (instructions below).
  2. Get Root Access and Use Root Explorer
  3. Make a backup through the Notes app settings.

πŸ’‘

If you don’t plan to receive Root, the most reliable way to save notes is to export them in.zip format through the app menu: Settings β†’ Export / Import β†’ Export notes.

2.How to access the note folder without Root

If you don’t have a Root-right but need to copy notes urgently, you can use ADB (Android Debug Bridge), which works on all Xiaomi models, including the Redmi Note 12, POCO X5 and Mi 11.

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap according to the version β†’ return to β†’ For developers β†’ Debugging by USB).

Next, run commands in the terminal (or PowerShell on Windows):

adb devices


adb shell




run-as com.miui.notes




ls /data/data/com.miui.notes/databases/




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




exit




exit

After that, the note.db file will appear in the root folder of the phone’s internal memory, which can be copied to a PC and opened with SQLite Browser or converted to a readable format.

What if the ADB can’t see the device?
Make sure that the developer settings have enabled the USB Debugging (Safe Mode) option and you have confirmed trust in the computer on the phone screen. If the problem persists, try reinstalling the drivers or using another cable.

3. Ways to Notes in Different Versions of MIUI and Android

The location of the note files may vary depending on the firmware version, and here is a table of current paths for popular MIUI versions (reviewed for 2026):

MIUI versionAndroid versionThe path to the databaseThe way to investment
MIUI 14Android 13/data/data/com.miui.notes/databases/notes.db/data/data/com.miui.notes/files/attachments/
MIUI 13Android 12/data/data/com.miui.notes/databases/notes.db/data/data/com.miui.notes/files/attachments/
MIUI 12.5Android 11/data/data/com.miui.notes/databases/notes.db/data/data/com.miui.notes/files/notes_attach/
MIUI 12Android 10/data/data/com.miui.notes/databases/notes.db/data/data/com.miui.notes/files/notes_attach/

Please note: in MIUI 12.5 The way to invest has changed with notes_attach on attachments. if you use POCO Launcher or custom firmware, location may differ.

πŸ“Š What version? MIUI You're using it?
MIUI 14
MIUI 13
MIUI 12.5
MIUI 12
The other one/I don't know

4. Where notes from Google Keep and other apps are stored

If you use third-party note-taking apps, their files are stored in other folders, and here are the main locations for popular services:

  • πŸ“ Google Keep: data is synced to a Google account and not stored locally as separate files. /data/data/com.google.android.keep/cache/.
  • 🎨 ColorNote: Notes are stored in /data/data/com.socialnmobile.dictapps.notepad.color.note/databases/ (colornote.db file).
  • ⚑ Evernote: Local copies are available in the /data/data/com.evernote/databases/.
  • πŸ“± OneNote (Microsoft): Data syncs to the cloud, but cache can be found in the cloud /data/data/com.microsoft.office.onenote/cache/.

Important: Root rights or ADB are also required to access these folders. If you don't want to mess with technical details, use the built-in export features in each application. For example, ColorNote can save notes to.txt or send them to the mail.

β˜‘οΈ Preparation for backup of notes

Done: 0 / 5

5. How to Transfer Notes from Xiaomi to Another Phone

If you’re planning to change your smartphone or reset Xiaomi to factory settings, it’s important to keep your notes in advance. Here are 3 reliable ways to port:

  1. Through Mi Account: Open the Notes app. Go to Settings β†’ Sync and enable the option. Sign in under the same account on the new device - notes will be downloaded automatically.
  2. Export to file: From the app menu, select Export/Import β†’ Export notes. The file will be saved as.zip in the Download folder. Move the archive to the new phone and import it.

Through Google Drive:

  • Export notes to.txt or.html.
  • Upload the files to Google Drive.
  • On your new phone, download files and import them to a new note-taking app.

⚠️ Attention: If you are using MIUI 14 and older, the exported notes may contain encrypted data, in which case they will not be opened on phones of other brands (such as Samsung or iPhone), the solution is to first transfer notes to Google Keep or Evernote, and then sync with the new device.

Frequent problems and their solutions

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

  • πŸ”„ Mi Account notes don't sync: Check your internet connection. Update Notes app on Google Play. Go to Xiaomi account in your phone settings.
  • πŸ“‰ Disappeared notes after the update MIUI: Try to roll back the update through Settings β†’ Annexes β†’ Notes β†’ Delete the updates. Check the folder. /sdcard/Miui/backup/Notes/ β€” Sometimes there are backups.
  • πŸ”’ Can't get access through ADB: Make sure the phone has the option to allow debugging on USB (Try the adb root command before running run-as.

If you've lost your notes without recovery, try using data recovery software like DiskDigger or EaseUS MobiSaver, which scans your phone's internal memory for deleted files, but the odds of success depend on how long it's been since you deleted them.

πŸ’‘

The most reliable way to keep your notes alive is to enable automatic sync with Mi Account or Google Drive, and local files can be lost when you reset your phone or update your firmware.

7. Alternative methods of backup

In addition to standard methods, there are non-obvious ways to save notes:

  • πŸ“§ Posting to the post: highlight a note β†’ Share. β†’ Email. Minus, you'll have to manually save every record.
  • πŸ–¨οΈ The seal in PDF: Use the Print function β†’ Save how PDF (readily MIUI 13 and newer).
  • ☁️ Cloud services: download exported.zip to Yandex Drive, Dropbox or Telegram (Saved Messages).
  • πŸ“± Transfer of Bluetooth/Wi-Fi Direct: Send notes to another phone as a text file.

To automate the process, you can use applications like Automate or Tasker that will periodically export notes to a given folder, for example, you can set up a task that stores a copy of notes.db to a memory card once a week.

How to recover deleted notes without Root?
If you deleted a note but didn't clear the cart in the app, go to Settings β†’ Recycle Bin and restore the record. If the cart is empty, try rolling back the app to the previous version via APK or use a backup from /sdcard/Miui/backup/Notes/ (if you have one).
Can I transfer notes from Xiaomi to iPhone?
Yes, but not directly. First export notes to.txt or.html to Xiaomi, then send the file to your iPhone (e.g. via Email or iCloud Drive). On your iPhone, import them to Apple Notes or Google Keep.
Why is the com.miui.notes folder not displayed in the file manager?
This folder is system-based and hidden from the user. To see it, you either need to access Root access or use ADB as described above. Standard file managers (including Mi File Manager) do not show /data/data/ content.
How to recover notes after resetting the phone to factory settings?
If you synced with Mi Account before reset, your notes will be automatically restored after you log in. If not, check your backups in /sdcard/Miui/backup/Notes/ or use data recovery software (such as Dr.Fone), and you have a better chance of success if you have not deleted them.
Can I edit the notes.db file manually?
Technically, yes, but it's risky. Note.db is a SQLite database, and it can be opened with DB Browser for SQLite. However, any changes can damage the data. If you're not sure what you're doing, it's better to export the notes to readable format.
Where are Xiaomi notes with custom firmware (like LineageOS) stored?
The path may be different on custom firmware. Usually the notes are in /data/data/com.miui.notes/, but if the Notes app was removed or replaced, the data could have been moved to another location. Try searching for the note keyword via ADB: adb shell su find /data-name "notes"