• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Help! My Contacts are being updated!

Slipstick Systems

› Outlook › People › Help! My Contacts are being updated!

Last reviewed on December 4, 2018     43 Comments

Applies to: Outlook (classic), Outlook 2010

An Outlook user had this complaint:

Some of my contacts are in both the GAL and my local Contacts folder. Outlook updated my contacts (in my contacts folder) with information from the Global Address Book. How to disable this function? The GAL contains outdated information.

This is a feature of the Social Connector, with the automatic updates of contacts enabled by default. A change log is added to notes so you know what was changed. Note: the social Connector is deprecated and may be removed from a future version. It is disabled by default in Outlook 2016. If you enable it, only the search features work.

The Notes field in an Outlook contact has updated contact information

Change the Update Settings

To change the setting in Outlook 2010 and up (if the Social Connector is enabled), go to the View ribbon, People Pane, Account Settings, Settings button and change the update option from Update without prompting to Prompt before update or Never update.
people-pane-settings

In Outlook 2003 or 2007, the Account Settings dialog is accessed from Tools, Social Networking Account settings.

While it may be tempting to turn off updating, it defeats one purpose of the social connector: to keep your contacts updated. The change log in the notes field displays the changed data, should it try to update the contact with old information.

This setting is stored in the registry. The key is the same for all versions of Outlook that support the Social Connector. If the key or value does not exist, add it.

HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\SocialConnector
DWORD: RunAutomaticGALSync
Possible Values:
0 (Never Sync)
1 (Update without Prompt)
2 (Prompt to sync)

Default setting is Update without Prompting.

Disable Contact Updates Video Tutorial

Disable Contact Sync using Group Policy

Administrators can disable Contact & GAL sync using group policy. It's found under Outlook > Outlook Social Connector in the Group Policy editor. Look for Block Global Address List synchronization.

HKEY_CURRENT_USER\Software\Policies\Microsoft\office\outlook\socialconnector
DWORD: disablecontactgalsync
Value: 1 (no sync)

More Information

Administrators can disable this feature using a group policy. For more information, see Disable global address list synchronization for Outlook 2010 in TechNet.

Administrators who want to give their users the ability to update the GAL with current information should see the list of utilities located at Active Directory Management Tools - User Updates

Help! My Contacts are being updated! was last modified: December 4th, 2018 by Diane Poremsky
Post Views: 58

