How to securely get contacts from the Xiaomi cloud: all working methods

Xiaomiโ€™s cloud automatically stores your contacts, photos and other data, but what to do if you want to transfer them to a new device, backup or just save locally? Unlike standard export via phone, extracting contacts directly from the cloud requires knowledge of synchronization nuances, file formats and MIUI limitations. This article covers all the current ways โ€“ from official tools to workarounds for cases when sync is broken or access to the device is lost.

We'll not only explore basic methods (export via the Mi Cloud web or phone settings), but also rarely documented techniques, such as how to pull contacts out using ADB or third-party services if standard options don't work. Special attention is paid to security: how to avoid duplication of contacts, why not use informal cloud data parsers, and what to do if part of the numbers are lost after export. All instructions are current for 2026 and tested on the latest versions of MIUI 14/15.

1.Preparation: Checking for synchronization of contacts with Mi Cloud

Before trying to export contacts, make sure they are actually saved to the cloud. Many users mistakenly believe that the sync enabled in the settings automatically backs up all data, but in practice Mi Cloud can ignore contacts because of:

  • ๐Ÿ”„ Account Conflict: If multiple accounts (such as Google and Xiaomi) are linked to a phone, only one of them can keep contacts.
  • โš ๏ธ Synchronization errors: failures in work MIUI Slow internet leads to incomplete backup.
  • ๐Ÿ“ฑ Manual shutdown: in the contact settings could be deactivated synchronization with Mi Cloud.

To check the synchronization status:

  1. Open the Contacts app on Xiaomiโ€™s phone.
  2. Tap it on three points (โ‹ฎ) top-right โ†’ Settings โ†’ Contact management.
  3. Check if the sync with Mi Cloud option is enabled and if there is an exclamation mark nearby (โš ๏ธ).

๐Ÿ’ก

If sync is disabled, turn it on and wait until the process is complete (it can take up to 10 minutes).

Also check how many contacts are saved in the cloud.

  1. Go to i.mi.com and log in.
  2. In the Cloud section, select Contacts and the total number of contacts will be displayed here.

โš ๏ธ Note: If there are fewer contacts in the cloud than on your phone, first perform forced sync: โ†’ Accounts. โ†’ Mi Cloud โ†’ Contacts โ†’ Repeat the check in 5-10 minutes.

Method 2: Exporting contacts via the web version of Mi Cloud

The most universal method is to use the browser version of Mi Cloud, which works even if you do not have access to your phone (for example, your device is broken or lost), but requires you to remember the data from your Xiaomi account.

Step-by-step:

  1. Open your browser on a PC or other phone and go to https://i.mi.com.
  2. Sign in under your Xiaomi account (login โ€“ email or phone number).
  3. In the main menu, select the Contacts section.
  4. Push the gear. โš™๏ธ top-right โ†’ Exports of contacts.
  5. Select the file format: VCF (vCard) is a universal format, supported by all devices. CSV is convenient for importing into Google Contacts or Excel.

Confirm the export - the file will start downloading automatically.

What to do if the Export button is inactive?
This means that there are no saved contacts in the cloud. Check: 1. Is sync on your phone enabled (see Section 1). 2. Are you using the Chinese version of MIUI (the cloud may work differently in it). 3. Are there any restrictions on your account (for example, if you have not been logged in to Mi Cloud for a long time, Xiaomi may block some features).

The downloaded file can be:

  • ๐Ÿ“ฑ Import to the new Xiaomi phone via Settings โ†’ Contacts โ†’ Imports/Exports.
  • ๐Ÿ’ป Open on PC with Outlook, Thunderbird, or online services like Google Contacts.
  • โ˜๏ธ Upload to another cloud (e.g. iCloud or Yandex).

โš ๏ธ Note: The.vcf file may not open on some Samsung or iPhone phones without additional apps, in which case convert it to.csv via online converters (e.g. convertcsv.com).

3.Track 2: Export directly from Xiaomi phone

If you have access to a device, you can export contacts without using a PC, a technique that is suitable for quickly transferring data to another Xiaomi device or creating a local copy.

Instructions for MIUI 14/15:

  1. Open the Contacts app.
  2. Tap it on three points (โ‹ฎ) โ†’ Settings โ†’ Import/Export of contacts.
  3. Select Export to Device (or Export to File in Older Versions).
  4. Check Mi Cloud (if you only need to export cloud contacts) or All contacts.
  5. Select the format (VCF or CSV) and confirm.
  6. The file will be saved in the Download or MiCloud folder on the internal drive.

Make sure there is enough memory on your phone (a VCF file can weigh up to 10MB)

Turn off battery optimization for the Contacts app (Settings โ†’ Battery โ†’ Optimization)

Check that your phone is connected to Wi-Fi (exporting a lot of contacts consumes traffic)

Take a screenshot of the contact list for reconciliation after import-->

