The standard voltage regulation equation calculates the percentage change in output voltage from a no-load state to a full-load state. For power supplies and transformers, the IEEE-accepted formula is:

VR (%) = [(VNL - VFL) / VFL] × 100

Whether you are sizing a distribution transformer for a workshop subpanel or debugging the voltage sag on an unregulated DC bench supply, this formula is your baseline for predicting real-world performance under load. Below, we break down the derivation, rearrange the algebra for bench-side reverse engineering, and walk through strict unit-tracked examples.

The Core Equation and Symbol Definitions

The equation quantifies how much a power source's internal impedance (winding resistance, leakage reactance, or ESR in DC supplies) causes the terminal voltage to drop when current flows. According to All About Circuits and standard IEEE C57.12.00 guidelines, the full-load voltage is used as the reference denominator for transformers and localized power supplies.

Symbol Parameter Standard Unit Bench Measurement Tool
VR Voltage Regulation (Percentage) % Calculated value
VNL No-Load Voltage (Secondary open circuit) Volts (V) True-RMS Multimeter (AC) or DMM (DC)
VFL Full-Load Voltage (At rated maximum current) Volts (V) True-RMS Multimeter + Rated Dummy Load

When the Formula Applies and Its Assumptions

This specific arrangement assumes you are evaluating a source (like a transformer, generator, or power supply) where the load is connected to the secondary/output terminals. It assumes steady-state conditions and a constant primary/input voltage. It does not account for transient voltage dips during motor starting or dynamic load-stepping, which require oscilloscope capture and impedance profiling rather than steady-state algebra.

Realistic Answer Magnitudes

  • Distribution Transformers (Utility pole/padmount): 2% to 5% is standard. A 4% regulation means a 240V nominal secondary will deliver roughly 230V at peak neighborhood demand.
  • Unregulated DC Wall Warts (Transformer + Bridge + Cap): 15% to 30%. The massive sag is due to transformer winding resistance and capacitor equivalent series resistance (ESR).
  • Regulated Linear/Buck Supplies (e.g., LM317 or LM2596): < 0.5%. The feedback loop actively compensates for the internal drops, rendering the raw regulation equation largely moot for the final output, though it still applies to the raw pre-regulator stage.

Rearranged Forms for Reverse Engineering

On the bench, you rarely solve for VR blindly. More often, you read the VR percentage off a manufacturer's spec sheet and need to predict what your actual terminal voltage (VFL) will be when you connect your 10A heater load. Here are the algebraic rearrangements solving for each variable:

1. Solving for No-Load Voltage (VNL):
VNL = VFL × [1 + (VR / 100)]

2. Solving for Full-Load Voltage (VFL):
VFL = VNL / [1 + (VR / 100)]

3. Solving for Voltage Regulation (Decimal form, omitting the 100x multiplier):
VRdecimal = (VNL / VFL) - 1

Worked Examples with Strict Unit Tracking

Let's run through two distinct scenarios: an AC step-down transformer and an unregulated DC bench supply. Tracking units through the intermediate steps prevents the most common calculation errors.

Problem 1: AC Distribution Transformer

Scenario: You have a 5 kVA, 480V to 120V isolation transformer in your shop. With no load connected, your Fluke 87V reads exactly 120.0V AC on the secondary. You connect a resistive dummy load bank drawing the full rated 41.6A (5000VA / 120V). Under this full load, the secondary voltage sags to 114.5V AC. What is the voltage regulation?

  1. Identify knowns: VNL = 120.0V, VFL = 114.5V
  2. Substitute into the equation:
    VR (%) = [(120.0V - 114.5V) / 114.5V] × 100
  3. Calculate the numerator (Voltage Drop):
    120.0V - 114.5V = 5.5V
  4. Divide by the denominator (Full-Load Voltage):
    5.5V / 114.5V = 0.04803 (Unitless ratio)
  5. Convert to percentage:
    0.04803 × 100 = 4.80%

Bench Takeaway: A 4.8% regulation is perfectly normal for a small dry-type shop transformer. If your sensitive CNC controller requires a strict 115V minimum, this 114.5V sag under full load might trigger a brownout fault, indicating you need to oversize the transformer or add line conditioning.

Problem 2: Unregulated DC Power Supply

