The transition to a new Xiaomi smartphone is always an exciting moment, but along with the joy of updating the gadget comes a headache: how to save important messages from an old device? SMS with passwords from services, payment confirmations or just expensive memories can not be lost. Fortunately, owners of Redmi, POCO or flagship Xiaomi models have at least 5 working ways to transfer messages - from built-in functions to third-party applications.
In this article, we will discuss each method in detail: from the simplest (use). SIM-maps) to advanced (manual copying through ADB). You'll learn how to do this for your model, how to avoid data loss, and what to do if messages don't want to be copied, and you'll also learn a unique life hack to transfer SMS between different brands without losing formatting.
1. Method: Backup via MIUI (built-in function)
The most reliable and official method is to use the built-in MIUI backup tool, which works on all modern Xiaomi devices (starting with MIUI 10) and saves not only SMS, but also contacts, call log, system settings, the main advantage is that you do not need to install third-party applications.
To copy the messages:
- ๐ฑ Open the Settings. โ The phone. โ Backup and reset โ Local backup on an old phone.
- ๐พ Click โCreate a Backupโ and select only the Message option (you can add other data too).
- ๐ The backup file will be saved in the folder MIUI/backup/AllBackup internal memory or SD-map.
- ๐ Connect your new phone to your computer or transfer the file through Mi Drop/Bluetooth, Then restore it through the same settings section.
โ ๏ธ Attention: If you have MIUI Global and MIUI China on different phones, the backup may not recover.In this case, use the method with Google Drive (see next section).
Battery Charge > 50% on both phones
Free space on the new device (minimum 500 MB)
Restrictions on the "Backup" application in the battery settings are disabled
The same Mi Account on both phones (if you use the cloud)
-->
| Xiaomi model | Does MIUI support backup? | Features |
|---|---|---|
| Redmi Note 12/13, POCO X5 | โ Yes. | Full support including MMS |
| Xiaomi 13/14, Mix Fold 3 | โ Yes. | Automatic encryption of backup copy |
| Redmi 9A/10A (budget) | โ ๏ธ Partially. | MMS and group chats may not be saved |
| Devices on MIUI 9 and older | โ No. | Use SMS Backup & Restore |
2. Method: Synchronization through Google Drive
If you prefer cloud-based solutions, Google offers a built-in SMS backup tool (available on all Android 6.0+ phones), a method handy in that data is automatically synced to the new phone when it is first turned on.
How to set up:
- On your old phone, go to Settings โ Google โ Backup.
- Enable the option โBackup to Google Driveโ and make sure that the Message item is selected in the list.
- Click on โCreate Backup Nowโ and wait until itโs completed (it can take up to 10 minutes).
- On the new Xiaomi, when you first start, select a recovery from Google backup and log in under the same account.
โ ๏ธ Note: Google only stores backups of SMS for 30 days from the last update, and if you don't move the data within that timeframe, they will be deleted without recovery.
Built-in MIUI Backup
Google Drive
Third-party annexes
SIM-map
I don't make backups.-->
Advantages of the method:
- ๐ Automatic synchronization (configured once).
- ๐ Access messages from any device via Google Messages for Web.
- ๐ก๏ธ Data is encrypted during transmission.
Disadvantages:
- โณ Slower than local copying (depending on internet speed).
- ๐ถ Requires a stable connection to Wi-Fi.
- ๐ซ It's not. MMS (text-only).
๐ก
If Google Drive does not offer SMS backup, upgrade the Google Play Services app to the latest version in the Play Market.
3. Method: Transfer of SMS via SIM-card
The most โold-fashionedโ, but sometimes the only possible way is to copy messages to the Internet. SIM-It's a good one if you have a map:
- ๐ต You do not have access to Wi-Fi or mobile internet.
- ๐ The battery is drained, and you need to quickly copy the most important SMS.
- ๐ฑ One of the phones is not on Android (for example, iPhone or feature phone).
Instructions:
- Put it in. SIM-card.
- Open the Messages app, select the desired dialog โ โฎ (Menus) โ Copy on SIM.
- Repeat for all important messages (be aware that only 20-50 SMS is placed on the SIM depending on the card model).
- Insert SIM into the new Xiaomi and import messages through the same menu.
โ ๏ธ Attention: SIM-The cards only support text SMS (maximum 160 characters). MMS, Emojis, group chats and attachment messages are not copied.
| Type SIM-map | Max. Number of SMS. | Support for emoji |
|---|---|---|
| Standard (2G) | ~20 messages | โ No. |
| Micro/Sano SIM (3G/4G) | ~50 messages | โ ๏ธ Partially (converted into text) |
| eSIM | โ Not supportive. | โ No. |
4. Method: Applications for SMS transfer (SMS Backup & Restore and analogues)
If the built-in methods don't work (e.g., older versions of MIUI), third-party applications come to the rescue, the most popular being SMS Backup & Restore (over 10 million installations).
- ๐ฅ Save SMS in.xml or.csv format (can be opened on PC).
- โ๏ธ Download backups to Google Drive, Dropbox or OneDrive.
- ๐ Transfer messages between phones of different brands (for example, from Samsung to Xiaomi).
- ๐ View statistics by message (number, most active contacts).
Step-by-step:
- Install Backup & Restore SMS on both phones.
- On the old device, click โCreate a Backupโ โ select Messages (and MMS if needed).
- Save the file to internal memory or to the cloud.
- Transfer the file to the new Xiaomi (e.g., via Mi Drop or Bluetooth).
- In the app on the new phone, select โRestoreโ and specify the path to the file.
โ ๏ธ Warning: When recovering, the app can replace existing SMS messages on the new phone. If there are already important messages, first make a backup copy of them!
How to transfer SMS from iPhone to Xiaomi?
5. Method: Manual copying via ADB (for advanced users)
If you're not afraid of the command line, you can copy SMS directly from the Android system database using ADB (Android Debug Bridge), which works on any phone, including devices with root rights or custom firmware.
What you need:
- ๐ฅ๏ธ Computer with installed ADB-driver.
- ๐ฑ Included Debugging by USB on both phones (Settings) โ The phone. โ Version. MIUI โ 7 times press to unlock the developer mode, then Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ USB-cable (preferably original).
Copy commands:
Connect your old phone and do:
adb pull /data/data/com.android.providers.telephony/databases/mmssms.db
Connect a new phone and download the database:
adb push mmssms.db /data/data/com.android.providers.telephony/databases/
Reboot the phone:
adb rebootโ ๏ธ Warning: This method requires root rights on the new phone, otherwise the database won't overwrite:
adb backup -f sms_backup.ab com.android.providers.telephony(Create a file sms_backup.ab, You need to reset it with adb restore.)
๐ก
ADB-copying is the only way to transfer SMS from a phone that has a broken screen, but USB-debugging was included in advance.
Frequent problems and their solutions
Even with detailed instructions, it can be difficult to carry SMS messages.
Problem 1: Messages have been moved, but no contact names (numbers only) have been identified.
- ๐น Reason: Contacts are not synced with Google Account or Mi Account.
- ๐น Solution: Export contacts separately through Settings โ Contacts โ Imports/Exports.
Problem 2: Recovery from MIUI backup is 99% frozen.
- ๐น Reason: Variation of versions MIUI or a corrupted backup file.
- ๐น Solution: Try to restore a copy on another phone with the same version MIUI, then repeat the transfer.
Problem 3: The SMS Backup & Restore app doesn't see the message.
- ๐น Reason: The phone is installed third-party SMS-Application (e.g. Google Messages).
- ๐น Solution: Temporarily make the standard Messages app from Xiaomi the default app.
Problem 4: MMS is not tolerated in any way.
- ๐น Reason: MMS stored separately from SMS and often not included in backups.
- ๐น Solution: Use SMS Backup & Restore with a tick Include MMS Or manually copy the folder. /sdcard/Pictures/MMS.