What is the Video Call Bandwidth Calculator?
This tool estimates how much internet bandwidth a video meeting on platforms like Zoom, Microsoft Teams, or Google Meet requires. It combines the per-stream quality rate, the number of participants, and whether you want to count both upload and download traffic, then reports total Mbps and approximate data usage per hour. It is useful for IT teams sizing office connections, remote workers checking their home plan, and event organisers planning large webinars.
How to use it
Pick a video quality preset (SD, HD, Full HD, or 4K/group HD), or type a custom per-stream rate to override it. Enter the total number of participants on the call. Tick the duplex option if you want to count both the upstream and downstream legs of the traffic, which roughly doubles the figure for capacity planning. The calculator then shows the aggregate Mbps, the bandwidth a single user's connection sees, and an estimate of gigabytes consumed per hour.
The formula explained
The core relationship is $$\text{Total Mbps} = \text{per-stream} \times \text{participants} \times \text{duplex factor}$$. Each video stream consumes a fairly stable bitrate depending on resolution; multiplying by the participant count gives the total stream load, and the duplex factor (1 for one direction, 2 for both) models symmetric upload and download. Data per hour converts Mbps to gigabytes using $$\text{GB/hr} = \text{Mbps} \times 3600 \div 8 \div 1000.$$
Worked example
A 5-person HD (720p) meeting at 1.2 Mbps per stream, counting both directions: $$1.2 \times 5 \times 2 = 12 \text{ Mbps aggregate}.$$ A single participant receiving the other 4 streams uses $$1.2 \times 4 \times 2 = 9.6 \text{ Mbps}.$$ Over one hour the aggregate traffic is $$12 \times 3600 \div 8 \div 1000 \approx 5.4 \text{ GB}.$$
FAQ
Why do real platforms use less than this? Zoom and Teams use adaptive bitrate, simulcast, and active-speaker switching, so actual usage is often lower than the worst-case estimate this tool provides.
Should I include the duplex factor? For provisioning an internet line, yes — your link must handle both directions. For a single quoted "speed needed" figure, leave it off.
Are these numbers exact? No. They are planning estimates based on typical bitrates; screen sharing, virtual backgrounds, and HD audio can add overhead.