Download Time Calculator
Estimate how long a file will take to download from its size and your connection speed. The maths is straightforward once units line up: file size is measured in bytes (1 byte = 8 bits), while connection speed is advertised in bits per second (Mbit/s). Convert both to bits, then divide:
time (seconds) = file size in bits ÷ speed in bits per second
So a 1 GB file (8 billion bits) on a 100 Mbit/s line needs about 80 seconds in theory. Real downloads are slower because of protocol overhead and congestion, so add 10–20% overhead for a realistic figure. Everything is calculated locally in your browser — nothing is sent anywhere.