How to transfer numbers from one SIM to another on Xiaomi: 5 proven ways

Transfer of contacts with one SIM-Xiaomiโ€™s smartphones often become a headache for users, especially when it comes to older phones or devices with custom firmware. Unlike the iPhone, where syncing through iCloud solves the problem in a couple of clicks, owners of Redmi, POCO Mi has to choose between built-in tools. MIUI, This article covers all relevant methods, from standard export through Contacts to use ADB for advanced users.

The main difficulty is that modern SIM cards (especially nano-SIM) often do not support recording contacts directly โ€“ their memory is only designed to store a limited number of numbers in the format vCard 2.1. After transferring the data may be displayed incorrectly: photos, notes or groups of contacts will disappear, we will figure out how to avoid these problems and keep all the information intact.

1. Standard transfer via the Contacts app (MIUI 12โ€“14)

The easiest way is to use the built-in Contacts app (or Google Contacts if it is installed by default), which works on all Xiaomi smartphones with official firmware, including the Redmi Note 12, POCO X5 and Mi 11. The main advantage is that you do not need to connect to the Internet or install additional programs.

Instructions:

  1. Open the Contacts app (a icon with a person's silhouette).
  2. Tap it on three points (โ‹ฎ) top-right โ†’ Select Contact Management.
  3. Go to the section Import / Export โ†’ Export to SIM-card.
  4. Select the right contacts (or click Select All) and confirm the export.
  5. Get the old one. SIM-card, insert a new one and repeat the process by selecting Import with SIM-map.

Free space on SIM-card (usually up to 250 contacts)

Preservation format (vCard 2.1 or 3.0)

No duplicates in the contact list

Connecting to charging (for long-term operations)

-->

Limitations of the method:

  • ๐Ÿšซ No photos, email addresses and additional fields (name only) are saved + number).
  • ๐Ÿšซ On some firmware MIUI export option SIM It may not be available (solved by installing Google Contacts from Play Market).
  • ๐Ÿšซ If there are more than 250 contacts, you will need to break them into pieces.

๐Ÿ’ก

Before export, sort contacts alphabetically (in the settings of the Contacts app) โ†’ Sorting. This will make it easier to check the completeness of the transfer.

2. Transfer through Google Account (synchronization)

If your Xiaomi is linked to a Google account, this method will be the most reliable. It not only saves all contact fields (including photos and notes), but also allows you to restore them on any device. MIUI Global or MIUI for Russia.

Step-by-step:

  1. Open Settings โ†’ Accounts and Sync โ†’ Google.
  2. Make sure the Contacts switch is on (if not, turn on and wait for the synchronization).
  3. Insert the new one. SIM-phone-card.
  4. Go to Contacts. โ†’ โ‹ฎ โ†’ Contact management โ†’ Imports/Exports.
  5. Select Import from Google and confirm the action.

Advantages:

  • โœ… All data (photos, emails, addresses, groups) are stored).
  • โœ… Automatic backup.
  • โœ… It works even if it does. SIM-The card does not support contact recording.

Through SIM-map

Synchronization with Google

I use third-party apps.

Manual input

Another way.

-->

Important: If you use the Chinese version of MIUI (without Google services), replace your Google Account with Mi Account โ€“ the same algorithm for actions.

3. Use of third-party applications (for advanced users)

If the built-in MIUI tools don't suit you, you can use third-party utilities.

  • ๐Ÿ“ฑ Sim Contacts Backup โ€“ Export/Import in.vcf format with cloud storage support.
  • ๐Ÿ“ฑ Copy to SIM Card - a convenient interface for working with contacts on SIM.
  • ๐Ÿ“ฑ My Contacts Backup โ€“ Creates a backup file that can be sent by email.

Example of transfer via Sim Contacts Backup:

  1. Install an app from the Play Market.
  2. Start it and select Backup to SIM.
  3. Make the necessary contacts and confirm the export.
  4. Insert the new one. SIM-map and select Restore from SIM.
How to avoid doubles when importing?
When importing contacts through third-party applications, duplicates are often created. To avoid this: 1. Before importing, export current contacts to a.vcf. 2. Use the Contacts Merger option in the application settings. 3. After importing, check the list for duplicates manually (in Contacts โ†’ Management โ†’ Combine Doubles).

Warning: Some apps request access to SMS and calls. Check reviews and permissions in the Play Market before installing.

Manual transfer via vCard file (.vcf)

This method is suitable if you need to transfer contacts to a computer or other SIM-It is universal and works even on older Xiaomi models (for example, Redmi). 4X or Mi A1).

Instructions:

  1. Open Contacts. โ†’ โ‹ฎ โ†’ Imports/Exports โ†’ Export to file.
  2. Select a storage location (internal memory or storage). SD-map) and confirm.
  3. Connect your phone to your PC and copy the contacts.vcf file.
  4. Send the file to your new phone (by email, Mi Drop or Bluetooth).
  5. On a new phone, import the file through Contacts โ†’ Import from the file.

