Video Conference Bandwidth Calculator
Video conferencing is one of the most bandwidth-sensitive office applications, and poor bandwidth planning leads to dropped calls, degraded video quality, and lost productivity. This calculator estimates the upload and download bandwidth required for a video conference call based on the number of participants, call quality setting, platform, and whether screen sharing is active. Use it to plan office internet connections, conference room AV systems, or to diagnose whether your current connection can support your team's video meeting schedule.
Video conference bandwidth formula
per_call_dl = min(participants, 25) * quality_Mbps + screen_share_Mbps
per_call_ul = quality_Mbps + screen_share_Mbps
total_dl = per_call_dl * simultaneous_calls
total_ul = per_call_ul * simultaneous_calls
Most platforms cap the number of visible video tiles at 25-49, so download does not scale linearly beyond that. Upload is per-sender, not per-participant.
Video conferencing bandwidth recommendations
- Zoom: 1.5 Mbps up/down for HD group video; 3.8 Mbps for 1080p group video.
- Microsoft Teams: 1.5 Mbps up/down for HD peer-to-peer; up to 8 Mbps for 1080p meeting rooms.
- Google Meet: 3.2 Mbps for HD group calls.
- Add 20-30% headroom above calculated requirements for network variability.
- Prioritize video conferencing traffic with QoS policies when sharing a connection with other workloads.
Frequently asked questions
How much bandwidth does a video conference call use?
A standard 1:1 HD video call (720p) uses approximately 1.5 Mbps upload and 1.5 Mbps download. Group video calls scale with the number of active video participants. Zoom recommends 3 Mbps up/down for group HD calls with up to 5 participants; 4-5 Mbps for calls with more participants.
Does screen sharing increase bandwidth requirements?
Yes. Screen sharing adds 50-100% more bandwidth compared to video-only calls. A Zoom HD call with screen sharing uses approximately 3 Mbps upload during active sharing. High-resolution screen sharing or sharing content with video/animation requires even more. Platforms compress static screens efficiently but struggle with motion content.
What bandwidth do I need for a 100-person webinar?
For a webinar where only presenters have video enabled, each presenter needs 1.5-4 Mbps upload, and attendees need approximately 1-3 Mbps download each. If all 100 participants have video enabled (a video meeting, not a webinar), most platforms use video simulcast and tile limiting so each participant receives a maximum of 25-49 video feeds.
How do video conferencing platforms reduce bandwidth for large calls?
Platforms use several techniques: bandwidth adaptive bitrate (ABR) encoding that dynamically reduces quality when bandwidth is limited, video tile limiting (showing only the most active speakers rather than all participants), selective forwarding units (SFUs) that route streams efficiently, and audio-only fallback when video bandwidth is insufficient.
Why does my video call quality drop even with fast internet?
Video call quality depends on latency, jitter, and packet loss as much as raw bandwidth. High latency (above 150 ms) causes echo and conversation delays. Packet loss above 1% causes freezing and artifacting. These issues often arise from Wi-Fi interference, ISP congestion, or routing problems rather than insufficient bandwidth.
Official sources
Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology.