Data Transfer Cost Calculator
Estimate what your data transfer (egress) will cost on a cloud host or CDN. 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
For example, 500 GB of egress with a 100 GB free tier at 0.09 per GB works out to (500 − 100) × 0.09 = 36.00. Volume is converted using decimal units (1 GB = 1000 MB), and the currency selector is a display label only — no exchange rate is applied. Everything is calculated locally in your browser — nothing is sent anywhere.