To import to another Xiaomi device:

  1. Copy the.vcf file to a new device (e.g., via Bluetooth, Telegram, or cable).
  2. Open Contacts โ†’ Settings โ†’ Import / Export โ†’ Import from the device.
  3. Select the copied file and confirm the import.

Important: If duplicates appear during import, clear contacts through Settings โ†’ Contacts โ†’ Contact Management โ†’ Remove duplicates before the procedure.

Method 3: Use of ADB to extract contacts (advanced method)

If standard methods fail (for example, due to a MIUI failure or lack of access to the web version of the cloud), you can extract contacts using ADB (Android Debug Bridge), which requires enabled USB debugging and basic command line knowledge.

Step-by-step:

  1. Turn on Developer Mode on your phone: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ†’ Additional โ†’ Developer. Activate USB Debugging.

Connect the phone to the PC and confirm the trust in the computer (a request will appear on the phone screen).

ADB Tools

cmd

ADB

adb devices

Make sure your device is listed.

contacts.vcf

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


adb shell content query --uri content://com.android.contacts/contacts --projection display_name:phone_number > contacts.txt




adb shell am start -a android.intent.action.EXPORT_CONTACTS -t "text/x-vcard" -e android.intent.extra.STREAM file:///sdcard/contacts.vcf

contacts.vcf

โš ๏ธ Attention: Method C ADB It may not work on phones with a blocked bootloader or Chinese versions. MIUI (In this case, you will need to unlock the bootloader, which will cancel the warranty.

Through the web version of Mi Cloud

Right off the Xiaomi phone.

With ADB or third-party tools

I don't keep contacts in the cloud.-->

5. Method 4: Sync with Google Contacts (alternative)

If you prefer to use Google over Mi Cloud, you can move your contacts there, which is convenient for owners of multiple Android devices or those who are planning to switch to a phone of another brand.

How to sync your contacts with Google:

  1. On Xiaomi phone go to Settings โ†’ Accounts โ†’ Add an account โ†’ Google.
  2. Sign in to your Google account (or create a new one).
  3. Go back to Settings โ†’ Accounts โ†’ Google โ†’ Your account.
  4. Activate the Contact Switch.
  5. Wait 5-10 minutes for the contacts to sync.
  6. Check the results on the Google Contacts website.

To export your contacts from Google:

  1. Open contacts.google.com.
  2. On the left menu, select Export.
  3. Specify which contacts to export (All or the selected group).
  4. Select the format (Google CSV or vCard).
  5. Click Export โ€“ the file will be downloaded to your PC.
MethodPlusesConsWhen to use
Web version of Mi CloudIt works without a phone, a simple interface.Requires access to Xiaomi accountLoss/breakdown of telephone
Exports from the telephoneQuick, no need for a PC.Not suitable for MIUI failureTransfer to another Xiaomi device
ADBWorks when synchronization failsHard for beginners, risk of mistakesSystem failures, lack of access to the cloud
Google ContactsUniversality, easy importation to other Android devicesDuplicate contacts when incorrectly configuredSwitching to a non-Xiaomi phone

Problem Solving: What to do if contacts are not exported

Even if you follow the instructions, you can get errors, and let's look at the typical problems and their solutions.

  • ๐Ÿ”ด "No contacts in Mi Cloud: Check if sync is enabled on your phone (Settings) โ†’ Mi Cloud โ†’ If yes, but contacts are not displayed, try: Disable and re-enable sync; Delete your Xiaomi account and add it again; Update the Contacts app via Play Market.
  • ๐Ÿ“ฑ "File. VCF empty or damaged": This happens if there is a failure in the export. CSV. Use another browser (e.g. Chrome instead of Safari) Clear your browser cache before exporting.
  • โš ๏ธ "Mi Cloud authentication error: If an error message appears when you log in to the cloud, check: Login/password correct (possibly two-factor authentication enabled). If your account is blocked (try to restore access via account.xiaomi.com). Account Region (Chinese accounts may not work with Mi Cloud Global Version).

๐Ÿ’ก

If none of the methods worked, the last hope is to contact Xiaomi via the form on mi.com/support.Please include screenshots of errors and specify the phone model โ€“ this will speed up the solution.

7.Security: How to protect exported contacts

Exported contacts contain confidential information (phone numbers, email, addresses), so they need to be protected:

  • ๐Ÿ”’ File Encryption: Use archivers like 7-Zip Or WinRAR with a password: 7z a -p password contacts.7z contacts.vcf
  • โ˜๏ธ Backup: Save the file to a reliable cloud (Google Drive, Mega) or physical media (flash drive, external drive) HDD).
  • ๐Ÿšซ Avoid public services: Do not upload.vcf to forums or file sharing sites โ€“ this is a risk of data leakage.

It is also recommended that:

  • Periodically (every 3-6 months) update the backup of contacts.
  • Check the exported files for viruses (for example, via VirusTotal).
  • Do not store passwords from Xiaomi/Google accounts in the same place as backups of contacts.