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

iCloud Add-in is not listed in Outlook Add-ins

Slipstick Systems

› Outlook › iCloud Add-in is not listed in Outlook Add-ins

Last reviewed on June 19, 2022     32 Comments

The problem: iCloud stops syncing with Outlook and in attempt to fix it, the user opens Outlook's Add-ins list and deletes the iCloud add-in. The user then repairs or reinstalls iCloud, thinking it will fix the problem. However, this does not add the iCloud add-in back in the list of add-ins. Signing out and back into iCloud does an initial sync but new items and changes don't sync. (The iCloud add-in could also disappear following multiple uninstalls and reinstalls or after a failed install or update.)
iCloud missing addins

There are two ways to fix this: add the APLZOD32.DLL back as an add-in or edit the registry to break the iCloud, then run repair to restore add-in.

Once it's fixed, do not delete it again! If iCloud is not syncing, verify the add-in is enabled. If it keeps getting disabled, see iCloud Doesn't Sync for a solution.

Add the APLZOD32.DLL manually

This method is easier, especially if you are not a fan of editing the registry, but it doesn't work for everyone.

  1. Close and restart Outlook using Run as Administrator.
  2. Go to File > Options > Add-ins
  3. Click GO to the right of COM Add-ins
  4. Click Add and find APLZOD32.DLL. The default location is C:\Program Files (x86)\Common Files\Apple\Internet Services\APLZOD32.dll if you have the Apple download; C:\ProgramData\Apple Inc\iCloud\Outlook\if you have the Windows store app.
  5. Close Outlook
  6. Restart Outlook normally

To open Outlook using Run as Administrator:

Start typing Outlook.exe on the start menu. When Outlook comes up, you can expand the list of options and choose Run as administrator (Windows 10+), right-click on the start menu shortcut and choose Run as administrator. You can also hold Shift as you right-click on the Outlook shortcut you use to open Outlook and select Run as Administrator from the context menu.

Run as Administrator in Windows 11.

Remove iCloud add-in from registry

This method removes the iCloud add-in from the registry so you can repair the iCloud, which will add it back as an add-in.

Export your registry before editing it. If you delete the wrong keys, you can restore the keys.

To fix this, you need to delete all registry keys for Apple.DAV.Addin (after first confirming Mail, Contacts, Calendar, and Tasks is not ticked in the iCloud control panel). This will "break" iCloud (which is already broken) and it will ask you to do a repair when you re-open the iCloud control panel. After the repair and reboot, the iCloud add-in should be restored in Outlook.
icloud control panel

It's possible that you don't need to delete all of these keys, but I haven't yet tried deleting just some of the keys.

Use Find (Ctrl+F) and Find Next (F3) to locate the keys in the registry; just search for Apple.DAV.Addin and delete the keys that are specifically for Apple, or the Apple.DAV.Addin values when other applications are listed under the key.

To delete the entire key, right-click on it and choose Delete. If other applications are listed under a key, delete only the Apple.DAV.Addin value by right-clicking on the value and choosing Delete.

If iCloud was installed for the current user only, not all users, the keys under HKEY_LOCAL_MACHINE may be under the current user's Security ID keys (S-1-5-21*). If you use 32-bit Windows, you won't have the WOW6432Node.

After I deleted the keys below, I opened iCloud and a dialog popped up saying I needed to repair iCloud to work with Outlook. After repair and reboot, the addin is back and sync works again.
repair icloud

Delete these keys. Values under each key will mention Apple.DAV.Addin.

HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{FF982CA0-9F7A-42d5-82B8-155B74904925}
HKEY_CLASSES_ROOT\Apple.DAV.Addin
HKEY_CLASSES_ROOT\CLSID\{D9BB00EA-0FB5-4032-AD67-65C6E0CDEDC0}
HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{D9BB00EA-0FB5-4032-AD67-65C6E0CDEDC0}

HKEY_CURRENT_USER\Software\Apple Computer, Inc.

delete the apple addin key

If there is an Apple.DAV.Addin key under either of these keys, delete it:

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Addins
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins

Delete the Apple.DAV.Addin value under these keys (not the entire key!)

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\CustomUIValidationCache
DWORD: Apple.DAV.Addin.Microsoft.Outlook.Explorer

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AddInLoadTimes
Binary: Apple.DAV.Addin

Tip: you only need to delete the Apple.DAV.Addin.Microsoft.Outlook.Explorer value, not the *.Appointment value.

