How to transfer notes from Xiaomi phone to OnePlus: full instruction 2026

The transition from Xiaomi to OnePlus is not only an ecosystem shift, but also a migration of personal data, among which notes are often the most vulnerable category. Unlike contacts or photos, notes are stored in proprietary application formats, and their export requires knowledge of nuances. MIUI This article will help you avoid typical mistakes: from losing formatting to not being able to open files on a new device.

Weโ€™ll look at all the current portability tools, from the official Mi Cloud and OnePlus Switch tools to manual methods using.xml export and third-party services like Google Keep. Particular attention will be paid to compatibility issues: why notes from Mi Notes may not appear in OnePlus Notes, and how to fix it. If you use attachment notes (photo, audio, checklists), a separate section will tell you how to keep their structure when you transfer them.

1.Preparation for the transfer: what to do on Xiaomi

Before you start migrating, make sure your notes are ready for export. MIUI There are some critical issues that can block the process:

  • ๐Ÿ”„ Update Notes app to latest version via Play Market or App Gallery.Old versions (until 2023) do not support export to universal formats.
  • ๐Ÿ“ Check the storage location: notes may lie in the internal memory โ†’ MIUI โ†’ Notes or in the Mi Cloud. If you use the cloud, log in to your new device in advance.
  • ๐Ÿ”’ Disable password protection for notes (if enabled). Encrypted notes are not exported by standard methods.
  • ๐Ÿ“ฑ Make sure that Xiaomi has enabled debugging on USB (for manual methods: Settings โ†’ The phone. โ†’ Version. MIUI (press 7 times) โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB.

If you use Mi Account for sync, check its status at account.xiaomi.com. Notes synced through your account can only be transferred with an active cloud subscription (free rate is limited to 5 GB).

โš ๏ธ Attention: Annex Notes in MIUI 14+ By default, it stores data in.notesdb format, which is not read by third-party programs. OnePlus compatibility requires conversion to.xml or.txt.

๐Ÿ“Š How do you usually keep notes?
Only on the phone.
Synchronizing with the cloud
I use Google. Keep/Evernote
Printing on paper.

Method 2: Transfer over Mi Cloud (official method)

The easiest way to do this is to use the Xiaomi cloud, but it only works if:

  1. You previously enabled note synchronization in Mi Cloud.
  2. You can install Mi Notes on OnePlus (available in APKMirror or via adb install).

Instructions:

  1. On Xiaomi, open Settings โ†’ Mi Account โ†’ Mi Cloud and make sure the switch next to Notes is active.
  2. Download Mi Notes on OnePlus (the version should match the one on Xiaomi).
  3. Sign in to the same Mi Account and wait for synchronization (can take up to 10 minutes).
  4. Export notes to a universal format: open any note โ†’ โ‹ฎ โ†’ Exports โ†’ Text file (.txt).
AdvantagesDeficiencies
Preserves formatting (bold text, lists)Requires Mi Notes to be installed on OnePlus
Transferred attachments (photo, audio)It doesnโ€™t work without an active internet.
Automatic updates when changes occurLimit 5GB on free fare

โš ๏ธ Note: If OnePlus is running OxygenOS 13+, Mi Notes may not start due to background activity restrictions. Enable permission for Unoptimized Applications in Settings before installation โ†’ Special facilities โ†’ Special access โ†’ Non-optimized applications.

3. Method 2: Export to Google Keep (universal method)

Google Keep is the only service that is guaranteed to be supported on both Xiaomi and OnePlus, but the porting over it has nuances:

  • ๐Ÿ“Œ Notes are transferred as text without formatting (bold, italics - disappears).
  • ๐Ÿ–ผ๏ธ Attachments (photo, audio) are saved, but can be compressed.
  • ๐Ÿ”— Links and checklists remain clickable.

Step-by-step:

Install Google Keep on Xiaomi|Open the note in Mi Notes โ†’ Exports โ†’ Text.txt)|Import the file to Google Keep via "Create" โ†’ Imports"|Sync Keep on OnePlus on OnePlus|Export from Keep to OnePlus Notes (optional)-->

For mass export:

  1. On Xiaomi go to Files โ†’ Internal memory. โ†’ MIUI โ†’ Notes.
  2. Copy the backup folder to your computer (via MTP or Total Commander).
  3. Use the script to convert.notesdb to.txt (Python 3.8 required)+).
  4. Upload the resulting.txt files to Google Keep via the web version (keep.google.com).

On OnePlus, notes are automatically synced with Google Keep to transfer them to the standard OnePlus Notes app:

  1. Open a note in Keep โ†’ โ‹ฎ โ†’ copy in... โ†’ Choose OnePlus Notes.
  2. For mass transfer, use MacroDroid (set macros to automatically copy from Keep to Notes).

๐Ÿ’ก

If notes in Google Keep are shown curved (line transfers, extra spaces), open them in the web version and click "Format text" (icon) โšก lower-right).

Method 3: Manual export through ADB (advanced)

If standard methods do not work (for example, if you damage the note base), you can extract data directly through the ADB. This method requires a PC and basic command line knowledge.

What you need:

  • ๐Ÿ–ฅ๏ธ Android computer SDK Platform-Tools.
  • ๐Ÿ“ฑ Included debugging by USB Xiaomi.
  • ๐Ÿ”Œ Cable USB-C (preferably original).

Instructions:

  1. Connect Xiaomi to your PC and execute the command to check the connection: Adb devices Wait for the serial number of the device to appear.
  2. Copy the notebook database to your computer: adb pull /data/data/com.miui.notes/shared_prefs/com.miui.notes_preferences.xml adb pull /data/data/com.miui.notes/databases/notes.db
  3. Use Mi Notes Extractor to convert notes.db to.json or.txt.
  4. Import your files to OnePlus Notes via Settings โ†’ Imports.

โš ๏ธ Attention: On devices with MIUI 14+ and unlocked loader path to the base of notes may differ: /data/user/0/com.miui.notes/databases/notes.db. If the adb pull command returns the Permission denied error, do: adb shell su chmod 777 /data/data/com.miui.notes/databases/notes.db exit exit, but it requires root rights!

What if the ADB canโ€™t see the device?
1.Install Xiaomi drivers USB Drivers from the official website. 2. Check if File Transfer is enabled (MTP) 3. Try another one. USB-port (preferably) USB 3.0). 4. On Xiaomi in Settings โ†’ Additionally. โ†’ For developers, turn on debugging by USB (security parameters) and confirm the PC permission.

5. Method 4: Move over OnePlus Switch (for new devices)

If you have a OnePlus 10 Pro or newer, you can use the OnePlus Switch branded tool.It supports note migration, but only if you meet the conditions:

  • ๐Ÿ“ฑ Xiaomi should be installed MIUI 12 or newer.
  • ๐Ÿ”Œ Both devices must be connected to the same Wi-Fi network (or via Hotspot).
  • ๐Ÿ“‚ Notes on Xiaomi should not be modified (e.g. via Lucky Patcher).

How to move:

  1. On OnePlus, open the OnePlus Switch (preinstalled or downloaded from the Play Market).
  2. Select This New Device โ†’ Android.
  3. On Xiaomi download OnePlus Switch on QR-code that will appear on the OnePlus screen.
  4. Select data for transfer by marking Notes.
  5. Wait until the completion (may take 5-20 minutes depending on the volume).
Xiaomi devicesCompatible with OnePlus Switch
Redmi Note 10/11, POCO X3/X4Complete (MIUI 12โ€“14)
Xiaomi 12/13 seriesFull but may require an upgrade to OnePlus Switch
POCO F3/F4, Redmi K40/K50Partial (only text notes are transferred)
Devices older than 2020 (MIUI 11 and below)Not supported

OnePlus Switch often misses notes with attachments greater than 10 MB.

  1. Transfer notes without attachments via Switch.
  2. Attachments (photos, audio) copy separately through Files โ†’ Internal memory. โ†’ MIUI โ†’ Notes โ†’ attachments.
  3. On OnePlus, manually attach files to notes in OnePlus Notes.

๐Ÿ’ก

The OnePlus Switch is the fastest way, but doesnโ€™t work with all Xiaomi models. Check compatibility on the OnePlus support site before porting.

Method 5: Transfer through third-party applications (Evernote, Notion)

If you use cross-platform services like Evernote or Notion, it's easier to carry notes.

  • ๐Ÿ“ฅ Evernote allows you to import only.enex files for free (export from Mi Notes to this format is impossible without converting them).
  • ๐Ÿ”„ Notion does not support direct import from Mi Notes, but you can use Google Keep as a middle ground.
  • ๐Ÿ’ฐ Free Evernote accounts are limited to 60MB per month, which is enough for the user to use. ~500 text notes.

