Data transfer between Xiaomi smartphones: what you need to know before you start
Shifting data from the old Xiaomi to the new Redmi Note is a challenge that every brand owner faces when upgrading a device. Even if both phones are from the same manufacturer, the process has nuances, from compatibility of MIUI versions to limitations on the amount of files transferred. For example, when using Mi Mover over Wi-Fi Direct, the transfer speed can drop by 30-40% with data volumes over 10 GB, and cloud services (such as Xiaomi Cloud) limit free storage to 5 GB.
In this article, we will analyze all the current methods of transfer β from the official Mi Mover tool to manual copying via ADB β with regard to their speed, reliability and limitations. Particular attention will be paid to the Redmi Note series (including Note 12/13 Pro models), since their firmware often has unique security settings that affect data transfer. For example, Redmi Note 11 with MIUI 14 requires manual confirmation of a trusted device when first connected via cable.
Method 1: Mi Mover is the official tool of Xiaomi
Mi Mover is an integrated data migration app that automatically installs on all Xiaomi and Redmi smartphones, and supports contact, message, photos, videos, apps (including their data), and even some system settings, with the main advantage of being simple: no cables or cloud login.
However, there are limitations:
- π± It only works between devices on MIUI 9 and newer. If the older phone has a lower version, update the firmware first.
- π« Does not transfer data from some third-party applications (for example, WhatsApp or Viber β they need separate backups).
- β‘ Speed depends on the version of Wi-Fi: on the Redmi Note 12 Pro+ Wi-Fi 6 transfer 20 GB will take ~20 minutes, and on the Note 8 with Wi-Fi 4 - up to 1.5 hours.
Step-by-step:
- On both phones, open Settings β About Phone β Mi Mover (or find the app through search).
- On the old phone, choose I am the sender, on the new phone, I am the receiver.
- Scan it. QR-code from a new phone on an old phone (or connect via Bluetooth if you have a new phone on your old phone) QR misspelled).
- Select the data types to be transferred and confirm the start of the process.
Battery charge >50% on both phones|Same version MIUI (or new on the recipient)|Power saving mode is off.|Free space on the new phone > volume of data transmitted-->
β οΈ Warning: If you see a "Disconnected" error during transmission, restart both phones and try again. On Redmi Note 10 and later, sometimes disabling the dual Wi-Fi connection function in network settings helps.
Method 2: Transmission via OTG cable (fastest method)
Using a USB OTG cable (or adapter) is the best option for carrying large amounts of data (from 30 GB or more). Transfer speeds over USB 3.0 can reach 40-50 MB / s, which is 5-10 times faster than Wi-Fi. This method is suitable for all Redmi Note models, including the Note 9 Pro and Note 11S, but requires an additional accessory.
What you need:
- π Cable USB-C β USB-C (or micro-USB β USB-C, If you have an old phone with a micro USB connector).
- π± adapter OTG (If the cable does not support direct host-mode).
- π Charging a new phone (the process can drain the battery on the phone) 10-15%).
Instructions:
- Connect the cable to both phones. On the new Redmi Note, select File Transfer (MTP) mode in the notification curtain.
- On an old phone, open Explorer (or File Manager), find folders with data (for example, DCIM for photos, Download for downloads).
- Select files, click Copy, then go to the folder of the new phone (it will appear as an external drive) and paste.
| Redmi Note model | Max, USB speed. | Transfer time of 50 GB | Need an OTG? |
|---|---|---|---|
| Redmi Note 13 Pro+ | USB 3.2 (10 Gbps) | ~15 minutes | No. |
| Redmi Note 12 | USB 2.0 (480 Mbps) | ~40 minutes. | Yes. |
| Redmi Note 10 Pro | USB 3.1 (5 Gbps) | ~20 minutes | No. |
| Redmi Note 8 | USB 2.0 (480 Mbps) | ~45 minutes. | Yes. |
π‘
If the phone doesnβt recognize the connected cable, try enabling USB Debugging in Settings β About Phone β MIUI version (click 7 times on the version, then go back to Additional β For Developers).
Method 3: Xiaomi Cloud (for backup)
Xiaomi Cloud allows you to back up your data on Xiaomi servers and restore it to a new phone, which is convenient if you donβt have a cable or the phones are in different places. However, the free tariff is limited to 5 GB, and you will have to subscribe to increase the volume (from 99). β½/month).
How to move data through the cloud:
- βοΈ On an old phone: Settings β Xiaomi account β Mi Cloud β Backup. Select data and click Create backup.
- π± On the new Redmi Note: Sign in to the same Xiaomi account, go to Mi Cloud β Restore from backup copy.
- β³ Wait until it is completed (time depends on internet speed).
Please note:
- π Backups are encrypted, but Wi-Fi passwords and some banking application data are not saved.
- π Copies are kept for 30 days, and if you don't restore them in time, they're deleted.
- π Use Wi-Fi, not mobile internet (50GB by speed) 4G It can eat up to 10 GB of traffic).
Mi Mover|Cable OTG|Xiaomi Cloud|Bluetooth/SD-map|Other-->
Method 4: Bluetooth and SD-map (for small volumes)
If you only need to transfer contacts, a few photos or documents, you can do without the Internet and cables. Bluetooth is suitable for files up to 500 MB, and SD-The card is for volumes up to 256 GB (depending on the format supported), which are universal and work even on the oldest Redmi models (e.g. Note). 4X).
Transmission via Bluetooth:
- Turn on Bluetooth on both phones (Settings β Connections β Bluetooth).
- Connect the devices (confirm the connection code on the new phone).
- On your old phone, select files in Explorer, click Share β Bluetooth and select the new Redmi Note.
Transfer through SD-map:
- Put the card in an old phone, copy the data to it.
- Remove the card and paste it into the new Redmi Note (or use a MicroSD adapter if the slot is hybrid).
- Transfer files to internal memory through Explorer.
β οΈ Note: Redmi Note 11 and Newer SD-The cards are formatted in exFAT by default. FAT32, file-size >4GB not copied.Reformat the card to exFAT via PC before use.
What data cannot be transmitted via Bluetooth
Method 5: ADB (for experienced users)
If standard methods donβt work (for example, due to corrupted firmware or lack of access to Mi Mover), you can use ADB (Android Debug Bridge), which requires a computer and basic command-line knowledge, but allows you to transfer all data, including hidden files and application settings.
What you need:
- π» Computer with installed ADB Tools.
- π Cable USB-C/USB-A (Original to avoid connection problems).
- π± Included Debugging by USB both phones.
Transfer commands (executed in cmd or terminal):
adb pull /sdcard/ C:\Xiaomi_Backup\ # Copy data from old phone to PC
adb push C:\Xiaomi_Backup\ /sdcard/ # Upload data to new phoneTo copy specific folders (for example, only photos):
adb pull /sdcard/DCIM/ C:\Xiaomi_Photos\π‘
ADB is the only way to transfer data from a phone that has a broken screen but has a sensor running: plug the phone into a PC, unlock it, and use ADB commands to create a backup.
Frequent mistakes and their solutions
Even when using official tools, users are facing problems, and here are the most common mistakes and ways to fix them:
1 Mi Mover doesn't see new phone
- π Reboot both devices.
- πΆ Turn it off. VPN Check that both phones are connected to the same Wi-Fi network.
- π οΈ Update. MIUI Up to the latest version (Redmi Note 9 with the MIUI 12.5 were compatibility bugs).
2. When transmitted via cable, files are not copied
- π Try another cable (cheap cables often don't support data transfers).
- π Check that the new phone has enough space (on the Redmi Note 12 with 128 GB of memory should be free at least 10% of the volume).
- π Unlock access to folders in Settings β Annexes β Permits β Warehouse.
3. Xiaomi Cloud does not recover data
- π Make sure youβre logged in to the same Xiaomi account from which the backup was made.
- π‘ Check your internet connection (sometimes switching from Wi-Fi to mobile data helps).
- β³ Wait. 10-15 Sometimes recovery doesnβt start immediately.