delete the addin value

If you installed iCloud for current user only, these keys may be under HKEY_CURRENT_USER instead of the local machine hive. Delete the keys.

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Apple.DAV.Addin
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Office\Outlook\Addins\Apple.DAV.Addin
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Apple.DAV.Addin
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Office\Outlook\Addins\Apple.DAV.Addin

These keys are under your user security identifier key, which is in this format: S-1-5-21-3101777345-4080396782-809796966-500; the exact key name will vary with each computer or user on the computer.
security id

Delete these two keys:

HKEY_USERS\S-1-5-21-*\Software\Apple Computer, Inc.
HKEY_USERS\S-1-5-21-*\Software\Microsoft\Office\16.0\Outlook\Addins\Apple.DAV.Addin

Delete the Apple.DAV.Addin value under these keys.

HKEY_USERS\S-1-5-21-*\Software\Microsoft\Office\16.0\Common\CustomUIValidationCache
DWORD: Apple.DAV.Addin.Microsoft.Outlook.Explorer

HKEY_USERS\S-1-5-21-*\Software\Microsoft\Office\16.0\Outlook\AddInLoadTimes
Binary: Apple.DAV.Addin

Step by Step Instructions

  1. Close Outlook.
  2. Open the iCloud control panel from the Notification tray.
    open icloud control panel
  3. Verify Mail, Contacts, Calendar, Tasks is NOT checked.
    icloud control panel
  4. Close the iCloud control panel.
  5. Press Windows key + R to open the Run command
  6. Type regedit in the Open field then press Enter (or click Ok). Confirm the dialogs that come up.
    open Run, type regedit
  7. Once in the Registry editor, expand the Edit menu and select Find or press Ctrl+F.
  8. Type Apple.DAV.Addin in the Find what field then press Find Next.
    use edit, find to find the apple.dav.addin keys
  9. Right click on the key or value and choose Delete.
  10. Press F3 to find the next entry.
  11. After you reach the end of the registry, close the Registry Editor and open the iCloud control panel.
  12. When informed that you need to repair iCloud, click the Open Programs and Features button. (Programs and Features window will probably open behind the iCloud control panel.)
    repair icloud
  13. Close the iCloud control panel.
  14. Select iCloud from the list of applications in Programs and Features.
  15. Click Change (or right-click, choose Change).
    select Change
  16. Choose Repair.
    repair icloud
  17. After Repair is complete, reboot.
  18. After logging back into Windows, open the iCloud control panel and tick Mail, Contacts, Calendar, Tasks. Click Apply.
  19. Restart Outlook.
iCloud Add-in is not listed in Outlook Add-ins was last modified: June 19th, 2022 by Diane Poremsky
Post Views: 331

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Mastodon (Opens in new window) Mastodon
  • Email a link to a friend (Opens in new window) Email

