MedhaCloud
Link copied to clipboard!
Managed IT Support

Microsoft Teams Download — Every Client, Platform & MSI

Sreenivasa Reddy G
Sreenivasa Reddy G
Founder & CEO
May 13, 20267 min read
24
Microsoft Teams Download — Every Client, Platform & MSI
Updated: May 13, 2026

Official Microsoft download links for every Teams version — New Teams, Teams Classic (retiring), Teams for Work / School / Home, MSI installers for admins, mobile, Teams Rooms, VDI clients, and Toolkit SDK. All links go to microsoft.com.

New Teams (Work / School / Business) — Current

PlatformInstaller TypeArchitectureUse CaseDownload
Windows EXE (per-user) x64 Standard user install Teams Web ↗
Windows MSIX (bootstrapper) x64 / ARM64 Admin deployment / Intune / SCCM MSIX x64 ↗
Windows MSI (bulk deploy) x64 Group Policy / Intune Win32 MSI x64 ↗
Windows MSI (bulk deploy) ARM64 Surface Pro X / ARM PCs MSI ARM64 ↗
macOS PKG (Universal) Intel + Apple Silicon All Macs PKG ↗
Linux Progressive Web App x64 Chrome / Edge on Linux Open Teams Web ↗

Teams for Home (Personal Accounts)

PlatformInstallerDownload
Windows Built into Windows 11 (taskbar Chat icon) Teams Free ↗
macOS PKG (Universal) Download ↗

Teams Classic (Legacy — Retiring)

Heads up: Microsoft retired Teams Classic for most tenants on July 1, 2024. Some VDI / kiosk scenarios still need Classic until August 2025 (Cloud PC) or until a custom retirement date. New installs should use New Teams unless a specific compatibility issue blocks it.
PlatformTypeArchitectureDownload
Windows EXE installer (per-user) x64 x64 MSI ↗
Windows MSI (bulk deploy) x86 x86 MSI ↗
macOS PKG Universal PKG ↗
Linux DEB (Debian/Ubuntu) x64 DEB Index ↗
Linux RPM (RHEL/Fedora) x64 RPM Index ↗

Teams Mobile (iOS / Android)

PlatformStoreDownload
iOS / iPadOS App Store App Store ↗
Android Google Play Play Store ↗
Android APK direct (no Google account) MS Direct ↗

Teams Rooms (Conference Room Devices)

EditionHardwareUse CaseDownload
Teams Rooms on Windows Lenovo / Logitech / Poly / Yealink Conference room consoles MTR Windows ↗
Teams Rooms on Android Android-based room devices Lightweight room systems MTR Android ↗
Teams Panels Crestron / Logitech Tap / Yealink Outside-room booking displays Docs ↗
Surface Hub 2S / 3 Microsoft Surface Hub Built-in (no separate download) Docs ↗

Teams VDI Clients (Citrix / VMware / AVD)

VDI PlatformOptimizationArchitectureDownload
Azure Virtual Desktop New Teams (WebRTC offload) x64 AVD Guide ↗
Windows 365 / Cloud PC New Teams optimized x64 W365 Guide ↗
Citrix DaaS / Citrix Workspace HDX Optimization x64 Citrix Docs ↗
VMware Horizon Media Optimization Pack x64 VMware Docs ↗

Teams Developer / SDK

ToolUse CaseDownload
Teams Toolkit for VS Code Build Teams apps, bots, message extensions VS Code Marketplace ↗
Teams Toolkit for Visual Studio .NET-based Teams app development VS Marketplace ↗
Teams CLI Scaffolding + deploy from terminal npm ↗
Teams JS SDK Client-side Teams app library npm ↗
Teams PowerShell module Admin scripting (tenant settings, policies) PS Gallery ↗
Direct MSI links don't expire — Microsoft's go.microsoft.com/fwlink redirects always point to the latest stable build. Bookmark the redirect URL, not the resolved .msi path.

Written by Sreenivasa — Founder & CEO, Medha Cloud

Microsoft Solutions Partner · 24+ years IT · 500+ M365 migrations

Microsoft Solutions Partner

New Teams vs Classic Teams

FeatureTeams ClassicNew Teams
FrameworkElectron (Chromium 98)WebView2 (always-current Edge)
RAM (4 chats open)~1.8 GB~600 MB
Launch time~12 sec cold start~3 sec cold start
Multi-tenant / multi-accountOne account onlyNative multi-account
3rd party app supportAll appsAll apps (Teams Toolkit v5+)
VDI optimizationHDX / VMware MOPWebRTC offload native
End-of-supportRetired July 2024 (most tenants)Current

