Microsoft Teams Call Quality Dashboard Test: CQD Metrics & Network Telemetry

Microsoft Teams Call Quality Dashboard Test: CQD Metrics & Network Telemetry

In corporate enterprise environments, Microsoft Teams is the central nervous system for daily communication, executive briefings, and client meetings. However, when audio cuts out, video freezes, or calls drop unexpectedly, remote employees and IT system administrators often struggle to pinpoint the root cause. How does Microsoft's **Call Quality Dashboard (CQD)** classify call health, how do you run the official **Microsoft 365 Network Connectivity Test**, and what telemetry thresholds define a "Good" vs "Poor" call?

1. Official Microsoft Teams Network Performance Targets

Microsoft publishes strict network performance baselines for real-time media streams between client endpoints and the nearest Microsoft Global Network edge point of presence (PoP):

Network Telemetry Metric Optimal Target Acceptable Threshold Poor Call Threshold (CQD Flag)
Round-Trip Time (RTT Latency) < 50 ms < 100 ms > 100 ms
Packet Loss Rate < 0.5% < 1.0% > 2.0% in 15s interval
Packet Jitter (Arrival Variance) < 15 ms < 30 ms > 30 ms
Packet Rate Retransmission 0% < 0.5% > 1.5%

2. 🔍 How to Run the Microsoft 365 Network Connectivity Test

To evaluate whether your local ISP connection has direct, low-latency peering with Microsoft's cloud datacenters:

  1. Open a browser and navigate to the official test portal: connectivity.office.com.
  2. Run the automated diagnostic test.
  3. Review your **Microsoft 365 Network Score (0-100%)**:
    • Front Door Distance: Measures physical distance to the nearest Microsoft Edge Exchange. Anything under 15 miles indicates local peering.
    • Backhaul Delay: Identifies if your ISP or corporate VPN is backhauling your traffic to another state or country before routing to Microsoft.

3. 📊 How Call Quality Dashboard (CQD) Classifies Audio Streams

In Microsoft Teams admin telemetry, every call stream is rated as either Good or Poor using the **SILK audio codec ratio algorithm**. A call is classified as "Poor" if any of the following conditions occur:

  • Average packet loss exceeds 5.0% across the duration of the call.
  • Average jitter exceeds 30.0 milliseconds.
  • Round-trip time exceeds 500.0 milliseconds.
  • Ratio of concealed audio samples (packet loss concealment) exceeds 7.0%.

4. ⚡ 3 Proven Fixes for Microsoft Teams Network Quality Issues

  1. Bypass Corporate VPN for Teams Media (Split Tunneling): Ensure Microsoft 365 endpoint URLs (*.teams.microsoft.com, *.skype.com) and IP subnets (52.112.0.0/14, 52.120.0.0/14) bypass the corporate VPN tunnel using direct local internet breakout.
  2. Configure Windows Group Policy QoS Tagging: In Windows Local Group Policy Editor (gpedit.msc), configure Policy-based QoS:
    • Teams Audio: DSCP 46 (Expedited Forwarding) on UDP ports 50000 - 50019.
    • Teams Video: DSCP 34 (AF41) on UDP ports 50020 - 50039.
    • Teams Screen Sharing: DSCP 18 (AF21) on UDP ports 50040 - 50059.
  3. Switch from 2.4GHz Wi-Fi to 5GHz or Wired Ethernet: Eliminates radio frequency contention with microwave ovens, Bluetooth peripherals, and neighboring apartment access points.

5. 📁 Decoding Microsoft Teams Client Diagnostics Logs

When troubleshooting persistent Teams call drops, you can extract real-time diagnostic logs directly from the desktop client. Press Ctrl + Alt + Shift + 1 in Windows (or Cmd + Option + Shift + 1 on macOS). Teams will save diagnostic text files to your Downloads folder.

Open MSTeams_Diagnostics.log and search for MediaStreamQuality. Look for entries indicating PacketLossRate > 0.02 or HeuristicsJitter > 30. These entries pinpoint the exact second where local network degradation caused the call to degrade.

6. 🌐 BGP Peering: Testing AS Paths to Microsoft Edge (AS8075)

Microsoft operates one of the largest private fiber backbones in the world (**AS8075**). Premium residential ISPs peer directly with Microsoft at major Internet Exchange Points (IXPs). However, budget ISPs often route Microsoft 365 traffic through multiple transit carrier hops (Cogent, Telia, Hurricane Electric), adding 35ms of unnecessary latency.

Running a continuous traceroute (tracert worldaz.tr.teams.microsoft.com) allows you to verify whether your traffic reaches Microsoft's edge routers within 3 to 4 network hops.

7. 🏢 Microsoft 365 Tenant Admin Quality Policies & Bandwidth Caps

In enterprise organizations, IT administrators can configure **Meeting Policies** inside the Microsoft Teams Admin Center that dictate maximum media bitrates:

  • Media BitRate (Kbps): By default, Teams allows up to 50,000 Kbps (50 Mbps). If your company sets this policy to 1,500 Kbps to conserve office WAN bandwidth, remote workers will experience restricted video resolution regardless of home connection speed.
  • Screen Sharing Mode: Enforcing Entire Screen vs Single Application sharing changes video encoding CPU overhead.

8. 🛡️ Inspecting DSCP Priority Tags with Wireshark

To verify that Windows is actively tagging Teams audio packets with DSCP 46 (Expedited Forwarding), launch Wireshark and filter for udp.port >= 50000 && udp.port <= 50019. Inspect the Differentiated Services Field in the IP packet header. A value of 0xb8 confirms that QoS priority tags are active and honored by your local network stack.

9. 🔄 Real-Time Network Packet Healing (SILK & Satin Codecs)

Microsoft Teams uses modern AI-powered audio codecs including Satin and SILK. These codecs feature advanced algorithmic Packet Loss Concealment (PLC) that reconstructs missing syllables when packet loss is under 3%. However, when packet loss exceeds 5%, the PLC algorithm fails, causing audible robotic voice clipping and missed words during executive meetings.

⚡ Test Your Microsoft 365 & Teams Latency

Run an instant round-trip latency and jitter diagnostic to test your connection against enterprise cloud endpoints:

🚀 Test Network Telemetry Live →

Frequently Asked Questions

What is a good network score in Microsoft 365 Network Connectivity test?

A network score of 80% or higher indicates optimal local edge peering, low latency (<50ms), and minimal backhaul delay to Microsoft cloud services.

Why does Microsoft Teams say "Your network is causing poor call quality"?

This alert is triggered when packet loss exceeds 2% or packet arrival jitter exceeds 30ms over a rolling 15-second window, usually due to Wi-Fi interference or bufferbloat.

Which ports does Microsoft Teams use for audio and video?

Teams uses UDP ports 3478 through 3481 for media transport, and UDP ports 50000 through 50059 for differentiated QoS audio, video, and screen sharing.

Sources & References

See our research methodology for how we combine our own testing with public data sources.

About the Author

Dalto Cardoso is the founder of DCSpeedTest, a digital nomad who has tested internet connections across multiple countries and runs his own VPS infrastructure for clients worldwide. He holds certifications from Google and Meta Blueprint.