Share via

Need New MS Teams install on my Windows 11 computer

Gwenivere Byerson 0 Reputation points
2026-05-19T01:19:37.2533333+00:00

I need to have the New MS Teams added to my Windows 11 computer

Microsoft Teams | Microsoft Teams Free | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ivan B 113.7K Reputation points Independent Advisor
    2026-05-19T01:59:19.51+00:00

    Hii,

    You can download Teams via the Microsoft Store

    https://www.microsoft.com/en-us/microsoft-teams/free

    https://apps.microsoft.com/detail/XP8BT8DW290MPQ?hl=en-US&gl=US&ocid=pdpshare

    Or

    Install via MSI from the link below:

    https://go.microsoft.com/fwlink/?linkid=2196106

    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 email notifications if you want to receive the related email notification for this thread.

    Thanks

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-05-19T01:19:50.87+00:00

    To add the new Microsoft Teams to a Windows 11 computer, follow these steps depending on the scenario.

    1. If using Microsoft 365 for work or school
      1. Sign in at www.microsoft365.com with the work or school account.
      2. On the Microsoft 365 home page, in the upper-right corner, select Install and more > Install Microsoft 365 apps.
      3. Select Install Office to download OfficeSetup.exe, then run it and complete installation. This installs the Microsoft 365 desktop apps including the Teams desktop app.
      4. After installation, use Windows Search on the taskbar to search for Teams and open the Teams desktop app.
    2. If using Teams for personal or small business use (Microsoft Teams (free))
      1. In a browser, go to https://www.microsoft.com/en-us/microsoft-teams/teams-for-home.
      2. Activate Download the free app.
      3. Choose Download the free Microsoft Teams app for Windows 11. The app installs on the computer.
      4. Open Teams and sign in with a personal Microsoft account.
    3. If installation is blocked by organization policy (work/school device) If the following message appears when trying to install the new Teams:

      Due to org policy, you can't install the new Teams. For more info, contact your IT admin.

      Then installation is being blocked by policy or registry settings controlling MSIX app installs. In this case:
      • Contact the IT administrator to review the MSIX-related Group Policy / registry keys such as BlockNonAdminUserInstall, AllowAllTrustedApps, and AllowDevelopmentWithoutDevLicense under:
        • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock
        • HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Appx
      • Ensure the device has the latest Windows cumulative updates installed, including the October or later updates that fix failures when AllowAllTrustedApps is disabled.
    4. If there are issues installing the new Teams client
      • Run the new Teams pre-installation check script described in the installation issues article to detect and remediate common problems before installing.
      • On Windows 10, if an error appears instructing to install WebView2 Runtime, download and install WebView2 Runtime, then restart the Teams desktop app and try again.
    5. If using Azure Virtual Desktop (AVD) If the Windows 11 environment is an Azure Virtual Desktop session host and the new Teams desktop app is required with media optimization:
      1. On each session host, set the registry key to enable media optimization:
        • Open Registry Editor as administrator and create HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Teams if it does not exist.
        • Create a DWORD value IsWVDEnvironment and set it to 1.
        • Or run in elevated PowerShell:
                  New-Item -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Force
                  New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name IsWVDEnvironment -PropertyType DWORD -Value 1 -Force
          
      2. Install the Remote Desktop WebRTC Redirector Service on each session host using the MSI from the documented link and complete the setup.

    After installation, Teams (including Microsoft Teams (free) on Windows 11 23H2) can be launched from the taskbar or Start menu.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.