The formula of voltage regulation quantifies how much a power source's output voltage sags when transitioning from an open circuit to a maximum rated load. The standard equation is VR = ((VNL - VFL) / VFL) × 100%. Whether you are sizing a distribution transformer, debugging a 3D printer brownout, or selecting a bench power supply, understanding this formula prevents catastrophic undervoltage failures.
The Core Formula of Voltage Regulation and Symbol Definitions
In power systems and electronics, voltage regulation (VR) is expressed as a percentage. It compares the delta between no-load and full-load states against the full-load baseline. Here is the definitive symbol table for the equation:
| Symbol | Name | Unit | Definition & Bench Context |
|---|---|---|---|
| VR | Voltage Regulation | % | The percentage change in output voltage from full-load to no-load. |
| VNL | No-Load Voltage | V (RMS or DC) | The output voltage measured when the load current is exactly zero (open circuit). |
| VFL | Full-Load Voltage | V (RMS or DC) | The output voltage measured when the source is delivering its maximum rated continuous current. |
Note: Some older generator texts use VNL as the denominator. The IEEE and modern power electronics standard uses VFL as the base, which is the convention used throughout this guide.
Rearranged Forms for Design Work
On the bench, you rarely solve for VR directly. Usually, the datasheet gives you the VR specification, and you need to find the actual voltages you will measure. Here are the algebraic rearrangements:
- Solving for No-Load Voltage (VNL):
VNL = VFL × (1 + (VR / 100)) - Solving for Full-Load Voltage (VFL):
VFL = VNL / (1 + (VR / 100))
Assumptions, Boundaries, and Unit Traps
The formula of voltage regulation is deceptively simple, but applying it blindly will yield garbage data if you ignore its underlying assumptions.
When the Formula Applies
- Steady-State Linear Loads: The formula assumes a constant, steady-state draw. It does not account for transient voltage dips (like the inrush current of a charging capacitor bank), which require an oscilloscope to capture.
- AC Power Factor: For AC transformers and alternators, VR is highly dependent on the load's power factor (PF). A unity PF (1.0) resistive load yields a specific VR; an inductive load (PF 0.8 lagging) will yield a much higher VR. Always assume the datasheet VR is rated at the specified PF.
- Constant Primary/Input: The formula assumes the input voltage (e.g., the 120V AC mains feeding your transformer, or the 24V DC feeding your buck converter) remains perfectly stable during the test.
Realistic Answer Magnitudes
If your calculated VR falls outside these typical ranges, double-check your measurements:
• Lab-grade linear power supply: < 0.1%
• Quality switching DC supply (e.g., Mean Well LRS series): 0.5% to 2.0%
• Distribution Transformer (Grid): 2.0% to 5.0%
• Unregulated AC/DC wall wart: 15% to 30%
Unit Mistakes That Break the Math
- Mixing Peak and RMS (AC): If VNL is measured as peak-to-peak on a scope, but VFL is read as RMS on a multimeter, the formula collapses. Convert all AC values to RMS before calculating.
- Scale Mismatch: Mixing millivolts (mV) for VFL and Volts (V) for VNL. Standardize on base Volts.
- Forgetting the Percentage Multiplier: VR is a ratio. If you calculate 0.045, the regulation is 4.5%, not 0.045%. Dropping the × 100 leads to massive errors when plugging the value back into the rearranged forms.
Solved Problems: Tracking Units from Bench to Grid
Let's run two complete calculations, tracking every unit to ensure the math holds up to physical reality.
Problem 1: DC Bench Supply Characterization
Scenario: You are testing a 12V DC switching power supply. With no load connected, your Fluke 87V reads 12.15 V. You connect a 10A resistive load bank, and the terminal voltage drops to 11.62 V. Calculate the voltage regulation.
- Identify Variables: VNL = 12.15 V, VFL = 11.62 V.
- Apply Formula: VR = ((12.15 V - 11.62 V) / 11.62 V) × 100%
- Subtract Numerator: 12.15 V - 11.62 V = 0.53 V
- Divide by Denominator: 0.53 V / 11.62 V = 0.04561
- Convert to Percentage: 0.04561 × 100% = 4.56%
Result: A 4.56% VR is poor for a modern switching supply (which should be <2%), indicating either a failing feedback loop, undersized output capacitors, or high internal ESR.
Problem 2: AC Transformer Full-Load Prediction
Scenario: A control transformer datasheet lists a secondary VNL of 24.0 V AC (RMS) and a rated VR of 3.5% at unity power factor. You need to know the exact VFL to ensure your downstream 24V DC rectifier won't starve your PLC.
- Identify Variables: VNL = 24.0 V, VR = 3.5%.
- Select Rearranged Formula: VFL = VNL / (1 + (VR / 100))
- Convert VR to Decimal: 3.5 / 100 = 0.035
- Add 1: 1 + 0.035 = 1.035
- Divide: 24.0 V / 1.035 = 23.18 V AC (RMS)
Result: Under full load, the transformer will output 23.18 V RMS. After a bridge rectifier (dropping ~1.4V) and a smoothing capacitor, your DC bus will sit around 31.3V DC, which is perfectly safe for a standard 24V PLC power module.
Real-World Scenario: The Raspberry Pi 4 Brownout Mystery
Formulas on paper rarely account for the parasitic resistance of the real world. Here is a war story where ignoring system voltage regulation caused a persistent field failure.
The Setup
A remote weather station was powered by a Raspberry Pi 4, drawing a peak of 3.0A when the cellular modem and USB peripherals initialized simultaneously. The power source was a generic 5V 3A USB-C wall adapter. The connection was made via a 3-foot (6-foot round trip) 24 AWG USB-C cable.
The Numbers
- Wall Adapter VNL: Measured at 5.20 V.
- Wall Adapter VR Spec: The label claimed "High Efficiency," but bench testing revealed a dismal 10% VR at the supply's internal terminals.
- Cable Resistance: 24 AWG copper is approximately 25.7 mΩ/ft. For a 6-foot round trip, R = 0.154 Ω.
The Outcome
First, we calculate the voltage at the wall adapter's USB port under the 3.0A load using the rearranged formula:
VFL(supply) = 5.20 V / (1 + 0.10) = 4.72 V
Next, we calculate the voltage drop across the 24 AWG cable using Ohm's Law:
Vdrop = I × R = 3.0A × 0.154 Ω = 0.46 V
Finally, the voltage actually reaching the Raspberry Pi 4's power management IC (PMIC):
Vload = 4.72 V - 0.46 V = 4.26 V
What Went Wrong
The Raspberry Pi 4 has a hardware undervoltage lockout (UVLO) threshold of 4.63V. Because the delivered voltage was 4.26V, the Pi immediately triggered the dreaded "lightning bolt" icon on the display, throttled the CPU to 600MHz, and randomly dropped the cellular connection.
The Fix: The formula of voltage regulation applies to the entire delivery path if you define the load point correctly. We replaced the 24 AWG cable with a 20 AWG cable (6.4 mΩ/ft). The new cable drop was only 0.11V. The voltage at the Pi rose to 4.61V—still dangerously close to the 4.63V threshold. The final fix required replacing the 10% VR wall wart with a high-quality Mean Well GST25A05-P1J supply (VR < 1%), pushing the final load voltage to a stable 5.05V.
Authoritative References
- Electrical4U: Voltage Regulation of Transformer - Detailed breakdown of AC transformer regulation across varying power factors.
- Fluke: What is Voltage Drop - Practical field guidance on measuring and mitigating cable resistance in low-voltage DC and AC systems.