Related Posts:

  • iCloud for Outlook 2016
  • iCloud Doesn't Sync
  • Always Load an Outlook Addin
  • iCloud and Outlook Repair Now error

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. JasonB says

    April 13, 2025 at 10:02 pm

    Thank you! Been struggling off/on for over a week to get this function back after accidentally thinking switching to "new outlook" might be cool. Nope. when I went back it some how broke the cloud / "old outlook" handshake. Back in business now! wanted to share some appreciation.

    Reply
  2. Federico says

    December 1, 2023 at 4:49 am

    Grazie mille. Thank you very much!
    It worked immediately

    Reply
  3. Troy says

    July 25, 2023 at 10:46 pm

    Diane, could I possibly pay you to help me? Maybe by quick assist? I'm just not able to fix this so that it syncs. I fear iCloud pointing to the wrong data files since it's mentioning trash in the paths.

    Reply
    • Diane Poremsky says

      September 7, 2023 at 10:17 pm

      Sorry, I didn't see this earlier. I do take appointments -there is a link in the side bar.

      If you haven't yet solved it, I would like to see a screenshot.

      Reply
  4. Chrisg says

    February 26, 2023 at 9:44 am

    These instructions on how to re-install the iCloud Add-in were a lifesaver. Clearly written and worked immediately. My Outlook was crashing and was doing everything trying to fix it, included deleting the iCloud Add-in. Once I got Outlook running, I had to fix syncing with iPhone. Spent a lot of time seaching on how to do this and then found this article.

    Reply
  5. Rene says

    October 9, 2022 at 3:30 pm

    Thank you!!

    Reply
  6. cathy says

    April 8, 2022 at 5:55 pm

    Thanks! This fixed my problems.

    Reply
  7. Suki says

    January 30, 2022 at 8:19 am

    Hello Diane I have the issue whereby. I cannot see the "Mail, Contacts, Calendar, Tasks" option on iCloud. It suggests that i goto to the web version. I am using outlook version 2201 build 16.
    the looks like an issue with the iCloud DLL. Have tyou see this before?

    Reply
    • Diane Poremsky says

      April 8, 2022 at 9:21 pm

      Tasks in no longer supported if you have a newer ios.

      Is the iCloud addin listed in outlook's addins?

      Reply
  8. Holly says

    October 9, 2021 at 12:52 pm

    Now it gives Custom UI XML runtime error of "iCloud Outlook Add-in"

    Reply
    • Diane Poremsky says

      October 9, 2021 at 10:15 pm

      That would be a ribbon error.

      Is this the complete error message? (I found that on the apple forums, but no solution). the last line seems to say it can't find the Folder tab.

      Error found in Custom UI XML of "iCloud Outlook Add In"
      Line 3
      Column 8
      Error Code 0x80004005
      Failed to find Office control ID
      ID: Tab folder

      Which version and build of Outlook are you using? See File, Office Account for the information. Are you using the iCloud from the windows store or the download from apple?

      Reply
    • Diane Poremsky says

      October 9, 2021 at 10:19 pm

      BTW - in File > Options > Advanced, under the Developer section about halfway down, is "Show add-in user interface errors" checked? If so, uncheck it. That should eliminate the error message.

      Reply
  9. Paulo Ouana says

    May 10, 2021 at 4:03 am

    Thanks Diane, that fixed the Add-In issue.
    I still need to solve the problem with the syncing. I cannot see the "Mail, Contacts, Calendar, Tasks" option on iCloud. If you know some trickies please share.

    Reply
  10. James says

    October 7, 2020 at 5:03 pm

    Thank you!

    Reply
  11. Kent Williams says

    August 14, 2020 at 11:46 pm

    Awesome. This fixed it. I spent over an hour on the phone with Microsoft and they couldn't fix it.

    Reply
  12. Dimitiris says

    April 30, 2020 at 3:08 pm

    I had the same problem and tried so many ways to solve it.
    I solved it with your advice.
    Very Good step-by-step solution. It worked fine for me.
    I cloud works fine on Microsoft Outlook 365 on Windows 10.
    Congrats

    Reply
  13. Nick Jarman says

    October 31, 2019 at 11:16 am

    Hello Diane - I'm also struggling - I've run the repair countless times, removed icloud and reinstalled, dealt with the registry, copied the APLZOD32.dll file from a known good machine but still nothing - I have Windows 10 and Outlook 365 - I've just gone to repair Outlook as suggested below and discovered none of the Office 365 programmes are in the program list, suspecting this may be the issue - now wondering about the fix - what can you suggest ? . . .Outlook is version 1909 build 12026.20344 Microsoft store - Microsoft outlook for office 365 MSO 16.0.12026.20344 32 bit - thanks Nick

    Reply
    • Diane Poremsky says

      October 31, 2019 at 11:26 am

      >> Microsoft store
      That is the problem. You need to remove it and install click to run. It will delete your signatures, data files, templates, outlook profile - * everything* is removed and you'll be back to a fresh install of office. You can backup files (templates, signatures, custom ribbons etc) normally found under 'appdata' path but not the registry and put them in the normal appdata folders after upgrading.

      https://www.slipstick.com/outlook/outlook-store-app/

      Reply
      • Nick Jarman says

        November 1, 2019 at 11:15 am

        Thanks Diane - I uninstalled iCloud, checked the registry was clear (it was) uninstalled Office - reinstalled office, went into first Word then Outlook, set up email, then installed iCloud - now all good - thanks for your help, hope this helps others too - its a major faff to have to remove Office and reinstall but seems the only way . . .

  14. Roy says

    June 25, 2019 at 9:25 pm

    Thank you, all fixed

    Reply
  15. Veronica Haupt says

    July 19, 2018 at 1:45 am

    I have tried all the above solutions, still doesn't work. Surely there must be a better way to solve this. Can anyone help. I am running Microsoft Office Professional Plus 2013.

    Reply
    • JJPHG says

      September 1, 2018 at 5:14 pm

      I had this problem and tried the above - but apparently without much luck. Following the above though I also repaired Outlook (I'm using windows 7 so went in control panal - programs clicked on MSoffice and then the repair option) and also did the same for icloud. I also downloaded a new APLZOD32.dll file and replaced the old onoe (In x64/common files/apple/internet services). Now not sure which of these 4 solved the issue or having to do all 4 but finally my add in returned to the list (after system reboot). Good luck

      Reply
  16. Kirsten says

    June 25, 2018 at 9:49 am

    I used the fixes above (as well uninstalling and re-installing icloud multiple times), and still - I can't enable the mail component of icloud. The icloud addin is not listed in outlook at all. Nothing works. I have Outlook 365, 2016. Please help?

    Reply
  17. Charlene owen says

    February 20, 2018 at 3:04 pm

    I'm running Outlook 2013 and I'm pretty much at my wits end. the problems started when I replaced my hard drive and put a mirror of my old one on there. I've changed the registry value to "3", I've tried deleting registry keys, uninstalling and reinstalling Icloud as well as several MS Office resets and repairs. Lastly, I created a whole new user profile. Nope. Nothing brings back the Icloud Add-in. For good measure I also used your "addinlist-icloud-2013" and ran that. Nada. I'm starting to think I'm going to have to open Icloud in my browswer window to make any calendar entries or changes. i've lost days of productivity trying to fix this. Why can't we just load in the add-in separate from Icloud. It's clearly not working as a solution for many of us....

    Reply
    • Diane Poremsky says

      February 20, 2018 at 4:17 pm

      is the addin listed in Outlook's addin list? Have you tried signing out of icloud, uninstalling, rebooting, reinstalling? (That fixes a lot of problems.)

      Reply
      • Charlene owen says

        February 21, 2018 at 1:10 pm

        Oh yes, I've tried all of that several times in fact. I must have uninstalled and reinstalled icloud at least 8 times now. I've also, done several deep superficial and deep repairs (where they download and reset everything on MS Office). It's truly not there. Only one add-in at all appears on my active list and that is for a Google Desktop Outlook Toolbar. No sign of Icloud in the inactive or disabled list. The thing is that Apple.Dav.Addin is there, but why isn't it showing inside Outlook. Ugh.

      • Diane Poremsky says

        February 21, 2018 at 7:47 pm

        This was after deleting the apple.dav keys from the registry?

      • Charlene owen says

        February 23, 2018 at 4:45 pm

        Yes, but it screwed up my Outlook to the point where I had to do a system restore to get my folders working correctly again.

  18. Roy says

    February 1, 2018 at 2:37 pm

    Followed all these steps and still get the "Repair iCloud for Windows to use iCloud with Outlook” error. Run the repair, restart, error comes right back. Tried completely removing iCloud, removed all registry keys related to apple.dav.addin, then reinstalled iCloud. Still no addin in Outlook.

    Reply
    • Diane Poremsky says

      February 9, 2018 at 10:38 pm

      what version of outlook do you have? look in file, outlook account, about outlook. (I get that same behavior from the new Windows store version that is preinstalled on new computers.)

      Reply
      • Caroline says

        March 12, 2018 at 12:29 pm

        I’m having this problem with a new out of the box windows laptop. I took the steps above but still the same Repair error and the synod option for mail contacts etc greyed out. Any ideas on how to fix?

      • Diane Poremsky says

        March 15, 2018 at 9:55 pm

        is the addin missing from outlook's addin dialog? Try uninstalling icloud, rebooting, then scan the registry for Apple.DAV.Addin and delete the entries (or keys, but only if this addin is the only one listed in it.) Then reinstall icloud.

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 10

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
  • Deleting Auto-Complete Entries No Longer Works
  • Use Classic Outlook, not New Outlook
  • How to Remove the Primary Account from Outlook
  • How to Hide or Delete Outlook's Default Folders
  • Removing Suggested Accounts in New Outlook
  • Disable "Always ask before opening" Dialog
  • Change Outlook's Programmatic Access Options
  • Reset the New Outlook Profile
  • Adjusting Outlook's Zoom Setting in Email
  • Understanding Outlook's Calendar patchwork colors
  • Deleting Auto-Complete Entries No Longer Works
  • 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
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

Deleting Auto-Complete Entries No Longer Works

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

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.