The Verdict: Which Potential Difference Metric Wins?
When you measure the potential difference between two points in a circuit, you are measuring voltage—but which voltage? Electromotive Force (EMF) wins for evaluating battery state-of-charge (SoC), diagnosing degraded cells, and theoretical circuit design. Terminal Voltage wins for sizing wires, calculating actual power delivery, selecting inverter limits, and debugging real-world voltage sags. If you are building a solar bank or sizing a DC feeder, terminal voltage is your only actionable metric; EMF will lie to you under load.
The Single Physical Difference Driving It All
The sole physical difference between EMF and terminal potential difference is internal resistance ($R_{internal}$). EMF is the ideal, theoretical energy per coulomb generated by a source. Terminal voltage is the actual energy per coulomb available to the external circuit after overcoming the source's own internal friction.
The governing equation is:
V_terminal = EMF - (I × R_internal)
Where they are NOT interchangeable: These two values are strictly NOT interchangeable the moment current ($I$) exceeds zero. A depleted 12V lead-acid battery might show 12.2V EMF (open-circuit) but collapse to 8.1V terminal voltage when a 50A starter motor engages. If you use the 12.2V EMF figure to size your AWG wire, your inverter will trigger a low-voltage brownout.
Cost and Availability Differences: Measuring EMF is cheap; any $15 high-impedance digital multimeter (DMM) draws microamps, effectively creating an open circuit. Measuring true terminal voltage under heavy load requires pushing real current, meaning you need a $150-$400 electronic load tester, a high-current shunt, or a $300 clamp meter with millivolt resolution.
Head-to-Head Comparison Matrix
| Criterion | Electromotive Force (EMF) | Terminal Voltage (Loaded) |
|---|---|---|
| Measurement State | Open-circuit (Zero current flow) | Closed-circuit (Active current flow) |
| Includes $I^2R$ Losses? | No (Ideal source potential) | Yes (Accounts for internal voltage drop) |
| Typical Tool Cost | $15 - $50 (Standard DMM) | $150 - $400 (Electronic load / Clamp meter) |
| Primary Use Case | SoC estimation, cell health screening | Wire sizing, breaker selection, power calc |
| Behavior Over Time | Slowly decays as chemistry depletes | Drops instantly as load increases |
Field Rules: When to Measure Which
Choose EMF (Open-Circuit) When:
- You are checking the State of Charge (SoC) of a resting LiFePO4 or Lead-Acid bank (must rest for 2-4 hours first).
- You are matching parallel battery strings and need to ensure they are within 0.1V of each other before connecting.
- You are troubleshooting a 'dead' AA cell to see if the chemistry is entirely depleted or just suffering from high ESR.
Choose Terminal Voltage (Loaded) When:
- You are calculating voltage drop across a 30-foot run of 10 AWG THHN wire to a 20A continuous load.
- You are setting the Low Voltage Disconnect (LVD) threshold on a BMS or charge controller.
- You are debugging why an ESP32 or Raspberry Pi keeps resetting when a relay clicks on (brownout diagnosis).
Decision Tree: Selecting the Right Tool and Method
Use this path to terminate your diagnostic process with a concrete tool pick and measurement method.
| If your goal is... | Then measure... | Concrete Tool / Part Pick |
|---|---|---|
| Verifying a 12V battery is fully charged before a road trip. | EMF (after 2hr rest) | Fluke 117 True-RMS DMM (Probes directly on posts) |
| Sizing the main DC cables for a 2000W 12V inverter. | Terminal Voltage at 166A | Fluke 375 FC True-RMS Clamp Meter (Measure while inverting) |
| Sorting a batch of salvaged 18650 cells for a DIY powerwall. | EMF first, then Voltage Sag | Opus BT-C3100 V2.2 Charger (Runs internal resistance test) |
| Finding a bad connection in a 24V solar array feeder. | Loaded Potential Difference across joints | Klein Tools MM700 DMM (Measure millivolts across lugs under sun) |
Worked Example: 18650 Cell Potential Difference Under Load
Let's look at a real-world scenario using a Samsung 30Q 18650 cell, a staple in DIY battery packs. According to the Electronics Tutorials guide on internal resistance, every real-world power source acts as an ideal EMF source in series with a resistor.
The Specs:
- EMF (Fully Charged): 4.20V
- Internal Resistance ($R_{internal}$): ~20 milliohms (0.020Ω) when new
- Continuous Discharge Rating: 15A
The Calculation:
You pull this cell out of your pack and measure it with a DMM. It reads 4.20V. This is the EMF. Now, you connect it to a drone ESC that pulls a continuous 15A. What is the actual potential difference between the two points in the circuit (the cell terminals) delivering power to the ESC?
$$V_{terminal} = 4.20V - (15A \times 0.020\Omega)$$ $$V_{terminal} = 4.20V - 0.30V = \mathbf{3.90V}$$
The terminal voltage instantly sags to 3.90V. If you are building a 4S pack (4 cells in series), your pack EMF is 16.8V, but your loaded terminal voltage is 15.6V. As noted in Fluke's technical literature on voltage drop, failing to account for this 1.2V sag across the pack will result in undersized wiring and premature low-voltage cutoffs.
Edge Case - Aging Cells: If that same Samsung 30Q has 300 charge cycles on it, its internal resistance might have climbed to 60mΩ (0.060Ω). The math changes drastically:
$$V_{terminal} = 4.20V - (15A \times 0.060\Omega) = 4.20V - 0.90V = \mathbf{3.30V}$$
At 3.30V under load, the cell is hitting its lower safety threshold, generating massive internal heat ($I^2R$ losses = $15^2 \times 0.060 = 13.5W$ of wasted heat per cell), and risking thermal runaway. This is exactly why measuring the loaded potential difference, rather than just resting EMF, is the ultimate test of a battery pack's viability.






