How to transfer notes from Honor to Xiaomi: 5 proven ways

Moving from Honor to Xiaomi is not just about changing the ecosystem, it's also about moving personal data, which is where notes stand out. Unlike contacts or photos, notes often store critical information like passwords, ideas, plans or work records. Unfortunately, manufacturers don't always provide direct data sharing between competing brands, so users have to look for workarounds.

In this article, we will discuss all the current ways to transfer notes, from official solutions to third-party tools, including nuances for different models of Honor (Magic, View, Play) and Xiaomi (Redmi, POCO, Mi).

1.Official way: Export via Huawei Cloud (for Honor)

The most reliable method is to use the Huawei Cloud service, which is integrated into Honor firmware by default, which is suitable for models on EMUI/Magic UI and ensures the preservation of the structure of notes, including color tags and reminders.

To move the notes:

  • ๐Ÿ“ฑ Open the Notes app on Honor and tap on three dots (โ‹ฎ) top-right.
  • โ˜๏ธ Select Settings โ†’ Backup and restoration โ†’ Backup in Huawei Cloud.
  • ๐Ÿ”„ Wait until synchronization is complete (it can take up to 10 minutes with a large amount of data).
  • ๐Ÿ“ฒ On Xiaomi, install the Huawei Notes app from Google Play and log in under the same Huawei account. ID.

โš ๏ธ Note: If you have not previously used Huawei Cloud, check before exporting to see if there is enough free space (5 GB (>10 MB) may not synchronize โ€” they will have to be transferred separately.

The advantage of this method is to store all the metadata of notes (time of creation, geotagging, reminders) that are lost when exported to universal formats. However, it has a limitation: on Xiaomi, you will have to use the Huawei Notes app, not the standard Notes from Xiaomi.

๐Ÿ“Š What kind of data transfer do you prefer?
Official cloud services
The side of the application (for example, Google Keep)
Manual export to files
I can't stand the data, I'm starting with a clean slate.

2.Export to universal formats: HTML, TXT, ZIP

If you donโ€™t want to be attached to Huawei Notes on a new phone, you can export notes to generic formats and then import them into any Xiaomi app, a method that is suitable for Honor models on EMUI 10+ and Magic UI 4+.

Instructions:

  1. Open Notes on Honor โ†’ Settings โ†’ Export notes.
  2. Select format: HTML saves formatting (bold text, lists), but is not supported by standard Notes from Xiaomi. TXT is simple text without formatting, compatible with any application. ZIP is an archive with notes in.hnote format (only for import back to Huawei Notes).

Xiaomi Cloud

Google Drive

Xiaomi

Google Keep

WPS Office

FormatCompatibility with XiaomiKeeps formattingSupports investments
HTMLPartially (requires third-party applications)Yes.No.
TXTComplete.No.No.
ZIP (.hnote)Only through Huawei NotesYes.Yes.

โš ๏ธ Note: When exporting to TXT lose: ๐ŸŽจ Color tags and folders. ๐Ÿ”” Reminders and geotagged. ๐Ÿ“Ž Attachments (photos, audio, checklists) Use critical data HTML or hand-transfer through screenshots.

โ˜‘๏ธ Preparation for export of notes

Done: 0 / 4

3. Move over Google Keep or other cross-platform services

If you use Google Keep, Evernote, or OneNote, it makes it easier to transfer notes to sync your account, which is universal and works on any device, but requires pre-setting.

How to move:

  • ๐Ÿ”„ On Honor, install Google Keep (if not installed) and log in.
  • โž• Manually copy the text of each note to Keep (or use the Share function). โ†’ Google Keep from the Notes Menu).
  • ๐Ÿ“ฑ On Xiaomi, open Google Keep under the same account โ€“ notes are synced automatically.
  • ๐Ÿ”„ If necessary, export notes from Keep to Google Docs or TXT For further importation to Xiaomi Notes.

Advantages of the method:

  • โœ… Cross-platform (access from PC, tablet).
  • โœ… Automatic synchronization.
  • โœ… Support for voice notes and checklists.

Disadvantages:

  • โŒ Manual entry of each note (no mass export from standard Honor Notes).
  • โŒ Restriction on the size of investments (in Google Keep - up to 20 MB per note).

๐Ÿ’ก

If you have a lot of notes, use voice input in Google Keep: open a note โ†’ tap on the microphone โ†’ dictate the text. This is faster than copying by hand.

4. Computer Transfer: Backup and Manual Import

For users who prefer full control of data, the PC-based method is suitable, allowing you to transfer notes even from a locked or faulty Honor if you have access to the file system.

Steps:

  1. Connect Honor to your computer via USB (in File Transfer mode).
  2. Go to the folder: Internal Memory โ†’ Huawei โ†’ Notes Notes Here are stored note files in.hnote (encrypted) and.db (database).
  3. Copy the Notes folder on your PC.
  4. Install Huawei Backup or Coolmuster Android Assistant on your PC to decrypt.hnote.
  5. Export notes to PDF or TXT, then transfer them to Xiaomi.

โš ๏ธ Note:.hnote files are encrypted and not opened by standard means. You need Huawei software or third-party utilities to read them (risk of data loss!).

The alternative is to use ADB-commands to retrieve a note database:

