Transfer applications from one Xiaomi to another: the full guide 2026

Migrating apps between Xiaomi smartphones is a challenge that every user faces when buying a new device or resetting an old one. Unlike the iPhone, where the synchronization process is most automated via iCloud, Android devices (and Xiaomi in particular) have several ways to migrate data, from the Mi Mover proprietary solution to manually copying.apk files. Each method has its limitations: application settings are lost, cache data is not transferred, and sometimes root access is required.

In this article, weโ€™ll look at all the current ways to migrate apps between Xiaomi smartphones (including the Redmi, POCO and Black Shark models), compare them in speed, reliability and data security, and focus on hidden nuances that are not covered in the official instructions โ€“ for example, why the Mi Mover can โ€œhangโ€ by 99% or how to get around the limitation on porting system applications. If you want to save time and avoid data loss, read on.

1.The official way: Mi Mover - pros and pitfalls

Mi Mover is Xiaomiโ€™s proprietary solution for data migration between the brandโ€™s devices, preinstalled on all modern Xiaomi/Redmi/POCO smartphones, promising to port not only apps, but also contacts, messages, photos and even system settings.

  • ๐Ÿ”„ Not all applications are portable. System utilities (such as Mi Remote or Security) are often skipped.
  • โšก Long preparations: on devices with large amounts of data (100)+ GB) scanning may take 30+ minute.
  • ๐Ÿ”Œ Cable required OTG. Wireless transfer over Wi-Fi Direct is unstable and often interrupted.
  • ๐Ÿ“ฑ Restriction by version MIUI. If one of the devices is outdated firmware (for example, MIUI 12), compatibility errors may occur.

To use Mi Mover, follow the following steps:

  1. On both smartphones, open the Mi Mover app (you can find it through a search system).
  2. Select the device role: Sender (old smartphone) and Recipient (new).
  3. Connect devices through USB-OTG-Cable (original from Xiaomi is recommended).
  4. On an old smartphone, tick the data for transfer (including the item in the Application).
  5. Confirm the start of the process and wait until the connection is completed (donโ€™t interrupt!).

โš ๏ธ Warning: If Mi Mover is hanging during the Preparation phase, try turning it off VPN (If it's on, or reboot both devices, 30 percent of the time, the problem is solved by changing. USB-cable.

๐Ÿ“Š What data transfer method have you used before?
Mi Mover
Handheld APK transfer
Google Account
Other service
Never put up with it.

2. Google Account Transfer: What is Transferred and What Is Not

Syncing through Google Account is a universal method that works on all Android devices, including Xiaomi, but there is a critical limitation: only lists of installed applications are transferred, not their data, so after recovery, you will have to re-sign in to accounts, configure notifications and download cache.

How to set up synchronization:

  1. On your old smartphone, go to Settings โ†’ Google โ†’ Backup.
  2. Enable the option to back up in Google Drive and wait for the process to be completed.
  3. On the new device, when you first start, select Restore Data from a backup and log in to the same Google Account.
  4. In the list of available copies, select the freshest and confirm the recovery.

What exactly is synced through Google:

Type of dataTransferred?Notes
List of annexesโœ… Yes.Only from Google Play (not system or installed via APK)
Application dataโŒ No.Exception: Some games with Google Play Games support
Contactsโœ… Yes.If they are saved in Google Contacts, not in the device memory
SMS/MMSโœ… Yes.Only if backup is enabled in Settings โ†’ Google โ†’ Backup
Photosโš ๏ธ Partially.Only if they are uploaded separately to Google Photos

โš ๏ธ Note: If you restore data from your Google Account on a new Xiaomi smartphone and then try to use Mi Mover, duplicate data conflicts may arise.

๐Ÿ’ก

Before you restore your Google Account, check if there is enough space on your new device. A backup can weigh tens of gigabytes, especially if it includes photos and videos.

Manual transfer APK-File: When is the only way out

If Mi Mover refuses to port the right applications (like large-cache games or modified APKs), the only option left is manual copying, which takes longer, but gives you complete control over the process.

  • ๐Ÿ“ File Manager (e.g. Mi File Manager or Solid Explorer).
  • ๐Ÿ”Œ USB-cable OTG-adapter.
  • ๐Ÿ’พ Sufficient space on the new device (applications) + their data may be taken up in 2-3 more space than yourself APK).

