The unit used to measure voltage is the volt (V). Named after Italian physicist Alessandro Volta, the volt quantifies electrical potential difference—the "pressure" that pushes electrons through a conductor. In practical terms, one volt is defined as the potential difference that imparts one joule of energy per coulomb of charge ($V = J/C$). For low-level electronics, you will measure in millivolts (mV, or 1/1000th of a volt), while utility power distribution is measured in kilovolts (kV). Knowing the unit is only the first step; knowing how to accurately measure it on the bench or jobsite without blowing a meter fuse or misdiagnosing a fault is what separates novices from seasoned makers.
Meter Setup and Safety Categories (CAT Ratings)
Before you touch a probe to a test point, your digital multimeter (DMM) must be configured correctly. A common and dangerous bench mistake is leaving the red lead in the current (Amps) jack and then probing a voltage source. This creates a dead short across the circuit, which will violently blow the meter's internal fuse and risks an arc flash.
The Meter Setup Block
- Dial Position: Select V~ (or VAC) for alternating current (wall outlets, transformers) or V⎓ (or VDC) for direct current (batteries, solar panels, logic boards).
- Lead Jacks: Insert the black lead into the COM (common) jack. Insert the red lead into the V/Ω/mA jack. (Never use the 10A jack for voltage).
- Range Selection: If using a manual-ranging meter, select a range higher than your expected reading. For a 120V AC receptacle, choose the 200V or 600V setting. If using an auto-ranging meter, simply select the V function and let the meter's internal ADC scale the reading.
Probe Placement and Measurement Technique
Voltage is a relative measurement—it is the difference in potential between two points. Therefore, voltage is always measured in parallel with the circuit or component. You do not break the circuit to measure voltage, unlike current.
Measuring a 120V AC Receptacle
- Identify the slots: On a standard US NEMA 5-15R outlet, the narrow slot is Hot (Line), the wide slot is Neutral, and the U-shaped hole is Ground.
- Hot to Neutral: Insert the red probe into the narrow slot and the black probe into the wide slot. This measures the actual supply voltage powering devices.
- Hot to Ground: Move the black probe to the U-shaped ground hole. This verifies the equipment grounding conductor is properly bonded back to the panel. It should read nearly identical to Hot-Neutral.
- Neutral to Ground: Place red in the wide slot and black in the U-shape. This should read close to 0V. A reading above 2V under load indicates a loose neutral connection or an overloaded branch circuit.
Measuring a DC Logic Circuit (e.g., ESP32 or Arduino)
- Establish Ground: Clip the black probe's alligator attachment to a known chassis ground or a GND pin on the microcontroller header.
- Probe the Test Point: Use the red probe's fine tip to touch the specific VCC, 5V, or 3.3V pin. Do not bridge adjacent pins, as the spacing on a 0.1" header is only 2.54mm and a slip will short the rail.
Expected Readings: Good vs. Bad Values
Knowing the unit is the volt is useless if you don't know what the number on the screen actually means. A reading of "112" on a 120V AC circuit might be perfectly acceptable at the end of a long, heavily loaded feeder, or it might indicate a failing utility transformer. Below is a reference table for common test points.
| Test Point | Expected (Good) | Marginal / Warning | Bad / Fault Condition |
|---|---|---|---|
| 120V AC Receptacle (Hot-Neutral) | 114V – 126V | 110V – 113V or 127V – 130V | <108V or >132V (ANSI C84.1 limits) |
| 120V AC Receptacle (Neutral-Ground) | 0.0V – 1.5V | 1.6V – 3.0V | >3.0V (Indicates loose neutral/bond) |
| 12V Lead-Acid / AGM Battery (Resting) | 12.6V – 12.8V | 12.0V – 12.4V (Needs charging) | <11.8V (Sulfation or dead cell) |
| ESP32 / Arduino 5V Logic Pin | 4.95V – 5.05V | 4.80V – 4.94V | <4.75V (Risk of brownout resets) |
| Li-Ion 18650 Cell (Fully Charged) | 4.15V – 4.20V | 3.90V – 4.14V (Partial state of charge) | <3.0V (Risk of copper dendrite growth) |
Mistakes That Give Misleading Readings
Even with the right unit and setup, environmental factors can trick your meter. The most common culprit is ghost voltage. When unenergized wires run parallel to live wires in a conduit or cable bundle, capacitive coupling can induce a "phantom" AC voltage. A high-impedance digital multimeter (which typically has an input impedance of 10 MΩ) will read this coupled voltage as real—sometimes showing 60V or 80V on a completely dead wire.
The Fix: If you suspect ghost voltage, switch your meter to LoZ (Low Impedance) mode if it has one (like the Fluke 117). This drops the meter's internal resistance to roughly 3 kΩ, bleeding off the phantom capacitive charge and dropping the reading to a true 0V. If your meter lacks LoZ, screw a solenoid tester ("wiggy") or a small incandescent test lamp across the probes to apply a physical load.
Frequently Asked Questions
What unit is used to measure voltage in AC vs. DC circuits?
The unit for both is the volt (V). However, the method of calculation differs. DC voltage is a steady, continuous value. AC voltage constantly fluctuates in a sine wave, so multimeters calculate and display the RMS (Root Mean Square) voltage. RMS is the equivalent DC voltage that would deliver the same power to a resistive load. When your meter reads 120V AC, the actual peak voltage hitting your circuit is roughly 170V ($120 \times \sqrt{2}$), but the unit remains the RMS volt.
What unit is used to measure voltage drop across a specific component?
Voltage drop is also measured in volts (V) or millivolts (mV). According to Kirchhoff's Voltage Law, the sum of all voltage drops in a series circuit must equal the source voltage. To measure voltage drop across a resistor or a length of wire, you place your red probe on the side of the component closer to the positive source, and the black probe on the side closer to ground. If you are measuring voltage drop across a heavy battery cable carrying 100A, you will use the millivolt (mV) range; a good reading should be under 50mV (0.050V) per connection.
What unit is used to measure voltage alongside current and resistance?
While voltage is measured in volts (V), current is measured in amperes (A), and resistance is measured in ohms (Ω). These three units are locked together by Ohm's Law ($V = I \times R$). You cannot measure resistance on a live circuit—the meter's internal battery supplies a known current and measures the resulting voltage drop to calculate the ohms. Attempting to measure resistance (Ω) on an energized circuit will yield garbage data and will likely destroy the meter's internal protection resistors.
Why is the unit of voltage called the volt?
The unit was named in honor of Alessandro Volta, who invented the voltaic pile in 1800—the world's first chemical battery capable of producing a steady, predictable electrical current. Before Volta, scientists only had access to static electricity (like Leyden jars), which discharged in a single, violent spark. The volt was formally adopted as the standard unit of electromotive force by the International Electrical Congress in 1881.






