The transition from Xiaomi ecosystem to Google services often faces the problem of data migration β especially when it comes to notes. The standard Notes app on Redmi, POCO or Xiaomi smartphones does not directly sync with Google Keep or Google Docs, but this does not mean that transfer is impossible. In this article, we will discuss all the current ways, from automatic synchronization through the cloud to manual export in.txt or.zip format.
The challenge is that MIUI (and the new HyperOS) defaults to attach notes to your Mi Account, not Google. However, with workarounds from backup to third-party tools, you can transfer all records without loss. We tested each method on devices with MIUI 14 and HyperOS 1.0, so the instructions are relevant for 2026.
1.Preparation: What to do before the penosom
Before you start migrating, make sure your notes are stored in the cloud or on your device, without which the risk of data loss increases significantly.
βοΈ Preparation for the transfer of notes
Pay special attention to sync with Mi Account, if it's disabled, the notes are stored only locally, which can be lost when the phone is reset or broken, to check the sync status:
- Open the Notes app** (yellow notebook icon).
- Slip on the avatar in the upper right corner.
- Select Settings β Synchronization.
- Make sure the switch is active and your Mi Account is listed.
If the synchronization is not working, try:
- π Reboot the phone.
- πΆ Switch from mobile to Wi-Fi (or vice versa).
- π§ Update the Notes app via Play Market or App Store.
β οΈ Note: If you are using HyperOS, check if a third-party developer has installed Notes, in which case the instructions for a standard Xiaomi application will not work.
Method 1: Automatic synchronization via Mi Cloud + Google Drive
The most reliable method is exporting notes from Mi Cloud to Google Drive, followed by importing them into Google Keep or Docs, which works even if the phone is lost or broken, as the data is pulled directly from the cloud.
Steps:
- On your computer, open i.mi.com and log in to your Mi Account.
- Go to the Notes section.
- Select all notes (check at the top of the list) and click Export.
- Choose the.txt or.zip format (we recommend.zip for a large number of notes).
- Download the archive to your computer.
- Upload the archive to Google Drive (drop the files into a folder or use the Download button).
Now you need to import notes to Google Keep:
- π± Open Google Keep on your phone or web version.
- π Click Create a note β Add from the file (clip icon).
- π Select the downloaded.txt file from Google Drive.
- π Repeat for all files (if exported separately).
π‘
If you have a lot of notes, use Google Docs: create a new document, then drag all the.txt files from the archive into it, and it's easier to structure the information.
β οΈ Note: When exporting from Mi Cloud, formatting (bold text, lists, images) is lost. If critical, use Method 3 (manual transfer with styles saved).
Method 2: Backup with MIUI Backup
If notes are not synced with Mi Cloud but stored on the device, you can use the built-in MIUI backup feature, which is suitable for users who do not want to upload data to the Xiaomi cloud.
Instructions:
- Go to Settings β About Phone β Backup and Reset β Local Backup.
- Select to create a backup copy.
- In the data list, tick βNotesβ and uncheck the rest to speed up the process.
- Click Start and wait until it is completed (may take 5-15 minutes).
- The backup file will be saved in the MIUI/backup/AllBackup folder on the internal drive.
Next, extract the notes from the backup:
- π Connect your phone to your computer through USB (file transfer mode).
- π Find the file. MIUI/backup/AllBackup Copy the last file with the.mbk extension.
- π» Use the MiBackupExtractor program to unpack.mbk file (Java required).
- π In the unpacked folder, find notes in.json or.db format (SQLite database).
To convert.json to readable format:
1. Open the file in a notebook or Notepad++.
2. Copy the contents of the "content" field for each note.
3.Put the text into Google Keep or Docs.How to open a SQLite database?
Method 3: Manual copying through screenshots (for a small number of notes)
If you don't have many notes (up to 20 to 30 pieces), the quickest way is to copy text manually or take screenshots, which is important for users who don't want to deal with backups or clouds.
Algorithm:
- Open the note in the Notes app** on Xiaomi.
For the images:
- π In Google Keep, create a new note and attach an image.
β οΈ Note: It is easy to skip notes or lose formatting when manually copying. Before removing the originals from Xiaomi Notes, make sure all data is ported correctly.
5. Method 4: Use of third-party applications (for advanced users)
If standard methods donβt work, you can use third-party tools, such as NoteSync, which can synchronize notes between different services, including Xiaomi Notes and Google Keep.
How to set up NoteSync:
- Install an app from the Play Market.
- Open NoteSync and give you access to Notes** and Google Keep.
Alternative annexes:
- π SyncMate β supports synchronization with Google Drive and iCloud.
- π± Notebloc β Exports notes to.pdf or.docx.
- π Evernote β Imports Notes from Xiaomi via.enex files.
Important: Some apps require root permissions to access Xiaomiβs Notes database, and without them, synchronization may not work properly.
6. Method 5: Transfer through ADB (for tech-savvy)
If you're familiar with ADB (Android Debug Bridge), you can extract notes directly from the system folder, which is suitable for devices with unlocked bootloader or root access.
Instructions:
- Install Platform Tools on your computer.
- Turn on USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 times tap the version number β Return to Additional β For Developers).
- Connect your phone to your PC and execute the command:
adb pull /data/data/com.miui.notes/shared_prefs/com.miui.notes_preferences.xml
adb pull /data/data/com.miui.notes/databases/notes.dbThe notes.db file contains all notes in SQLite format.
- π» Use it. DB Browser for SQLite (see spoiler in Method 3).
β οΈ Attention: Working with ADB Incorrect commands can cause malfunctions in the application "Notes". We recommend that you pre-create a backup copy through the MIUI Backup.
Comparison of Note Transfer Methods
To choose the best method, we will evaluate each according to the criteria of speed, reliability and preservation of formatting:
| Method | Speed. | Preserving formatting | Difficulty | PC required |
|---|---|---|---|---|
| Synchronization with Mi Cloud | ββββ | β (text) | ββ | β |
| Local backups | βββ | β (partly) | βββ | β |
| Manual copying | β | ββ (dependency) | β | β |
| Third-party annexes | ββββ | βββ | ββ | β |
| ADB | ββ | ββββ | ββββ | β |
π‘
For most users, Method 1 (Mi Cloud β Google Drive) is the optimal method, combining reliability and simplicity, although it does not retain formatting.