The fundamental transformer formulas link primary and secondary voltage, current, and coil turns through a single dimensionless constant: the turns ratio. For an ideal transformer, the ratio of primary to secondary voltage is exactly equal to the ratio of primary to secondary turns, and inversely proportional to the current. Specifically, Vp / Vs = Np / Ns = Is / Ip. Whether you are sizing a 50VA HVAC control transformer or calculating the primary draw on a 500kVA padmount distribution unit, these core equations dictate the magnetic coupling and power transfer.

The Core Transformer Formulas and Symbol Definitions

At the bench or on the jobsite, you will rely on two primary relationships: the turns ratio equation and the power conservation equation. In an ideal, lossless transformer, the apparent power (VA) entering the primary winding equals the apparent power exiting the secondary winding.

Primary Equations:

  • Turns & Voltage Ratio: a = Vp / Vs = Np / Ns
  • Current Ratio: Ip / Is = Ns / Np = 1 / a
  • Ideal Power Balance: Vp × Ip = Vs × Is
Symbol Name Standard Unit Definition & Bench Context
Vp Primary Voltage Volts (VRMS) The AC voltage applied to the input winding. Always use RMS values unless explicitly calculating peak insulation stress.
Vs Secondary Voltage Volts (VRMS) The induced AC voltage at the output winding under no-load conditions.
Np Primary Turns Unitless (Count) Total number of wire loops on the primary coil. Rarely known in practice without teardown or datasheet.
Ns Secondary Turns Unitless (Count) Total number of wire loops on the secondary coil.
Ip Primary Current Amperes (ARMS) Current drawn from the source. Includes both load-reflected current and magnetizing current.
Is Secondary Current Amperes (ARMS) Current delivered to the load. Dictates the secondary wire gauge and thermal limits.
a Turns Ratio Unitless The ratio Np/Ns. If a > 1, it is step-down; if a < 1, it is step-up.

Real-World Transformer Data and Magnitude Checks

Before solving equations, you must develop an intuition for realistic answer magnitudes. A common mistake for students and junior techs is dropping a decimal and calculating a 400A primary current on a 50VA control transformer. If your calculated primary current exceeds the transformer's VA rating divided by the primary voltage, you have made a math error or the transformer is in a dead short.

Below is a data-dense reference table of common real-world transformers to anchor your magnitude expectations. Note how the turns ratio (a) perfectly scales the voltage and inversely scales the current to maintain the VA rating.

Application Rating (VA) Primary V Secondary V Turns Ratio (a) Max Primary I Max Secondary I
HVAC Control (e.g., Honeywell AT72D) 50 VA 240 V 24 V 10:1 0.21 A 2.08 A
1-Phase Isolation (e.g., Hammond 171F) 1,000 VA 120 V 120 V 1:1 8.33 A 8.33 A
Industrial Machine Tool 3,000 VA 480 V 120 V 4:1 6.25 A 25.0 A
Distribution Pole Pig 50,000 VA 7,200 V 240 V 30:1 6.94 A 208.3 A
Magnitude Sanity Check: For a 50VA transformer at 240V primary, the absolute maximum primary current is 50 / 240 = 0.208A. If your formula yields 2.08A on the primary side, you accidentally used the secondary current or swapped the turns ratio.

Rearranged Forms for Quick Bench Calculations

On the bench, you rarely have the luxury of plugging numbers into a pristine textbook equation. You usually know three variables and need the fourth. Here are the rearranged transformer formulas solving for each specific variable:

  • Solve for Primary Voltage (Vp): Vp = Vs × (Np / Ns)   or   Vp = (Vs × Is) / Ip
  • Solve for Secondary Voltage (Vs): Vs = Vp × (Ns / Np)   or   Vs = (Vp × Ip) / Is
  • Solve for Primary Current (Ip): Ip = Is × (Ns / Np)   or   Ip = (Vs × Is) / Vp
  • Solve for Secondary Current (Is): Is = Ip × (Np / Ns)   or   Is = (Vp × Ip) / Vs
  • Solve for Primary Turns (Np): Np = Ns × (Vp / Vs)   or   Np = Ns × (Is / Ip)
  • Solve for Secondary Turns (Ns): Ns = Np × (Vs / Vp)   or   Ns = Np × (Ip / Is)

Worked Examples: Step-Down and Step-Up Scenarios

Let us walk through two practical scenarios with explicit unit tracking. Skipping intermediate steps is the fastest way to introduce scaling errors when moving between milliamps, amps, and kilovolts.

Problem 1: Sizing Primary Wire for an HVAC Control Transformer

