How to Move Data from Xiaomi to OnePlus: A Complete Guide to Comparing Methods

Why migrating data between Android devices from different brands is not as easy as it seems

The transition from Xiaomi to OnePlus is not just a smartphone change, but a migration between two ecosystems with unique chips. Even inside Android, manufacturers impose their own limitations: Xiaomiโ€™s MIUI stores backups in a proprietary format, and OnePlusโ€™s OxygenOS/ColorOS does not always correctly recognize files created by competitors, resulting in users facing typical problems:

Loss of messages in SMS/MMS due to different ways of encrypting databases.

- Cutting of contacts (disappear profile photos or additional fields like "date of birth").

Application backup incompatibility (e.g., Mi Fit does not export data to OnePlus Health)

In this article, weโ€™ll look at 5 working methods for data portability, from standard Google tools to obscure workarounds for specific file types, and which Xiaomi and OnePlus models support direct wireless transfer over Mi Mover (despite official claims of incompatibility).

Method 1: Officially transfer your Google Account (most reliable, but incomplete)

Syncing through Google Account is the basic way that works on all Android devices, but it only transfers a fraction of the data, and there are pitfalls:

  • ๐Ÿ“ฑ What is portable: contacts, calendars, notes (if you used Google Keep), mail, Chrome bookmarks, some system settings (Wi-Fi passwords, wallpaper).
  • โŒ What's not tolerable: SMS/MMS, Call history, application files (e.g. saves in games), Mi data Fit/Zepp, setting MIUI (themes, gestures).
  • โš ๏ธ Limitation: if Xiaomi has disabled the backup in Settings โ†’ Google โ†’ Backup, data hasn't synced for years.

How to check if it is synchronized:

  1. On Xiaomi, open Settings โ†’ Google โ†’ Google Account โ†’ Account Sync.
  2. Look at the boxes that are ticked, and if there's a sync icon next to Contacts or Calendar, there's a sync icon next to the contact box (โš™๏ธ), data.
  3. On OnePlus, when you first turn on, select โ€œCopy Dataโ€ and log in to the same Google account.

โš ๏ธ Note: If you have used Xiaomi Cloud for backup, the data there is NOT duplicated in Google).

โ˜‘๏ธ What to do before moving through Google

Done: 0 / 4

Method 2: Direct wireless transfer via Mi Mover (not working on all OnePlus models)

Mi Mover is Xiaomiโ€™s proprietary data migration app that officially only supports MIUI devices. However, there is a loophole: some OnePlus models (especially on OxygenOS 11/12) can connect to the Mi Mover as a โ€œreceiving deviceโ€ if you follow a certain algorithm.

Here is a list of compatible OnePlus models (tested by users in 2026):

Model OnePlusOxygenOS/ColorOS versionSupport for Mi MoverNotes
OnePlus 11OxygenOS 13.1Yes (partially)Transfers photos/video and contacts, but not SMS
OnePlus 10 ProOxygenOS 13.0Yes.Requires to disable "Data Protection" in the settings
OnePlus Nord 3OxygenOS 13.1No.Blocks the connection during the verification phase
OnePlus 9 RTColorOS 12.1Yeah (with a roundabout)You need to turn on the developer mode and allow debugging over USB

Instructions for compatible models:

  1. On Xiaomi, install Mi Mover (if remote) and open it.
  2. On OnePlus, go to Settings โ†’ Additional โ†’ Data Migration (or use Oppoโ€™s Clone Phone if itโ€™s preinstalled).
  3. On Xiaomi, choose โ€œI am the senderโ€ and on OnePlus, โ€œI am the receiver.โ€
  4. Connect to a single Wi-Fi network or create an access point on Xiaomi.
  5. On OnePlus, manually select a Xiaomi model from the list (even if itโ€™s not there, sometimes choosing a Redmi Note 10 helps).
