How to quickly and safely move notes from Xiaomi to your computer

Xiaomi smartphones have long been an integral part of the daily lives of millions of users, and the built-in Mi Notes app is one of the most convenient tools for fixing ideas, to-do lists and important information. However, sooner or later, it becomes necessary to transfer this data to the computer: whether it is backup, printing, editing in more powerful programs or simply freeing up memory on the phone.

The process of porting may seem trivial, but in practice users face a number of nuances, from the limitations of synchronization through the Mi Cloud to problems with file formats. In this article, we will discuss 5 working methods for exporting notes, from official solutions to workarounds for complex cases.

β€”β€”β€”

Method: Synchronization through Mi Cloud (official method)

Xiaomi’s most reliable and recommended way is to use the Mi Cloud cloud service, which automatically backs up notes and allows them to be exported in.zip or separately, but there are limitations to the method: the amount of free storage (5 GB) and the need to link a Mi Account.

To move the notes:

  • πŸ“± Open the Mi Notes app on your smartphone and make sure sync is enabled: Settings β†’ Synchronization β†’ Mi Cloud.
  • 🌐 Go to i.mi.com from your computer and log in with the same account.
  • πŸ“„ In the Notes section, select the required entries and click Export (the formats.txt or.html are available).
  • πŸ’Ύ Save the archive to the hard drive.

Important: If notes are not displayed in the cloud, check if the sync in your phone settings is disabled (Settings β†’ Accounts β†’ Mi Cloud β†’ Notes). Also make sure that the Mi Notes app version is updated to the latest (current for 2026 – 3.6.5 and above).

πŸ’‘

If the notes contain images or attachments, export them one at a time – they may not appear in the archive correctly.

Method: Transmission through USB-cable (for notes in file format)

Not everyone knows that notes in Mi Notes are stored on the phone as separate files, found in /storage/emulated/0/miui/notes and copied directly to the PC, a method that is suitable for users who have no sync with the cloud or no Internet access.

Instructions:

  1. Connect your smartphone to your computer through USB-cable (recommended original from Xiaomi for stable transmission).
  2. On your phone, select the file transfer mode: USB for file transfer (MTP).
  3. Open Explorer on PC and go along the way: This PC β†’ [Name of your Xiaomi] β†’ Internal Memory β†’ miui β†’ notes
  4. Copy files with the.mnt (notes) and.mnd (attachments) extensions into any folder on your computer.

You need to convert to.mnt files, and use online services like MNT Viewer or the Mi Notes Exporter app (available on GitHub).

What to do if the note folder is empty?
If there are no files in /miui/notes, then the notes are only stored in the cloud. Try to enable synchronization (method 1) or use the ADB backup method (method 4).

3. Method: Sending notes by email or messengers

If you only need to transfer a few notes, the easiest way to send them is via email or messenger (Telegram, WhatsApp), which requires no additional programs and works even on stripped-down versions of MIUI (for example, on Redmi Go or Poco C-series).

How to do this:

  • πŸ“§ Open the note in Mi Notes and click Share (three-dot icon).
  • πŸ“© Select Email or the desired messenger from the list.
  • πŸ”— Send a note to your email or saved messages (Telegram allows you to download files directly).
  • πŸ–₯️ On your computer, open a letter or chat and save the attachment (.txt or.html format).

Critical detail: When sent via messengers, long notes (more than 10,000 characters) can be cropped.

πŸ“Š What method of transferring notes do you use more often?
USB-cable
Mi Cloud
Email/messaging
Party of annex
I can't stand it.

4. Method: Backup through ADB (for advanced users)

If standard methods don’t work (for example, on custom firmware or after resetting), you can extract notes via Android Debug Bridge (ADB).This method requires installing ADB Tools on your computer and turning on the developer mode on the phone.

Step-by-step:

  1. Turn on USB Debugging on your smartphone: Settings β†’ About Phone β†’ MIUI Version (click 7 times to activate Developer Mode). Then: Settings β†’ Additional β†’ Developers β†’ Debugging on USB.
  2. Connect your phone to your PC and confirm your trust in your computer.
  3. Open the command prompt (Windows) or terminal (macOS/Linux) and execute: adb backup -f notes.ab com.miui.notes A backup request will appear on the phone - confirm by entering a password (if required).
  4. Copy the note.ab file from your computer and unpack it with Android Backup Extractor.

Warning: ADB may not work on newer versions of MIUI 14+ due to security policy changes, so try an alternative command:

