Your Teams app shows an update is ready, but the installation never completes. The update button either does nothing, or the app restarts and still shows an older version. This usually happens on Windows devices that are managed by an organization, where policies block automatic updates or require specific network access.
The root cause is often a conflict between the Teams update mechanism and Group Policy or Intune settings. This article explains why updates fail on managed devices and gives step-by-step fixes you can apply yourself or request from your IT team.
Key Takeaways: Fix Teams Update Failures on Managed Windows Devices
- Teams admin center > Teams apps > Manage apps > Update policies: Shows which update policy applies to users and whether automatic updates are enabled.
- Group Policy Management Editor > Computer Configuration > Administrative Templates > Microsoft Teams: Contains the “Update apps automatically” policy that can block updates.
- Command Prompt > %localappdata%\Microsoft\Teams: The default install location where you can manually run the TeamsUpdater.exe file.
Why Teams Updates Fail on Managed Windows Devices
Teams on Windows installs updates automatically in the background. The update process runs a file called TeamsUpdater.exe that downloads the new version and replaces the current app files. On managed devices, several factors can interrupt this process.
The most common cause is an administrative policy that disables automatic updates. Organizations often set this to control when new features appear. When the policy is set to disabled, Teams still checks for updates but cannot install them, so the update button appears to do nothing.
Another cause is a network proxy or firewall that blocks the update download. Teams updates come from specific Microsoft endpoints. If your organization’s network does not allow these endpoints, the download fails silently.
A third cause is a corrupted Teams installation. If the app files are damaged, the update process cannot replace them. This often happens after a partial uninstall or a failed previous update.
Steps to Fix Teams Update Installation Failures on Managed Devices
Before you start, check whether you have local administrator rights on the device. If you do not, you will need to contact your IT team for steps 1 and 2. Steps 3 and 4 you can try without admin rights.
1. Check the Teams Update Policy in the Teams Admin Center
- Open the Teams admin center
Go to admin.teams.microsoft.com and sign in with your admin account. - Navigate to update policies
Select Teams apps > Update policies in the left navigation. - Review the policy assigned to you
Click the policy name that applies to your user account. Check the Update apps automatically setting. If it is set to Disabled, updates will not install automatically. - Change the setting if you have permission
If you can edit policies, set Update apps automatically to Enabled and click Save. Then restart Teams.
2. Check the Group Policy Setting for Teams Updates
- Open the Group Policy Management Console
Press Windows key + R, type gpedit.msc, and press Enter. - Navigate to the Teams policy folder
Go to Computer Configuration > Administrative Templates > Microsoft Teams. - Check the update policy
Double-click Update apps automatically. If it is set to Disabled or Not Configured, updates may not install. - Enable the policy
Select Enabled, click OK, then run gpupdate /force in a command prompt.
3. Manually Run the Teams Updater
- Close Teams completely
Right-click the Teams icon in the system tray and select Quit. - Open the Teams install folder
Press Windows key + R, type %localappdata%\Microsoft\Teams, and press Enter. - Run the updater
Find the file named TeamsUpdater.exe and double-click it. Wait for the process to finish. - Restart Teams
Open Teams from the Start menu or desktop shortcut. Check the version by clicking your profile picture and selecting About.
4. Clear the Teams Cache and Reinstall
- Close Teams
Right-click the Teams icon in the system tray and select Quit. - Delete the cache folder
Press Windows key + R, type %appdata%\Microsoft\Teams, and press Enter. Delete all files and folders inside this directory. - Uninstall Teams
Go to Settings > Apps > Installed apps, find Microsoft Teams, and click Uninstall. - Reinstall Teams
Download the latest Teams installer from the Microsoft website and run it. Sign in with your work account.
If Teams Still Has Update Issues After the Main Fix
Teams Update Fails with Error Code 0x80070005
This error means the update process lacks permission to write to the install folder. Check if your user account has full control over the %localappdata%\Microsoft\Teams folder. If not, ask your IT team to grant you modify permissions or run the updater as an administrator.
Teams Shows “Update Failed” After a Network Change
If you recently switched from a corporate network to a home network, the update may fail because the new network blocks the required endpoints. Connect to the corporate VPN or network, then retry the update.
Teams Updates Are Blocked by Intune or Configuration Manager
Some organizations deploy Teams as a managed app through Intune or Configuration Manager. In this case, updates are pushed through the management tool, not through Teams itself. Check with your IT team to see if an update is pending in the management console.
New Teams Desktop vs Teams on the Web: Update Behavior Comparison
| Item | New Teams Desktop | Teams on the Web |
|---|---|---|
| Update method | Automatic via TeamsUpdater.exe | Automatic via browser refresh |
| Policy control | Affected by Group Policy and Teams update policies | Not affected by local policies |
| Install location | %localappdata%\Microsoft\Teams | None, runs in the browser |
| Manual update option | Run TeamsUpdater.exe or reinstall | Refresh the browser tab |
| Network requirements | Direct access to Microsoft update endpoints | Access to the Teams web service |
You can now identify the exact reason Teams updates fail on your managed Windows device. Start by checking the update policy in the Teams admin center or Group Policy. If policies are correct, run the TeamsUpdater.exe manually or clear the cache. For persistent failures, contact your IT team to verify network access and management console settings. Use Teams on the web as a temporary workaround while you resolve the desktop update issue.