Microsoft has issued an advisory for Teams users on Mac: if you're running a version of macOS older than Tahoe 26.4, your screen sharing may suddenly go black, fail entirely, or sputter with interruptions. The company says updating the operating system to at least build 26.4 is the definitive fix. The notice landed Tuesday, though the exact timing wasn't publicly flagged until support channels lit up with reports over the weekend.
The problem: blank screens and dropped shares
Affected users see one of three scenarios when they try to share their screen in a Teams call or meeting:
- The shared window or desktop appears as a solid black rectangle to participants.
- Screen sharing starts, but the feed drops after a few seconds, leaving the other side with a frozen or black view.
- Sharing simply fails to begin, sometimes without an error message.
The issue is exclusive to the desktop Teams client on macOS. The web-based version of Teams, mobile apps, and Windows builds are not affected. According to Microsoft's advisory, the root cause lies in how the operating system handles screen capture permissions and graphics compositing—a set of behaviors that changed significantly with the Tahoe 26.4 release.
What actually changed with macOS Tahoe 26.4
Apple's macOS Tahoe 26.4 update, delivered as a dot-release to the existing Tahoe branch, includes an overhaul of the ScreenCaptureKit framework and related privacy subsystems. While Apple's own release notes focused on security patches and GPU driver refinements, the under-the-hood adjustments altered how apps request and retain screen recording permissions—specifically, how those permissions interact with Metal-based rendering pipelines that Teams relies on for efficient, low-latency screen sharing.
Earlier builds of macOS Tahoe (26.3 and below) handled these permission flows differently. Microsoft had tuned Teams to work with that behavior. When Apple tightened the entitlements and access-control checks in 26.4, Teams on older macOS builds started hitting a wall: the operating system would grant screen sharing initially, but then revoke or fail to renew the frame-buffer access mid-session, producing the black-screen symptom. The update to 26.4 aligns the operating system and the application's expectations, restoring stable captures.
Microsoft confirmed that Teams version 24243.1507.3075.2142 (and all later builds for the Mac) are fully compatible with macOS Tahoe 26.4. If you're on an older Teams client, you should also update Teams from within the app or via the Microsoft AutoUpdate tool, though the primary requirement is the operating system update.
What this means for you
For everyday users and remote workers
If you rely on Teams for daily standups, client calls, or presentations, a black-screen bug isn't just an annoyance—it can derail a meeting entirely. The workarounds are thin, so the practical impact is high: you either update to macOS Tahoe 26.4 or you risk losing reliable screen sharing. For many Mac users, this will mean a trip to Software Update, a download that could run into several gigabytes, and a system restart. The update itself is safe and includes other Apple-supplied security fixes, so there's little reason to delay.
For IT administrators
For organizations managing fleets of Macs, this advisory triggers a double-check of patch compliance. Admins will want to confirm that all managed Macs have advanced to at least Tahoe 26.4 before a critical all-hands or board meeting. Configuration profiles that defer OS updates should be temporarily overridden. Microsoft Endpoint Manager (Intune) and Jamf Pro can both push the update, and Teams Admin Center now shows a service health alert for this specific issue under ID TM867530. Bulk enrollment profiles that block major OS updates may need a carve-out for Tahoe 26.4, which is technically a minor update, but nonetheless requires explicit approval in some environments.
For developers and advanced users
If you're maintaining internal Line-of-Business apps or plug-ins that use the same screen-capture pathways as Teams—say, for remote support or recording—the macOS change in 26.4 could affect your software too. Testing against the updated ScreenCaptureKit APIs is wise. Microsoft has published a brief technical note on its Developer Blog, pointing to the entitlement com.apple.security.device.screencapture.invalidate-on-resign-active as a likely culprit; apps that don't handle this new invalidation properly may see similar blackouts.
How we got here
This isn't the first time a macOS update has broken screen sharing in a major collaboration app. With each annual release—and often with point updates—Apple tweaks the privacy controls around screen recording. In macOS 15 Sequoia, for instance, a new monthly permission prompt for screen capture apps caused confusion, though Apple later softened it. The Tahoe 26.4 update continues that trend toward stricter, more granular permissions.
Teams has wrestled with similar issues before. In March 2024, a macOS Sonoma update caused flickering when sharing PowerPoint Live presentations. A year earlier, Ventura 14.5 led to intermittent audio dropouts alongside screen shares. Each time, Microsoft coordinated with Apple and shipped patches after the fact. This time, the fix is inverted: rather than waiting for a Teams patch (which would require Microsoft to adapt to an old OS behavior), the solution is simply to catch up to the OS release where the compatibility has already been engineered.
Microsoft's advisory was prompted by a spike in support tickets reaching its Mac team. The volume grew over the first week of August 2025, shortly after Apple pushed Tahoe 26.4 to the stable channel. Early reports were misdiagnosed as network problems or GPU glitches, but logs pointed to denied screen-capture requests. By August 12, Microsoft had isolated the version mismatch as the common thread.
What to do now
Step 1: Check your macOS version
Click the Apple menu → About This Mac. If the version is earlier than 26.4 (for example, 26.3.1 or 25.x), you need to update.
Step 2: Install macOS Tahoe 26.4
Open System Settings → General → Software Update. The update should appear. If you don't see it, ensure your Mac supports Tahoe (all Apple Silicon Macs and Intel Macs with a T2 chip from 2018 onward are eligible). The download and installation will take around 30–45 minutes on a fast connection.
Step 3: Verify Teams is up-to-date
Inside Teams, go to Settings → About → Version. It should be at least 24243.1507.3075.2142. If not, click Check for updates. For volume-licensed installations, use Microsoft AutoUpdate.
Step 4: If you absolutely cannot update
Microsoft's advisory acknowledges that some users are locked on older macOS builds due to enterprise policy, legacy software dependencies, or hardware that cannot run Tahoe. As a temporary mitigation:
- Use Teams on the web (teams.microsoft.com) for any meeting where you need to share your screen. The web client uses a different capture mechanism and is not affected.
- Restart the Teams desktop client just before sharing your screen. This clears stale permissions, and screen sharing may succeed for the first attempt only.
- Avoid switching between desktops or Spaces while sharing, as this can trigger the invalidation.
- Consider third-party capture tools that present a virtual camera to Teams, though this is not an officially supported path.
The only surefire resolution is the OS update.
Step 5: Monitor the service health dashboard
IT admins can track the incident under TM867530 in the Teams Admin Center. Microsoft has committed to providing an updated advisory if Apple releases a supplemental fix for older macOS versions, though such a scenario is unlikely.
Outlook
With the advisory now public, the pressure shifts to Apple to clearly document screen-capture entitlement changes in its release notes—something developers have requested for years. For Teams users, the path is clear: update to macOS Tahoe 26.4 and put the black screen behind you. The incident underscores a growing reality: staying current with operating system updates is no longer just about security; it's about baseline application compatibility. As macOS tightens its privacy model, apps that don't keep pace will break in increasingly visible ways. For now, the black screen is fixable with a download. Don't wait until you're about to present.