What if OnePlus doesnโ€™t see Xiaomi in Mi Mover?
1.Reboot both devices.2. On OnePlus, turn off Battery Optimization for the Mi Mover app (Settings โ†’ Applications โ†’ Mi Mover โ†’ Battery โ†’ Without Restrictions).3. Try connecting via a mobile hotspot instead of Wi-Fi.4. If nothing helps, use Method 4 (Pack Transfer).

Method 3: Export data from Xiaomi Cloud followed by import to OnePlus

Xiaomi Cloud stores backups in encrypted form, but they can be extracted and converted for OnePlus.

  • ๐Ÿ”„ You regularly backup your Mi Cloud.
  • ๐Ÿ“ We need to move. SMS, call-book MIUI (for example, topics).
  • ๐Ÿšซ There is no slot on OnePlus for SIM-Maps from Xiaomi (otherwise) SMS copyable SIM).

Step-by-step:

  1. On Xiaomi, open Settings โ†’ Mi Account โ†’ Mi Cloud โ†’ Backup of the device.
  2. Create a new backup (select all the data you need) and wait until it is completed.
  3. On PC, go to i.mi.com, log in and download the archive with a backup (section "Devices โ†’ Backups").
  4. Unblock the file (password is your Mi Account) and inside the folders: sms - messages in.xml. contacts - contacts in.vcf. call_log โ€” Call history (needs a converter for OnePlus).

SMS Backup & Restore

.xml

OnePlus

โš ๏ธ Note: Files from the Miui folder (themes, launcher settings) on OnePlus do not apply. They can only be viewed as an archive.

๐Ÿ“Š What kind of backup you use more often?
Mi Cloud
Google Drive
Local backup on PC
I don't do backups.

Method 4: Transfer over PCs using ADB (for advanced users)

If wireless methods fail, manual transfer over ADB (Android Debug Bridge) is required, but it allows you to copy 100% of the data, including:

  • ๐Ÿ“ฑ Data annexes (/data/app).
  • ๐Ÿ—ƒ๏ธ System application settings (e.g. Mi Fit or Gallery).
  • ๐Ÿ”‘ Wi-Fi passwords (/data/misc/wifi/WifiConfigStore.xml).

What you need:

  • ๐Ÿ–ฅ๏ธ PC with installation ADB and Fastboot (download to Android) SDK).
  • ๐Ÿ”Œ Cables. USB-C for both phones.
  • โš™๏ธ Developer mode enabled on both devices (Settings) โ†’ The phone. โ†’ Assembly number - tap 7 times).

Transfer commands (execute in cmd or terminal):

Connect Xiaomi and do:


adb pull /sdcard/MIUI/Backup/AllBackup/ C:\Xiaomi_Backup\




Connect OnePlus and download the data:



adb push C:\Xiaomi_Backup\ /sdcard/OnePlus_Backup/




To transfer SMS (root rights to Xiaomi are required):



adb pull /data/data/com.android.providers.telephony/databases/mmssms.db



Then convert mmssms.db to readable format via SQLite Browser

๐Ÿ’ก

If ADB canโ€™t see the device, try reinstalling the drivers manually through Device Manager (select โ€œAndroid ADB Interfaceโ€).

Method 5: Alternative applications for migration (without root)

If the previous methods seemed complicated, use third-party tools. We tested 5 applications and selected the best ones:

AnnexType of dataSpeed.Deficiencies
Clone Phone (from Oppo)Contacts, SMS, photos, videos, applicationsโญโญโญโญDoes not transfer the history of calls to new models OnePlus
Samsung Smart SwitchFiles, contacts, SMSโญโญโญRequires installation on PC, does not support applications
ShareMe (Mi Drop)Photos, videos, documentsโญโญโญโญโญNo system data transfer (SMS, contacts)

Recommendations for use:

  • ๐Ÿ“ฒ For full portability (including apps), choose Clone Phone.
  • ๐Ÿ“ท If you only need photos and videos, ShareMe can handle it in 5 minutes.
  • โš ๏ธ Avoid Xender โ€“ it often crops up large files (>500MB).

