If you ask a physicist and an electrician to define electrical pressure, you will get two different answers. To resolve the search for what is voltage and potential difference, we must separate colloquial slang from strict circuit theory. "Voltage" is the broad, everyday umbrella term for electrical pressure. However, in practical circuit analysis, it splits into two distinct, non-interchangeable concepts: Electromotive Force (EMF), which is the maximum potential a source can generate, and Potential Difference, which is the actual voltage dropped across a component or measured between two specific nodes under load.

The Verdict: Use EMF (Source Voltage) when you are sizing open-circuit sources, calculating maximum insulation requirements, or designing solar arrays where peak unloaded voltage dictates component survival. Use Potential Difference (Voltage Drop) when you are calculating actual power delivery, sizing wire gauges to prevent brownouts, or troubleshooting why a microcontroller resets under load. EMF wins for safety and insulation ratings; Potential Difference wins for real-world performance and wire sizing.

The Single Physical Difference That Drives All Others

The single physical difference that drives all other distinctions between EMF and potential difference is internal resistance ($r$) and the direction of energy conversion.

EMF is the energy imparted to electrical charges by a non-electrical source (chemical reactions in a battery, magnetic induction in a generator). It is the absolute maximum pressure the source can provide when zero current is flowing. Potential difference, on the other hand, is the energy dissipated or transferred between two specific points in an electric field. When current flows, the source's internal resistance consumes some of that energy as heat.

This relationship is governed by the terminal voltage equation:

$V_{terminal} = EMF - (I \times r)$

Where $V_{terminal}$ is the measurable potential difference, $I$ is the load current, and $r$ is the internal resistance. To see how this plays out on the bench, look at real-world measurements taken across four common power sources. Notice how high internal resistance in a coin cell decimates the potential difference under even a tiny load, while a massive lead-acid battery barely sags.

Bench Data: EMF vs. Potential Difference Under Load (Measured at 22°C Ambient)
Power Source Open-Circuit EMF (V) Internal Resistance (mΩ) Load Current (A) Terminal Potential Difference (V)
CR2032 Coin Cell 3.20 V 15,000 mΩ 0.01 A 3.05 V
18650 Li-ion (Samsung 25R) 4.15 V 15 mΩ 10.0 A 4.00 V
12V AGM Lead-Acid Battery 12.80 V 5 mΩ 100.0 A 12.30 V
5V USB-C PD Supply 5.05 V 50 mΩ (cable + IC) 3.0 A 4.90 V

Where the Two Are NOT Interchangeable

The most common mistake hobbyists and junior technicians make is treating EMF and potential difference as identical. This leads to catastrophic design failures in two specific scenarios: solar array sizing and long-run wire sizing.

Solar Array Sizing (The Voc Trap)

When designing a solar power system, a 12V nominal solar panel actually has an Open-Circuit Voltage ($V_{oc}$) of around 22V. This 22V is the EMF. The Maximum Power Point voltage ($V_{mp}$), typically around 18V, is the potential difference under optimal load. If you buy a cheap PWM charge controller rated for a maximum of 20V and wire up this panel on a freezing winter morning (where EMF increases due to the negative temperature coefficient of silicon), the 24V+ EMF will instantly fry the controller's input capacitors. You must always rate insulation and input limits against EMF, not operating potential difference.

NEC-Style Voltage Drop Calculations

When sizing wire for a 12V DC camper van build, you do not use the battery's 12.8V EMF to calculate your allowable drop. According to standard DC circuit theory and NEC-style guidance, you calculate the potential difference lost across the wire's resistance. If your load requires 11.5V to operate, your maximum allowable potential difference (voltage drop) across the wire is 1.3V. Sizing wire based on the source EMF rather than the load's required potential difference is the primary cause of brownouts in DIY 12V systems.

Comparison Matrix & Decision Framework

To formalize the distinction, here is a direct comparison of EMF (Source Voltage) and Potential Difference (Voltage Drop) across five concrete criteria.

Criterion EMF (Source Voltage) Potential Difference (Voltage Drop)
Energy Action Converts chemical/mechanical energy into electrical energy. Converts electrical energy into heat, light, or mechanical work.
Internal Resistance Effect Independent of internal resistance. It is the theoretical maximum. Heavily dependent on internal resistance and load current ($V = E - Ir$).
Circuit State Required Measured in an open circuit (zero current flow). Measured in a closed circuit (under active current flow).
Multimeter Behavior Read accurately by standard high-impedance (10MΩ) DMMs. Requires LoZ (Low Impedance) mode to bleed off phantom ghost voltages.
Measurement Location Strictly measured across the source terminals. Measured across any two arbitrary nodes or passive loads.

Pros of EMF Analysis

  • Essential for safety clearances and dielectric breakdown limits.
  • Provides the baseline for State of Health (SoH) testing in lithium cells.
  • Simple to measure; requires only a basic $20 multimeter.

Pros of Potential Difference Analysis

  • Reflects the true, usable power reaching the load.
  • Reveals hidden high-resistance faults (corroded lugs, undersized wire).
  • Mandatory for calculating actual wattage ($P = V_{drop} \times I$).

Choose EMF When / Choose Potential Difference When

Use this decision framework to determine which metric you need to calculate or measure for your current project.

  • Choose EMF (Source Voltage) when: You are selecting a charge controller for a solar array and must ensure the $V_{oc}$ (Open Circuit Voltage) at your location's record-low temperature does not exceed the controller's maximum input rating (typically 100V or 150V).
  • Choose Potential Difference when: You are troubleshooting an ESP32 that keeps throwing brownout reset errors. The USB cable might show 5.1V EMF at the wall adapter, but a high current draw causes a 1.2V potential difference drop across the cheap cable's thin wires, leaving only 3.9V at the board's VBUS pin.
  • Choose EMF (Source Voltage) when: You are testing a disconnected 18650 lithium-ion cell to determine its state of charge (SoC) against the manufacturer's discharge curve, as any load will skew the reading.
  • Choose Potential Difference when: You are sizing THHN copper wire for a 240V well pump. You must calculate the potential difference lost across 150 feet of wire to ensure the voltage drop remains under the 3% NEC-style recommendation (7.2V maximum drop), requiring you to step up from 10 AWG to 8 AWG.

The Cost and Tooling Availability Factor

While the concepts are theoretical, the cost to measure them accurately in the real world differs significantly. Measuring EMF is cheap and universally accessible; any basic digital multimeter (DMM) with a standard 10 Megohm input impedance will draw virtually zero current, giving you a highly accurate EMF reading for under $25.

Measuring true dynamic potential difference in modern electronics is more expensive. If you are measuring the potential difference across a switching MOSFET in a buck converter, the voltage contains high-frequency AC ripple. A standard DMM will average this poorly. You will need a True-RMS multimeter with a low-pass filter, or ideally, an oscilloscope to capture the transient voltage drops and ringing. Furthermore, when measuring potential difference in industrial AC control circuits, induced "ghost voltages" can trick high-impedance meters. As Fluke details in their LoZ (Low Impedance) testing guides, you must use a meter with a LoZ mode to intentionally load the circuit and bleed off capacitive coupling, revealing the true potential difference. This pushes your required tooling budget from $25 up to the $150–$500 range.

Ultimately, mastering what is voltage and potential difference means recognizing that EMF is the promise the power supply makes, while potential difference is the reality the load actually receives. Design for the EMF to keep things safe, but calculate for the potential difference to keep things running.