Upravit

Sdílet prostřednictvím


Why it's important to keep Teams updated.

Important

This article contains information for the new Teams client. The classic Teams client has ended support, and is no longer receiving updates.

Keeping Microsoft Teams up-to-date is crucial for maximizing productivity and staying connected. Regular updates mean you have access to the latest features, security enhancements, and bug fixes. Updating not only improves the overall performance and reliability of the application, it also helps you and your team collaborate more efficiently. By staying current with updates, you reduce the risk of having issues and ensure compatibility with other tools, making it easier to focus on your work without interruptions.

Servicing agreement

As part of a modern online service, the Teams client is updated twice a month. The client automatically installs updates when they become available to that client. Because we stagger the availability of updates worldwide, some clients in your organization might receive new updates before others. Because Teams is governed by the Modern Lifecycle Policy, it's expected that users remain on the most up-to-date version of the desktop client. Auto-updates ensure that users have the latest capabilities, performance enhancements, security, and service reliability.

To identify when desktop clients fall out of date, an in-app alert is displayed if the user's current version is between one and three months old, and if there's a new version available. This in-app messaging encourages users to update to the latest version of Teams or, if necessary, to reach out to their IT admin to do so. Users on Teams desktop clients that are more than three months old will see a blocking page. This page gives the options to update now, reach out to their IT admin, or continue to Teams on the web.

Teams desktop clients on Government Clouds currently have an exception to this servicing agreement until further notice.

For information on new version releases, check Message Center or go to Help > What's new in the client.

Teams client updates timeline

New updates for the Teams desktop client are released twice a month after thorough internal testing and validation through our Technology Adoption Program (TAP). The desktop client is rolled out to customers gradually.

Important

When there's a critical update, Teams bypasses the regular schedule and releases the update immediately.

Other factors that help your client to stay up-to-date:

  • Operating System (OS):
    • Meets the minimum OS requirements for Teams.
    • Your OS version is up-to-date (non-LTSC update channel) and still under support.
    • Your OS has the latest patches installed.
  • Webview2:
    • Webview2 updates automatically on Windows, you should make sure it isn't blocked. Webview2 is updated by Teams on macOS.
    • Webview2 must be a supported version (latest version).

For more information, see Teams client system requirements.

Updating Teams on Windows devices

  • Update checks: Teams applications on both Windows and Mac devices check for updates when the application starts up and every few hours in the background, whether the application is running or not. A user must be signed into the machine for updates to happen.
  • Download: Updates are downloaded based on availability and staged to the user session. By using Windows Delivery Optimization, only the delta that's different from the current installed version (the differential update) is downloaded.
  • Restart: Restarting the application is required for the update to take effect.
  • Manual: The update starts automatically when the application is idle on Windows clients. A user can choose to restart sooner by selecting the Restart button next to the ellipsis (...) button in the client.

Issues with Teams client updates in Windows and best practices

  • Windows delivery optimization service is disabled or configured with unsupported mode (100). This blocks the updater's ability to download the update payload.
  • Team's app package is modified by a user. The MSIX packages are installed machine-wide under the Program Files directory. The file ACLs are tightly controlled and monitored by the Windows OS. If the file ACLs are modified or changed by a user, the system deems the application to be in a corrupted state. This leads to unexpected behaviors such as crashing, unexpected app termination, and a failure to update.
    • It's essential to make sure the files under the installation directory (%programfiles%\windowsapps) aren't altered in any way.
  • Network settings that block Team's CDN endpoints cause delivery optimization service failures and a failure to update the app.
    • You must allow Microsoft M365 endpoints in network configuration. For more information, see Microsoft 365 URLs and IP address ranges.
    • Avoid SSL inspection on M365 endpoints. SSL inspection is known to cause high update download failure rate and retries.
  • Running on an out of support OS, or a Windows version that doesn't have the latest updates and patches can lower the success of Teams updates.
    • Windows 11 improves the Teams application update success rate and reliability as it has the most current installer.
    • Make sure you install all OS patches before deploying Teams on Windows 10 or Windows 11.