Step-by-step:

  1. On an old smartphone, turn on the display of hidden files in the file manager (Settings โ†’ Show hidden files).
  2. Go to /data/app/ (root rights required) or /sdcard/Android/data/ (for some applications).
  3. Copy folders with the names of the desired applications (for example, com.whatsapp) to an external drive or PC.
  4. Connect a new smartphone and insert APK-file (/data/app/ or /sdcard/Android/data/).
  5. Install applications manually (via file manager or adb install command).

To transfer application data (such as game saves), copy folders from:

/sdcard/Android/data/[package_name]/


/sdcard/Android/obb/[package_name]/

โš ๏ธ Note: Without root rights, you will not be able to copy files from /data/data/ โ€” It stores the settings and cache of most applications. If root is not available, the data will have to be reconfigured.

Make a backup copy of important data|Check the free space on the new device|Download the file manager with root support (if needed)|Prepare. OTG-cable-->

4. ADB Transfer: For Power Users

If you're familiar with ADB (Android Debug Bridge), you can migrate apps and their data using the command line. This method saves all the settings (unlike Mi Mover or Google Account), but requires terminal skills.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB and drivers for Xiaomi.
  • ๐Ÿ”ง Included debugging by USB on both smartphones (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times press to unlock the developer menu, then turn on Debugging by USB).
  • ๐Ÿ“ก Stable connection (it is better to use the original cable).

Transfer commands (executed in cmd or terminal):

  1. Connect both devices to your PC and check their visibility: Adb devices (two serial numbers must be displayed).
  2. Create a backup of the application on an old smartphone: adb -s [device1_serial] backup -f app.ab -apk -obb -shared com.example.app (replace com.example.app with the batch name of the desired application).
  3. Restore backup on your new device: adb -s [device2_serial] restore app.ab

To find out the batch name of the application, use the command:

adb shell pm list packages | grep "keyword"

For example, for WhatsApp:

adb shell pm list packages | grep whatsapp
What if the ADB canโ€™t see the device?
1. Check if debugging is included on USB 2. Install drivers for Xiaomi from the official website (section "Fastboot Drivers"). 3. Try another one. USB-port (preferably) USB 2.0). 4. Restart your PC and smartphone. 5. If you are using Windows, run cmd on behalf of the administrator.

5. Game data transfer: how not to lose progress

Games are a separate headache when you move between devices, and even if you copy the APK and the OBB folder, the saves may not go. Here's what to do depending on the type of game you play:

  • ๐ŸŽฎ Google Play Games: Automatically sync progress through the cloud. Just log in to the same Google account on a new device.
  • ๐Ÿ“ฑ Locally saved games (such as Minecraft): You need to manually copy the folder /sdcard/games/[name game] or /data/data/[package_name] (root).
  • ๐Ÿ”„ Games with your own cloud (e.g. Genshin Impact): Link your account to email or social media in your game settings before porting.
  • โš ๏ธ Games without sync: Try using Titanium Backup (root required) or Swift Backup.

For popular games, there are special instructions:

Game.Transfer methodNeed root?
PUBG MobileFacebook/Google bindingโŒ No.
Call of Duty: MobileLink to Activision or Google PlayโŒ No.
MinecraftCopy folder /games/com.mojang/โš ๏ธ For a full backup, yes.
Genshin ImpactLinking to email in game settingsโŒ No.
Brawl StarsRelated to Supercell IDโŒ No.

๐Ÿ’ก

If the game doesn't support cloud sync, the only reliable way to migrate is to back up through Titanium Backup or manually copy folders with saves. Without root rights, you risk losing progress.

6.Mobilization of system applications: bypassing the limitations of Xiaomi

Xiaomi system applications (e.g. Mi Remote, Security, Themes) are not usually ported through Mi Mover or Google Account. There are two ways to restore them:

Method 1: Installation via APK

  1. Download the APK of the desired system application from a reliable source (for example, APKMirror).
  2. Transfer the file to a new smartphone and install manually (permission to install from unknown sources may be required).
  3. Reset the device.