Scenario: You are wiring a 240V to 24V step-down control transformer. The nameplate states the primary has 800 turns and the secondary has 80 turns. The connected contactor coil and thermostat draw a combined 1.5A on the 24V secondary. What is the primary current, and what is the minimum primary VA rating required?

  1. Identify Knowns: Vp = 240V, Vs = 24V, Np = 800, Ns = 80, Is = 1.5A.
  2. Calculate Turns Ratio (a):
    a = Np / Ns
    a = 800 turns / 80 turns = 10 (Dimensionless)
  3. Calculate Primary Current (Ip):
    Using the rearranged current formula: Ip = Is / a
    Ip = 1.5A / 10 = 0.15A (or 150mA)
  4. Calculate Required VA Rating:
    Apparent Power (S) = Vs × Is
    S = 24V × 1.5A = 36 VA

Result: The primary draws 0.15A. You must specify a transformer rated for at least 36VA. In practice, you would select a standard 40VA or 50VA control transformer to provide a 20% overhead for inrush current when the contactor coil initially energizes.

Problem 2: Step-Up Inverter Transformer with Real-World Efficiency

Scenario: You are designing a pure sine wave inverter. The H-bridge outputs 12VRMS AC, which feeds the primary of a step-up transformer to yield 120VRMS AC. The secondary load is a 600W resistive heater. Assuming the transformer has a realistic efficiency (η) of 95%, what is the actual primary current drawn from the 12V DC battery bank (via the H-bridge)?

  1. Identify Knowns: Vp = 12V, Vs = 120V, Pout (Secondary Watts) = 600W, η = 0.95.
  2. Calculate Secondary Current (Is):
    Assuming a resistive load (Power Factor = 1), VA = Watts.
    Is = Pout / Vs
    Is = 600W / 120V = 5.0A
  3. Calculate Ideal Primary Power:
    Pideal = Vs × Is = 120V × 5.0A = 600W.
  4. Apply Efficiency to Find Actual Primary Power (Pin):
    Pin = Pout / η
    Pin = 600W / 0.95 = 631.58W
  5. Calculate Actual Primary Current (Ip):
    Ip = Pin / Vp
    Ip = 631.58W / 12V = 52.63A

Result: The primary draws 52.63A. Because this exceeds 50A, NEC-style guidance dictates you must size the primary battery cabling and fusing for at least 125% of this continuous load (approx 66A), meaning you need a minimum of 6 AWG copper wire and an 80A Class T fuse.

Assumptions, Unit Traps, and Real-World Losses

The formulas above assume an ideal transformer. According to standard electromagnetic theory, an ideal transformer assumes zero winding resistance (no copper losses), infinite core permeability (zero magnetizing current required), and perfect magnetic coupling (zero leakage flux). In reality, every physical transformer deviates from these formulas under load.

When the Formulas Break Down (Real-World Losses)

When you measure a 24V secondary on a bench with no load, it might read 25.5V. When you connect a 2A load, the voltage might sag to 22.8V. This is voltage regulation, caused by the physical resistance of the copper wire (I²R losses) and leakage inductance. The formula Vp/Vs = Np/Ns only perfectly predicts the no-load secondary voltage. Under load, you must subtract the internal impedance voltage drop.

Unit Mistakes That Will Break Your Math

The RMS vs. Peak Trap: Transformer formulas require consistent units. Digital multimeters read RMS (Root Mean Square) voltage. Oscilloscopes often display Peak-to-Peak (Vpp). If your scope shows 34Vpp on the secondary, that is roughly 12V RMS. If you plug 34V into the formula alongside a 120V RMS primary, your turns ratio calculation will be off by a factor of nearly 3. Always convert Vpp to RMS (VRMS = Vpeak / √2) before calculating.
  • Mixing Watts and VA: The formula VpIp = VsIs calculates Apparent Power (VA). If your load is an inductive motor with a 0.8 Power Factor, the Real Power (Watts) is only 80% of the VA. The transformer windings must be sized for the VA (the total current flowing), not just the Watts doing useful work.
  • The Milli-Amp Decimal Drop: When calculating primary current for small PCB-mount transformers, secondary current is often in milliamps (e.g., 150mA). If you multiply 120V × 150 without converting to 0.15A, you will calculate a primary current of 18,000A instead of 0.15A. Always convert to base SI units (Volts, Amperes, Ohms) before executing the formula.

By anchoring your calculations in these fundamental transformer formulas, tracking your units rigorously, and applying a sanity check against the nameplate VA rating, you can confidently design, troubleshoot, and specify magnetic components for any AC power system.