Scenario: You are building a DIY audio amplifier and testing an unregulated linear power supply (toroidal transformer, bridge rectifier, 10,000μF smoothing capacitor). Open-circuit DC voltage measures 38.2V. When the amplifier draws its peak continuous current of 4A, the DC voltage drops to 31.5V. Calculate the VR.

  1. Identify knowns: VNL = 38.2V DC, VFL = 31.5V DC
  2. Substitute:
    VR (%) = [(38.2V - 31.5V) / 31.5V] × 100
  3. Calculate the numerator:
    38.2V - 31.5V = 6.7V
  4. Divide by the denominator:
    6.7V / 31.5V = 0.21269
  5. Convert to percentage:
    0.21269 × 100 = 21.27%

Bench Takeaway: A 21% sag is typical for unregulated capacitor-input supplies due to the steep discharge curve of the capacitor between AC peaks and the transformer's internal resistance. Your audio amp's internal voltage regulators (or Class-D switching stages) must be rated to handle this wide input variance without clipping.

Unit Mistakes and Magnitude Sanity Checks

The math is simple, but the measurement inputs are where DIYers and junior technicians break the formula. Avoid these three fatal errors:

1. Mixing RMS and Peak Voltages

If you measure VNL using a True-RMS multimeter (which reads the heating equivalent of the AC wave) but measure VFL using an oscilloscope reading Peak-to-Peak or Amplitude, your numerator will be wildly skewed. Rule: Both VNL and VFL must be in the exact same domain (both RMS for AC, both average DC for rectified supplies).

2. The Denominator Trap (VNL vs VFL)

Some older textbooks and specific transmission line engineering contexts define regulation using VNL (or Vsending) in the denominator. If you use VNL in the denominator for a transformer, your result will be artificially low compared to the manufacturer's nameplate, which strictly uses the IEEE VFL denominator. Always check the standard governing your specific equipment.

3. Forgetting the Multiplier

If your calculation yields 0.048, your regulation is 4.8%, not 0.048%. Writing 'VR = 0.048%' on a spec sheet will confuse downstream engineers who might think the supply is infinitely stiff. Always track the '× 100' step explicitly.

For deeper reading on how transformer winding geometry impacts these voltage drops, the Electronics Tutorials guide on transformer efficiency provides excellent phasor diagrams showing the resistive and reactive components that cause VFL to deviate from VNL.

Frequently Asked Questions

How does the voltage regulation equation apply to transmission lines vs. transformers?

In power transmission engineering, the formula conceptually shifts to compare the sending-end voltage (VS) and the receiving-end voltage (VR). The equation becomes: VR = [(|V_S| - |V_R|) / |V_R|] × 100. The core difference is that transmission lines deal with distributed capacitance and inductance over miles of wire, whereas the transformer equation deals with lumped leakage reactance and winding resistance inside a single magnetic core. Furthermore, long transmission lines can exhibit the Ferranti effect, where the receiving voltage actually exceeds the sending voltage under light loads.

Why is my calculated voltage regulation negative?

If you plug your bench measurements into the equation and get a negative percentage (e.g., -3.5%), it means your VFL is higher than your VNL. In AC transformer circuits, this happens when you connect a heavily capacitive load (a leading power factor). The leading current flowing through the transformer's leakage reactance creates a voltage rise rather than a voltage drop. In DC circuits, a negative regulation usually indicates a measurement error, a poorly tuned feedback loop in an active regulator overshooting its target, or a thermal drift issue in your voltage reference IC as the load warms up the board.

What is a realistic voltage regulation percentage for a DIY linear power supply?

If you are building a raw, unregulated linear supply (Transformer → Bridge Rectifier → Filter Capacitor), expect a regulation of 10% to 25% depending on the transformer's VA rating and the capacitor's ESR. Small 1A wall-warts will sag heavily (closer to 25%), while massive 20A toroidal setups will hold tighter (closer to 8%). However, if you add a linear regulator IC (like an LM317 or LM338) downstream, the effective regulation of the final output drops to < 0.5%, limited only by the regulator's internal error amplifier gain and thermal drift, provided your raw input voltage never sags below the regulator's dropout voltage threshold.

For a comprehensive look at the magnetic principles governing these AC voltage drops, Georgia State University's HyperPhysics portal on transformers offers rigorous derivations of the underlying flux and impedance relationships.