Transferring data between smartphones is a task that every user faces when purchasing a new device. This issue is especially relevant for owners of Xiaomiwhere standard synchronization tools via Mi Account do not always work stably or are suitable for large volumes of information. Using a computer as an intermediary allows you to avoid the limitations of wireless protocols, speed up the process and minimize the risk of losing files.
In this article we will examine 5 reliable methods transferring data from old Android devices to new Xiaomi via a PC: from classic copying files through Explorer to using proprietary software Mi PC Suite and specialized utilities like MobileTrans. We will pay special attention to the nuances of working with different versions MIUI, storage formats (internal memory vs SD card) and compatibility problems that may arise when switching from devices of other brands (for example, Samsung or Huawei).
If you are afraid of losing important data or have encountered errors when trying to synchronize via the cloud, this guide will help you avoid common mistakes and complete the transfer as quickly as possible. All methods have been tested on current versions of MIUI 14/15 i Android 13/14, but are also suitable for older models (provided they support the MTPprotocol).
1. Preparing devices for data transfer
Before you start copying files, you need to properly prepare both your smartphone and your computer. This step is often missed, which leads to errors like โdevice not recognizedโ or inability to access internal memory. Here's what you need to do:
- ๐ฑ On an old Android device: check that the mode is enabled
File transfer (MTP)in the USB connection settings. Path:Settings โ System โ For developers โ USB configuration(if there is no item, activateDeveloper modeby clicking 7 times onBuild numberonAbout phone). - ๐ฅ๏ธ On the computer: install the latest drivers for both smartphones Xiaomi download Mi USB Driver from the official website. Devices of other brands (for example, Samsungmay require proprietary drivers.
- ๐ Battery charge: make sure that both devices have at least 50% charge. (for example, 4K video) may take several hours.
- ๐ Clearing garbage: on your old phone, delete unnecessary files (application cache, duplicate photos) using
File manageror utilities CCleaner. This will reduce copying time.
Pay special attention OEM Unlocking on the new Xiaomi (path: Settings โ Advanced โ For Developers โ OEM Unlocking). Without this, some transfer methods (for example, via ADB) may not work. Also disable USB Debugging after the process is completed - this will increase the security of the device.
โ ๏ธ Attention: If you are transferring data from a device that isAndroid 12+encrypted file system (FBE), some files (such as screenshots or downloads) may not be able to be copied without unlocking the screen. In this case, use the method with Mi PC Suite or cloud backup.
2. Method 1: Classic transfer via Windows Explorer
The simplest and most universal method is manual copying of files via Windows Explorer. It is suitable for transferring photos, videos, music, documents and APK files of applications (but not their data!). The advantage of this method is that there is no need to install additional software.
Step-by-step guide:
- Connect old Android to the PC via a USB cable (preferably original). In the phone's notification shade, select the mode
File transfer (MTP). - Open
This computerin Explorer. Your smartphone will appear as a removable disk (for example,Redmi Note 12). - Go to the folders
DCIM(photo/video),Download(downloads),PicturesorMusicand copy the necessary files to your PC hard drive. - Disconnect the old phone, connect the new one Xiaomi and repeat step 2.
- Paste the copied files into the appropriate folders on the new device. For photos/videos, use
DCIM/Cameraso that they are displayed correctly in the gallery.
To speed up the process, you can use hot keys:
Ctrl + Aโselect all files in the folder.Ctrl + C/Ctrl + Vโ copy/paste.Alt + Tabโquickly switch between Explorer windows.
| Data type | Folder on Android | Notes |
|---|---|---|
| Photos and videos | DCIM/Camera |
Files with the extension .jpg, .png, .mp4. For Google Photos check the folder Pictures. |
| Music | Music or Download |
Formats .mp3, .flac, .m4a. For playlists, use export from the application (for example, Poweramp). |
| Documents | Documents or Download |
.pdf, .docx, .xlsx. For notes from Google Keep you need a separate export. |
| APK files | Download or APK |
Install manually only from trusted sources! Xiaomi may require permission to install from unknown sources. |
โ ๏ธ Attention: Do not copy the entire folder - it contains application data that will not work on the new device without the correct one. backup. To transfer game saves or messenger settings, use specialized methods (see section 4). Android entirely - it contains application data that will not work on a new device without a correct backup. To transfer game saves or messenger settings, use specialized methods (see section 4).
Free space on the PC (at least 2x the amount of transferred data)
No viruses on both devices (check with an antivirus)
Correct display of file names (Cyrillic may not be supported)
Disabling the "Battery Saver" mode on phones-->
3. Method 2: Using Mi PC Suite for a full backup
Mi PC Suite is the official software from Xiaomithat allows you to backup data and restore it on new devices. This method is suitable for transferring contacts, messages, call logs, notes and even some system settings (for example, wallpapers or themes). However, it does not support transferring installed applications or their data.
How to use Mi PC Suite:
- Download and install Mi PC Suite s the official website is available (Windows version). For
macOSa stripped-down version of Mi Phone Manager. - Connect old Android to a PC via USB. In the app, select the device and click
Backup. - Tick the data types for backup (for example,
Contact,Messages,Gallery). To save time, you can exclude unnecessary categories. - Specify the path to save the backup (by default it is
C:\Users\Username\MiPhoneBackup). ClickStart. - After completion, disconnect the old phone, connect the new one Xiaomi and select
Restore from backup.
Advantages of the method:
- ๐ Preserves the data structure (for example, folders in the gallery or contact tags).
- ๐ฑ Supports recovery to devices with different versions
MIUI(but no lowerMIUI 10). - ๐ Encrypts the backup with a password (optional).
Disadvantages:
- โ Does not transfer applications and their data (for example, saves in games or chats in Telegram).
- โ May not work correctly with non-Xiaomi devices (for example, Samsung Galaxy).
- โ Large backups (over 30 GB) are sometimes restored with errors.
1. Reinstall the drivers via Device Manager (select "Update driver" โ "Search on this computer").
2. (preferably USB 3.0 blue).
3. Disable the antivirus (for example, Avast or Kaspersky may block the connection).-->
4. Method 3: Transferring applications and their data via ADB
For advanced users who need to transfer installed applications along with their data (for example, game saves, settings WhatsApp or Viber), the method using ADB (Android Debug Bridge)is suitable. This method requires enabling Developer mode and working with the command line, but allows you to transfer even data that is not copied using standard methods.
What you will need:
- ๐ฅ๏ธ A computer with installed ADB Tools (you can download it as part of Android SDK Platform Tools).
- ๐ฑ Both smartphones with included
USB debugging. - ๐ A high-quality USB cable (preferably original).
Step-by-step guide:
- Connect old Android to the PC and open the command line (
Win + Rโ entercmd). - Check the connection command:
adb devicesIf the device is displayed, move on. If not, check the drivers and permissions on your phone.
- Create a backup of applications and their data:
adb backup -apk -obb -shared -all -f C:\backup.abHere:
-apk- includes APK files of applications.-obb- adds additional data (for example, game cache).-shared- saves data to SD card.-f C:\backup.abโ path to the backup file.
Create backup.adb restore C:\backup.ab
Important: This method does not transfer system applications or data associated with your Google account (for example, mail or calendar). Also, some applications (for example, banking) may block the recovery of their data for security reasons.
What to do if ADB displays a "device unauthorized" error?
This error means that the computer does not have permission to debug. Solution:
1. Disconnect the phone from the PC.
2. On your phone, go to Settings โ System โ For Developers and remove all previously allowed devices for debugging.
3. Reconnect your phone and confirm the request to trust your computer (will appear in the notification shade).
5. Method 4: apps for data transfer (MobileTrans, Syncios)
If standard methods are not suitable (for example, due to incompatibility of devices or a large amount of data), you can use specialized apps. The most popular:
- ๐ฑ MobileTrans (from Wondershare) - supports the transfer of contacts, messages, photos, videos, music and even WhatsApp-chats.
- ๐ฑ Syncios - a free alternative with a backup and recovery function.
- ๐ฑ Dr.Fone - paid software with advanced options (including transferring data from iPhone to Android).
How to transfer data via MobileTrans:
- Download and install MobileTrans from official website.
- Connect both smartphones to the PC via USB. In the app, select the mode
Phone Transfer. - Specify source (old Android) and destination (new Xiaomi). If devices are identified incorrectly, click
Flip. - Select data types to transfer (for example,
Contact,Messages,Applications). - Click
Start Transferand wait for completion. Do not disconnect devices during the process!
Advantages of the apps:
- ๐ Cross-platform (work with Samsung, Huawei, Oppo etc.).
- ๐ Visual interface with data preview.
- ๐ Possibility of selective transfer (for example, only WhatsApp-chats).
โ ๏ธ Attention: Free versions of apps (for example, Syncios) often limit the transfer speed or data volume. For large backups (over 10 GB), you may need to purchase a license. Before paying, check whether your model is supported Xiaomi on the developer's website.
6. Cloud transfer with a computer as an intermediary
If direct transfer via cable is not possible (for example, due to a damaged USB port), you can use cloud services with a computer as an intermediate link. This method is suitable for transferring photos, videos, documents and contacts, but not applications.
Action algorithm:
- To old Android upload files to the cloud:
- ๐ For photos/videos: Google Photos (unlimited storage for compressed files).
- ๐ For documents: Google Drive or Yandex Drive.
- ๐ For contacts: export them to a file
.vcfviaContacts Google.
- On computer download files from the cloud:
- For Google Photos: go to photos.google.com, select files and click
Download. - For Google Drive: use drive.google.com and function
Download as ZIP.
- For Google Photos: go to photos.google.com, select files and click
To speed up the process you can use Google Takeout โa service for bulk export of data from a Google account. It allows you to download an archive with contacts, mail, calendar and even search history at once.
Cloud transfer takes longer due to upload/download speed limitations, but is reliable in case of hardware problems (for example, a broken USB port).
7. Solving common problems when transferring data
Even when following the instructions, users often encounter errors. Let's look at the most common ones and how to fix them:
| Problem | Possible cause | Solution |
|---|---|---|
| The computer does not see the smartphone | Missing drivers or incorrect mode USB | Install Mi USB Driver, select MTP in the phone's notification shade |
| Files are not copied ("Access denied" error) | File system FBE (encryption) on Android 10+ |
Use Mi PC Suite or unlock your phone screen during copying |
| Applications are not restored after transfer | Incompatibility of Android versions or processor architecture | Download APK files again from Google Play or APKMirror |
| Photos in the gallery are not displayed | Incorrect copy folder | Move files to DCIM/Camera and restart your phone |
| Slow copy speed | USB 2.0 or fragmented disk is used | Connect to the port USB 3.0 (blue connector) and defragment the HDD |
If none of the methods worked, try alternative options:
- ๐ OTG adapter: connect the old phone to the new one Xiaomi via an OTG cable and copy the files directly (without a PC).
- ๐ก Local network: use applications like Send Anywhere or Xender for data transfer via Wi-Fi.
- ๐ง Custom recovery: for advanced users - backup via TWRP and restoration on a new device.
โ ๏ธ Attention: When using custom firmware or root access to transfer data, you risk losing your warranty Xiaomi. Before such manipulations, create a full backup via Mi PC Suite.
FAQ: Frequently asked questions about transferring data to Xiaomi
Is it possible to transfer data from iPhone to Xiaomi via a computer?
Yes, but this will require specialized apps like MobileTrans or Dr.Fone. They support transferring contacts, photos, videos, and even iMessages. Standard methods (via Explorer or Mi PC Suite) do not work with iOS.
The alternative is to use Move to iOS in the reverse order: first transfer data from iPhone to temporary Android, and then to Xiaomi.
Why, after transfer, photos in the Xiaomi gallery are not displayed in chronological order OK?
This is due to the fact that MIUI sorts photos by the shooting date specified in the metadata (EXIF). If the date is missing or incorrect, the files may appear in random order.
Solution:
- Use a app ExifTool to correct the metadata.
- Or sort the photos manually in the folder
DCIM/Camera.
How transfer game saves from one Android to Xiaomi?
The method depends on the game:
- ๐ฎ Games with cloud saving: log in to the same account Google Play Games or a social network (for example, Facebook) on a new device - progress will be updated automatically.
- ๐ฑ Local saving: copy the folder
Android/obb/game_package_nameorAndroid/data/game_package_namevia Explorer (see section 2). - ๐ง root access: Some games (for example Genshin Impact) will require access to system folders. Use Root Explorer.
For games with protection (for example, PUBG Mobile), the transfer of saves may be blocked. In this case, all that remains is synchronization through the account.
Is it possible to transfer SMS and call history without root access?
Yes, the following are suitable for this:
- Mi PC Suite (see section 3).
- Applications like SMS Backup & Restore (exports SMS to an XML file).
- MobileTrans (transfers both SMS and call logs).
Without root access, you will not be able to transfer read status messages or MMS attachments (they will be saved as separate files).
How transfer data if the screen on your old phone is broken?
Solution options:
- ๐ฅ๏ธ Connect the phone to the PC via USB and use
ADBto create a backup (if it was previously enabledDebugging by USB). - ๐ If the screen responds to touches, connect OTG adapter with a mouse and control the phone through it.
- ๐ก Use Google Find My Device for remote unlocking (if the phone is connected to the Internet).
If all else fails, contact a service center to retrieve data via JTAG or Chip-off (expensive, but effective).