Why moving notes between Xiaomi can be harder than it seems
Notes on Xiaomi smartphones are not just text files, but part of the ecosystem MIUI, It's very integrated with cloud services and system applications, and many users have a problem when they buy a new Redmi device, POCO Or Xiaomi, the standard methods of copying files through Explorer or Mi Mover don't always work with notes, because they're not stored in a packet. /storage/emulated/0/Notes/, a in the encrypted Notes application database (com.miui.notes).
In this article, we will discuss 5 working ways to transfer notes between Xiaomi devices β from official (via Mi Account and Google Drive) to alternative (export to.zip, use of third-party applications). Particular attention will be paid to the hidden settings of MIUI 14/15, which block the export of notes on some models (for example, Xiaomi 13T or Redmi Note 12 Pro+).
Method 1: Synchronize with Mi Account (official method)
The most reliable way is to use the built-in sync function through the Xiaomi account. It works on all devices with MIUI 12 and later, but there are nuances: for example, on some firmware for POCO or global versions of Redmi, the option may be hidden.
- On an old phone: π± Open the app Notes. π Slip on the profile icon (or three horizontal lines) β Settings β Synchronizing notes. βοΈ Turn on the Mi Account switch and wait until the sync is complete (may take up to 10 minutes).
On the new phone:
- π± Install the same Notes app (if not, download from Google Play or App Gallery).
- π Sign in with the same Mi Account as on your old device.
- π Go to the sync settings and turn it on. Notes will start loading automatically.
β οΈ Note: If notes don't appear on a new phone, check:
- π Internet connection stability (synchronization does not work over the mobile Internet with restrictions).
- π The date of the last synchronization in the settings of the Xiaomi account.
- π Updates for Notes (sometimes bugs are fixed in new versions).
Table: Synchronization compatibility with Mi Account
| Xiaomi model | MIUI version | Support for synchronization | Notes |
|---|---|---|---|
| Xiaomi 14/13/12 | 14/15 | β Yes. | May require manual inclusion in Settings β Memory β Synchronization |
| Redmi Note 12/11 | 13/14 | β Yes. | Global firmware sometimes lacks an option β switch to regional version |
| POCO F5/X5 | 14 (POCO Launcher) | β οΈ Partially. | You need to install the original Notes app instead of Google Keep |
| Xiaomi Pad 6 | 14 | β Yes. | Synchronization works only through Wi-Fi. |
π‘
Syncing through Mi Account is the fastest way, but requires a stable Xiaomi account and the latest version of the Notes app.
Method 2: Export notes to zip file (for manual transfer)
If cloud sync doesnβt work (for example, due to limitations in your region or account issues), you can export notes to the.zip archive and transfer it to a new device, which is suitable for MIUI 12-15, but on some firmwares the export option is hidden.
Instructions:
- π± Open the app Notes on your old phone.
- π§ Go to Settings. β Export of notes (if no item - see spoiler below).
- π Select a folder to save (for example, Downloads or Documents).
- β³ Wait for the archive to be created (may take a few minutes if the notes are a lot).
- π€ Move the file. notes_backup_[date].zip on a new phone (via Bluetooth, Mi Share, cloud or cable).
- π₯ On the new device, open notes. β Settings β Import notes and select the downloaded archive.
What to do if the option "Export notes" is not in the settings?
β οΈ Note: When importing notes to a new device:
- π Existing notes will not be replaced, but will be added to them (doubles are possible).
- π If there were closed notes (with a password) in the archive, they will have to be unlocked again.
- π« Formatting (bold text, lists) can be lost when migrating between different versions. MIUI.
Make sure: | Completed
---|---
All notes saved (no drafts)|β¬
There is enough memory on the phone for an archive.|β¬
File Manager has access to Notes folder|β¬
New device ready for import (Notes app installed)|β¬
-->
Method 3: Move over Google Drive (for global firmware users)
If you use MIUI global firmware (e.g., Redmi Note 12 5G Global or POCO X5 Pro), instead of Mi Account, you can sync notes via Google Drive, which is convenient if you already use Google services (e.g., Gmail or Google Photos).
Step-by-step:
- π± Open Notes on your old phone.
- π§ Go to Settings. β Backup and reset β Backup of data.
- βοΈ Select Google Drive and log in to your account.
- π Enable backup for the Notes app (may be called Notes or com.miui.notes).
- β³ Wait for the reservation to be completed (progress is displayed in the notification curtain).
- π± On the new phone, log in under the same Google account and restore data from the backup in the settings.
β οΈ Note: This method has limitations:
- π Google Drive backups are created every 24 hours β if youβve added a note recently, it may not last.
- π Recovery only works on a clean system (after resetting or first setting up the phone).
- π« On some models (for example, Xiaomi 13 Lite) backup notes through Google disabled by the manufacturer.
Alternative: If standard backup doesnβt work, try manually copying the note folder through ADB:
adb pull /data/data/com.miui.notes/databases/notes.dbThis file can be transferred to the new device in the same directory (root rights are required).
Method 4: Use of third-party applications (for advanced users)
If the built-in methods don't work, you can use third-party apps to move notes.
- π± MiXplorer (file manager with access to system folders): Allows you to find a database of notes along the way /data/data/com.miui.notes/databases/notes.db. You can copy the file and transfer it to a new device (root or root required). ADB).
- βοΈ Simpler Note: Imports notes from Xiaomi Notes into its format. synced via Google Drive, Dropbox or WebDAV.
- π NoteSync (for automatic synchronization): Supports export to.txt,.md (Markdown) and.json).
β οΈ Note: When using third-party applications:
- π Do not give access to notes to questionable programs β this can lead to data leakage.
- π Before exporting, back up notes manually (e.g. screenshots of important records).
- π« On some firmware MIUI 15 Third Party Apps Can't Access Notes Database Without Root Rights.
π‘
If you often move notes between devices, set up automatic sync via Nextcloud or Syncthing, which allows you to create private cloud storage without limiting the amount of time you need.
Method 5: Transfer over a computer (for Windows/macOS/Linux users)
If you have access to a computer, you can transfer notes through ADB (Android Debug Bridge) or manually copy files, a method that is suitable for advanced users, since it requires working with the command line.
Method 1: Through ADB (without root)
- π₯οΈ Install. ADB-computer-driver.
- π± Turn on Debugging. USB on the phone (Settings) β The phone. β Version. MIUI β 7 times tap the version number β return to additional settings β For developers β Debugging by USB).
- π Connect your phone to your computer and execute the command: adb backup -f notes.ab com.miui.notes A request to create a backup copy will appear on the phone - confirm it.
- πΎ The notes.ab file will be saved to your computer. Transfer it to a new device and restore it via: adb restore notes.ab
Method 2: Manual database export (from root)
If you have root access, copy the Notes Database file:
adb pull /data/data/com.miui.notes/databases/notes.dbThen transfer it to the new device in the same folder and reboot the phone.
β οΈ Attention:
- π In the case of ADB Do not disconnect the phone from the computer until the operation is complete.
- π Note.ab can weigh a few gigabytes if you have a lot of images in your notes.
- π« Nana MIUI 15 some teams ADB Blocked β may require rollback until MIUI 14.
Frequent problems and their solutions
Even if you follow the instructions, you can't move your notes as planned.
Problem 1: Notes are not synced through Mi Account
- π Solution: Check if synchronization is enabled in Settings β Accounts. β Mi Account β Synchronize data. Update Notes to the latest version. Sign out and log in again.
Problem 2: When importing from ZIP, an error appears: File is corrupted
- π Solution: Try unpacking the archive on your computer and repackaging it (sometimes changing the compression method to a computer helps). ZIP (Make sure the file is not downloaded in its entirety (check its size). Use another file manager to import (e.g. Solid Explorer).
Problem 3: No Notes app on the new phone
- π± Solution: Download the official app from Google Play or AppGallery. POCO or Redmi on the global firmware, install APK APKMirror (select the version for your region).
π‘
If the notes are not portable in either way, try temporarily rolling back to an older version of MIUI (e.g. 15 to 14) β sometimes this solves compatibility issues.