๐Ÿ’ก

Apps like Clone Phone create temporary files on the device. After transferring, clear the Download or DCIM folder to free up space.

What to do if after the transfer to OnePlus there are problems

Even after successful migration, bugs can appear, and here are the typical symptoms and solutions:

  • ๐Ÿ”„ Apps fly out: Clear the app's cache in Settings โ†’ Annexes โ†’ [Name of name] โ†’ Memory. โ†’ Clear the cache.
  • ๐Ÿ“ž Contacts not displayed: Check if they are duplicated in Google and Xiaomi accounts. delete duplicates via Contacts โ†’ Management โ†’ Combining and correcting.
  • ๐Ÿ“ท Gallery photos are not sorted by date: Use Google Photos to re-index (upload photos to the cloud and download back).
  • ๐Ÿ”Š No sound in messages: Reinstall the Messages app or reset its settings.

If OnePlus started to slow down after the transfer:

  1. Reset the device.
  2. Turn off the autoload of unnecessary applications in Settings โ†’ Battery โ†’ Autostart.
  3. Check the space available in Settings โ†’ Memory (should be โ‰ฅ15% of the total).

โš ๏ธ Note: If you have been transferring data from Xiaomi to OnePlus via Mi Mover and notice that the battery is running out quickly, remove the Mi Mover app with OnePlus โ€“ it continues to work in the background and consumes charge.

FAQ: Answers to Frequent Questions

Can you transfer data from Xiaomi to OnePlus without a computer?
Yes, there are three ways: through Google Account (contact, calendar, email sync); through Mi Mover (if OnePlus is supported, see the table above); through apps like Clone Phone or ShareMe; however, you canโ€™t do without a PC to port SMS, call log or app data.
Why isnโ€™t OnePlus displaying photos from Xiaomi Cloud?
Files from Mi Cloud are downloaded encrypted to view: Download the backup archive to your PC via i.mi.com. Uncancel it (password is your Mi Account). Photos will be in the MiCloud/Backup/photos folder in.jpg or.png format. Move them to OnePlus via cable or cloud.
How to transfer saves from Xiaomi games to OnePlus?
The way depends on the game: ๐ŸŽฎ Cloud-saving games (e.g. Genshin Impact, Call of Duty Mobile): log in to the same account (Google Play, Facebook, Mi Account) and progress will be automatically picked up. ๐Ÿ“ฑ Games without cloud (like Stardew Valley): copy the folder with saves from /Android/data/[Game name] on Xiaomi and paste it in the same place on OnePlus (you need a file manager with access to root folders, for example. FX For some games (e.g., Explorer, PUBG Mobile saves are tied to the device, and in that case, the transfer is impossible, you have to start over.
Can I transfer the MIUI settings (themes, gestures) to OnePlus?
No, the settings. MIUI (Themes, animations or gestures are incompatible with OxygenOS/ColorOS. But you can: ๐ŸŽจ Download similar themes from OnePlus Theme Store. โš™๏ธ Set up gestures manually in Settings โ†’ System system โ†’ Gestures. ๐Ÿ“ฒ Use launchers like Nova Launcher to restore the location of icons.
How do you make sure that all the data is transferred correctly?
Check the following items: ๐Ÿ“ž Contacts: Open the Contacts app and make sure all numbers are in place (including profile photos). ๐Ÿ’ฌ Messages: Check out the latest SMS/MMS annex โ€œCommunications". ๐Ÿ“ท Photo/Video: Open the Gallery and make sure all files are displayed (especially check folders) DCIM/Camera and Pictures/Screenshots). ๐ŸŽต Music and documents: Use a file manager (like Files by Google) to check the Download and Music folders. ๐Ÿ”ง Settings: Check Wi-Fi, Bluetooth devices and accounts (Google, social networks) if something is missing, repeat the transfer selectively (for example, only if you have a problem with your mobile phone). SMS through SMS Backup & Restore).