---
title: "How does contact sync work in Android"  
description: "How does contact sync work in Android"  
author: "Anonymous User"  
published: 2015-11-23  
updated: 2023-07-02  
canonical: https://www.mindstick.com/forum/33621/how-does-contact-sync-work-in-android  
category: "android"  
tags: ["android"]  
reading_time: 3 minutes  

---

# How does contact sync work in Android

I can understand the initial bit of all user [contacts](https://answers.mindstick.com/qa/50746/how-to-setup-your-contacts-on-your-iphone-7) taken to the [cloud](https://www.mindstick.com/articles/12692/why-do-you-need-cloud-based-learning-management-system-in-your-organization) and then [matched](https://answers.mindstick.com/qa/95756/what-are-the-benefits-of-google-adsense-matched-content) [against](https://yourviews.mindstick.com/view/81332/the-approach-of-science-against-disease-epidemics) the [Whatsapp](https://www.mindstick.com/articles/1793/how-to-turn-off-auto-download-media-in-whatsapp) [global](https://www.mindstick.com/articles/13127/macro-and-microeconomics-concepts-in-relation-to-global-organization-management) user list. But later when user adds more contacts in phonebook, it [shows up](https://answers.mindstick.com/qa/50405/apple-iphone-x-shows-up-liquid-detected-error-when-charging) in Whatsapp contacts in just a few seconds without any [manual](https://www.mindstick.com/blog/11996/complete-manual-guide-for-linksys-extender-setup) syncing button. Is it possible to keep passing the data from [phone](https://www.mindstick.com/articles/23411/the-most-effective-method-to-find-the-perfect-small-business-phone-system-for-your-business) contacts to the cloud?

## Replies

### Reply by Aryan Kumar

Android contact sync works by using the **Contacts Provider**. The Contacts Provider is a data store that contains all of the contacts on the device. When a contact is added, modified, or deleted, the Contacts Provider is updated. The Contacts Provider then syncs the changes with the cloud service.

The cloud service can be Google Contacts, iCloud, or another service. The cloud service then syncs the changes with the other devices that are using the same service.

The contact sync process is usually automatic. However, you can also manually sync your contacts by going to **Settings** > **Accounts** > **Google** > **Contacts** and tapping on **Sync now**.

Here are the steps on how to manually sync your contacts in Android:

1. Go to **Settings** > **Accounts** > **Google**.
2. Select the Google account that you want to sync your contacts with.
3. Tap on **Contacts**.
4. Tap on **Sync now**.

If you are using a third-party cloud service, you may need to follow the instructions provided by the service provider to manually sync your contacts.

The frequency of the contact sync process depends on the settings that you have configured. By default, your contacts are synced once a day. However, you can change this setting to sync your contacts more or less frequently.

To change the sync frequency, go to **Settings** > **Accounts** > **Google** > **Contacts** and select the frequency that you want.

You can also choose to sync your contacts only when you are connected to Wi-Fi. This can help to save data if you are using a limited data plan.

To sync your contacts only when you are connected to Wi-Fi, go to **Settings** > **Accounts** > **Google** > **Contacts** and toggle the switch next to **Sync only when connected to Wi-Fi** to **On**.

If you are having problems with contact sync, you can try the following:

- Make sure that you are connected to the internet.
- Make sure that you have the latest version of the Contacts app.
- Restart your device.
- Clear the data and cache for the Contacts app.
- Uninstall and reinstall the Contacts app.

If you have tried all of these things and you are still having problems, you can contact Google support for help.

### Reply by Anonymous User

There is a background process running in OS, with is associated with whatsapp.\
When you install whatsapp it will add it's account in your OS settings (You can check by going in ,Settings > Accounts ) that will allow it to use it's SyncAdaper, which can periodically sync data from app to server, in this case whenever a new contact is added in your phone, or after some fixed iterative time defined by OS, All SyncAdapters are called upon to sync data with associated server, in this case whatsapp app to whatsapp server.(Google Mail / Contacts works similarly - autonomous)\
So next time when you open app, you find your new contacts listed in whatsapp..\
P.S: Details accurate for android OS


---

Original Source: https://www.mindstick.com/forum/33621/how-does-contact-sync-work-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
