How to Transfer Notes from Xiaomi to Another Android: All Ways 2026

Why is it difficult to transfer notes from Xiaomi?

Xiaomi smartphones use its own Notes app, which by default saves data in a closed format. Unlike standard Android applications, these notes do not sync with Google Account automatically, which creates problems when switching to devices of other brands โ€“ Samsung, Honor or even POCO (despite the common ecosystem).

The main pitfalls:

  • ๐Ÿ”’ Closed format โ€“ Note files (.mnote) are not opened by standard editors.
  • โ˜๏ธ Mi Cloud binding โ€“ without Xiaomi account, note access is lost.
  • ๐Ÿ“ฑ No Export โ€“ There is no Export button in the old versions of the appยป.

In this article, 5 working ways to carry notes with current 2026 restrictions, including bypassing locks for rootless devices. All methods are tested on Xiaomi 13 Pro, Redmi Note 12 and POCO X5 with the latest MIUI updates.

๐Ÿ“Š What data transfer method do you use more often?
Cloud services (Google Drive, Mi Cloud)
Local files (USB, SD-map)
Third-party applications (Keep, Evernote)
Never transferred the data.

Method 1: Synchronize with Mi Cloud (official method)

The most reliable option is if you have a Xiaomi account and a stable Internet connection, suitable for transferring to another Xiaomi/POCO/Redmi, but with restrictions for other Android devices.

Step-by-step:

  1. Open the Notes app on the original Xiaomi.
  2. Tap it on. โš™๏ธ โ†’ Settings โ†’ Synchronization.
  3. Turn on the โ€œMi Cloudโ€ switch and wait until the download is complete (the icon) โ˜๏ธ green).
  4. On the new device, install the official Notes app from Xiaomi.
  5. Sign in with the same Mi Account and wait for sync.

Make sure that both devices have Wi-Fi enabled.

Check out the free space in Mi Cloud (free 5GB)

Update the Notes app to the latest version

Remember the username/password from your Xiaomi account-->

Limitations of the method:

  • ๐Ÿšซ It does not work on smartphones without Google services (for example, Huawei with Google). HMS).
  • โณ Synchronizing large notes (with images) can take up to 30 minutes.
  • ๐Ÿ”„ When you delete a note on one device, it will disappear on the second.

๐Ÿ’ก

If notes arenโ€™t synced, try manually updating the data: open Mi Cloud in your browser โ†’ Notes โ†’ click Update.

Method 2: Export to Google Keep (Universal)

If you need to transfer notes to Samsung, Pixel or other Android without being tied to Xiaomi, use Google Keep.This method requires manual copying, but guarantees compatibility.

Instructions:

  1. Open the note in the Notes app on Xiaomi.
  2. Press. โ‹ฎ โ†’ Share. โ†’ Copy text.
  3. Install Google Keep (if not already installed).
  4. Create a new note in Keep and paste the copied text.
  5. Repeat for all notes (or use Allocate everything in the app menu).

Advantages:

  • โ˜‘๏ธ It works on any Android device.
  • โ˜‘๏ธ Supports formatting (bold text, lists).
  • โ˜‘๏ธ Automatic synchronization through Google Account.

How to transfer notes with images?
1. Save the image from the note to the gallery (Long click โ†’ Save the image). 2. In Google Keep, create a note and attach the saved photo. 3. The text will have to be copied separately (no automatic export).

โš ๏ธ Note: If you have more than 50 notes, use mass export via Settings โ†’ Exports (available in MIUI 14+). The file will be in.zip format โ€“ it can be unpacked and imported to Keep via Import. โ†’ Text file.

Method 3: Local backup via file system

For users who donโ€™t trust the cloud or want to save notes in physical storage (e.g., on the cloud). SD-map USB-The method requires access to the file system but does not require the Internet.

Where are the notes stored on Xiaomi:

/storage/emulated/0/Android/data/com.miui.notes/files/notes/

Files are either.mnote (encrypted) or.json (newer versions of MIUI).

How to move:

  1. Connect Xiaomi to your PC via USB-cable (enable File Transfer in the Notification Curtain).
  2. Click the path above and copy the note files to your computer.
  3. Use MiNoteDecoder (Python required) to read.mnote.
  4. For.json, open the file with any text editor (e.g. Notepad++).

File formatDiscoveryCompatibility
.mnoteOnly through MiNoteDecoder or the official applicationโŒ Can't read on other Androids
.jsonAny code editor (VS Code, Notepad++)โ˜‘๏ธ You can convert to.txt.
.zip (export)Archivator (WinRAR, 7-Zip)โ˜‘๏ธ Contains.json and images

โš ๏ธ Note:.mnote files are linked to UID If you transfer them to another Xiaomi without changing the metadata, the notes may not open. Use MiNoteDecoder to convert to.txt.

Method 4: Transfer through third-party applications (Evernote, OneNote)

