Data Transfer Cost Calculator
Estimate what your data transfer (egress) will cost on a cloud host or CDN. It is for developers, ops teams and anyone sizing a hosting bill who needs a quick outbound-bandwidth figure before committing to a provider or scaling traffic up.
How it works
Providers bill outbound data per gigabyte and usually bundle a free monthly allowance, so the calculation is:
cost = (total GB − free GB) × price per GB
The tool first converts your volume to gigabytes using decimal units — MB ÷ 1000, GB ×1, TB ×1000 (1 GB = 1000 MB). It then subtracts the free allowance, clamps the billable amount at zero (so a volume under the free tier costs nothing), and multiplies the remaining billable GB by your price per GB. The currency selector is a display label only — no exchange rate is applied.
Example
500 GB of egress, a 100 GB free tier, at $0.09 per GB:
- Total = 500 GB
- Billable = 500 − 100 = 400 GB
- Cost = 400 × 0.09 = $36.00
| Input | Value |
|---|---|
| Volume | 500 GB |
| Free allowance | 100 GB |
| Billable | 400 GB |
| Price per GB | $0.09 |
| Cost | $36.00 |
Everything is calculated locally in your browser — nothing is sent anywhere.