Admin Deployment — Intune, SCCM, GPO

For tenant-wide rollout, use the MSI (not EXE). The MSI installs per-machine (under Program Files) so all users on the device share one binary.

msiexec /i Teams_x64.msi ALLUSERS=1 /qn

For Intune Win32 deployment: wrap the MSI in .intunewin using the Microsoft Win32 Content Prep Tool, then assign to a device group. Detection rule: registry key HKLM\SOFTWARE\Microsoft\Teams.

For SCCM / Configuration Manager: import the MSI as an Application, set the install command to msiexec /i Teams_x64.msi ALLUSERS=1 /qn, and detection method to the GUID or the registry key above.

For Group Policy: assign the MSI via Computer Configuration → Software Installation → Assigned (not Published).

Common Install / Launch Errors

ErrorCauseFix
Teams stuck on loading spinnerCorrupt cacheQuit Teams. Delete %appdata%\Microsoft\Teams (Classic) or %localappdata%\Packages\MSTeams_8wekyb3d8bbwe (New). Re-launch.
WebView2 missingNew Teams requires WebView2 runtimeDownload WebView2 Evergreen and install.
0x8000FFFF (Generic failure)Per-user EXE installed alongside MSIUninstall per-user EXE from Apps & Features, reinstall MSI.
Teams won't start after Windows updateCached credentials invalidatedRun dsregcmd /status, sign out + back into Windows, relaunch Teams.
Microphone not detectedPrivacy settings or driver conflictSettings → Privacy & Security → Microphone → Allow Teams. Then restart audio service: net stop audiosrv && net start audiosrv.
"Sorry, we couldn't connect to Teams"Proxy / SSL inspection blocking Teams CDNBypass SSL inspection for *.teams.microsoft.com, *.teams.cdn.office.net, *.skype.com.

FAQ

Is there a portable / no-install version of Teams?

No. Teams must be installed. The closest alternative is the web client at teams.microsoft.com — full functionality except for some advanced calling features.

Can I run Teams Classic and New Teams side by side?

Yes, during the transition period. Both can coexist on the same machine. The taskbar icon switches based on which you launched last. Once your tenant is moved fully to New Teams, Classic becomes uninstalled automatically.

How do I download Teams without a Microsoft account?

All MSI/PKG/APK links above are direct — no account needed to download. You only need an M365 / Teams Free account to sign in after install.

What's the difference between Teams Free and Teams for Work?

Teams Free supports 60-min meetings, 100 attendees, basic chat. Teams for Work (with M365 Business Basic+) supports unlimited length, 300+ attendees, SharePoint/OneDrive integration, compliance, advanced admin.

Where does Teams store its data on Windows?

New Teams: %localappdata%\Packages\MSTeams_8wekyb3d8bbwe (MSIX appcontainer). Classic Teams: %appdata%\Microsoft\Teams. Both also write to %localappdata%\Microsoft\Teams.

Why does Teams use so much RAM in Classic?

Teams Classic runs on Electron — essentially a packaged Chromium browser per window. New Teams uses WebView2 (Windows-native Edge engine, shared across apps), cutting memory ~3-4×.

Can I download Teams for Linux?

No native client. Microsoft discontinued the Linux desktop app in December 2022. Use Edge/Chrome to load teams.microsoft.com as a Progressive Web App — most functionality works including video and screen share.

Need help with Teams deployment, M365 licensing, or VDI optimization? Contact us — Medha Cloud is a Microsoft Solutions Partner with 500+ Teams rollouts under our belt.

Start with essential cloud services — email, file storage, and Teams at an affordable price.

Microsoft 365 Business Basic

Topics

microsoft-teamsteams-downloadnew-teamsteams-classicteams-msi
Sreenivasa Reddy G
Written by

Sreenivasa Reddy G

Founder & CEO15+ years

Sreenivasa Reddy is the Founder and CEO of Medha Cloud, recognized as "Startup of the Year 2024" by The CEO Magazine. With over 15 years of experience in cloud infrastructure and IT services, he leads the company's vision to deliver enterprise-grade cloud solutions to businesses worldwide.

Managed IT SupportCloud InfrastructureDigital Transformation
Follow on LinkedIn

Need Expert Help?

Our certified cloud and IT engineers are ready to tackle your toughest challenges — from migrations to managed services.