adb pull /data/data/com.huawei.hinotes/databases/notes.db

Then open notes.db via SQLite Browser and export the entries to CSV.

How to Access Note Files Without Root
If you donโ€™t have root rights but need to retrieve notes from a broken Honor, try: 1. Connect your phone in Fastboot mode. 2. Use the command: fastboot pull /data/media/0/Huawei/Notes. 3. If the folder is empty, try recovering data via Dr.Fone or Tenorshare UltData (paid but supported by Huawei/Honor).

5. sync through Mi Account (for advanced users)

If you plan to use the standard Notes app on Xiaomi, you can try importing data through Mi Account, a method that requires you to convert notes to a compatible format beforehand.

Algorithm:

  • ๐Ÿ“ค Export notes from Honor to HTML or TXT (see section 2).
  • ๐Ÿ–ฅ๏ธ On PC, convert files to JSON using script (example for Python): import json with open('notes.txt', 'r', encoding='utf-8') as f: notes = [{"title": f"Note {i+1}", "content": line.strip()} for i, line in enumerate(f)] with open('notes.json', 'w', encoding='utf-8') as f: json.dump(notes, f, ensure_ascii=False, indent=2)
  • ๐Ÿ“ฑ Move it. notes.json folder MIUI/Notes/ on Xiaomi (requires root or ADB).

This is suitable for users with technical skills. Without root rights or ADB, transferring via Mi Account is not possible - the standard Notes app does not support importing from external files.

๐Ÿ’ก

If youโ€™re not ready to work with ADB or scripts, use cross-platform services (Google Keep, Evernote) โ€“ theyโ€™re simpler and more reliable for most users.

6. Transfer of notes with attachments (photo, audio, PDF)

Notes often contain not only text but also attachments: photos, voice recordings, scans of documents. Standard export methods (TXT, HTML) do not store these files, so they need a separate approach.

Decisions:

  • ๐Ÿ“ธ Photos and images: Copy folder Huawei/Notes/media From Honor to Xiaomi. Use Google Photos to automatically sync.
  • ๐ŸŽค Voice Notes: Export audio files from Huawei/Notes/voice. Import to Call Record or Google Drive on Xiaomi.
  • ๐Ÿ“„ PDF and documents: Send files to your email or via Telegram Saved Messages. Use Xiaomi Cloud to sync.

For mass transfer of investments it is convenient to use Total Commander or FX File Explorer with a function HTTP-server:

  1. On Honor, open FX File Explorer โ†’ Remote Access โ†’ Launch server.
  2. Download files to your PC via your browser at the address provided (e.g. http://192.168.1.100:8080).
  3. Upload files to Xiaomi Cloud or Google Drive, then download to a new phone.

Frequent mistakes and their solutions

When you move notes, you often have problems, and here are the most common ways to fix them:

Problem.Reason.Decision
Notes are not exported to Huawei CloudNot enough space or no internetClean the cloud or connect to Wi-Fi
Formatting is lost when imported into XiaomiIncompatibility of formats (.hnote โ†’.txt)Use HTML or third-party applications
I canโ€™t see the Notes folder when connecting to a PCHidden system filesEnable the display of hidden folders in the conductor settings
Voice Notes Are Not Playable on XiaomiIncompatible codec (.amr,.m4a)Convert to.mp3 through Online-Convert

If you post-transfer notes are displayed in hieroglyphics or crakozabra, check the file encoding.

  1. Open the file in Notepad++.
  2. Select UTF-8 encoding without BOM.
  3. Save and re-import.
Can I transfer notes from Honor to Xiaomi without a computer?
Yes, there are three ways to do it without a PC: through the Huawei Cloud (see section 1); through Google Keep or Evernote (manual input); by sending notes to your email or to Telegram (for TXT/HTML); however, you will still need a computer to transfer them in bulk with attachments.
Why did the color tags and folders disappear after import?
Standard Xiaomi Notes do not support color tags and folder structure from Huawei Notes. Solutions: Use Huawei Notes on Xiaomi (all metadata will be saved). Move notes to Google Keep - there are color tags but no folders. Manually restore the structure after import.
How to transfer notes from the locked Honor?
If your phone is locked but on: Connect Honor to your PC and try to extract files via ADB: adb pull /data/data/com.huawei.hinotes/databases/notes.db Use data recovery software (Dr.Fone, Tenorshare). If your phone is off, contact the service center to unlock. Important: without unlocking the screen, the chances of success are minimal.
Can you automate the transfer of notes for large amounts of data?
Tasker + AutoInput: creating a script to copy notes to Google Keep. Python scripts: parsing notes.db and converting to JSON for Mi Notes. IFTTT: automatically forwarding new notes from Huawei Notes to Google Drive. Ready-made solutions require programming skills. For most users, it is easier to use manual methods.
Which Xiaomi Notes app is best to use after the transfer?
The choice depends on the tasks: Xiaomi Standard Notes: minimalist design, synchronization with Mi Cloud, but no color tags. Google Keep: cross-platform, voice notes, but limited formatting. Evernote: advanced features (tags, notebooks), but paid version for offline access. Huawei Notes: full compatibility with notes with Honor, but requires authorization in Huawei ID. For most users, Google Keep is optimal - it is free and synced with all devices.