Transferring contacts from Xiaomi, Redmi or POCO to your computer is a challenge that every user faces when buying a new device, resetting settings or backing up data. Despite its apparent simplicity, the process has nuances, from MIUI versions (12-15) to the limitations of synchronizing with Google Account on Chinese firmware. In this article, we will examine all the current ways β from cloud services to manual export through ADB, taking into account the features of different models and regions.
It's important to understand that the methods vary in speed, security and compatibility. For example, Mi Cloud is suitable for fast backup, but requires authorization, and vCard files are universal, but do not save call history. We tested each method on devices with MIUI 14/15 (including global and Chinese versions) and collected checklists to avoid errors. If you need to move not only numbers, but also photos of contacts or notes, look at the sections about Xiaomi Backup and ADB.
1. Method: Synchronize via Mi Cloud (fastest)
Mi Cloud is Xiaomiβs proprietary cloud storage that automatically backs up contacts, SMS and even system settings. This method is ideal for users with a Mi Account, as it does not require a phone to connect to a PC. However, there are limitations: the free tariff provides only 5 GB, and on Chinese firmware (China ROM) synchronization can be disabled by default.
To copy contacts through Mi Cloud:
- π± Open the Settings. β Mi Account β Mi Cloud.
- π Enable the slider opposite Contacts (if it is gray, click Sync).
- π» Go to i.mi.com from your computer, log in and select Contacts β Exports (.vcf format).
- π₯ Save the file on PC β it can be opened in Outlook, Google Contacts or imported into another phone.
β οΈ Attention: On devices with China ROM (For example, Xiaomi 13 Pro for the Chinese market) Mi Cloud may not be available, in which case use Google Account (section 2) or ADB (Also check if two-factor authentication is included in Mi Account β without it, the export of contacts from the site will be blocked.
Sign in to Mi Account on your phone
Check the availability of the Internet (Wi-Fi/mobile)
Disable VPN (can block synchronization)
Make sure contacts are not duplicated (Settings β Contacts β Combine duplicates)
-->
2. Method: Export through Google Account (universally)
If you use Google Contacts, it takes no more than 5 minutes to migrate to your PC, and works on all MIUI firmware, including China ROM, and saves not only numbers, but also associated data (email, addresses, birthdays), the main drawback is that you need an active Google Account and a stable Internet connection.
Instructions:
- π§ Go to Settings. β Accounts. β Google β Synchronization of the account.
- π Enable the synchronization of βContactsβ (if disabled).
- π On your computer, open contacts.google.com, log in and click Export (select the Google format). CSV vCard).
- π The file will be uploaded to the Downloads folder, which can be edited in Excel or imported to another service.
π‘ Useful tip: If contacts aren't synchronized, check:
- On the phone: Settings β Applications β Application Management β Contacts β Permissions (Contacts and Warehouse must be enabled).
- In Google Account: No restrictions on the permissions page.
Mi Cloud
Google Account
Local Exports (vCard)
Bluetooth/USB
Another option-->
3. Method: Local export to vCard file (.vcf)
The.vcf (or vCard) format is a standard for storing contacts that is supported by all modern devices, and its advantage is that the file can be opened on any PC (even without the Internet) and imported to Outlook, Thunderbird or Apple Contacts. However, on some Xiaomi models (for example, the Redmi Note 12 with MIUI 14), the export option is hidden in the depth of the menu.
How to export contacts to.vcf:
- π Open the Contact App (not Phone!).
- βοΈ Click on three dots in the upper right corner β Contact management β Imports/Exports β Export to file.
- π Select a location to save (for example, internal memory) β Download).
- π€ Connect your phone to your PC through USB-cable (in File Transfer mode) and copy the contact.vcf file.
| File format | Advantages | Deficiencies |
|---|---|---|
| .vcf (vCard) | Universal, supported by all OS | Does not keep a history of calls |
| .csv (Google) | Convenient for editing in Excel | It may not be properly imported into the iPhone |
| .xml (Xiaomi Backup) | Stores all data (including notes) | It requires special reading software |
β οΈ Note: If the error "Can not create a file" occurs during export, check:
- Free space on the phone (needs at least 50 MB on the system partition).
- Permissions for the Contacts app (Settings β Applications β Contacts β Permissions β Storage).
- No antivirus restrictions (e.g., Mi Security can block file recording).
4. Method: USB Transfer (for Windows/macOS/Linux)
Connecting the phone to the computer through USB-cable is a classic method that works even without the Internet. However, Xiaomi has a caveat: the default phone connects in Charging mode, and to transfer files you need to manually select File Transfer (MTP). In addition, macOS may require additional software (for example, Android File Transfer).
Step-by-step:
- π Connect your phone to your PC with a cable (preferably original β cheap cables may not support it). MTP).
- π± On the phone in the notification bar, select File Transfer (if not, check the cable or port).
- π₯οΈ On your computer, open "This Computer" (Windows) or Android File Transfer (macOS).
- π Go to the Internal Storage folder β MIUI β backup β AllBackup (contact backups are stored here if you did a backup through Xiaomi Backup).
- π Copy files with.vcf or.xml extension on PC.
π§ Technical nuance: On Linux, you may need to install mtp-tools to access Xiaomi files:
sudo apt install mtp-toolsAfter installation, reconnect the phone.
What to do if your computer canβt see your phone?
5. Method: Use of ADB (for power users)
If standard methods donβt work (like custom firmware or China ROM without Google Services), you can extract contacts via Android Debug Bridge (ADB), which requires command line skills, but is guaranteed to work on any Xiaomi device (including the POCO F5 or Redmi K60).
Instructions:
- π§ Turn on Debugging. USB (See spoiler in the previous section).
- π» Install. ADB PC: Windows: Download Platform Tools and unpack in C:\adb. macOS/Linux: Install via brew install android-platform-tools or sudo apt install adb.
adb devices(Serial number of the device must be displayed).
adb pull /data/data/com.android.providers.contacts/databases/contacts2.dbThe contacts2.db file can be saved in the ADB folder, and can be opened via DB Browser for SQLite or converted to.vcf using Contact Editor.
β οΈ Attention: Teams ADB Never execute commands from third party sites, which can lead to data loss or malware installation. If you only need backup, use the official Xiaomi Backup (Section 6).
6. Method: Backup through Xiaomi Backup
The built-in Xiaomi Backup app (or MIUI Backup) allows you to create a full copy of contacts, SMS, photos and even installed applications. The advantage of the method is to save all metadata (for example, call history and associated accounts), but the backup is created in a proprietary.xbk format that can not be opened without a Xiaomi phone.
How to make a backup and extract contacts:
- π± Open the Settings. β Additionally. β Backup.
- π Click Backup and select Contacts (you can add other data).
- πΎ After completion, connect the phone to the PC and copy the file from MIUI β backup β AllBackup.
- π To restore contacts on another device, transfer the file back to the same folder and select Restore in Xiaomi Backup.
π How to open.xbk on PC?
The.xbk format is encrypted, but it can be converted using the MiBackupExtractor utility (available on GitHub).
- Download and unpack MiBackupExtractor.
- Place the.xbk file in the folder with the utility.
- Run extract.bat (Windows) or./extract.sh (macOS/Linux).
- Contacts will be retrieved to the output folder in.vcf format.
π‘
Xiaomi Backup is the only way to keep a full call history and linked accounts (Telegram, WhatsApp) together with contacts.
7.Alternative methods: Bluetooth, email and third-party applications
If none of the above methods are suitable, alternatives may be used, which are less reliable but can help in an emergency (e.g., in case of a breakdown). USB-port or lack of internet).
Ways:
- π§ Email: Open Contacts, select the right ones and click Share β Send yourself an email with an attachment of.vcf. Download the file to your PC from your mailbox.
Bluetooth:
- Turn on Bluetooth on your phone and PC (Windows may require an adapter).
- In Contacts, select Share β Bluetooth and send the file to your computer.
- π± The app side: My Contacts Backup (exports to.vcf and sends to email). Super Backup & Restore (saves contacts, SMS applications).
π‘ Tip: Before using, check the application permissions in Settings β Applications (must have access to Contacts and Warehouse).
π Comparison of alternative methods:
| Method | Speed. | Limitations | Suitable for |
|---|---|---|---|
| Medium | Limitation on the amount of investment | Single contacts | |
| Bluetooth | Low. | 1 contact, need a couple of devices | Emergency cases |
| Party of annex | Tall. | Risk of data leakage | Users without Mi Account |