Related Posts:

  • Outlook's Social Connector and Contacts Sync
  • Verify and Update Outlook Contacts
  • Stop Showing Contact Pictures in Messages
  • LinkedIn Social Connector Provider: Gone

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Comments

  1. James says

    February 22, 2022 at 12:00 am

    I have an MS365 account and run Outlook. Every time I log on with my desktop or notebook there is a forced modification and update of contacts. This happened 'suddenly' on 2 Feb. This update generally takes about 3 to 4 hours with no visible change in the contacts but under the list / modified view you can see the activity. This hogs a huge amount of computer resources. Any idea how I can fix this?

    Reply
    • Diane Poremsky says

      February 22, 2022 at 8:17 am

      How many contacts? Do you have? do you sync with a mobile device?
      Any sync issues or conflicts in the Sync issues folder? (Ctrl+6 to see the folder list.)

      Reply
  2. Al F says

    August 20, 2021 at 1:47 pm

    how does an Outlook contact end up with 2 office locations? an old one and a new one. the old should have disappeared.

    Reply
  3. Greg says

    May 6, 2017 at 4:14 pm

    Something is changing only my newly added contacts.

    I'm on an Outlook 365 account. My outlook contacts are my only contacts (i.e., no Google or other accounts are syncing contacts). My pc, Android phone, and ipad all sync through the Outlook 365 account.

    About a week ago, I had 3 email clients installed on the droid phone and ipad and one of them (Atlo mail) had stopped syncing mail so I was reinstalling and adding new email clients. Around this time, all contacts were updated and given new Modified dates. Fine. Since then, I've disabled contact syncing on all droid and ipad email client apps so only droid and ipad systems are syncing contacts.

    But now, having tried multiple ways of adding new contacts (manually, importing attached contactitems or business cards), the new entries continually get new Modified dates (as seen pc Outlook contacts) at intervals of a few to several minutes (seems timed with sync of mobile devices, but not Application Folders sync).

    When I deleted an offending contactitem, I noticed in my Deleted folder that the preview of the deleted contactitem indicated that the item contained active content. I noticed there too, that Deleted items were also getting new Modified dates.

    I have unlinked all the contactitems and deleted permanently all the Deleted items.

    The problem is now isolated to only a small set of test contactitems that I've added fresh and that all get new (and identical) Modified dates on the aforementioned intervals.

    Any ideas what gives here? It's not a big functional problem, but it does trigger an ItemChange event in VBA code, which I'd prefer not happen. (And, oh, I did start the debug on this by setting a PropertyChange event to trap the mystery modification, but that was inconclusive - my trap fired only when I manually changed a property and not when the item took a new Modified date).

    Reply
    • Diane Poremsky says

      May 9, 2017 at 11:27 pm

      if you turn off contact sync on the devices, do you have the symptoms? (modified date & active content message)

      Reply
      • Greg says

        December 16, 2017 at 10:17 am

        I have and will continue experimenting with your suggestion on devices, thanks, and also with another laptop that I use for this Exchange account but does the following development clarify or rule out anything?

        The problem above with newly-added items turned out to be a corrupted sync record on top of a problem/question of mysterious updates to Contact items, and these mysterious updates continue.

        Today (same Exchange account but new machine running Outlook 2016 on Windows 10), at startup there were 100+ random contacts updated somehow, given a new Modified date, but I see no evidence of that Social Connector/GAL thing or any other change to these items.

        This has been a usual but unpredictable occurrence on this account that I don't always notice, but sometimes (like today) it bogs down my VBA code.

        In the 6 weeks I've had this machine, it happened 3 times since initial sync of Contacts: 23 days later (21 Contacts updated), 9 days after that (3 Contacts), and another 9 days till today (114 Contacts). These numbers assume none of the updated Contacts were updated more than once.

        Mystery updates happen on the older machine too (also running Outlook 2016/Win 10) but I never noticed a 9-day cycle or other pattern, just sometimes it was a lot of Contacts and sometimes a few (there are nearly 2k total Contacts).

        Again, I'll keep experimenting with narrowing down devices that sync to the account, but perhaps this update points to something obvious?

      • Diane Poremsky says

        December 17, 2017 at 11:53 pm

        Is a note added with the date of the update? A GAL update should add the update date to the notes field.

        Do you sync with a smarthphone?

      • Greg says

        December 18, 2017 at 10:17 am

        No note added, nor any other property changes I can determine (I wrote a VBA event to trap for this). I do sync with smartphone (Android) and with an ipad, and have disabled these to no effect.
        Note: I am the only user on this 365 Exchange account, which I assume is the reason that my name is the only one in the GAL. Also, I've taken the steps found online for disabling Social Connector (which did not appear to be active in the first place).
        I did take one step since last post: disabled Evernote add-in for contact connections. No mystery updates have occurred since, but it will take a few days to see if that holds longer than the typical intervals at which this has been happening.

      • Diane Poremsky says

        December 31, 2017 at 8:06 pm

        Was evernote the cause?

      • Greg says

        August 18, 2019 at 9:36 am

        At long last I may have discovered what's going on here. Evernote is innocent.

        It appears that there are conflict messages in the sync issues folder for the mystery updates to contacts (and appointments). The resulting changes must be resetting the Modified dates.

        In most cases I have no idea what the properties are (they are referenced by a hex-looking code), but in the case of appointment items the changes involve User Properties created by my VBA code. So I think all these mystery prop-changes are reconciliations of Outlook-specific properties against the props of my ios and Android Exchange clients.

        The only problem this was causing was repeat-firing of an Items_ItemChange event procedure. The proc was repeat-firing 2-3 times after every intentional change. I've fixed that with a trap for _CustomPropertyChange.

  4. Gordon Stringfield says

    May 4, 2017 at 3:34 pm

    Something is changing my contacts. I want outlook contact to be the 'hub' when syncing. When I change something in outlook it can sync with Google one way.

    Reply
    • Diane Poremsky says

      May 4, 2017 at 6:35 pm

      What are you using to sync Outlook with google contacts?

      Reply
  5. David says

    March 24, 2017 at 5:09 pm

    Hi Diane, my company recently upgraded me from Outlook 2010 to 2016. I had turned off GAL sync before, but it has been activated automatically with the upgrade. I can't find a way to turn it off. Do you know how?

    Thanks!

    Reply
    • Diane Poremsky says

      March 25, 2017 at 10:33 am

      i'm surprised it was turned on - it should be disabled in outlook 2016 (along with the social connector). First check addins and see if the social connector is enabled - if so, disable it. if you are using it, set or add the galsync key to 0. (The key is the same for all versions.)

      Reply
      • David says

        March 27, 2017 at 10:58 am

        Thanks, Diane. There was no GALSync key under HKEY_CURRENT_USERSoftware MicrosoftOfficeOutlookSocialConnector. I added one (as a DWORD) and set it to a 2 value. That didn't help. I'll reset it to 0 now. Can you tell me please how to disable the Social Connector as well?

      • Diane Poremsky says

        March 29, 2017 at 3:49 pm

        Unticking it in Files, options, addins will disable it. If it won't stay disabled, you can set a registry key to never load it. Instructions are here - https://www.slipstick.com/outlook/always-load-an-outlook-addin/ along with a ready to use reg file.

      • David says

        March 30, 2017 at 12:05 pm

        Hi Diane, it looks like I was able to turn off the syncing from occurring automatically. The problem is that now I won't even have the option to see updates. Is there any way possible to reinstate the sync with prompt option that was available under Outlook 2010?

      • Diane Poremsky says

        March 30, 2017 at 1:09 pm

        You need the social connector enabled and the RunAutomaticGALSync registry key set to ask (2).

      • David says

        March 31, 2017 at 4:20 pm

        Thanks, Diane. I don't have a RunAutomaticGALSync key. Where should I add it? Should it be a DWORD or QWORD? Should I have keys both for ScheduleContactGALSync and RunAutomaticGALSync?

      • Diane Poremsky says

        March 31, 2017 at 9:12 pm

        DWORDS, yes, add both if they are not present.
        They would go here - HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\SocialConnector

      • David says

        March 31, 2017 at 5:54 pm

        Hi Diane, it worked! I needed to add both RunAutomaticGALSync and ScheduleContactGALSync and set them both to 2. Now I'm prompted before the contacts are updated. Thanks again!

      • David says

        March 27, 2017 at 10:59 am

        P.S. The key I added was ScheduleContactGALSync

  6. Laci says

    September 25, 2016 at 5:46 pm

    I have Office 365 based exchange syncing 2 laptops (one is a mac), a desktop, an Iphone, and an Ipad. I'm using Outlook 2016. I have my contacts sorted by " last updated" in my address book. However, every time I check my contacts which should be sorted by "last updated", old contacts I haven't touched for months creeping up in the top 10 of last changed contact. Is this due to Linkedin connector? I have Outlook/Office 2016, so I don't think it has any Social Connector other than maybe Linkedin. ( I think all other social connectors have been discontinued.

    Reply
    • Diane Poremsky says

      September 25, 2016 at 9:47 pm

      Are they addresses you sent email to recently? It could be linkedin, if you have it configured in your office 365 account.

      Reply
  7. tjd189 says

    September 10, 2016 at 7:58 am

    my contact list in outlook 2016 changes by itself using outlook.com. It adds email addresses to contacts name making it unusable .

    Reply
    • Diane Poremsky says

      September 10, 2016 at 4:30 pm

      Do you know if your outlook.com account is on the new server?

      Reply
  8. Michele says

    June 22, 2015 at 3:39 am

    Thanks for reaply ...
    We have already disabled the GAL Sync by GPO, but a question...we made this kind of Active directory update every 6 months, why our Mobile number has been modified only this time and not the previously updates?
    Should be an Outlook Update?
    Thank You
    Michele

    Reply
    • Diane Poremsky says

      June 22, 2015 at 8:19 am

      The fields that gal sync checks would be updated if the GAL value is different than the contact value - to the best of my recollection, the mobile number was always a field that was checked, but if not, then an updated added it to the fields GAL sync checks.

      Reply
  9. Michele says

    June 19, 2015 at 8:50 am

    Hi Diane,
    Sorry for my English…..
    some days ago, we made some bulk Active Directory updates, some users, after some days, they notify to us that some contact's attributes has been rewrite.
    Analyzing, we found that the update was made by the Gal Sync feature of the Outlook Social Connector.
    What we do not understand, is…..why on some user the updated fields is for example, the Mobile number and on other users is the Addresses, In both case this kind of data was customized in outlook Contacts.
    We should understand how exactly that features work .
    Thank you
    Michele

    Reply
    • Diane Poremsky says

      June 20, 2015 at 2:34 pm

      it compares the GAL entry to the contact and updates the contact, on the assumption that the gal is the accurate record. If the gal is not updated often, disable the gal sync option..

      Reply
  10. Ken says

    May 15, 2015 at 12:27 pm

    Thanks a ton. Exactly what I was looking for! So frustrating and so easy to fix

    Reply
  11. Askold says

    May 15, 2013 at 5:31 am

    We don't want to stop the Update process. We want to disable the Update Log entries in the notes field of a contact card.

    Reply
    • Diane Poremsky says

      May 15, 2013 at 5:54 am

      AS far i know, you can't stop that - the reason the log is created is that if the GAL is wrong, it will replace the correct information and you won't have a record of the change.

      Reply
  12. Askold says

    May 14, 2013 at 10:49 am

    Hi Diane,
    we NEED to disable these update notes!!! is there a Way?

    Reply
    • Diane Poremsky says

      May 14, 2013 at 11:30 am

      What version of Outlook? The setting in the Social connector will block it. View ribbon, People Pane, Account Settings, Settings button and change the update option to Never update. It can be locked using Group policy - Outlook > outlook social connector > block global address sync.

      Reply
  13. Noam says

    March 15, 2013 at 3:45 am

    Thank you for your answer, the problem we have is that we see updates in the notes but nothing really changed, the same line has a line across and the data is exactly the same...

    Reply
    • Diane Poremsky says

      March 15, 2013 at 4:35 am

      Is it updated just once or over and over? Little things, like an extra space, can cause this to happen, but it should only happen once.

      The users can delete it and if there are no other notes, you could use VBA to remove the text. The macro here could easily be tweaked to clear the body. If there are other notes, it is possible to look for the last line of the update, but it will take a lot more code.

      Reply
  14. Noam says

    March 12, 2013 at 3:54 am

    Is there a way to keep the updates but disable the notes to show the changes?

    Reply
    • Diane Poremsky says

      March 12, 2013 at 6:01 am

      No, not that I'm aware of. I don't think I'd want that - the source may not be as up-to-date as the contact and I'd want to know what was replaced and when.

      Reply
  15. Preston says

    February 1, 2013 at 2:33 pm

    Would it be possible to retrieve previous information from a contact that was updated via AD?

    Reply
    • Diane Poremsky says

      February 1, 2013 at 3:19 pm

      The old information should be in the Notes field if Outlook updated the contact automatically. Otherwise, only if you have a backup copy.

      Reply
  16. Aniello says

    December 28, 2012 at 11:37 am

    Diane,

    Would you happen to know why the GAL Update service would not add/update all the address fields from AD to the Address section of a Personal contact?

    We have an issue where State, City, and/or Zip Code is not updating to a personal contact but street address is. Is there anyway to fix this?

    Reply
    • Diane Poremsky says

      December 28, 2012 at 12:33 pm

      The full address should update. I'll see what I can find out.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 31 Issue 5

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Jetpack plugin with Stats module needs to be enabled.
  • Sync Issues and Errors with Gmail and Yahoo accounts
  • Error Opening iCloud Appointments in Classic Outlook
  • Opt out of Microsoft 365 Companion Apps
  • Mail Templates in Outlook for Windows (and Web)
  • Urban legend: Microsoft Deletes Old Outlook.com Messages
  • Buttons in the New Message Notifications
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
  • Google Workspace and Outlook with POP Mail
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Sync Issues and Errors with Gmail and Yahoo accounts

Error Opening iCloud Appointments in Classic Outlook

Opt out of Microsoft 365 Companion Apps

Mail Templates in Outlook for Windows (and Web)

Urban legend: Microsoft Deletes Old Outlook.com Messages

Buttons in the New Message Notifications

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Google Workspace and Outlook with POP Mail

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2026 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.