If you need to transfer the contact directly to SIM-map:

  1. Export contacts to.vcf.
  2. Use the Sim Card app (from Play Market) to import the file to SIM.

๐Ÿ’ก

The.vcf file can be opened in Excel or Google Sheets for editing before importing, which is useful if you want to clear the list of unnecessary contacts.

5. Transfer over ADB (for power users)

If standard methods donโ€™t work (e.g., on custom firmware or after resetting), you can use Android Debug Bridge (ADB), which requires command line skills but guarantees 100% control over the process.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap to unlock the developer's settings).
  • ๐Ÿ”Œ USB-cable (preferably original).

Teams for export and import:

Export of contacts to a file on PC


adb pull /data/data/com.android.providers.contacts/databases/contacts2.db




Import contacts back (after replacing the SIM)



adb push contacts2.db /data/data/com.android.providers.contacts/databases/




Reboot of the contact service



adb shell am force-stop com.android.providers.contacts




adb shell am start -n com.android.contacts/.activities.PeopleActivity

๐Ÿ’ก

Before working with ADB, back up your contacts via Settings โ†’ System โ†’ Backup. Errors in commands can lead to data loss.

Warnings:

โš ๏ธ Attention: Method C ADB requires root rights on some firmware. /data/data/ may be limited.

โš ๏ธ Attention: Misuse of the right ADB It can disrupt the system. If you're not sure, use alternative methods.

Comparison of Contact Transfer Methods on Xiaomi

MethodData storedDifficultyInternet is requiredSuitable for
Through the Contacts appName + numberโญโŒ No.Quick transfer to the new SIM
Google AccountAll fields (photos, email, addresses)โญโญโœ… Yes.Full synchronization between devices
Third-party annexesDepends on the program.โญโญโŒ No. โœ… cloudy)Additional functions (backups, editing)
File.vcfAll fields.โญโญโŒ No.Manual editing of the list
ADBAll data (including hidden data)โญโญโญโญโŒ No.Recovery after reset or on custom firmware

Frequent mistakes and their solutions

Even when following the instructions, Xiaomi users face problems, and consider typical situations and ways to fix them:

1. Contacts shall not be exported to SIM-map

  • ๐Ÿ”น Check if yours is supported. SIM-Contact Recording Card (especially relevant for eSIM and new nano-SIMs).
  • ๐Ÿ”น Update the Contacts app through Play Market.
  • ๐Ÿ”น Try using Google Contacts instead of the standard app.

2.Photos or notes are missing after importation

  • ๐Ÿ”น It's normal to carry through. SIM โ€” It only stores names and numbers. Use a Google Account or.vcf file to migrate fully.
  • ๐Ÿ”น Check if the option to Show only contacts with numbers in the display settings is enabled.

3.Duplicate contacts after importation

  • ๐Ÿ”น Manually combine duplicates in Contacts โ†’ Management โ†’ Combine the takes.
  • ๐Ÿ”น Use applications like Cleanup Duplicate Contacts.

No export/import options visible

  • ๐Ÿ”น Install Google Contacts from Play Market โ€“ It Has Extended Features.
  • ๐Ÿ”น Check if the option is hidden in additional settings (sometimes you need to tap on a few more times).
Can I transfer SIM contacts to SIM without a phone?
No, this requires a smartphone or a special reading device. SIM-map (SIM-most of the modern SIM (especially nano-SIM) does not support direct recording of contacts through card readers, so the phone remains the only reliable way to do this.
Why do some numbers appear incorrectly after the transfer (for example, +7 instead of 8)?
This is due to the storage format of the numbers on SIM-To fix: Export contacts to.vcf. Open the file in the text editor and manually correct the number formats (e.g., replace 89123456789 with a new one). +79123456789) Import the corrected file back.
How to transfer contacts from the old Xiaomi (for example, Redmi 3S) to the new one if the phone does not turn on?
If the old phone doesn't work, but SIM-map reads: Insert SIM Use the import method of importing from SIM (section 1 if this article is SIM unreadable or contacts stored in the phone's memory: Remove the memory card (if any) and connect it to the PC via a card reader.Look for contacts.vcf or a folder with backups (usually in the computer). /MIUI/Backup/). In extreme cases, contact the service center to extract data from a broken device.
Can I transfer my iPhone to Xiaomi via SIM-map?
Technically yes, but it's inconvenient: On iPhone, export contacts to a.vcf file via iCloud or the Contacts app. Send the file to Xiaomi (by email or via AirDrop) โ†’ Mi Drop. Import the file to Xiaomi via Contacts. Transfer through SIM-The card is not recommended due to format limitations (loss of photos, groups, etc.).
How to protect contacts from loss when replacing SIM?
Follow these rules: ๐Ÿ”น Regularly sync your contacts with your Google Account or Mi Account. ๐Ÿ”น Backup.vcf and store it in the cloud (Google Drive, Mi Cloud). ๐Ÿ”น Use automatic backup apps (such as Super Backup & Restore). ๐Ÿ”น Before the replacement SIM Export contacts to the old card โ€“ it insures against accidental losses.