Fix Teams App Will Not Install after a Policy Update
🔍 WiseChecker

Fix Teams App Will Not Install after a Policy Update

Your organization recently updated its Teams policies, and now the Teams desktop app fails to install on your Windows 11 device. The installer may stop with an error, or the app may appear to install but then disappear. This usually happens because the new policy blocks the installation source or requires a specific app version. This article explains the technical causes behind installation failures after a policy update and provides step-by-step fixes to get Teams installed successfully.

Key Takeaways: Fix Teams Installation Failures After Policy Updates

  • Teams admin center > Teams apps > Manage apps > App settings: Check the policy that controls which Teams app version is allowed for installation.
  • Windows Settings > Apps > Installed apps: Uninstall any existing Teams installation before reinstalling to clear corrupted files.
  • Teams admin center > Teams apps > Setup policies: Verify that the setup policy allows users to install the Teams desktop app and does not force a specific installation method.

ADVERTISEMENT

Why a Policy Update Blocks Teams Installation

When your administrator updates Teams policies, the changes can affect how and where the Teams app is installed. The most common cause is the App Setup Policy in the Teams admin center. This policy controls which apps are pinned or installed by default for users. If the policy is set to prevent installation of the desktop app, the installer will fail or revert.

Another cause is the Teams Update Policy. This policy defines the update ring, such as General, Public Preview, or Microsoft Preview. If the policy requires a version that is not available for your Windows version, the installer may not proceed.

The Windows Installer service can also be affected by Group Policy settings. If a recent policy update disabled the Windows Installer service, no MSI-based installation will work. Additionally, the Teams installer uses a per-machine or per-user installation mode. Some policies force a per-machine installation, which requires administrator rights and may conflict with existing user-level installations.

Finally, the policy update may have changed the installation source. For example, if the policy now blocks installation from the Microsoft 365 Apps portal, the Teams installer will be blocked. Understanding these causes helps you target the right fix.

Steps to Fix Teams Installation After a Policy Update

Follow these steps in order. Each step addresses a specific cause. Stop when the installation works.

  1. Check the App Setup Policy
    Sign in to the Teams admin center at admin.teams.microsoft.com. Go to Teams apps > Setup policies. Find the policy assigned to your account. Look for the setting that controls which apps are installed for users. If the policy does not include the Teams desktop app, ask your administrator to add the app or assign a different policy that allows installation.
  2. Check the Teams Update Policy
    In the Teams admin center, go to Teams apps > Update policies. Verify the update ring assigned to your account. If the policy uses a preview ring, the installer may download a version that is incompatible with your Windows build. Request a policy change to the General ring, which is more stable.
  3. Uninstall any existing Teams installation
    Open Windows Settings > Apps > Installed apps. Search for Teams. If you see Teams, select it and choose Uninstall. Also look for Teams Machine-Wide Installer in the list. Uninstall both if present. Restart Windows after uninstalling.
  4. Clear the Teams installer cache
    Open File Explorer and type %appdata% in the address bar. Delete the Teams folder. Then type %localappdata% and delete the Microsoft\Teams folder. These folders store cached installer files that may be corrupted. After deleting, restart Windows.
  5. Download the latest Teams installer
    Go to the official Teams download page at microsoft.com/microsoft-teams/download-app. Click the Download for desktop button. Save the installer to your Downloads folder. Do not run it yet.
  6. Run the installer as an administrator
    Right-click the downloaded installer file and choose Run as administrator. This ensures the installer has full rights to modify system files. If a User Account Control prompt appears, click Yes.
  7. Verify the Windows Installer service is running
    Press Ctrl + Shift + Esc to open Task Manager. Go to the Services tab and scroll to msiserver. If its status is not Running, right-click it and choose Start. If you cannot start it, open Services by pressing Windows + R, typing services.msc, and pressing Enter. Double-click Windows Installer, set Startup type to Manual, and click Start.
  8. Check Group Policy for installation restrictions
    Open the Local Group Policy Editor by pressing Windows + R, typing gpedit.msc, and pressing Enter. Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Installer. Look for the setting Disable Windows Installer. If it is Enabled, set it to Not Configured or Disabled. Close the editor and run gpupdate /force in Command Prompt.

ADVERTISEMENT

If Teams Still Has Issues After the Main Fix

Teams Installer Stops with Error Code 0x80070643

This error indicates a problem with the Windows Installer service. The most common fix is to repair the service. Open Command Prompt as an administrator and run msiexec /unregister followed by msiexec /regserver. This re-registers the installer. Then restart Windows and try the installation again.

Teams App Installs but Immediately Closes

This often happens when the policy requires a specific app update ring, but the installed version is from a different ring. Uninstall Teams completely, then reinstall using the latest installer from the official download page. After installation, sign in with your work account and check the version in Settings > About.

Teams App Does Not Appear in the Start Menu

If the installation succeeds but the shortcut is missing, the policy may have blocked the creation of shortcuts. Check the App Setup Policy again. If the policy is set to hide the Teams app from the Start menu, you must ask your administrator to change the policy. Alternatively, you can pin the app manually by searching for Teams in Windows Search and selecting Pin to Start.

New Teams Desktop vs Teams on the Web: Installation Differences

Item New Teams Desktop Teams on the Web
Installation method Downloadable installer that requires admin rights No installation; runs in the browser
Policy impact Blocked by App Setup, Update, and Windows Installer policies Only affected by browser and sign-in policies
Update management Controlled by Teams Update Policy Updated automatically by the browser
Offline use Works without an internet connection after initial sign-in Requires an active internet connection

If the desktop app continues to fail, use Teams on the web as a temporary solution. This avoids installation issues entirely.

Now you can diagnose and fix Teams installation failures caused by policy updates. Start by checking the App Setup Policy in the Teams admin center, then move to uninstalling and reinstalling the app. If the issue persists, verify the Windows Installer service and Group Policy settings. For a quick workaround, use Teams on the web while your administrator adjusts the policies. To avoid future problems, ask your administrator to assign the General update ring and ensure the App Setup Policy allows desktop installation.

ADVERTISEMENT