Where Xiaomi Stores Notes: File Paths, Backups, and Recovery

You are actively using the app โ€œNotesโ€ on the Xiaomi smartphone, but suddenly they disappeared after resetting settings or updating. MIUI? Or do you just want to know where these files are physically stored to back up? In this article, we'll look at all the possible storage locations for notes on devices. Xiaomi/Redmi/POCO โ€” From standard paths in phone memory to cloud services.

Itโ€™s important to understand that file location depends on the version of MIUI (12, 13 or 14), smartphone model, and even firmware region. Weโ€™ve gathered up-to-date information for 2026, including hidden folders, file formats, and export methods. If youโ€™re looking for a specific instruction, use the table of contents below or the FAQ at the end of this article.

1. Standard note storage location in Xiaomi memory

By default, the Notes app (com.miui.notes) stores data in a protected area of the phone's internal memory. The path to files depends on the version of MIUI:

  • ๐Ÿ“ MIUI 12/13: /data/data/com.miui.notes/databases/notes.db โ€” The main database in SQLite format.
  • ๐Ÿ“ MIUI 14: /data/data/com.miui.notes/files/notes/ โ€” attachments can be stored here (photo, audio).
  • ๐Ÿ“ Backup copies: /MIUI/backup/Notes/ โ€” automatic backups (if the function is enabled in the settings).

โš ๏ธ Attention: Folder /data/data/ It's only available with root rights. Without root rights, you won't see files through standard Explorer. ADB (guideline).

If you connect your smartphone to your computer, standard notes won't show up in the file manager (like Windows Explorer), which is due to Android's security policy, which hides application data from the user.

How to view notes without root rights?
Using ADB, run the command: adb pull /data/data/com.miui.notes/databases/notes.db C:/NotesBackup/ This will copy the notebase to your PC. Use programs like DB Browser for SQLite to work with notes.db.

2. Cloud Storage: Mi Cloud and Synchronization

If the Notes settings** enable synchronization with Mi Cloud, all records are duplicated on Xiaomi servers.

  1. Open the "Notes" app**.
  2. Tap on. โ‹ฎ (three-point) โ†’ Settings โ†’ Synchronization.
  3. Make sure that the โ€œMi Cloudโ€ switch is active and your account is listed.

๐Ÿ”น Where to look for notes in Mi Cloud?

Go to i.mi.com โ†’ Notes, and youโ€™ll see all synchronized records, including deleted ones (theyโ€™re stored for 30 days in the shopping cart).

Yes, always | Only for important records |No, I keep it local |I don't know how to turn-->

โš ๏ธ Note: If you reset your phone to factory settings without detaching your Mi Account, your Mi Cloud notes will automatically recover when you first log in, but if your account is deleted or your device is sold, your data may be lost forever.

3.Export and note backup

To avoid losing notes when you reset or break your phone, do backups regularly.

  • ๐Ÿ“ค Export to file: In the appendix Notes โ†’ โ‹ฎ โ†’ Exports:.txt or.zip formats are available (with attachments).
  • โ˜๏ธ Mi Cloud: Enable autosynchronization (see section above).
  • ๐Ÿ“ฑ Local Backup: Through Settings โ†’ System system โ†’ Backup โ†’ Local backup (select Notes** in the data list).
  • ๐Ÿ–ฅ๏ธ Computer: Use Xiaomi PC suite ADB (power-user).

๐Ÿ“Œ Where the exported file is stored?

By default, in a folder. /Download/Notes_Export/. The file will be called notes_export_YYYYMMDD.zip, where YYYYMMDD โ€” export.

Check the free space on the phone (minimum 50 MB)

Connect to Wi-Fi (for Mi Cloud)

Close the "Notes" application before export

Make sure the battery is charged at more than 20 times%-->

Method of reservationAdvantagesDeficiencies
Mi CloudAutomatic synchronization, access from any deviceRequires a Mi Account, volume limit (5GB free)
Local backupIt is not dependent on the Internet, full control over files.Takes up a place in memory, you need to remember the regularity
Export to fileYou can send to the post office or flash drive, universal formatManually, there is no automatic update
ADB/RootFull access to the database, including deleted recordsHard for beginners, risk of damaging the system

4. How to recover deleted notes

If your notes are missing, check first:

  1. Recycle Bin in the application: Open Notes โ†’ Recycle Bin (stored for 30 days).
  2. Mi Cloud: Go to i.mi.com and check the Remote folder.
  3. Local backups: /MIUI/backup/Notes/ (if backups were included).

๐Ÿ”ง Recovery through ADB (advanced):

If the notes have been deleted recently, you can try to restore the database:

adb shell


su




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




exit




exit




adb pull /sdcard/notes_recovery.db C:/RecoveredNotes/

