Calculating Line Reactor Impedance for VFD Input: kVA, Ohms, %Z

Mark Townsend8 min read
Allen-BradleyTechnical ReferenceVFD / Drives
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

Overview

Line reactors installed on the line side of a variable frequency drive (VFD) are specified by inductance (microhenries or millihenries), current rating (amperes), and insulation class. When populating an arc-flash or short-circuit study, the analyst must convert that nameplate inductance into the impedance values the software expects: per-phase ohms, three-phase kVA, and percent impedance (%Z). This reference documents the correct conversion path for a 480 V, three-phase, 50 HP application using a 65 A / 295 µH reactor, and shows where the most common unit and entry errors occur.

Typical Line Reactor Specification

For VFD input applications, line reactors are normally selected at 3 % to 5 % impedance based on the drive rating. A common 50 HP / 480 V reactor specification looks like the table below.

Parameter Value
Rated voltage 480 V, 3-phase
Continuous current 65 A
Inductance 295 µH (0.000295 H)
Frequency 60 Hz
Insulation class Class H (180 °C) typical
Impedance (XL) 0.111 Ω/phase at 60 Hz
Three-phase kVA 1.41 kVA
Approx. %Z ~3 %

The 3 % to 5 % range is the practical rule of thumb for VFD line reactors, not a standard-mandated value. Confirm the actual impedance requirement against the drive manufacturer's harmonic and dv/dt guidance as documented in Rockwell Automation white paper DRIVES-WP016, "Line Reactors and AC Drives".

Step 1: Convert Microhenries to Per-Phase Ohms

The inductive reactance of a line reactor is purely imaginary (jXL) at the fundamental frequency. For a 60 Hz system, the per-phase reactance is:

XL = 2 × π × f × L
XL = 2 × 3.14159 × 60 × 0.000295
XL = 0.1112 Ω/phase

For a 50 Hz system, the same 295 µH reactor produces:

XL = 2 × π × 50 × 0.000295 = 0.0927 Ω/phase

Always verify the system frequency before entering data. A 50 Hz study using 60 Hz reactance will understate the impedance contribution by 16.7 %.

Unit trap: 295 microhenries = 0.000295 H. The most common error is reading the nameplate as 0.295 H (millihenries) or 295 µΩ. Both produce results that are three orders of magnitude off and will silently corrupt the arc-flash incident energy calculation.

Step 2: Convert Per-Phase Ohms to Three-Phase kVA

Arc-flash and coordination software typically asks for impedance in kVA, three-phase. Convert per-phase ohms using the rated current:

S_3φ = 3 × I² × XL
S_3φ = 3 × (65)² × 0.1112
S_3φ = 3 × 4225 × 0.1112
S_3φ = 1409.5 VA ≈ 1.41 kVA

Per-phase apparent power is 469.8 VA; the three-phase total is three times that. Do not use line-to-line voltage divided by ohms — that gives line current, not apparent power.

The equivalent line-to-line impedance seen at the reactor terminals is:

Z_LL = √3 × Z_phase = √3 × 0.1112 = 0.1926 Ω

Step 3: Verify With the Three-Phase kVA Formula

As a cross-check, use the three-phase apparent power formula directly with the line current and per-phase impedance:

S_3φ = √3 × V_LL × I_line × (Z_reactor / Z_total)

For a stand-alone reactor the Z_total equals Z_reactor, so this collapses to the I²·X form above. The full-voltage check (480 V × 65 A × √3 = 54.0 kVA) represents the entire load kVA, not the reactor's own kVA drop. The reactor drop is only the fraction of that 54 kVA equal to Z_reactor / Z_total. With the 50 HP motor's per-phase impedance of about 4.08 Ω (at PF 0.72), the fraction is 0.111/4.08 = 2.73 %.

Step 4: Compute Percent Impedance (%Z)

Percent impedance normalizes the reactor's ohmic value to the connected motor's base impedance. For a 50 HP, 480 V, three-phase motor at 0.72 power factor and roughly 65 A full-load current:

Z_motor_phase ≈ V_phase / I_line = 277 / 65 ≈ 4.26 Ω
With PF = 0.72, R = Z × PF and XL = Z × sin(arccos(PF))
Effective load impedance magnitude ≈ 4.08 Ω/phase

The reactor's percent impedance on the motor base is:

%Z = (X_reactor / Z_motor) × 100
%Z = (0.111 / 4.08) × 100 = 2.73 %

A 2.7 % reactor is at the low end of the recommended range. If the application requires more harmonic attenuation, increase the inductance or add a DC link reactor per the drive manufacturer's harmonic guidance. The Rockwell Automation DRIVES-WP016 white paper notes that 3 % is the minimum typically specified, and 5 % is used where harmonic distortion limits are tighter (e.g., IEEE 519 borderline sites).

Common Software Entry Errors

Most arc-flash and coordination packages accept the reactor as a series element defined by kVA and ampacity. Three failure modes appear repeatedly.

