Fix Teams App Will Not Install on Teams for the Web
🔍 WiseChecker

Fix Teams App Will Not Install on Teams for the Web

You are trying to install the Microsoft Teams desktop app from the Teams web client, but nothing happens when you click the download button. The browser may show a blocked pop-up, the file may fail to download, or the installer may run but stop halfway. This issue usually comes from browser settings, missing system updates, or a corrupted installer cache. This article explains the root causes and gives you a clear set of fixes to get Teams installed successfully.

Teams for the web is a full-featured client, but many users prefer the desktop app for better performance and offline support. When the installation fails, it often blocks your entire workflow. The fixes below cover all common causes, from browser permissions to Windows settings.

Key Takeaways: Fix Teams Desktop App Installation from the Web Client

  • Browser download settings: Allow pop-ups and downloads for the Teams web domain to start the installer.
  • Windows Installer service: Ensure the Windows Installer service is running to complete the installation.
  • Teams installer cache: Delete the cached installer files to fix a stuck or corrupted download.

ADVERTISEMENT

Why the Teams Desktop App Fails to Install from the Web Client

The Teams web client triggers a download of a small bootstrap executable named Teams_windows.exe. This file is only a launcher that downloads the full installer from Microsoft servers. If the browser blocks the download, or if the launcher cannot reach the server, the installation fails silently.

Another common cause is a missing or outdated Windows component. Teams requires the WebView2 runtime on Windows 10 and Windows 11. If WebView2 is not installed, the desktop app cannot launch after installation. The installer may complete, but Teams will not start.

Finally, the Teams installer cache can become corrupted after a partial download. Windows stores temporary installer files in the Temp folder and in the Teams app data folder. If these files are damaged, the installer exits without any error message.

Steps to Fix Teams App Installation from the Web Client

Follow these steps in order. Each step addresses a specific cause. Test the installation after each step.

  1. Clear the browser cache and cookies
    Open your browser settings and clear cached files and cookies for the Teams web domain. In Microsoft Edge, go to Settings > Privacy, search, and services > Choose what to clear. Select Cached images and files and Cookies and other site data. Click Clear now. Then reload the Teams web page and try the download again.
  2. Allow pop-ups and downloads for the Teams web domain
    In Edge, go to Settings > Cookies and site permissions > Pop-ups and redirects. Add the Teams web URL to the Allow list. Also go to Settings > Downloads and ensure the location is accessible. In Chrome, go to Settings > Privacy and security > Site settings > Pop-ups and redirects and add the same URL.
  3. Download the installer directly
    Instead of using the web client button, go to the official Teams download page at microsoft.com/microsoft-teams/download-app. Click the Download for desktop button. This bypasses any web client script issues. Save the file to your Downloads folder.
  4. Run the installer as administrator
    Right-click the downloaded Teams_windows.exe file and select Run as administrator. If a User Account Control prompt appears, click Yes. This gives the installer full permissions to write to Program Files and the registry.
  5. Check the Windows Installer service
    Press Windows + R, type services.msc, and press Enter. Find Windows Installer in the list. Double-click it and set Startup type to Manual. If the service is stopped, click Start. Click OK and try the installation again.
  6. Install the latest Windows updates
    Open Settings > Windows Update and click Check for updates. Install all pending updates, especially the .NET Framework and WebView2 runtime updates. Restart your computer after the updates finish.
  7. Clear the Teams installer cache
    Press Windows + R, type %localappdata%\Microsoft\Teams, and press Enter. Delete all files and folders inside this directory. Also open %temp% and delete any file that starts with Teams. Then run the installer again.

ADVERTISEMENT

If Teams Still Has Issues After the Main Fix

Teams installer runs but the app does not open

This usually means the WebView2 runtime is missing. Download and install the Evergreen WebView2 Runtime from the Microsoft Edge website. After installation, restart Teams. If Teams still does not open, reinstall the app using the direct download link.

Browser shows a download error or the file is blocked

Windows SmartScreen may block the installer because it is an unsigned or unrecognized file. Right-click the downloaded file and select Properties. Check the Unblock checkbox at the bottom of the General tab. Click Apply and OK, then run the installer again.

Teams installation fails with error code 0x80070643

This error points to a corrupted Windows Installer cache. Run the System File Checker by opening Command Prompt as administrator and typing sfc /scannow. After the scan completes, restart your PC and retry the installation.

Teams Desktop App vs Teams on the Web: Key Differences

Item Teams Desktop App Teams on the Web
Performance Uses system resources directly for faster loading Depends on browser performance and memory
Offline access Supports offline mode for chat and files Requires an internet connection for all features
Screen sharing Shares the entire screen or a single window Shares only the browser tab unless using the web client add-on
Notifications Shows system-level notifications even when the app is minimized Shows browser notifications that may be blocked

The desktop app is the recommended choice for daily work. It provides better performance and more reliable notifications. The web client is a good fallback when installation is not possible, but it lacks offline capabilities.

After you install the desktop app, sign in with your work account and check that your meeting policies are applied correctly. You can verify this in the Teams admin center under Users > Manage users > Policies. If you need to reinstall Teams later, use the direct download link to avoid the web client installer issues.

ADVERTISEMENT