Transfer contacts from Xiaomi smartphone to computer via USB-cable seems like a simple task, but in practice users face nuances: from the lack of access to the Contacts folder to driver problems. MIUI. In this article, we will discuss all the current ways of exporting contacts, from standard backup to manually copying.vcf files through Windows Explorer. MIUI 14 and HyperOS, where the manufacturer tightened restrictions on access to system data.
You will learn how to bypass common errors (such as the lack of a folder with contacts in your phoneβs memory or the invisibility of files when connecting via USB), what settings to change in your phone before connecting, and how to convert exported contacts into a convenient format for Outlook, Excel or Google Contacts. At the end of the article, FAQ answers to frequent questions, including restoring remote contacts after a failed transfer.
Preparing Xiaomi Phone for USB Connection
Before you copy contacts, you need to configure your smartphone correctly. The latest MIUI (starting with the 12th) has the default USB Charging mode on, which blocks access to files, to unlock data transfer:
- Unlock the screen and connect the phone to your PC with a cable (preferably original from Xiaomi β cheap cables often do not support data transfer).
- In the drop-down notification on your phone, press USB to transfer files (if the notification does not appear, swipe down from the top edge of the screen).
- Select File Transfer Mode (MTP). If this option is not available, go to Settings β Connected Devices β USB and turn it on manually.
Some models (Redmi Note 11, POCO X5) may require additional permission to access media files.
- Open Settings β Applications β Application Management.
- Find the Files app (or Explorer) and give it permission to access all files.
β οΈ Note: If after connecting the computer does not see the phone, try to disable debugging USB In Settings β The phone. β Version. MIUI (Click on version 7 times, then return to Additional Settings β For developers and disable debugging by USB). This solves the driver problem on 70% of devices.
Method 1: Export contacts to a VCF file via the Contacts app
The most reliable method is to export contacts from the standard Contacts app to a.vcf (vCard) file, which can then be copied to a PC, which works on all versions of MIUI, including HyperOS:
- Open the Contacts app on your phone.
- Click on the three dots in the top right corner (or swipe left in the side menu) and select Contact Management.
- Go to Import/Export Contacts β Export to File.
- Select an account (such as a Device or Google) from which contacts are exported.
- Click Export and save the file to your phoneβs memory (for example, in the Download folder).
Now connect your phone to your PC in MTP mode (see section above) and copy the contacts.vcf file to any folder on your computer.This file can be opened with a double click (opens in the standard Windows Contact Book) or imported into Google Contacts, Outlook.
Select all contacts for export|Save the file to an accessible folder (not to the system folder)|Connect the phone in mode MTP|Copy the file to the PC before disconnecting USB|Check the integrity of the file (open on PC)-->
β οΈ Note: If the.vcf file does not contain photos of contacts, go to Settings before exporting. β Contacts β Show photos of contacts and enable this option, otherwise photos will not be included in the export.
Method 2: Backup of contacts via MIUI Backup
The built-in MIUI backup feature allows you to save contacts to the cloud or locally to your phone and then retrieve them on your PC. This method is useful if you plan to completely transfer data (not only contacts, but also messages, notes, etc.).
- Open Settings β About the phone β Backup.
- Click Backup and select Local Backup.
- Check only Contacts (or other data if necessary) and click Start.
- After you have finished copying, go to Settings β Memory β MIUI Backup and find the file with the.mbk extension.
- Connect your phone to your PC and copy the file to a safe location.
To extract contacts from the backup on your computer, you will need the official Mi PC Suite software (you can download from the Xiaomi website). Install the program, connect the phone and select Restore from the backup by specifying the copied file.mbk. Important: when you restore the contacts will replace the existing ones on the phone, so make a separate export beforehand (see Method 1).
| Method | File format | Supports photos | Demands a P. | Implementation time |
|---|---|---|---|---|
| Exports of VCF | .vcf | Yes (if included) | No. | 1-2 minutes |
| MIUI Backup | .mbk | Yes. | Mi PC Suite | 5-10 minutes |
| Manual access to the base | .db | Yes. | SQLite editor | 15+ minute |
Method 3: Manual export of the contact database (for advanced)
If standard methods donβt work (e.g., on custom firmware or after resetting), you can extract contacts directly from the Android database, which requires root rights or access to system folders via ADB.
The contact database is stored in a file contacts2.db way:
/data/data/com.android.providers.contacts/databases/contacts2.dbTo copy it:
- Install ADB Tools on PC.
- Connect your phone to your PC, enable USB Debugging (see section above) and execute at the command line: adb pull /data/data/com.android.providers.contacts/databases/contacts2.db C:\Contacts\
- If a Permission Denied error occurs, use root access or an alternative method via TWRP.
Copyed file contacts2.db You can open it using SQLite Browser (free) or online services like DB Browser for SQLite. For export to.vcf, do SQL-request:
SELECT * FROM raw_contacts;β οΈ Note: Do not edit the contact database directly without a backup β this can result in the loss of all records or the failure of the Contacts app. MIUI Backup or Titanium Backup (for root users).
How to open contacts2.db without root?
Method 4: Synchronize your contacts with Google and export to PC
If your contacts are linked to a Google account, they can be easily exported to your PC via the Google Contacts web interface, a method that works even without a USB phone connection:
- On your phone, open Settings β Accounts β Google and make sure that your contacts sync is enabled.
- On your computer, go to the Google Contacts website and log in under the same account.
- Click on the gear icon (Settings) and select Export.
- Select the format (Google CSV or vCard) and click Export.
The file will be uploaded to the PC Downloads folder, and the advantage of this method is that it can be exported selectively (e.g., only the Work or Family groups) and automatically backed up. However, please note that contacts saved only on the device (Local Contacts) will not be synced with Google.
1. Internet connection (Wi-Fi or mobile data).
2. Google Account Settings: Settings β Accounts β Google β Account Sync β turn on the switch opposite Contact.
3. No restrictions on the Settings β Battery β Power saving mode (disable optimization for the Contacts app).-->
Method 5: Using Mi PC Suite to transfer contacts
Xiaomiβs official Mi PC Suite software allows you to manage contacts, messages and media files directly from your computer, and despite its limited functionality compared to iTunes, it does basic portability tasks:
- Download and install Mi PC Suite from the official website.
- Connect your phone to your PC via USB (MTP or PTP mode).
- In the program, go to the Contacts tab.
- Select the contacts you need (or click Select All) and click Export.
- Select the format (CSV, VCF or Excel) and save the file.
Mi PC Suite also supports importing contacts back to the phone, which is convenient for recovery after resetting.
- π It doesnβt always work correctly with models on HyperOS (for example, Xiaomi 14 or Redmi). K70).
- π₯ Do not export contact photos in format CSV.
- π’ Slow synchronization with a large number of records (1000)+ contact).
π‘
Mi PC Suite is Xiaomiβs only official PC contact management software, but for newer models itβs better to combine it with VCF export (Method 1).
Solving problems when copying contacts
If the contacts are not copied or the.vcf file is empty, check the following points:
| Problem. | Possible cause | Decision |
|---|---|---|
| PC doesn't see the phone | MIUI drivers not installed | Install Mi PC Suite or drivers manually via Mi Flash Tool |
| .vcf file is empty | Contacts saved to another account (not to the Device) | When exporting, select the correct account (Google, SIM-map.) |
| Error "No access to the folder" | MIUI blocks system files | Use ADB (Method 3) or Mi PC Suite |
| Contacts are duplicated | Synchronization with multiple accounts | Combine duplicates in Settings β Contacts β Combine contacts |
If none of these methods worked, try alternative contacts export apps:
- π± Contacts Backup & Restore (available on Google Play) β Exports to.vcf and.xml.
- π§ My Contacts Backup β sends contacts to email as an attachment.
- π₯οΈ Droid Transfer (paid) β works over Wi-Fi, without USB.