Error Symptom Correction
Entering L as 0.295 H instead of 0.000295 H XL ≈ 111 Ω, kVA ≈ 1408 kVA, fault current collapses to near zero Confirm unit is microhenries (µH), convert to henries before applying XL = 2πfL
Using line-to-line kVA (480 × 65 × √3 = 54 kVA) as the reactor kVA Reactor kVA is 38× too high, %Z reads ~100 % Use 3 × I² × XL (per-phase I²·X summed three times)
Leaving default software kVA/ampacity populated Impedance is silently whatever the default template is, often 5 % at the catalog current Always override defaults with nameplate microhenry and rated amps

After entering 65 A and 1.41 kVA, the program will internally back-calculate an X1 of about 0.111 Ω and X0 of 0.111 Ω (typical for an iron-core reactor with no zero-sequence cancellation network). The X/R ratio of roughly 19 reflects the nearly pure reactance of the iron-core design.

Verification Procedure

  1. Read the reactor nameplate; record inductance in microhenries, current in amperes, and system voltage.
  2. Confirm system frequency (50 Hz vs 60 Hz) from the one-line.
  3. Compute XL = 2πfL and write it on the working sheet.
  4. Compute three-phase kVA = 3 × I² × XL.
  5. Enter ampacity and three-phase kVA in the software; do not accept default values.
  6. Compare the program's back-calculated X1 to the hand-calculated XL. They should match within 1 %.
  7. Compute %Z against the connected motor base and confirm it is between 3 % and 5 % for a standard VFD input reactor.
  8. Re-run the arc-flash study; the line-side contribution should drop slightly compared to a study with no reactor, and the incident energy at the line reactor terminals should decrease.

Frequency and Voltage Considerations

Reactance scales linearly with frequency. If a 60 Hz reactor is mistakenly applied on a 50 Hz system, XL drops to 83 % of the nameplate value and the harmonic attenuation benefit is reduced. Conversely, applying a 50 Hz unit at 60 Hz overrates the reactor by 20 % — acceptable thermally but it changes the impedance number entered into the study. Always note the design frequency on the one-line and re-tag the reactor.

Voltage class affects insulation and creepage but not the XL calculation; a 480 V, 600 V, and 690 V unit of the same inductance and current will have identical per-phase ohms and three-phase kVA. The voltage rating only constrains the BIL and the spacing.

X/R Ratio and Decrement

An iron-core line reactor has a large inductance and a small resistance; X/R ratios of 15 to 30 are typical. The asymmetric peak current at the reactor terminals during a bolted fault is:

ip = √2 × Irms × (1 + e^(-πR/X))

For X/R = 19, the asymmetry factor is 1 + e^(-π/19) = 1 + e^(-0.1653) = 1 + 0.8475 = 1.8475, so ip ≈ 2.61 × Irms. Use the program's built-in X/R field; the value 19 published in this example matches the field-typical iron-core design and should not be edited unless the manufacturer specifies otherwise.

Standards and Reference Documents

  • Rockwell Automation DRIVES-WP016 — Line Reactors and AC Drives — primary industry reference for VFD line reactor sizing, 3 % to 5 % rule of thumb.
  • IEEE 519 — Recommended Practice and Requirements for Harmonic Control in Electric Power Systems (verify site-specific THD limits before final reactor selection).
  • UL 508 / CSA C22.2 No. 14 — Industrial control equipment standard, applies to reactor construction.
  • NEMA ST 20 — Dry-type transformer terminology, often referenced for reactor insulation systems.

Standards documents are verification sources, not guarantees of any specific %Z value. Always confirm the selected impedance against the drive manufacturer's installation manual and the project's harmonic study.

How do I convert 295 microhenries to ohms for a 480 V 60 Hz line reactor?

Use XL = 2 × π × f × L. With f = 60 Hz and L = 0.000295 H, XL = 0.111 Ω/phase. This is the per-phase inductive reactance to enter in the arc-flash or coordination study.

Why does the program ask for kVA when the nameplate only shows microhenries?

Most arc-flash software stores series impedances as three-phase kVA at rated current. Convert microhenries to per-phase ohms first, then compute three-phase kVA = 3 × I² × XL. For 65 A and 0.111 Ω, the answer is 1.41 kVA.

What is the typical percent impedance for a VFD line reactor?

3 % to 5 % based on the connected motor base impedance. The Rockwell DRIVES-WP016 white paper states 3 % as the minimum typically used, with 5 % for harmonic-sensitive applications.

What is the most common unit error when reading a reactor nameplate?

Misreading 295 µH (0.000295 H) as 0.295 H, or as 295 micro-ohms. The first inflates the impedance by 1000× and the second collapses it to near zero. Always write the unit and the numeric value separately on the working sheet.

Does a line reactor reduce arc-flash incident energy at the line side?

Marginally. A 3 % reactor limits the available short-circuit current by about 3 % from the motor's contribution but does not significantly affect the utility-source contribution. It is primarily specified for harmonic and dv/dt mitigation, not incident energy reduction. Refer to the drive manufacturer's documentation for confirmation.

Back to blog