Updating Teams on Mac devices

  • The Teams desktop client updates itself using Microsoft AutoUpdate (MAU), similar to other Microsoft applications. Learn more about MAU at Configuring Microsoft AutoUpdate (MAU) for Organization Specific Updates.
  • Teams uses default MAU Office channels for updates and a custom channel for Teams-specific scenarios. The post-installation script registers the app with MAU's default Office channel (Current, Preview, or Beta) to ensure the app can be updated by MAU without running itself.
  • When the update is downloaded while Teams is running, we leverage MAU's Install On Clone feature, to prepare the installation. Once a user quits the application, MAU finishes updates by moving the clone to the /Applications folder. Teams for Mac doesn't automatically restart to apply updates. It always waits for user to take the action.
  • Users can also manually check for updates by selecting Check for updates from the Help menu bar item. This action opens Microsoft AutoUpdate (MAU).

How to configure MAU

  • No special configuration is required if the MAU preferences are left at default values.
  • If your organization employs managed MAU preferences, the Teams app preferences should look like this:
<key>/Applications/Microsoft Teams.app</key>
    <dict>
      <key>Application ID</key>
      <string>TEAMS21</string>
    </dict>

Note

Your configuration may contain an LCID key with a value set to 1033. This value isn't used any longer, and you can delete it.

Issues with Mac update and best practices

  • Microsoft AutoUpdate (MAU) not being installed or being blocked on your device.
    • Since MAU is an integral part of New Teams, it's included with the Teams installer. When Teams is first installed, MAU is also installed unless it's already present on the device. However, there have been instances where MAU has been deliberately removed or blocked by firewalls.
    • To see if you have MAU installed, select Check for Updates from the Help menu bar item. This should open the MAU user interface, but if MAU isn't installed, nothing happens.
    • To make sure that MAU is allowed to function correctly, we need to first check the MAU configuration. If the configuration is correct and MAU is installed, and it still doesn't work, it's likely being blocked. In that case, the user should contact their administrator.
  • MAU is outdated.
    • Microsoft Teams needs MAU version 4.52.22101101 at a minimum, but it's strongly recommended to use version 4.73.24071426 or higher for crucial security updates. MAU self-updates, and a manual update should not be required under the default settings.
  • Your organization uses a custom MAU profile and the Teams portion isn't configured correctly.
    • As previously mentioned, Teams handles MAU registration autonomously within user preferences. There are instances when an organization deploys custom MAU preferences using an MDM management system. In such cases, the managed preferences take precedence. Occasionally, these settings might be incorrectly configured. Common issues include a complete lack of Teams configuration, outdated configurations for Classic Teams, or configurations that reference the old name Microsoft Teams (work or school).app.

How to troubleshoot a MAU configuration

  • To troubleshoot MAU configuration issues, you first need to open the Terminal app and execute the following commands:

    • defaults read /Library/Managed\ Preferences/com.microsoft.autoupdate2
    • defaults read com.microsoft.autoupdate2
  • In the output, locate the "/Applications/Microsoft Teams.app". It should look like:

    • Basic:
Applications= {
      ...
      "/Applications/Microsoft Teams.app" =     {
        "Application ID" = TEAMS21;
    };
    ...
    }
  • Custom channel:
Applications= {
      ...
      "/Applications/Microsoft Teams.app" =         {
      "Application ID" = TEAMS21;
      ChannelName = Custom;
      ManifestServer = "https://statics.teams.cdn.office.net/production-osx/24199.1700.3003.1785/";
      ManifestServerExpiryTime = "2024-08-02T08:40:06Z";
    };
    ...
    }

Note

Preferences in /Library/Managed\ Preferences/ take precedence. If you see an "Applications" entry there, focus solely on that output.

  • If the "/Application/Microsoft Teams.app" path is absent, it indicates that the Teams registration is missing, and you need to reach out to your administrator to add the basic registration to the managed preferences profile.

  • If the "/Application/Microsoft Teams.app" entry appears but is different from the examples, contact your administrator to resolve the managed preferences profile.

Common misconfigurations

Issue Example
Classic Teams configuration "/Applications/Microsoft Teams.app" = {
"Application ID" = TEAMS10;
}
New Teams configuration with old name "/Applications/Microsoft Teams (work or school).app"
= {
"Application ID" = TEAMS21;
}
Serving multiple configurations "/Applications/Microsoft Teams.app" = {
"Application ID" = TEAMS10;;
}
"/Applications/Microsoft Teams.app" = {
"Application ID" = TEAMS21;
}
  • A special case might happen when the registration is correct, but your application is still called Microsoft Teams (work or school).app. When this case happens, you need to manually download and install the latest version of Teams. If someone don't have permission to install software, contact an administrator to perform the installation. After the installation is done, you'll continue to receive updates automatically.

Updates to Teams on VDI

See Install Teams on VDI.