Share via

How to reinstall Microsoft Teams Add-in for Outlook

Shane Bucher 30 Reputation points
2025-08-05T15:08:07.4766667+00:00

For our end users we are having issues with Microsoft Teams Add-in for Outlook disappearing.
The steps I've taken

  • Uninstalled Teams and Reinstalled
  • Registered the new teams as the chat app for Microsoft 365 Apps
  • Manually ran the UninstallTMA.ps1 scripts, and added the registry keys associated with the teams addin.
  • Tried Manually installing the TeamsAddin through the MSI in the hidden WindowsApp Folder.
  • Checked any registry keys that may prevent MSI installations in policies that we do not have.

The error we are getting with the MSI is User's image

Let me know if I missed anything.

Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments

3 answers

Sort by: Most helpful
  1. Shane Bucher 30 Reputation points
    2025-08-22T16:41:32.4066667+00:00

    Installed Teams from the web then installed Teams VDI over it. Opened teams and then outlook then the teams meeting add-in was there.

    2 people found this answer helpful.

  2. Anonymous
    2025-08-08T18:05:35.5733333+00:00

    Have a great day, @Shane Bucher! I hope you're doing well.

    I'm contacted to follow up on the issue you reported earlier about issues with Microsoft Teams. It's been a while since we've heard from you, and I'd like to check if the issue has been resolved or if you're still having difficulties.

    Please let us know as soon as possible so that we can provide further assistance if needed. Thank you for your time and cooperation.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment”.  

    User's image

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Anonymous
    2025-08-05T17:38:34.2866667+00:00

    Dear @Shane Bucher,

    Thank you for contacting us regarding the issue with the Microsoft Teams Meeting Add-in for Outlook. We understand how critical this functionality is to your daily operations and appreciate the detailed steps you've already taken to resolve the problem.

    From your report, we see that you have try several steps such as uninstalled and reinstalled Microsoft Teams, set the new Teams client as the default chat app for Microsoft 365, executed the UninstallTMA.ps1 script and manually added the relevant registry keys. However, the problem still persists. Here are some steps you can take to troubleshoot and potentially resolve the issue:

    1. Uninstall Existing Add-in Components:
    • Via Settings: Go to Windows Settings > Apps > Installed Apps and uninstall Teams Meeting Add-in for Microsoft Office if found.
    • Via PowerShell (Optional):
      • Use UninstallOldTMA.ps1 for versions starting with 1.23.
      • Use UninstallTMA.ps1 for other versions.
      • These scripts clean up registry entries and leftover files. Run them in an elevated PowerShell prompt if needed.
    1. Close Outlook and Teams:
    • Fully exit Outlook (check Task Manager for lingering processes).
    • Quit Teams from the system tray to prevent interference during reinstall.
    1. Reinstall via New Teams Client:
    • Launch New Teams and log in.
    • Wait a few minutes for automatic add-in registration.
    • Verify Installation: Check Settings > Apps > Installed Apps for the add-in entry.
    • Ensure you have the latest Teams version.
    • Reinstall Teams from Microsoft’s official site.
    1. Launch Outlook and Verify the Add-in:
    • Check Calendar Ribbon: Open Outlook and create a new meeting. Look for the “Teams Meeting” button on the ribbon.
    • Check COM Add-ins:
    • Go to File > Options > Add-Ins.
    • At the bottom, set Manage to “COM Add-ins” and click Go.
      • Look for Microsoft Teams Meeting Add-in for Microsoft Office.
        • If unchecked, tick the box, click OK, and restart Outlook.
        • If missing, the add-in isn’t installed or registered—proceed to manual fixes.
        • Avoid Admin Mode: Ensure Outlook is not running as Administrator, which can block add-ins from loading.
    1. Additional Manual Fixes (if Add-in Still Missing):

    Re-register the Add-in DLL

    • Locate the DLL file:
      • Path: %LocalAppData%\Microsoft\TeamsMeetingAddin<version>\x64\ (for 64-bit Office) or x86\ (for 32-bit).
    • Open Command Prompt as Administrator and run:
      • For 64-bit:
    • %SystemRoot%\System32\regsvr32.exe /n /i:user "<path>\Microsoft.Teams.AddinLoader.dll"
    • For 32-bit:
    • %SystemRoot%\SysWOW64\regsvr32.exe /n /i:user "<path>\Microsoft.Teams.AddinLoader.dll"
    • Restart Teams and Outlook.

    I hope you find this message is helpful. If you have any further questions, please don’t hesitate to reach out if you have further questions or need assistance implementing any of the suggested workarounds. Thank you for your kindness and understanding.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment”.  

    User's image

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.