How to Transfer Notes from Xiaomi to Your Computer: All Ways 2026

Why Standard Synchronization Methods Donโ€™t Always Work

Notes on smartphones Xiaomi, Redmi and POCO It is stored in the Notes app (or com.miui.notes in the system), which is synchronized by default with the Mi Cloud, but users often face problems: synchronization โ€œhangsโ€ by 99%, notes disappear after a phone reset, and the web version of the cloud does not display current data. The reasons are in the peculiarities. MIUI:

Xiaomi restricts export of.zip notes only for Chinese versions MIUI โ€” This feature is not available in global firmware. Second, the Notes app uses a proprietary storage format (.db files in the app). /data/data/com.miui.notes/databases), It's not easy to copy it to a PC without converting it. MIUI 14/15 Many users complain about sync failures with Mi Cloud when notes are duplicated or lose formatting.

This article covers 5 working ways to transfer notes from official (via the cloud and the Internet). USB) Each method is tested on current firmware and takes into account the limitations of Xiaomi. If you need to save not only text, but also attachments (photos, audio, checklists), pay attention to the sections about the content of the application. ADB and Google Drive.

Method 1: Export via Mi Cloud (official method)

The most obvious way is to sync with Mi Cloud, but it doesn't work well. To increase your chances of success, follow the algorithm:

  1. Open "Notes" on your phone โ†’ slip on ยซโ‹ฎยป (three-point) โ†’ Settings โ†’ Mi Cloud.
  2. Turn on the note sync switch and wait until the completion (the cloud icon should turn blue).
  3. Go to your PC at i.mi.com and log in to the same Xiaomi account.
  4. In the web interface, select Notes โ†’ mark out โ†’ Press Export (arrow down icon).

The file will be saved in.zip format with.txt notes inside.

  • ๐Ÿ”„ Synchronization freezes: turn off VPN, Check Wi-Fi (not mobile Internet) connection, restart the Notes appยป.
  • ๐Ÿ“‚ Not all notes are displayed: Mi Cloud may not have enough records over 6 months old on the web version โ€“ use this. ADB (4).
  • ๐Ÿ”’ Confirmation required for SMS: If you haven't logged in in a while, Xiaomi can block access. Use a backup email to restore.

โš ๏ธ Note: After September 1, 2023, Xiaomi changed the storage policy in Mi Cloud.If your account is not active for more than 180 days, notes can be deleted without recovery. โ†’ Xiaomi account โ†’ Mi Cloud โ†’ Warehouse.

๐Ÿ“Š What kind of synchronization do you use more often?
Mi Cloud
Google Drive
Local backup
Party of annex

Method 2: Transfer through USB-cable MIUI 14/15)

If the cloud is not working, connect your phone to your PC. USB. V MIUI 14/15 The path to notes has changed โ€“ they are now stored in an encrypted database, but they can be exported through an embedded feature:

  1. Connect Xiaomi to your computer, select File Transfer Mode (MTP).
  2. On the phone, open "Notesยป โ†’ โ‹ฎ โ†’ Settings โ†’ Exports and imports.
  3. Select Note Exports โ†’ Specify the folder (for example, Download).
  4. On PC, open the phone folder (This computer) โ†’ [Xiaomi model] โ†’ Internal memory. โ†’ Download) and copy the file notes_backup_*.zip.

The archive will have.txt files with notes and attachments folder with attachments.

  • ๐Ÿ“ฑ It only works on global versions. MIUI (There is no export option on Chinese firmware).
  • ๐Ÿ” Only notes created after last synchronization with Mi Cloud are exported.
  • ๐Ÿ“Ž Attachments (photos, audio) will only be saved if they were added through a button. + โ†’ Embedding, not inserted as pictures.

Enable debugging over USB (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 taps)

Install Xiaomi drivers on PC (download from the en.miui.com/a-234.html)

Disable the ad blocker (may interfere with the MTP-connection)

Check the available space on the phone (export requires) ~10% of the volume of notes)-->

Method 3: Send notes by email (for individual records)

If you only need to transfer a few notes, the quickest way is to send them to your mail:

  1. Open the desired note in the app "Notes".
  2. Tap on. โ‹ฎ โ†’ Share. โ†’ Select Email (or Gmail if installed).
  3. In the field to Whom specify your address, in the subject write the name of the note (for example, "Borsch recipe").
  4. Send the letter and open it on PC.

