Common-mode choke calculator
What actually does the work here
A choke on the feeder kills the common-mode current — the one that flows on the outside of the braid and turns the cable into part of the antenna. What does the work is not the inductance but the resistive part of the ferrite's impedance: it turns that current into heat. Which is why one material is good on 80 metres and useless on 10, and another the other way round.
| Fair-Rite material | |
| Toroid size | |
| Stacked toroids | |
| Number of cable turns | |
| Operating frequency (MHz) | |
| At the operating frequency | |
| Impedance magnitude |Z| | |
| Resistive part R (what chokes the current) | |
| Reactive part X | |
| Permeability μ′ − jμ″ | |
| Cross-section / mean path length | |
The complex permeability comes from the Fair-Rite tables (src/utils/fairRiteData.js), the core geometry from the Amidon catalogue.
📐 Formulas
Geometry of the toroid:
le = π × (OD + ID) / 2 mean magnetic path length
Ae = h × (OD − ID) / 2 cross-section (× the number of stacked cores)
The impedance of the winding with a complex permeability μ = μ′ − jμ″:
Z = jω × N² × μ₀ × (μ′ − jμ″) × Ae/le
R = ω × N² × μ₀ × μ″ × Ae/le ← the resistive part; this is what kills the current
X = ω × N² × μ₀ × μ′ × Ae/le
|Z| = ω × N² × μ₀ × √(μ′² + μ″²) × Ae/le
Rule of thumb:
| |Z| | Verdict |
|---|---|
| ≥ 2000 Ω | good |
| 1000…2000 Ω | acceptable |
| < 1000 Ω | not enough |
Limits of the calculator:
- The stray capacitance between turns is not included: in a real choke |Z| falls above a certain frequency, here it does not
- μ′ and μ″ come from the Fair-Rite tables; outside the table the calculator refuses to compute and says so
- Amidon and Fair-Rite cores of the same nominal size differ slightly in geometry
- The calculation is for coax wound through a toroid; a «sleeve» of several cores threaded on the cable behaves differently
🎯 Where it is used
- Choosing the material for a band. The band-by-band table shows at once where this choke works and where it does not.
- Checking a finished choke — your own or a bought one.
- Designing a choke for an EFHW or a random wire, where the common-mode current is especially noticeable.
Practical notes:
- Material 31 is for 1.8–10 MHz, 43 for 10–30 MHz, 61 for VHF. There is no universal one.
- Space the turns out rather than stacking them: that lowers the stray capacitance and the choke works higher up.
- A choke neither balances nor transforms — it only kills the current. That is a different job from a transformer's.
- One choke at the antenna is worth more than three at the transceiver.
© 2026 UR3PKI · CyberDev.Space · Content licensed under CC BY-NC-SA 4.0.
How to cite this calculator
UR3PKI. «Common-mode choke calculator». CyberDev.Space. https://cyberdev.space/en/radio/calculators/coils/choke_balun (licence CC BY-NC-SA 4.0).The licence lets you use this material freely, including in teaching materials, but only with attribution to the author and a link to the source.