If you need advanced features (tags, text search, sharing), use cross-platform services.

  • ๐Ÿ“ Evernote โ€“ supports export from Mi Notes via Share โ†’ Evernote.
  • ๐Ÿ“‹ Microsoft OneNote โ€“ Integrates with Office 365, is easy to work with tables.
  • ๐Ÿ”– Simplenote โ€“ Minimalist interface, synchronization through your WordPress account.

How to transfer to Evernote:

  1. Install Evernote on Xiaomi.
  2. Open the note in โ€œNotesยป โ†’ โ‹ฎ โ†’ Share. โ†’ Evernote.
  3. Select a folder to save (e.g., Xiaomi Notes).
  4. Sign in to Evernote on the new device โ€“ all notes will be available.

Comparison of services:

ServiceMax. Note size.Free seatSupport for MIUI
Evernote25MB60 MB/monthโ˜‘๏ธ Yes.
OneNote100MB5GB (OneDrive)โ˜‘๏ธ Yes.
Simplenote10MBUnlimitedlyโŒ No direct exports

๐Ÿ’ก

Evernote and OneNote keep formatting (bold text, lists), while Simplenote only keeps the plain text.

Method 5: Transfer over ADB (for advanced users)

If standard methods donโ€™t work (e.g., Xiaomi with Mi Cloud blocked), you can extract notes through Android Debug Bridge (ADB), which requires command line skills.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer installed ADB.
  • ๐Ÿ“ฑ Included Debugging by USB on Xiaomi (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to unlock Developer Settings).
  • ๐Ÿ”Œ Cable USB Type-C (original).

Note extraction commands:

adb shell


su




cp -r /data/data/com.miui.notes/databases /sdcard/NotesBackup/




exit




exit




adb pull /sdcard/NotesBackup/ C:\XiaomiNotes

C:\XiaomiNotes

What to do with the backup:

  • Notes.db is a note database (you can open it via DB Browser for SQLite).
  • Files folder โ€“ contains attachments (images, audio).

โš ๏ธ Attention: On devices with MIUI 13+ The path of the database may be different: /data/user/0/com.miui.notes/databases. Use adb shell ls /data/data/com.miui.notes/, location-finding.

Frequent Mistakes and How to Avoid Them

Even when you follow instructions, users have problems. TOP-5 mistakes and their solutions:

  1. Mi Cloud is not synchronized ๐Ÿ”น Check if synchronization is included in Settings โ†’ Accounts. โ†’ Mi Cloud โ†’ Notes. ๐Ÿ”น Update the Notes app to the latest version. ๐Ÿ”น Restart the device and try again.
  2. I don't see a file with notes on the PC. ๐Ÿ”น Enable the display of hidden files in Windows Explorer (View) โ†’ Hidden elements). ๐Ÿ”น Use Total Commander or ES Conductor on the phone to access /Android/data/.
  3. Google Keep does not save formatting ๐Ÿ”น Copy the text in parts (list) โ†’ text โ†’ picture). ๐Ÿ”น Use Markdown editors (like Notion) for complex notes.

If nothing helps:

  • ๐Ÿ“ž Contact Xiaomi with the phone model and version MIUI.
  • ๐Ÿ”ง Try resetting the Notes app settings (Settings) โ†’ Annexes โ†’ Notes โ†’ Warehouse โ†’ Clear the data. Attention: this will delete all local notes!
Can I transfer notes from Xiaomi to iPhone?
Yes, but with limitations: Use Google Keep or Evernote as an intermediate service. On iPhone, install the same apps and log in. For Apple Notes, export notes to.txt and import through Mail or iCloud Drive. Note: Formatting (bold text, listings) can get lost.
Why did the images disappear in the notes after the transfer?
Images in Mi Notes are stored separately from text. To transfer them: Save each image to the gallery (Long press) โ†’ Save the image. Transfer the photo to the new device via Google Photos or USB-In the new note, attach the images manually. MIUI 14+ Images are exported along with text in a.zip archive (see Method 3).
How to transfer notes if you forget your Mi Cloud password?
Restore your account: Go to the recovery page. Use the linked email or phone number. If you don't have access to your mail/phone, contact the device's IMEI support (see Settings โ†’ About Phone โ†’ General Information). Alternative: Use Method 3 (local backup) or Method 5 (ADB) if debugging has been enabled before.
Can you automate the transfer of notes (for example, through Tasker)?> Yeah, but you will: ๐Ÿค– Tasker + AutoInput plugin for imitating pressing. ๐Ÿ“ Script for copying text from โ€œNotesโ€ and pasting it into Google Keep. โš™๏ธ Skills of working with ADB Example of Tasker task: 1. Open Notes 2. AutoInput: Click on the first note 3. AutoInput: Copy text (long press) โ†’ Copy) 4. Open Google Keep 5. Create a new note 6. Insert text Restriction: Works for text only (images are not portable).
How to transfer notes from Xiaomi to Xiaomi without the Internet?
Use local backup: On the original Xiaomi export notes to.zip (Settings) โ†’ Exports: Transfer the archive to the new device via Bluetooth, Wi-Fi Direct or SD-Import through Settings. โ†’ Import in the Notes app. Important: Both devices should work on MIUI 12+. In older versions, there may be no export/import.