Propagation Delay Calculator
Calculate the time it takes for a signal to travel from sender to receiver based on distance and transmission medium.
Estimate network signal travel time
Propagation delay is the amount of time required for a signal (like an electromagnetic pulse or light) to travel across a physical medium from the source to the destination.
The delay relies entirely on the distance between the two points and the propagation speed of the medium (such as fiber optic cables, copper wires, or a vacuum).
Total Propagation Delay
--
Milliseconds (ms)
--
Microseconds (μs)
--
Nanoseconds (ns)
--
Note: Propagation delay does not include transmission delay (the time to push all data bits onto the wire), processing delay, or queuing delay. It represents strictly the travel time of a single bit over the physical medium.
Propagation Delay Formula
Calculating propagation delay requires only two variables: the distance between the two nodes, and the propagation speed of the medium connecting them.
td = d / s
The propagation speed (s) depends on the physical medium. Electromagnetic waves travel at the speed of light in a vacuum ($c \approx 3 \times 10^8$ m/s), but they slow down in physical cables. This speed is often expressed as a Velocity Factor (VF) multiplied by the speed of light.
Common Velocity Factors
| Medium | Velocity Factor (VF) | Speed (approx. m/s) |
|---|---|---|
| Vacuum | 1.00 | 299,792,458 m/s |
| Air / Radio Waves | 0.9997 | 299,700,000 m/s |
| Coaxial Cable | 0.77 (avg) | 230,840,192 m/s |
| Fiber Optic Cable | 0.68 | 203,858,871 m/s |
| Twisted Pair (Copper) | 0.66 | 197,863,022 m/s |
The Four Types of Network Delay
Propagation delay is only one piece of the total network latency puzzle. When you run a "ping" test, you are measuring the total nodal delay, which is the sum of four distinct components occurring at every hop along the path:
1. Propagation Delay
The physical travel time of a signal through a medium (fiber, copper, air). Dictated entirely by distance and the speed of light in that medium.
2. Transmission Delay
The time required to push all the packet's bits onto the physical wire. Dictated by the packet length and the link's bandwidth (data rate).
3. Processing Delay
The time routers and switches take to examine the packet header, check for bit-level errors, and determine the output routing destination.
4. Queuing Delay
The time the packet spends waiting in a router's memory buffer before it can be transmitted. This fluctuates highly based on network congestion.
Network latency reference: Cloudflare Learning Center - What is Latency?
Real-World Propagation Delay Baselines
Because propagation delay establishes the absolute minimum bound for latency, we can use it to calculate the theoretical "best case scenario" for common network paths before transmission and routing delays are factored in.
Transatlantic Fiber (New York to London)
Approx. 5,500 km via submarine fiber optic cable.
Geostationary Satellite (GEO)
Earth to satellite and back down (35,786 km × 2) via Radio Waves.
Low Earth Orbit Satellite (LEO / Starlink)
Earth to satellite and back down (~550 km × 2) via Radio Waves.
Submarine cable mapping reference: TeleGeography Submarine Cable Map
The Physics: Why does light slow down in fiber?
It is a common misconception that data travels at the absolute speed of light across fiber optic cables. While photons do travel at $c$ (299,792,458 m/s) in a pure vacuum, they are forced to interact with the atomic structure of physical mediums like silica glass, which impedes their progress.
In physics, this is measured by the Refractive Index (n), which is the ratio of the speed of light in a vacuum ($c$) to the phase velocity of light in the medium ($v$). The formula is:
Standard single-mode optical fiber is made of highly purified silica glass, which has a refractive index of approximately 1.467 to 1.471 depending on the exact wavelength of the laser used (usually 1310nm or 1550nm).
To find the Velocity Factor (VF) used in this calculator, we simply take the reciprocal of the refractive index ($VF = 1 / n$). For a refractive index of 1.47, the Velocity Factor is $1 / 1.47 = \mathbf{0.68}$. This is why signals in a fiber optic cable travel at roughly 68% the speed of light in a vacuum.
Optical physics reference: RP Photonics Encyclopedia - Refractive Index
Frequently Asked Questions
Propagation Delay vs Transmission Delay?
Propagation delay is the time required for a signal to physically travel across a medium from point A to point B. It depends solely on distance and medium speed.
Transmission delay (or store-and-forward delay) is the time required to push all of the packet's bits into the link. It depends on the packet length and the bandwidth (data rate) of the link. Total network latency involves both, plus processing at a switch or router, and queuing delays. Over short distances, propagation might only take a microsecond, while transmission can dominate the total time.
Is fiber optic actually faster than copper?
In terms of raw propagation speed, light in a fiber optic cable actually travels slightly slower (VF ~0.68) than electricity in some coaxial cables (VF ~0.77) because of the refractive index of the glass.
However, fiber optics are considered "faster" because they offer significantly higher bandwidth. This results in massively reduced transmission delays and allows vast amounts of data to be sent simultaneously—often represented by a complex optical waveform—without signal degradation.
What is the Velocity Factor (VF)?
The velocity factor (VF) is the ratio of the speed at which a signal travels through a specific physical medium to the speed of light in a vacuum. This calculator uses VF to determine exact travel times.
For example, a VF of 0.68 means the signal travels at 68% the absolute speed of light. Every medium (copper, glass, air) impedes the wave slightly differently, which is crucial to account for in high-speed electronics.
How does propagation delay affect ping or latency?
Propagation delay forms the physical baseline for your network latency (or ping). Because a ping measures the round-trip time (RTT), the physical distance a signal must travel both ways dictates the absolute minimum possible ping.
In real-world networks, whether data is traveling between data centers or crossing a microscopic trace on a PCB (Printed Circuit Board), additional delays are added. This includes the time it takes for a logic gate to change states, processing at routers, queuing, and transmission.
Does upgrading to higher bandwidth reduce propagation delay?
No. Upgrading your bandwidth (e.g., from 1 Gbps to 10 Gbps) reduces transmission delay because you can push data onto the wire much faster.
However, the physical speed of the signal traveling through the cable or circuit remains completely unchanged. Data takes the exact same amount of time—down to the nanosecond—to travel from city A to city B, regardless of bandwidth.
Why is traditional satellite internet latency so high?
Traditional satellite internet relies on geostationary satellites orbiting approximately 35,786 km (22,236 miles) above Earth.
A request must travel up to space and back to a ground station, and the response must do the same. This sheer distance of over 143,000 km of total travel results in roughly 480ms of raw propagation delay alone, complicating timing and synchronization protocols before any processing occurs.
Are radio waves in the air faster than light in fiber optics?
Yes, slightly. Radio waves traveling through the air (or microwaves in line-of-sight links) travel at nearly the speed of light in a vacuum (VF ~0.9997).
Light in a standard silica fiber optic cable actually travels slower (VF ~0.68) because of the refractive index of the glass. High-frequency traders often prefer microwave towers over fiber optics between financial hubs for this exact reason, as shaving off milliseconds is vital when trading algorithms operate against a strict system clock.
Other useful calculators
Disclaimer: This propagation delay calculator is provided for educational, planning, and informational purposes only. While the formulas are based on established physics and network engineering principles, actual real-world latency is influenced by numerous factors including hardware processing, queuing, temperature variations in transmission mediums, and network congestion. Do not use these theoretical estimates as the sole basis for mission-critical engineering, financial algorithmic trading systems, or safety-critical network design.
Last updated: June 3, 2026