Microsoft Teams Fails to Launch, Only a 16KB File is Created After Installation

cruise 331 Reputation points
2024-12-31T01:26:35.1433333+00:00

I am encountering issues with Microsoft Teams installation and launch:

Installation Process:

  • Used the offline installer or the online setup to install Microsoft Teams.
    • Logs indicate that the installation and package registration processes were successful, but the application fails to launch.
      • After installation, the folder contains only a 16KB executable file instead of the full Teams application.
      Log Details (Key Excerpt):
               less
               复制代码
               2024-12-30
      
      Solutions Tried:
      - Uninstalled all Teams-related components, including the Teams Machine-Wide Installer.
      
         - Deleted related folders and registry entries.
      
            - Reinstalled using the latest offline installer (MSI file downloaded from the official website).
      
               - Temporarily disabled firewall and antivirus software.
      
                  - Checked the network to ensure no URLs required for installation are blocked.
      
                  **Environment Information**:
      
                     - Operating System: Windows Server 2022, Build 20348.
      
                        - Installer Version: 1.7.00.19353.
      
                           - Teams Machine-Wide Installer: Version 1.7.0.33761 (file size: 146 MB).
      

Issue: Despite successful installation, Teams fails to launch. How can I resolve this issue? Could you provide detailed steps or a fix for this problem?

Thank you for your assistance!

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,680 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ramesh Subedi 85 Reputation points
    2024-12-31T02:50:50.67+00:00

    Hi Cruise,

    Pls apply the below methods to resolve your Teams issue:


    1. Clean Uninstall Teams
    • Uninstall Microsoft Teams and Teams Machine-Wide Installer via Control Panel > Programs.
    • Delete leftover files from:
    %LocalAppData%\Microsoft\Teams
    %ProgramData%\Microsoft\Teams
    
    • Remove Teams registry entries:
    HKEY_CURRENT_USER\Software\Microsoft\Office\Teams
    

    1. Reinstall Teams
    • Download the latest installer from Microsoft’s website.
    • Install Teams Machine-Wide Installer first with admin rights, then install Teams.

    1. Fix Potential Issues
    • Check the network to ensure no Teams-related URLs are blocked.
    • Run the installer as an administrator and log installation errors using:
    msiexec /i Teams_windows_x64.msi /l*v install.log
    
    • Update Windows Server, .NET Framework, and Visual C++ Redistributables.

    1. Check System Policies
    • Ensure no Group Policies (like AppLocker) are blocking Teams.

    1. Try Alternative Steps
    • Create a new local user profile and install Teams there.
    • Use PowerShell to install Teams:
    Install-Package -Name MicrosoftTeams -Force
    

    If the issue persists, contact Microsoft Support with logs and error details.Here’s a shorter, simpler version to resolve the issue:


    1. Clean Uninstall Teams
    • Uninstall Microsoft Teams and Teams Machine-Wide Installer via Control Panel > Programs.
    • Delete leftover files from:
    %LocalAppData%\Microsoft\Teams
    %ProgramData%\Microsoft\Teams
    
    • Remove Teams registry entries:
    HKEY_CURRENT_USER\Software\Microsoft\Office\Teams
    

    1. Reinstall Teams
    • Download the latest installer from Microsoft’s website.
    • Install Teams Machine-Wide Installer first with admin rights, then install Teams.

    1. Fix Potential Issues
    • Check the network to ensure no Teams-related URLs are blocked.
    • Run the installer as an administrator and log installation errors using:
    msiexec /i Teams_windows_x64.msi /l*v install.log
    
    • Update Windows Server, .NET Framework, and Visual C++ Redistributables.

    1. Check System Policies
    • Ensure no Group Policies (like AppLocker) are blocking Teams.

    1. Try Alternative Steps
    • Create a new local user profile and install Teams there.
    • Use PowerShell to install Teams:
    Install-Package -Name MicrosoftTeams -Force
    

    If the issue persists, contact Microsoft Support with logs and error details.

    0 comments No comments

  2. Robin Sheng-MSFT 5,525 Reputation points Microsoft Vendor
    2024-12-31T07:31:45.8866667+00:00

    Hi @cruise

    According to your case description, you are deploying the new Teams in Windows Server 2022.

    Learn more at Bulk deploy the new Microsoft Teams desktop client.

    Using the teamsbootstrapper.exe -p command always guarantees the latest new Teams client is installed.

    A phased and controlled rollout can then be achieved by selectively expanding the new computer catalogue/delivery group assignments to more users.

    Admins can also use a local teams MSIX to provision new Teams. This option minimizes the amount of bandwidth used for the initial installation. The MSIX can exist in a local path or UNC.

    1. Download the .exe installer..
    2. Download the MSIX: - MSIX x86 - MSIX x64 - ARM64.
    3. Open the Command Prompt as an Admin.
    4. Depending on where your MSIX is located, do the following steps:

    For local path, enter: .\teamsbootstrapper.exe -p -o "c:\path\to\teams.msix"

    Example:

    local path location for offline installer

    For UNC, enter: .\teamsbootstrapper.exe -p -o "\unc\path\to\teams.msix"

    Example:

    offline location using unc


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

    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 Answers by the question author, which helps users to know the answer solved the author's problem.