adb shell "run-as com.miui.notes cat /data/data/com.miui.notes/databases/notes.db" > notes.db

This will extract a note database in.db format that can be opened through SQLite Browser.

Install ADB Tools on PC|Enable the developer mode on Xiaomi|Connect the phone to the original USB-cable|Allow debugging by USB phone-in|Check for drivers (if necessary, install Mi). PC Suite)-->

5. Method: Use of Third-Party Applications

If Xiaomi's built-in tools don't suit you, you can use alternative note-taking apps with export function.

  • πŸ“ Google Keep: Syncs with Google account, allows you to export notes to Google Docs.
  • πŸ“’ Evernote or OneNote: Supports uploading to.enex or.pdf.
  • πŸ”„ Notion: Imports notes from Mi Notes via.csv or.md.

To move the data:

  1. Install one of the apps (like Google Keep) and log in.
  2. In Mi Notes, select a note β†’ Share β†’ Google Keep.
  3. On your computer, open keep.google.com and export notes to the desired format.

⚠️ Note: When using third-party apps, notes may lose original formatting (such as lists or highlights in bold). 1-2 note-book.

Comparison of methods of note transfer

To choose the best way, evaluate its pros and cons depending on your tasks:

MethodSpeed.Data securitySkills requiredLimitations
Mi Cloud⚑ Quickly.βœ… Tall.🟒 BasicInternet Requires, 5GB Limit
USB-cable🐒 Slowly.βœ… Tall.🟒 BasicI need a.mnt conversion.
Email/messaging⚑ Quickly.⚠️ Medium🟒 BasicSize limitation
ADB🐒 Slowly.βœ… Tall.πŸ”΄ AdvancedIt doesn't work for the new MIUIs.
Party of annex⚑ Quickly.⚠️ Medium🟑 Average.Loss of formatting

πŸ’‘

For most users, the best solution is a combination of Mi Cloud (for mass export) and email (for individual notes).

Mi Cloud

USB-cable

Frequent problems and their solutions

When you move notes, you're going to see some common mistakes.

1.Notes are not synchronized with Mi Cloud

  • Check your internet connection and the status of Mi Cloud servers (sometimes crashes).
  • Update the Mi Notes app to the latest version in Google Play or App Gallery.
  • Perform Forced Synchronization: Settings β†’ Synchronization β†’ Update.

2..mnt files are not opened on PC

  • Use Mi Notes Exporter (available on GitHub) or online converters.
  • Install Notepad++ with a plugin for.mnt files (instructions on the XDA Developers forums).

3.Pictures are lost when exported

  • In Mi Cloud, download notes one by one – so the attachments will be saved correctly.
  • For mass export, use ADB (method 4) – it saves all media files.

⚠️ Warning: If you plan to reset your phone to factory settings, be sure to check that all notes are exported.After reset, the data from the Mi Notes is deleted irrevocably, even if the sync was enabled earlier.

Can I transfer notes from Xiaomi to iPhone?
Yes, but only through the intermediate stage: Export notes from Mi Notes to.txt (via Mi Cloud or email). Open files on your computer and send them to iCloud Mail or Notes. On iPhone, import notes through the Files or Notes app. Alternatively, use cross-platform services like Google Keep or Notion.
Why are the exported notes Krakozabra instead of Cyrillic?
The problem arises from incorrect encoding. Solutions: Open the file in Notepad++ and select UTF-8 encoding. Use online converters (e.g. 2Cyril). When exporting through Mi Cloud, choose the.html format - it saves the encoding better.
How to transfer notes from Xiaomi to Mac?
The process is no different from Windows, but there are nuances: For ADB, install Android File Transfer and Homebrew (team: brew install android-platform-tools). Open.mnt files via TextEdit with pre-conversion to UTF-8. For Mi Cloud, use the Safari browser - it works better with Cyrillic characters in the web version of the service.
Can I Automate the Export of Notes?
Yes, using scripts or apps: Tasker (Android): Set up the task to automatically export notes on a schedule. AutoSync (Google Play): Sync /miui/notes folder with Google Drive. Python script: Use adb pull in the script for a regular backup (an example of the code is on GitHub). IFTTT is suitable for automation through Mi Cloud (create an applet to save new notes in Google Sheets).
What to do if the notes are encrypted?
If your notes are password protected in Mi Notes: Unprotect your phone: open a note β†’ Remove your password. Export it in any of the ways described. Use ADB (mode 4) for mass removal, but you will need root access. Important: Encrypted notes are not synced with Mi Cloud!