Bandwidth Calculator
Calculate website bandwidth needs — visitors × pages × size, with headroom.
How to use Bandwidth Calculator
- Enter monthly visitors — from analytics, or your traffic goal.
- Enter pages per visit and average page size — DevTools' Network tab measures a real page load.
- Read monthly/yearly GB — then add ~50% headroom for spikes, bots and downloads.
- Compare against hosting plans — and note a CDN can offload 60–90% of it.
What is Bandwidth Calculator?
A bandwidth calculator estimates the data a website serves per month: visitors × page views per visit × average page size. 10,000 monthly visitors viewing 3 pages of 2 MB each transfer 10,000 × 3 × 2 MB ≈ 59 GB/month — the number hosting plans meter and cap.
It's the right-sizing tool for hosting decisions: too small a plan throttles or bills overages exactly when traffic spikes (success becomes an outage); wildly oversized plans waste money. The missing ingredient in naive math is headroom — spikes, bots and file downloads — which is why the standard practice adds ~50%.
About the Bandwidth Calculator
Enter monthly visitors, pages per visit and average page size (KB or MB), and read the monthly and yearly bandwidth — then add the ~50% margin the yearly figure hints at before choosing a plan.
Getting the inputs honest: average page size comes from your speed test or DevTools' Network tab (media-heavy pages run 2–5 MB; lean pages under 1 MB); pages-per-visit from analytics (2–4 is typical). Remember non-page traffic: file downloads (each PDF or video download is its full size), API calls, and bot/crawler traffic that analytics undercounts but servers still serve — heavier than expected on content sites.
Context that changes the answer: a CDN (Cloudflare et al.) serves cached assets from its own network, offloading commonly 60–90% of origin bandwidth — the reason modest hosting plans survive big traffic. And "unmetered" shared hosting still enforces fair-use CPU/IO limits, so the calculation stays relevant even without a hard GB cap.