T The Triage ManualTechnical Guides for IT Emergencies
P3 · Microsoft 365 & Collaboration

Microsoft Teams Meeting — Audio, Video, Camera, and Screen-Share Failures (Device, Driver, Permission, Network)

Teams users may lose one or more real-time communication modalities — audio (no sound, one-way, echo), video/camera (black screen, device not listed), or screen share (blank/grey share, permission denied) — during meetings. Root causes span OS-level privacy permission blocks, exclusive device locks from competing applications, outdated or corrupt audio/video drivers, firewall policy blocking Teams media UDP 3478–3481, Teams client cache corruption, GPU hardware acceleration conflicts, and VPN routing issues. Resolution follows modality-specific isolation: verify OS permissions, release device locks, update drivers, clear Teams cache, disable GPU acceleration if needed, and confirm media port reachability. Testing in the Teams web client versus desktop client is the primary pivot to separate client-side from infrastructure-side faults.

Indicators

Likely causes

Diagnostic steps

  1. Identify the failing modality precisely. In the Teams client, search for 'echo123' and call it, or go to Settings > Devices > Make a test call. Test microphone (speak and listen for loopback), speaker (listen for prompt playback), and camera preview (observe live video). Record exactly which device(s) fail.
    Narrows the problem to a specific media type and device, preventing unnecessary steps on unaffected components and establishing the scope of impact.
  2. Check OS-level privacy permissions for the failing modality. Windows: Settings > Privacy > Microphone — confirm 'Allow apps to access your microphone' is ON and the Microsoft Teams toggle is ON; repeat under Privacy > Camera. macOS: System Preferences > Security & Privacy > Privacy > Microphone / Camera / Screen Recording — confirm Microsoft Teams is checked in each relevant section.
    OS privacy controls silently block device access; Teams will show no device or a persistent black camera preview without surfacing an explicit error message if these toggles are disabled.
  3. Close all competing conferencing and capture applications — Zoom, Webex, Skype, OBS Studio, any virtual camera or virtual audio software. On Windows, open Task Manager (Ctrl+Shift+Esc) or Process Explorer (Sysinternals) and verify no process retains a handle on the camera or audio device. Relaunch Teams and re-test.
    Exclusive device locks are a leading cause of 'camera unavailable' and audio failures; releasing the lock typically resolves the issue immediately without further steps.
  4. Verify default audio device configuration. Windows: right-click the speaker icon in the taskbar > Sounds > Playback tab — confirm the correct speaker is set as both 'Default Device' and 'Default Communications Device'; status must read 'Working properly'. Repeat on the Recording tab for the microphone. Camera: open Device Manager (devmgmt.msc), expand 'Cameras' and 'Imaging Devices', check for yellow warning exclamation marks.
    Misconfigured default devices or driver-level errors are inherited by Teams; a yellow warning icon confirms a driver fault requiring update or rollback.
  5. Test Teams from the web client in Microsoft Edge or Google Chrome (teams.microsoft.com) and attempt a test call or meeting with the same user account and the same devices. Note whether the web client succeeds or fails identically.
    If the browser client works but the desktop client does not, the fault is isolated to the desktop client (cache corruption, installation, or driver interaction with the client). If both fail identically, the problem is network, device driver, or OS permission.
  6. Verify network reachability for Teams media traffic. Confirm UDP 3478–3481 and TCP 443 are permitted outbound to Microsoft IP ranges. Run the Microsoft Teams Network Assessment Tool to measure connectivity, packet loss, and jitter. If Wireshark is available, capture during a call attempt and filter for UDP traffic to confirm media packets are leaving the machine and receiving responses.
    Blocked media ports produce the characteristic symptom of 'joined the meeting but no audio or video' — signalling (HTTPS/443) succeeds while media (UDP 3478–3481) is silently dropped by an upstream firewall or proxy.
  7. Within the Teams desktop client, navigate to Settings > Devices and confirm the correct microphone, speaker, and camera are explicitly selected in each dropdown (not set to 'Same as system'). Click 'Make a test call' and observe whether audio loops back correctly and the camera preview renders video.
    Confirms whether Teams can enumerate and access the selected devices after permissions and locks have been addressed, isolating remaining client-side device selection mismatches.

Resolution path

Prevention

Tools

References

Microsoft Teamsaudiovideocamerascreen sharingmeetingsmicrophonedevice permissionsdriversnetworkfirewallUDPUDP 3478cachehardware accelerationVPNsplit tunnelmacOSWindowsUCcollaborationP3