NEWS
Microsoft’s 2026 Teams Speed Fixes Fit a Much Bigger Pattern
Microsoft’s Teams engineering team says 2026 fixes cut chat-switch latency 20%, macOS and iOS hangs 35%, and iOS people search time by 25%.
Microsoft says switching between chats in Teams is 20% faster than it was at the start of 2026, the payoff from six months spent hunting down exactly where the app used to stall. App hangs on macOS and iOS fell 35%. Finding a colleague through people search on iOS got 25% quicker.
The company laid out the specifics in a Tech Community blog post this month, the kind of granular engineering writeup that rarely lands next to a Copilot headline. It also fits a wider 2026 habit at Microsoft: repaying old performance debt across Windows and OneDrive while the splashier announcements go to AI agents.
Cold Chats Finally Move at Warm-Chat Speed
Teams tracks two kinds of chat switches. A warm switch returns to a conversation opened recently, so its data already sits in memory and the load is close to instant. A cold switch opens something that has not been touched in a while, and Teams has to fetch that conversation’s data before it can render anything.
Cold switches were the problem. At higher percentiles they dominated how slow the app felt, and earlier rendering fixes barely touched them. Microsoft traced the delay to three specific causes.
- The query to fetch conversation data fired too late
- Queries went out one after another instead of together, stacking up round trip time
- Nothing prioritized responses, so a non critical reply could block the main thread
The fix hit all three at once: fire the data query immediately, bundle requests so they never queue into a waterfall, and paint the frame faster once data lands. Microsoft’s post describes a 20 percent cut in chat switch latency as the result, with cold and warm switches now landing at nearly the same speed. The only gap left, Microsoft says, is the time the data layer itself takes to respond.

Three Bugs Behind Every macOS Freeze
On macOS, Teams runs a background health monitor thread that watches for the moments the app stops responding. To make sense of what that monitor was catching, engineers built an internal tool called StackDecoder, which parses the resulting crash and freeze data at scale. Three specific bugs turned up as the biggest contributors, according to Ihor Lukyanenko, one of the Teams engineers who detailed the fixes to Windows Central.
| Root Cause | Share of Freezes | Fix Applied |
|---|---|---|
| Network status monitoring on the main thread | Largest single source of macOS freezes | Moved the connectivity check to a background thread |
| WebView2 library loading | 6% of all freezes | Preloads the library on a background thread |
| Error reporting network call | 1.7% of freezes | Switched to an asynchronous call |
On iOS, Microsoft’s engineers took a broader approach: optimizing computations, caching, offloading work from the main thread, refactoring database access, and deferring non critical tasks. Combined across both platforms, this work is behind the 35% drop in hangs Microsoft reports, plus a 25% speedup in iOS people search, including how quickly names surface when someone types an @ mention.
Why Is Microsoft Chasing Milliseconds Now?
Because Teams has spent years absorbing complaints about lag and freezing even as Microsoft 365 licensing made it nearly impossible for many enterprises to avoid, and because rivals like Zoom and Slack keep trading on a reputation for feeling lighter. Fixing friction that repeats hundreds of times a day is now treated as its own competitive argument, not just plumbing.
This has been building for a while. In November 2025, Teams shipped gains in video rendering and memory efficiency. A month later, Microsoft told enterprise IT that calling features would move into a separate process to handle the calling stack, a change that began rolling out worldwide in January 2026 specifically to keep a slow call setup from freezing the rest of the app.
A Wider Fix Across Windows and OneDrive
Teams is not the only place Microsoft has spent 2026 doing this kind of unglamorous repair work. Windows 11’s Microsoft Store finally shook off years of throttled download speeds earlier this year, a fix that had nothing to do with new features and everything to do with a pipe that had been narrow for a long time.
File Explorer went through something similar, catching up on a year of quick fixes to bulk deletion speed. Microsoft has also flagged upcoming performance work for OneDrive on macOS. None of these individually make news the way a new Copilot feature does. Together, they read like a company working through a backlog it let grow for years.
Nobody Mentioned the Memory Problem
Microsoft’s post does not mention memory. Windows Latest ran a fresh Teams install on a 32GB machine with no pending notifications or conversations and found it still using 963MB of RAM while doing nothing; the same test showed usage climbing toward 2GB during active calls, with up to eight separate WebView processes running in the background.
The company’s most visible Teams news this year has gone somewhere else entirely. At its June InfoComm keynote, Microsoft’s corporate vice president for Teams calling, meetings, and devices, Ilya Bukshteyn, introduced a Teams Phone Agent that answers incoming calls, part of a wave of new AI calling and channel agents. The chat switching fixes shipped the same month with no stage time at all.
Efficiency Mode Is the Next Test
Microsoft is already testing the next piece: an efficiency mode built for underpowered office PCs, alongside a dedicated app for meeting recaps. Neither has a public ship date yet.
Performance is never finished. As Teams continues to evolve, so does our commitment to making every interaction feel responsive, reliable, and effortless for the hundreds of millions of people who depend on Teams every day.
Ihor Lukyanenko and the Teams engineering team wrote that closing line in the June post on Microsoft’s Tech Community blog. The next scorecard, whenever Microsoft publishes one, will need a line for memory too.
Frequently Asked Questions
Does the update apply to Teams on Windows, or only Mac and iOS?
Chat switching gains apply broadly across desktop and web on any platform, per Microsoft’s post, while the 35% hang reduction and 25% search speedup are specific to macOS and iOS, where the freeze bugs and slower search pipeline actually lived.
Will Microsoft Teams ever drop WebView2 for a fully native app?
Not according to anything Microsoft has said publicly. The desktop client keeps running on WebView2, the Chromium based Edge component behind its rendering, and this year’s gains came from optimizing that architecture rather than replacing it.
What changed with Teams calling in January 2026?
Microsoft began routing calling features through a separate process, ms-teams_modulehost.exe, so a slow call setup could not freeze the rest of the app. IT admins had to allowlist the new executable in antivirus and endpoint security tools before the rollout reached their tenants.
Is Microsoft Teams lighter than Zoom or Slack yet?
Not by Microsoft’s own account. The company frames these fixes as closing a responsiveness gap with rivals seen as leaner, but it has not published a head to head memory or launch time comparison against Zoom or Slack.
Do I need to update Teams manually to get these speed improvements?
No manual installation is required for most users, since the fixes ship through Teams’ normal automatic update channel. Microsoft recommends IT administrators confirm rollout completion through the Teams admin center on managed enterprise devices.
-
AZURE1 month agoMicrosoft’s MAI Models Signal a Five-Year Bet on AI Independence
-
NEWS1 month agoCall of Duty Warzone Delisted on Xbox One and PS4 June 4
-
AZURE1 month agoMicrosoft IQ Gives Enterprise AI Agents a Shared Memory
-
AZURE1 month agoAnthropic Hits $965B, and Microsoft Profits Either Way
-
NEWS1 month agoMicrosoft Build 2026 Skips Windows 12 for the AI Bet That Counts
-
NEWS1 month agoXbox Games Showcase 2026: Start Time, Expected Games, What to Watch
-
NEWS1 month agoModern Warfare 4 DMZ Returns with What the 2022 Beta Was Missing
-
MICROSOFT 3651 month agoSatya Nadella Rebukes Scout VP Over ‘Make People Addicted’ Memo