Instructions for Evernote:

  1. Export notes from Mi Notes to.txt (as described in Method 2).
  2. Use an online converter to convert.txt to.enex.
  3. Import.enex to Evernote via Settings โ†’ Imports.
  4. Install Evernote on OnePlus and sync your data.

For Notion:

  1. Move notes to Google Keep (see Method 3).
  2. In Notion, create a new database and use Google Keep integration.
  3. Set up automatic sync via Zapier or Make (ex-Integromat).

โš ๏ธ Note: When importing notes (folders, tags) into Notion, the structure of notes is not stored.

7 Problems and Solutions: What to Do If Notes Are Not Passed

Even if you follow the instructions, you can get errors, and here are the typical scenarios and their solutions.

Problem.Reason.Decision
Notes moved, but without formattingMi Notes uses proprietary formattingUse Markdown editors (such as Markor) to restore styles.
The attachments (photos) are not displayedThe path to files changed during the transferManually copy the attachments folder from MIUI/Notes OnePlus
OnePlus Switch doesn't see the notesNo permission to access StorageOn Xiaomi, give OnePlus Switch storage rights and Contacts
Exports through ADB returns the empty fileNotebase corrupted or encryptedRestore notes from Mi Cloud backup or use Titanium Backup (root required)

If the notes are transferred, but displayed in hieroglyphics:

  1. The problem is encoding. Open the file in Notepad.++ and convert from UTF-16 into UTF-8.
  2. Use the command to convert: iconv -f UTF-16 -t UTF-8 input.txt > output.txt

For notes with blocked access (password or fingerprint protection):

  • Remove protection before export (in Mi Notes click on the note) โ†’ โ‹ฎ โ†’ Remove the password).
  • If the password is lost, restore access through Mi Account (requires a linked email).

8. Alternative solutions: if nothing has worked

If standard methods donโ€™t work, consider radical options:

  • ๐Ÿ“ธ Screenshots + OCR: Take a photo of your notes and convert text through Google Lens or Adobe Scan, which is suitable for small amounts of data.
  • ๐Ÿ–ฅ๏ธ Virtual machine with MIUI: Install. MIUI In the Android Studio, log in to Mi Account and export notes from there.
  • ๐Ÿ”ง Manual input: For critical notes (such as passwords), it is sometimes easier to rewrite them manually on a new device.

For users POCO/Xiaomi with custom firmware (e.g. Pixel Experience):

  1. Return to the official MIUI via the Mi Flash Tool.
  2. Export notes in the standard way.
  3. Return the custom firmware (optional).

If you use OnePlus with ColorOS (e.g. OnePlus Nord) CE 3), note that OnePlus Notes in this shell does not support imports from.xml:

  1. Use Google Keep as an intermediate storage.
  2. Or install Simple Notes and import data through JSON.

FAQ: Frequent questions about the transfer of notes

Can I transfer notes from Xiaomi to OnePlus without a computer?
Yes, if you use Mi Cloud or Google Keep. To do this: On Xiaomi, export notes to.txt and upload them to Google Drive. On OnePlus, download files and import to OnePlus Notes. Without cloud services, transfer is only possible through the OnePlus Switch (if device compatibility is available).
Why did the formatting (bold text, lists) disappear after the transfer?
The reason is different rendering engines: Mi Notes uses a proprietary format, and OnePlus Notes uses Markdown.To preserve styles: Export notes to HTML It's through third-party apps like Note Export. HTML Google Docs, and copy it to OnePlus Notes.
How to transfer notes from POCO F3 OnePlus 11?
For POCO F3 (MIUI 13) OnePlus 11 (OxygenOS 13) Mi Cloud: Synchronize notes on the POCO, Install Mi Notes on OnePlus 11 OnePlus Switch: Both devices support this method. Manual export: Copy /storage/emulated/0/MIUI/Notes/backup On OnePlus and import through Simple Notes. avoid ADB โ€” on OxygenOS 13 restricted access /data/data rootless.
Can I transfer notes from Mi Notes to Samsung Notes?
Yes, but with limitations: Export notes from Mi Notes to.txt. Import them to Google Keep, then to Samsung Notes via Import โ†’ Direct import from Mi Notes to Samsung Notes is impossible due to different storage formats.
How to recover notes if they are missing after transfer?
Try the following steps: Check the folder MIUI/Notes/backup Xiaomi, there may be backups. Restore notes from Mi Cloud (available) 30 Use DiskDigger to scan Xiaomi's internal memory for deleted.notesdb files. If your notes were password protected, you can't recover them without accessing Mi Account.