Where are the note files in Xiaomi smartphones: a complete guide to search and backup

Youโ€™re actively using Xiaomiโ€™s built-in Notes app, but suddenly you need to find the files themselves โ€” for example, to transfer them to another phone, back up or restore deleted records โ€” unlike many other apps, MIUI doesnโ€™t store notes in obvious folders like Downloads or Documents, and their location depends on the firmware version, phone model, and even the way you sync them (locally or via Mi Account).

In this article, weโ€™ll take a look at all the possible ways Xiaomi can store note files, from standard directories in internal memory to hidden system folders that are only accessible through the use of a single file. ADB You'll also learn how to export notes manually, why they might disappear after resetting settings, and what to do if the app stops displaying them. MIUI 12โ€“14 (including HyperOS) and models from Redmi Note 8 Pro to Xiaomi 14 Ultra.

Standard location of note files in MIUI

By default, the Notes app (com.miui.notes) stores data in two places:

  • ๐Ÿ“ Local folder in internal memory: here are stored notes that are not synchronized with Mi Account: /storage/emulated/0/Android/data/com.miui.notes/files/notes/
  • โ˜๏ธ Mi Cloud: If sync is enabled, notes are duplicated on Xiaomi servers and are not stored as separate files on the device.

It is important to understand that note files in /com.miui.notes/files/notes/ are.note and encrypted โ€“ they cannot be opened directly through a standard Explorer.

On some models (e.g. POCO F3 or Redmi K50) the path may be slightly different:

/storage/emulated/0/Android/media/com.miui.notes/notes/

This is due to changes in the data retention policy implemented in MIUI 13+.

๐Ÿ“Š Where do you keep your notes on Xiaomi?
Only locally on the phone.
Synchronize with Mi Cloud
Use Google Keep or other app
I don't use notes.

How to find note files through a conductor

To see the folder with notes manually:

  1. Open any file manager with access to hidden folders (such as Mi File Manager, Solid Explorer, or FX File Explorer).
  2. Enable the display of hidden files in the Explorer settings (usually the option is called Show Hidden Files).
  3. Go to /storage/emulated/0/Android/data/com.miui.notes/ If there is no folder, check the alternative path: /storage/emulated/0/Android/media/com.miui.notes/

If the com.miui.notes folder is missing, it could mean:

  • โŒ You have never created local notes (all data is only in the cloud).
  • โŒ Notes app has been reinstalled or reset.
  • โŒ The phone uses HyperOS, where the storage structure has changed (see section below).

โ˜‘๏ธ Checking for note files

Done: 0 / 4

Attention! /Android/data/ is hidden by default from the user without Root permissions. If your Explorer doesn't show it even after you turn on the "hidden files" option, use ADB (instruction in the next section).

Search for notes via ADB (no Root)

If a standard Explorer doesn't give you access to the folder, you can use Android Debug Bridge (ADB), a debugging tool that doesn't require superuser rights. Here's a step-by-step guide:

  1. Install. ADB-Drivers on the computer and enable debugging USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap the version number โ†’ Return to the Additional Settings โ†’ For developers โ†’ Debugging by USB).
  2. Connect your phone to your PC and open the command prompt (cmd in Windows or Terminal in macOS/Linux).
  3. Follow the command to check the connection: Adb devices should appear the name of your device.
  4. Copy Note Files to Your Computer: Adb pull /storage/emulated/0/Android/data/com.miui.notes/files/notes/ C:\Xiaomi_Notes_Backup\ (substitute C:\Xiaomi_Notes_Backup\ pathway).

If /notes/ is empty, try an alternative path:

adb pull /storage/emulated/0/Android/media/com.miui.notes/notes/ C:\Xiaomi_Notes_Backup\

๐Ÿ’ก

If the adb pull command gives the error "Permission denied", try first accessing the adb shell and the command ls /storage/emulated/0/Android/data/com.miui.notes/ to verify the existence of the folder.

Features of storing notes in HyperOS

