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.
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:
- Open Notes on Honor โ Settings โ Export notes.
- 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
| Format | Compatibility with Xiaomi | Keeps formatting | Supports investments |
|---|---|---|---|
| HTML | Partially (requires third-party applications) | Yes. | No. |
| TXT | Complete. | No. | No. |
| ZIP (.hnote) | Only through Huawei Notes | Yes. | 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
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:
- Connect Honor to your computer via USB (in File Transfer mode).
- Go to the folder: Internal Memory โ Huawei โ Notes Notes Here are stored note files in.hnote (encrypted) and.db (database).
- Copy the Notes folder on your PC.
- Install Huawei Backup or Coolmuster Android Assistant on your PC to decrypt.hnote.
- 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.dbThen open notes.db via SQLite Browser and export the entries to CSV.
How to Access Note Files Without Root
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:
- On Honor, open FX File Explorer โ Remote Access โ Launch server.
- Download files to your PC via your browser at the address provided (e.g. http://192.168.1.100:8080).
- 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 Cloud | Not enough space or no internet | Clean the cloud or connect to Wi-Fi |
| Formatting is lost when imported into Xiaomi | Incompatibility of formats (.hnote โ.txt) | Use HTML or third-party applications |
| I canโt see the Notes folder when connecting to a PC | Hidden system files | Enable the display of hidden folders in the conductor settings |
| Voice Notes Are Not Playable on Xiaomi | Incompatible codec (.amr,.m4a) | Convert to.mp3 through Online-Convert |
If you post-transfer notes are displayed in hieroglyphics or crakozabra, check the file encoding.
- Open the file in Notepad++.
- Select UTF-8 encoding without BOM.
- Save and re-import.