Advantages of the method:

  • โšก Instant transfer โ€“ does not depend on synchronization with the cloud.
  • ๐Ÿ“Ž Keeps formatting (bold text, lists, colors).
  • ๐Ÿ”— Attachments (photo, audio) are attached to the letter automatically.

Disadvantages:

  • ๐Ÿ“ง Size limit: If a note is larger than 25MB, email services may block the sending.
  • ๐Ÿ”„ Handmade: You will have to send each note separately.
  • ๐Ÿ“‚ No structure: emails will come in a chaotic order (sort by date or topic).

โš ๏ธ Note: When sending notes via Gmail on phones with MIUI 15 may trigger the "failed to send" error Solution: Set Gmail as the default email app in Android settings.

Method 4: Retrieving Notes Through ADB (advanced)

If the standard methods donโ€™t work, you can extract the note database directly through the ADB (Android Debug Bridge is suitable for all versions MIUI, including Chinese firmware, but requires command line skills.

Step 1: Preparation

  1. Turn on Developer Mode on your phone: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  2. Activate USB Debugging in Settings โ†’ Additional โ†’ For developers.
  3. Download ADB Tools on PC and unpack it into the C:\adb folder.

Step 2: Copying the database:

adb pull /data/data/com.miui.notes/databases/notes.db C:\notes_backup\


adb pull /data/data/com.miui.notes/files/ C:\notes_backup\attachments

Step 3: Convert notes.db:

The notes.db file is a SQLite database.

  1. Install the program. DB Browser for SQLite.
  2. Open notes.db โ†’ Go to the Data Review tab โ†’ select the note table.
  3. Export the data to CSV or JSON via File โ†’ Exports.
Field in notes.dbWhat it keeps.Example of meaning
titleNote titleWeekly shopping list
contentText of the note (in HTML-format)<p><strong>Milk.</strong>, bread-bread</p>
created_timeDate of creation (in milliseconds)1672531200000 (01.01.2023)
background_colorColor background note#FFFFFFFF (white)

โš ๏ธ Attention: On phones with MIUI 15 Android 13+ If the adb pull command returns a Permission denied error, use an alternative method with backup via adb backup: adb backup. -f C:\notes_backup\notes.ab com.miui.notes Notes.ab file can be accessed by Android Backup Extractor.

How to Recover Deleted Notes Through ADB?
If a note has been deleted recently, the database can save it in a table. note_trash. Open notes.db in DB Browser, do the request: SELECT FROM note_trash WHERE deleted_time > strftime('%s', 'now', '-7 days') 1000; This will show the notes deleted from the last 7 You can recover them by moving the entries back to the note table (requires knowledge). SQL).

Method 5: Sync with Google Drive (Backway)

If Mi Cloud is not working, you can redirect notes to Google Drive via the third-party Notes Backup & Restore app:

  1. Install the app from Google Play.
  2. Run it and give access to the Notes.
  3. Choose Backup โ†’ mark the necessary notes โ†’ press Next.
  4. As a save location, select Google Drive and log in.
  5. On PC, open Google Drive. โ†’ Find the NotesBackup folder โ†’ download the archive.

Advantages:

  • โ˜๏ธ It works without the Mi Cloud and MIUI-restraint.
  • ๐Ÿ“‚ Keeps all attachments (photo, audio, checklists).
  • ๐Ÿ”„ Supports automatic backup on schedule.

Disadvantages:

  • ๐Ÿ“ฑ Requires third-party software installation (some antiviruses may block access to notes).
  • ๐Ÿ”’ Free version limits backup to 50 notes at a time.

๐Ÿ’ก

If the Notes Backup & Restore app doesnโ€™t see the note, make sure it has permission to access the storage (Settings) โ†’ Annexes โ†’ Notes Backup โ†’ Permissions. On Android 13+ You also need to manually allow access to files of other applications.

Comparison of methods: which to choose

MethodSpeed.Keeps the investmentIt's powered by Chinese MIUI.Requires root/ADB
Mi CloudMedium (depending on the Internet)Yes.Yes.No.
USB- ExportQuickly.Yes.No.No.
EmailSlowly (manually)Yes.Yes.No.
ADBLong (for experienced)Yes.Yes.No (but ADB is needed)
Google DriveMediumYes.Yes.No.

