The internal resistance of a standard digital multimeter (DMM) on voltage settings is typically 10 MΩ (10,000,000 ohms). High-precision benchtop meters, like the Keysight 34461A, can switch to >10 GΩ on lower voltage ranges to virtually eliminate circuit loading. This massive resistance is intentional: a voltmeter must draw near-zero current to measure potential difference without altering the circuit's behavior. When the meter's resistance is too low relative to the circuit's resistance, you get a loading error—a false, artificially low voltage reading that can send you down a hours-long troubleshooting rabbit hole.
The Physics of Voltmeter Loading
When you place voltmeter probes across a component, you are putting the meter's internal resistance in parallel with that component. According to Kirchhoff's laws, parallel resistances combine to form a lower equivalent resistance. If the circuit's impedance is very low (like a 12V car battery or a 5V Arduino GPIO pin), the 10 MΩ meter has zero measurable impact. The equivalent resistance remains essentially unchanged.
However, in high-impedance circuits—such as sensor voltage dividers, tube amplifiers, or long unshielded control cables—the meter's 10 MΩ resistance becomes a significant parallel path to ground.
Worked Bench Example:
Imagine a voltage divider powered by a 10V DC source, using two 1 MΩ resistors in series. The true theoretical voltage at the midpoint is exactly 5.00V. If you measure this midpoint with a standard 10 MΩ DMM, the meter is in parallel with the bottom 1 MΩ resistor. The equivalent resistance of that bottom leg becomes roughly 0.909 MΩ. The voltage divider ratio shifts, and your meter will read 4.76V. You haven't found a faulty component; you've just loaded the circuit.
Meter Setup and Probe Placement Protocol
To ensure accurate voltage measurements and protect your equipment, follow this strict setup and probing sequence.
- Dial Position: Set the rotary dial to V DC (straight line) or V AC (sine wave). If unsure of the signal type, start on AC, then switch to DC.
- Lead Jacks: Insert the black probe into the COM (common) jack. Insert the red probe into the V/Ω (volts/ohms) jack. Never leave the red lead in the 'A' (amps) jack while measuring voltage; this creates a dead short and will blow the internal fuse or destroy the meter.
- Range Selection: If your meter is manual-ranging, select a range higher than your expected voltage (e.g., select the 20V range for a 12V battery). For auto-ranging meters, allow 1-2 seconds for the ADC to stabilize.
- Probe Placement: Place probes in parallel across the component or test points. Touch the black probe to the reference/ground node first, then touch the red probe to the measurement node. Ensure probe tips are sharp and clean; oxidized tips can add series resistance that skews high-impedance readings.
Expected Readings and Diagnosing Misleading Values
Knowing what a 'good' reading looks like requires understanding your circuit's source impedance. The table below outlines expected values versus misleading readings caused by meter resistance or environmental factors.
| Test Scenario | Expected 'Good' Reading | Misleading 'Bad' Reading | Root Cause of Error |
|---|---|---|---|
| 12V Lead-Acid Battery (Low-Z) | 12.60V (Resting) | 11.20V or fluctuating | Bad cell, surface charge not removed, or loose probe contact (not a meter loading issue). |
| High-Z Sensor Divider (e.g., 1MΩ resistors) | 5.00V (Theoretical) 4.76V (Loaded by 10MΩ DMM) |
2.10V or erratic | Meter resistance is too low for the circuit. Use a buffer op-amp or a meter with >1 GΩ input impedance. |
| Disconnected Mains Wire (Ghost Voltage) | 0.00V | 40V - 90V AC | Capacitive coupling from adjacent live wires. Switch meter to LoZ (Low Impedance) mode to bleed off the phantom charge. |
| 3.3V ESP32 GPIO Pin (Output High) | 3.25V - 3.30V | 1.80V or brownout reset | Pin is sourcing too much current (exceeding 12mA limit), causing internal voltage sag. Not a meter error. |
The most common mistake that yields misleading readings is attempting to measure high-impedance nodes without accounting for the 10 MΩ loading effect. If your schematic says a node should be 5V, but your DMM reads 4.7V, calculate the Thevenin equivalent resistance of the circuit before assuming a component has failed. Conversely, 'ghost voltages' on long cable runs often trick technicians into thinking a wire is live; utilizing a solenoid tester (wiggy) or a DMM's LoZ mode resolves this instantly.
For deeper analysis on how parallel resistance impacts measurement accuracy, refer to the foundational principles outlined in All About Circuits' guide on voltmeter loading. Furthermore, understanding phantom readings is critical for industrial troubleshooting, as detailed in Fluke's technical breakdown of ghost voltages.
Frequently Asked Questions
What is the typical internal resistance of a digital voltmeter?
For 95% of handheld digital multimeters (like the Fluke 115 or Fluke 87V), the input resistance is fixed at 10 MΩ on all DC and AC voltage ranges. Benchtop multimeters (like the Keysight 34461A) often feature selectable input impedance, allowing you to toggle between 10 MΩ and >10 GΩ depending on the voltage range selected, providing vastly superior accuracy for high-impedance laboratory circuits.
How does the resistance of a voltmeter affect high-impedance circuit measurements?
When measuring circuits with source impedances above 100 kΩ, the 10 MΩ resistance of a standard voltmeter creates a parallel current path that pulls the node voltage down. This is known as the loading effect. To measure these circuits accurately without altering the voltage, you must either use an electrometer with >100 GΩ input resistance, or buffer the signal using a unity-gain op-amp (like a TL072 or OPA192) before probing it with your DMM.
Can I measure the resistance of my voltmeter using a second multimeter?
Yes, but with caveats. You cannot simply set Meter A to the Ohms range and probe the input jacks of Meter B while Meter B is turned off; the reading will likely be open-loop (OL) or inaccurate due to internal protection circuitry (PTC thermistors and MOVs). To measure it dynamically, apply a known precise DC voltage (e.g., 10.000V) to Meter B (set to DC Volts) through a known high-precision series resistor (e.g., 1 MΩ). Measure the voltage drop across the series resistor, calculate the current using Ohm's Law, and then calculate Meter B's internal resistance based on the remaining voltage.
Why would I want to lower the resistance of a voltmeter using LoZ mode?
Some advanced DMMs feature a LoZ (Low Impedance) mode, which intentionally drops the meter's internal resistance from 10 MΩ down to roughly 3 kΩ. While this sounds counterintuitive, it is specifically designed to eliminate 'ghost voltages'—phantom AC voltages induced by capacitive coupling between adjacent wires in a conduit. The 3 kΩ resistance provides just enough of a load to safely bleed off this harmless capacitive charge, allowing the meter to read a true 0.00V on de-energized wires. Never use LoZ mode on low-power electronic circuits, as it will severely load and potentially damage sensitive components.