Method 2: Backup via TWRP (unlocked bootloader required):

  1. Install custom recovery TWRP on your old smartphone.
  2. Create a backup of the /system partition in TWRP.
  3. Copy the backup to your new smartphone and restore it via TWRP.

โš ๏ธ Warning: Manual installation of system applications may lead to conflicts with the current version MIUI. If the application does not work after the transfer, delete it and install the update via GetApps (branded Xiaomi store).

7. Problem Solving: Why Apps Aren't Portable

If you encounter errors during transfer, check the following points:

  • ๐Ÿ”‹ Battery charge: Both devices must have at least 50% charge.Mi Mover can interrupt the process when battery levels are low.
  • ๐Ÿ“ถ Version. MIUI: New smartphones (such as Xiaomi 14) can be installed MIUI 15, which is incompatible with older versions of the Mi Mover.Refresh the firmware on both devices.
  • ๐Ÿ”’ Lockdown OEM: If the new smartphone is enabled lock OEM Unlock (Settings) โ†’ Special facilities โ†’ For developers, some applications may not be installed.
  • ๐Ÿ—ƒ๏ธ Memory Lack: Free up at least 20% of free space on the new device before transferring.

Common mistakes and their solutions:

Mistake.Reason.Decision
Mi Mover is 99% frozenData conflict or unstable connectionReboot both devices and try again. If it doesn't work, move data in parts (for example, contacts first, then applications).
Applications are not installed after transferIncompatibility of Android or MIUI versionsUpdate the firmware on both devices or install apps manually via APK.
No big cash games tolerated.Limiting Mi Mover on File SizeUse manual transfer or ADB.
App settings are lostData is stored in /data/data/, which is not copied without rootReset your settings via Titanium Backup or reset the app.

๐Ÿ’ก

If Mi Mover constantly gives an error "Disconnected", try to turn off Bluetooth on both devices.

Frequently Asked Questions (FAQ)

Can I transfer applications from Xiaomi to another brand (Samsung, Honor, etc.)?
Yes, but with limitations: Only app listings (without data) will be transferred through Google Account. Smart Switch (from Samsung) or Phone Clone (from Huawei) can transfer some data, but not all applications. To fully transfer, you will have to use ADB or manual copying of APK. The biggest problems arise with Xiaomi system applications (for example, Mi Home or Mi Fit) โ€“ they may not work on other brands.
How to move apps if the old Xiaomi is not turned on?
If your smartphone doesn't respond to the onset but is charging (a burning indicator), try: Connect the device to your PC and check if it's defined as a drive (sometimes even without the screen on). If there's root, use ADB in Fastboot mode. If nothing helps, remove the memory card (if any) and connect it to a new smartphone โ€” some of the data may have been stored there. If the phone is completely dead, contact the service center to retrieve the data from the flash memory.
Will the data be transferred from the applications of banks (Sberbank, Tinkoff, etc.)?
No, Mi Mover and Google Account do not transfer data from banking applications for security reasons. You will have to: Install the bank application again via Google Play. Sign in using a login / password or biometrics. Some banks (for example, Sberbank) will require confirmation via SMS or a call in support. We recommend that you take screenshots of important data (for example, payment history) before transferring or export it to PDF, if such a feature is in the application.
Can I transfer applications from Xiaomi to iPhone?
There is no direct way, but it is possible to migrate data in part: ๐Ÿ“ฑ Contacts and calendars: Sync through Google Account, then add it to your iPhone. ๐Ÿ“ท Photo/Video: Move it to Google Photos or iCloud. ๐ŸŽต Music: Upload tracks to Apple Music or YouTube Music. ๐Ÿ“ฑ Apps: Install analogues from the App Store (many services have cross-platform versions). Use special services like Move to iOS (from Apple) to transfer messages, but note that it only works when you initially set up your iPhone.
How to transfer applications if the new Xiaomi has a different version of Android?
If the difference in Android versions is significant (for example, from the old Android 10 to the new Android 14), compatibility issues may arise: ๐Ÿ”„ Update the firmware on your old smartphone to the highest possible version MIUI. ๐Ÿ“ฆ Move it. APK manually, but note that some apps may not run on the new version of Android. ๐Ÿ› ๏ธ Use it. ADB for backup and recovery (adb backup team takes into account Android version).If the app refuses to work, check for updates on Google Play or the developer's website.