Cable Impedance Calculator

Calculate the characteristic impedance of coaxial and parallel cables.
Enter conductor diameter, spacing, and dielectric constant to find impedance in ohms.

Characteristic Impedance

Characteristic impedance is the inherent impedance of a transmission line — the ratio of voltage to current for a wave traveling along the cable. When cable impedance is mismatched with connected devices, signal reflections occur, causing signal loss, interference, and in RF systems, reduced power transfer.

Why Impedance Matching Matters

In RF and high-frequency systems, impedance mismatch causes reflected power. The VSWR (Voltage Standing Wave Ratio) measures this mismatch:

  • VSWR of 1:1 = perfect match, all power transferred
  • VSWR of 2:1 = ~11% power loss from reflection
  • VSWR of 3:1 = ~25% power loss

In audio systems, impedance mismatch affects frequency response and signal level but rarely causes reflections due to the low frequencies involved.

Coaxial Cable Impedance Formula

Z = (138 / √εr) × log₁₀(D / d)

Where:

  • Z = characteristic impedance (ohms)
  • εr = relative permittivity (dielectric constant) of insulation
  • D = inner diameter of the outer conductor (shield)
  • d = outer diameter of the inner conductor (center wire)

Common Dielectric Constants (εr)

Dielectric εr
Air / vacuum 1.0
PTFE (Teflon) 2.1
Polyethylene (PE) 2.3
Foam PE 2.56
PVC 3.4
Glass 6–10

Foam dielectrics are worth a note. Blowing gas into the polyethylene drops the effective εr toward 1.5 or so depending on how much air is in there, which raises both the impedance and the velocity factor for the same physical dimensions. That is why low-loss cables like LMR-400 quote a velocity factor around 0.85 while solid-PE RG-58 sits at 0.66. The 2.56 figure above is a mid-range foam; check the datasheet for a specific cable rather than assuming.

Standard Cable Impedances

  • 50 Ω: RF, antenna, instrumentation (RG-58, RG-213, LMR-400, SMA connectors)
  • 75 Ω: Video, cable TV, satellite (RG-6, RG-59, F connectors)
  • 93 Ω: Older computer and instrumentation coax (RG-62, ArcNet)
  • 300 Ω: Flat twin-lead, the ribbon that used to run to a TV aerial
  • 450 Ω: Open-wire ladder line, still popular for amateur antenna feeds

The 600 Ω figure you sometimes see quoted for audio is a different thing and does not belong on this list. It came from telephone and broadcast practice, where equipment was built to transfer maximum power into a matched 600 Ω load. Modern balanced audio gear does not work that way: a microphone or line output has a low source impedance, typically under 200 Ω, feeding a bridging input of several kilohms. Nothing is matched, and at audio frequencies a cable is far shorter than a wavelength, so its characteristic impedance never comes into play. This calculator is for transmission lines, which in practice means RF and fast digital signals.

Parallel Wire Formula

For two parallel conductors of diameter d, separated by center-to-center distance D:

Z = (276 / √εr) × log₁₀(2D / d)

Parallel line is almost always run in air, so leave the dielectric on 1.0 unless the pair is embedded in something. Spacing matters much more than it does for coax: two 1 mm wires 10 mm apart give about 360 Ω, and moving them to 20 mm apart only raises that to about 442 Ω, because the relationship is logarithmic. Doubling the spacing is nowhere near doubling the impedance.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.