Selection recommendations:

  • ๐Ÿ“ฑ For most users, start with the Mi Cloud or USB-If it doesnโ€™t work, use Google Drive.
  • ๐Ÿ”ง For the tech-savvy: ADB It gives you complete control over the data, but it takes time.
  • ๐Ÿ“ง For urgent transfer 1-2 Notes: sending by email is the easiest option.

๐Ÿ’ก

If your notes contain sensitive information (passwords, document scans), avoid synchronization through the cloud. USB or ADB, And then encrypt the archive with a program. 7-Zip password-wise.

Frequent mistakes and their solutions

Problem 1: Not all notes are displayed in Mi Cloud.

Solution: Check the filters in the web version (button) โš™๏ธ โ†’ Show deleted if the notes are missing after the update MIUI, try:

adb shell pm clear com.miui.notes

This command will reset the Notes app cache (the data will not be deleted, but will require re-synchronization).

Problem. 2: For export through USB file notes_backup.zip hollow.

Solution: Delete old backups in the Download folder on your phone โ€” the app may not overwrite existing archives, and make sure that all notes are selected in the export settings, not just favorites.

Problem 3: ADB Error is issued by device unauthorized.

Solution: You'll see a request for debugging permission on your phone, confirm it.

  1. Turn it off and plug it back in. USB-cable.
  2. Adb kill-server adb start-server
  3. Check what's in the Settings โ†’ For developers included the option to Allow debugging by USB (safe-haven).

Problem 4: The Notes Backup & Restore app doesn't see the note.

Decision: On MIUI 14/15 Xiaomi blocks third-party apps from accessing system data.Backdoor:

  1. Create a new note in the standard Notes app.
  2. Export it through Share it โ†’ Save it in the Files.
  3. Import this file to Notes Backup & Restore via Restore.

FAQ: Answers to Frequent Questions

Can I transfer notes from Xiaomi to iPhone?
Yes, but only through workarounds: Export notes to your PC one of the ways above. Import them to Google Keep or Apple Notes via the web version (keep.google.com or icloud.com/notes). On your iPhone, install the app and sync the data. Important: Direct transfer from the MIUI Notes in Apple Notes is impossible โ€“ you will need an intermediate format (TXT, HTML or PDF).
How to transfer notes from Xiaomi to another Xiaomi?
Use the built-in migration function: On your old phone: Settings โ†’ The phone. โ†’ Backup and reset โ†’ Local backup. On new phone: when you first set up, select Restore from backup and specify backup file. If phones are already set up: Export notes to.zip (mode 2). Transfer the archive to a new phone and import through Settings โ†’ Imports in the annex โ€œNotesยป.
Why is Cyrillic displayed by Krakozabra after transfer to PC?
Solution: Open the.txt file in Notepad++ โ†’ Coding โ†’ convert into ANSI. Use LibreOffice to import.csv files โ€“ select encoding when you open it UTF-8. For the notes.db database: in DB Browser for SQLite check the encoding in the file โ†’ Imports โ†’ If the problem persists, export the notes to HTML-format โ€“ it retains the encoding better.
Can I recover notes after resetting the phone to factory settings?
Yes, if: ๐Ÿ”„ You've enabled sync with Mi Cloud before reset, and then the notes will be automatically restored when you first log in. ๐Ÿ’พ You have a local backup (file) notes_backup.zip Import it after you dump it. ๐Ÿ”ง You have made a backup copy through ADB (method 4). Restore the notes.db file to the same folder on your phone (root or root required). ADB). If none of this has been done, the chances of recovery are minimal. Contact Xiaomi Support with the indication IMEI Phones โ€“ sometimes they can recover data from the cloud 30 days after discharge.
How to transfer notes from Xiaomi to Mac?
All the methods from the article work on Mac, but there are nuances: ADB: Install Android Studio or homebrew: brew install android-platform-tools For Mi Cloud: use Safari or Chrome browser โ€“ Firefox may have trouble downloading.zip files. USB: If the Mac can't see the phone, install Android File Transfer. DB Browser for SQLite (Available in App Store).