This calculator determines the characteristic impedance of a microstrip transmission line based on its width, height, and dielectric constant. It’s useful for designing PCB traces that match specific impedance values.
Formulas
When (W/H) < 1:
εe = (εr + 1)/2 + (εr – 1)/2 × [1/√(1 + 12 × (H/W)) + 0.4 × (1 – W/H)²]
Z0 = (60 / √εe) × ln(8 × (H/W) + 0.25 × (W/H))
When (W/H) ≥ 1:
εe = (εr + 1)/2 + (εr – 1)/2 × [1/√(1 + 12 × (H/W))]
Z0 = 120π / [√εe × ((W/H) + 1.393 + (2/3) × ln(W/H + 1.444))]
Formula Explanation
- W = width of the microstrip conductor.
 - H = height of the dielectric substrate.
 - εr = dielectric constant of the substrate.
 - εe = effective dielectric constant.
 - Z0 = characteristic impedance.
 
Example
Input: W = 2 mm, H = 1 mm, εr = 4.5
Result: Z0 ≈ 52.8 Ω
Who uses it
Helpful for PCB designers and RF engineers ensuring proper impedance matching in high-frequency circuits.