How To Fix Teams Disconnecting On Public Wifi [Solved]

Symptoms & Diagnosis

Microsoft Teams is highly sensitive to network stability. On public WiFi, you may experience frequent call drops, the “Reconnecting…” banner, or instant status changes to “Offline.” These issues often stem from bandwidth throttling or captive portal timeouts.

Before diving into deep fixes, use the following table to diagnose your specific connection quality. High latency or packet loss is the primary driver for Teams disconnecting on open networks.

Symptom Probable Cause Check Intensity
Audio cutting out High Jitter Medium
Call drops after 2 minutes Captive Portal Timeout High
Screen share freezing Bandwidth Throttling High

Check your ping using the Command Prompt. If you see frequent “Request timed out” messages, the public WiFi is likely blocking the UDP ports required for Teams media traffic.

Microsoft Teams connection error on public WiFi laptop screen.

Troubleshooting Guide

The first step is to clear the Teams cache. Corrupted local files often struggle to hand off credentials when a public WiFi signal fluctuates. This forces the app to re-authenticate constantly.

Clear Teams Cache (Windows)

Close Teams completely, then run the following commands in your terminal to wipe the temporary session data:


taskkill /F /IM Teams.exe
del /F /Q %AppData%\Microsoft\Teams\*

Disable VPN and Proxy

Public WiFi often uses a “Transparent Proxy” to manage guest traffic. If you are running a personal VPN, the double-encapsulation can cause the MTU (Maximum Transmission Unit) size to exceed the network’s limit, leading to dropped packets.

Try disconnecting your VPN. If Teams stabilizes, you may need to switch your VPN protocol to “WireGuard” or “OpenVPN (TCP)” to better navigate public firewalls.

Adjust Network Adapter Power Settings

Windows often throttles the WiFi card to save battery. On public networks with weak signals, this causes the radio to “sleep” during idle Teams moments, triggering a disconnect.

Go to Device Manager, right-click your Wireless Adapter, select Properties, and under “Power Management,” uncheck “Allow the computer to turn off this device to save power.”

Prevention

To prevent future Teams drops on public networks, consider using a mobile hotspot. Cellular data is often more stable than crowded airport or cafe WiFi because it provides a dedicated IP lease and doesn’t rely on restrictive captive portals.

Keep your WiFi drivers updated. Manufacturers frequently release patches specifically for “roaming aggressiveness” and improved handling of public hotspots. Check your laptop manufacturer’s support page for the latest Intel or Realtek wireless drivers.

Finally, limit background data usage. Apps like OneDrive, Dropbox, or Windows Update can consume the narrow bandwidth overhead allocated to you by a public router, leaving nothing for Teams’ real-time voice packets.