โš ๏ธ Note: This method only works if no data has been overwritten after deletion (e.g., installing new apps or shooting videos) otherwise the files may be permanently erased.

๐Ÿ’ก

If your notes are missing after the MIUI update, try to roll back to the previous firmware version via Fastboot. For instructions, look for the Updates and Firmware section on our website.

5. Alternative Notes Apps on Xiaomi

If the standard Notes app doesnโ€™t suit you, consider alternatives with more flexible storage settings:

  • ๐Ÿ“ Google Keep: Sync with Google Drive, easy search by text.
  • ๐Ÿ“’ Evernote: Tag Support, Document Scanning.
  • ๐Ÿ“Œ OneNote (Microsoft):** Integration with Office 365, handwriting support.

๐Ÿ”น Where do these applications store data?

AnnexThe path to data (without root)Cloud synchronization
Google Keep/Android/data/com.google.android.keep/files/Yeah (Google Drive)
Evernote/Android/data/com.evernote/files/Yes (Evernote servers)
OneNote/Android/data/com.microsoft.office.onenote/files/Yeah (OneDrive)

๐Ÿ“Œ Important: When switching to another app, export notes from standard Notes first so you don't lose data. Export format choose.txt or.html for compatibility.

Frequent problems and their solutions

Problem 1: Notes are not synced with Mi Cloud.

Decision:

  • Check your Internet connection.
  • Update the Notes app** in the Play Market.
  • Go to Mi: Settings โ†’ Accounts โ†’ Mi Account โ†’ Sign out, then log in again.

Problem 2: After resetting the settings, the notes did not recover.

Decision:

  • Make sure that when you first turn on your phone, you are logged in to the same Mi Account as before.

Problem 3: I can't find exported notes on my phone.

Decision:

  • Use a file manager (such as Mi File Manager or Solid Explorer).
  • Enable the display of hidden files: in Mi File Manager tap โ‹ฎ โ†’ Settings โ†’ Show hidden files.
  • Check the /Download/ and /MIUI/backup/ folders.

๐Ÿ’ก

If the notes are missing after the update MIUI, Often helps reset the settings of the app "Notes" (without deleting data). โ†’ Annexes โ†’ Notes โ†’ Warehouse โ†’ Reset.

FAQ: Frequent questions about Xiaomi notes

Can I transfer notes from the old Xiaomi to the new?
Yes, there are several ways: Sync both phones with one Mi Cloud account - notes will pull up automatically. Export notes to a file on an old phone (Notes) โ†’ โ‹ฎ โ†’ Export) and import on a new one. Use the local backup via Settings โ†’ System system โ†’ Backup and restore it to a new device. โš ๏ธ If the new phone has a different version MIUI, There may be problems with format compatibility, in which case you should use Mi Cloud.
Why do notes take up so much space?
The reason is usually: ๐Ÿ“ธ Attachments: Photo, audio or PDF-files added to notes. ๐Ÿ—‘๏ธ Cache: Clean it up in Settings โ†’ Annexes โ†’ Notes โ†’ Warehouse โ†’ Clear the cache. ๐Ÿ”„ Duplicates: When synchronized with Mi Cloud, temporary copies can be created. To reduce volume: Remove unnecessary attachments from notes. Turn off autosynchronization for notes with large files. Export old notes to the archive and remove them from the application.
Can I recover notes after resetting to factory settings?
It depends on whether the synchronization has been enabled: โœ… If yes: When you first log in to your Mi Account on your dropped phone, your notes will be recovered from the Mi Cloud. โŒ If not: Local notes are deleted irrevocably. ADB (section 4), but it is minimal. ๐Ÿ”น Prevention: Check regularly if synchronization is enabled (Notes) โ†’ โ‹ฎ โ†’ Settings โ†’ Synchronization).
Where are Xiaomi notes with custom firmware (like LineageOS) stored?
On unofficial firmware, the standard Notes app (com.miui.notes) may not work. Alternatives: Use Google Keep or Evernote - they store data in the data /Android/data/[package_name]/. Install MiuiNotes through APK (But you're not guaranteed work. For a manual backup, copy the folder. /data/data/com.miui.notes/ before the firmware (required) TWRP). โš ๏ธ There is no guarantee on custom firmware that Xiaomiโ€™s standard notes will be correctly synchronized with the Mi Cloud.
How to protect notes with a password on Xiaomi?
The standard Notes app** doesnโ€™t have a built-in lock feature, but there are workarounds: Encrypted Archives: Export notes to.zip and pack with a password (e.g., via WinRAR or 7-Zip). Third-party apps: Use Evernote (there is text encryption) or Standard Notes (with support) E2E-Hidden folders: Move exported notes to a secure folder through Mi File Manager โ†’ Create a hidden folder). ๐Ÿ”น For maximum security, combine cloud storage (such as Mi Cloud) with local encrypted backup.