With the release of HyperOS (replacing MIUI on new models like Xiaomi 14 or Redmi K70), the structure of the note storage has changed.

/storage/emulated/0/Android/media/com.miui.notes/notes_v2/

Key differences between HyperOS:

  • ๐Ÿ”„ Note files now have an extension.note2 (instead of.note).
  • ๐Ÿ”’ Synchronization with Mi Cloud became mandatory โ€“ local notes without binding to the account can be automatically deleted after 30 days.
  • ๐Ÿ“ฑ In some folder assemblies notes_v2 hidden ADB โ€” Official export is required through the application.

Attention! If you upgrade from MIUI to HyperOS, old notes from /notes/ may not be automatically transferred to save them before updating:

  1. Back up /com.miui.notes/files/notes/ on your PC.
  2. After upgrading, import files back through ADB or third-party utilities (such as Mi Note Exporter).

Export and note backup

The most reliable way to save notes is to use the built-in export in the Notes app:

  1. Open the "Notesยป** โ†’ press three points (โ‹ฎ) top-right โ†’ Settings.

What to do with the exported file:

  • ๐Ÿ“ค Transfer to another phone: copy the file to a new device and import through the same Settings menu โ†’ Import of notes.
  • ๐Ÿ–ฅ๏ธ PC View: Rename the file to.zip, unpack the archive โ€“ inside there will be.json files with the contents of the notes.
  • โ˜๏ธ Backup: Upload the file to Google Drive or Mi Cloud for secure storage.

If the export is not working (for example, due to an application failure), use alternative methods:

MethodNeed a Root?DifficultyNotes
Exports via the Notes appโŒ No.โญThe easiest way, but may not work when data is corrupted.
Copying through ADBโŒ No.โญโญIt is suitable for MIUI, but it does not always work in HyperOS.
Use of Mi Note Exporter (third party software)โŒ No.โญโญโญRequires a connection to a PC, supports decryption of.note files.
Manual parsing of the database notes.dbโœ… Yes.โญโญโญโญFor power users, the file is located at /data/data/com.miui.notes/databases/.
What to do if the exported file is corrupted?
If the.notes archive doesnโ€™t open, try: 1. Rename it to.zip and unpack it via 7-Zip or WinRAR. 2. Use a text editor (like Notepad++) to open.json files inside the archive. 3. Restore notes through Mi Cloud if synchronization was enabled.

Recovery of deleted notes

If the notes are missing after resetting or accidentally deleting, try the following ways:

  • ๐Ÿ”„ Recovery from the basket: in the Notes app, open the menu (โ‹ฎ) โ†’ The deleted notes are stored there for 30 days.
  • โ˜๏ธ Sync with Mi Cloud: Go to Settings โ†’ Sync and turn it on. Notes from the cloud will automatically download.
  • ๐Ÿ“ฑ Recovery from backup MIUI: If you have been doing backup through Settings โ†’ My device. โ†’ Backup, restore it (but that will bring all phone settings back to backup date!).
  • ๐Ÿ› ๏ธ Using third-party utilities: Programs like Dr.Fone or EaseUS MobiSaver can scan internal memory for deleted.note files (Root required).

Attention! If the notes were deleted before syncing with the Mi Cloud, it would be extremely difficult to restore them, in which case the only thing left is scanning the phone's memory at a low level (which requires Root rights and does not guarantee success).

On HyperOS models, the Notes shopping cart may not be available, instead using cloud storage: deleted notes are stored on Xiaomi servers for 60 days and are available through the Mi Cloud web version.

Transfer notes to another Xiaomi phone

To transfer notes from one Xiaomi device to another, use one of the following methods:

  1. Using Mi Cloud (recommended): On your old phone: Settings โ†’ Accounts โ†’ Mi Account โ†’ Sync โ†’ Enable Notes. On your new phone: log in to the same Mi Account and wait for sync.
  2. Through export/import: On your old phone, export notes to the.notes file (see section above). Remove the file to a new phone (e.g., via Bluetooth or Mi Share). On your new phone, import the file through Settings โ†’ Note Import.

Through Google Drive

Google Account

  • In the Notes app, click โ‹ฎ โ†’ Settings โ†’ Backup in Google Drive.
  • On the new phone, log in to the same Google account and recover the data.

When you transfer between phones with different versions of MIUI/HyperOS (for example, from Redmi Note 10 to Xiaomi 13T), there may be compatibility issues.

  • First, export notes to.txt or.json through third-party apps (like Note Export).
  • Import them to the new device manually.

๐Ÿ’ก

Synchronization via Mi Cloud is the most reliable way to transfer, but requires a stable Internet connection. If there are many notes (over 1000), the process can take several hours.

Frequent problems and their solutions

Letโ€™s look at the typical situations that users face:

  • ๐Ÿ” Note folder is empty: Reason: All notes are synced only to Mi Cloud. Solution: enable local notes to be displayed in the app settings or export them from the cloud.
  • ๐Ÿšซ No access to the folder through Explorer: Reason: Android restrictions on access to the /Android/data/. Solution: Use ADB file manager with Root access (e.g. Root Explorer).
  • ๐Ÿ”„ Notes are not synced with Mi Cloud: Reason: service failure or lack of internet. Solution: restart Notes app, check Mi Account settings, update MIUI.
  • ๐Ÿ“ฑ After the phone reset, the notes disappeared: Reason: No sync with Mi Cloud was enabled.Solution: Restore data from backup MIUI or use file recovery software (e.g., DiskDigger).

If the problem is not resolved, check:

  • ๐Ÿ“Œ Notes version (update it via Play Market or App Store).
  • ๐Ÿ“Œ Free space on the phone (with a lack of memory) MIUI can remove cache of notes).
  • ๐Ÿ“Œ Mi Cloud servers (check status at status.mi.com).
Can I open.note files on my computer without a phone?
Yes, but it would require: Rename the file to.zip and unpack it. Inside the archive, there would be.json files with the content of the notes.++). For convenience, use Python scripts (e.g. miui-notes-exporter) that convert.json to readable format.note2), To decrypt them, you will need a key from the system folder. /data/data/com.miui.notes/, Access to which is only possible with Root rights.
Why did you lose your old notes after the MIUI upgrade to HyperOS?
This is due to a change in storage structure. In HyperOS: Old notes from /com.miui.notes/files/notes/ are not automatically portable. Notes is the default cloud-only app. Solution: Return to MIUI (if possible) and back up notes. Use ADB to copy old /notes/ folder to PC. Import notes to HyperOS via the Import menu in the Notes app.
How to transfer notes from Xiaomi to iPhone?
Step-by-step: On Xiaomi, export notes to a.notes file (see Export section). Send the file to an iPhone (e.g. via Email or iCloud Drive). On an iPhone, install the Notes Exporter app (available on the App Store) and import the file. Export notes to.txt or.pdf format and import them to the standard Notes app. Alternative: sync notes with Google Keep on Xiaomi, then install Google Keep on iPhone.
Can I recover my notes after a full phone reset?
The odds depend on whether the synchronization was enabled: โœ… If sync with Mi Cloud was enabled: Notes will be restored automatically after you log in to your Mi Account. โš ๏ธ If sync has been disabled: โ€“ Try to restore data from backup MIUI (Use file recovery software (such as Dr.Fone), but this only works if the phone has not written new data after the reset. โŒ If the phone was reset and reflashed: recovery is almost impossible, as new data overwrites old. Tip: After reset, do not create new notes and do not install applications - this increases the chances of recovering old data.
Where are the notes stored on POCO phones?
On devices. POCO (for example, POCO X5 pro POCO F5) Note file paths are identical to standard Xiaomi: /storage/emulated/0/Android/data/com.miui.notes/files/notes/ Differences: POCO s MIUI for POCO Maybe there's no file. /Android/media/com.miui.notes/. The Notes app may be called POCO Notes, but it's the same com.miui.notes. If notes don't show up, update the app through POCO Launcher or Play Market.