The Reality of Ammeter Internal Resistance (and Why "Ideal" is a Myth)
In textbook circuit theory, an ammeter is treated as a perfect short circuit. The ammeter ideal resistance is exactly zero ohms, meaning it can be inserted into a branch without altering the current flow or dropping any voltage. On the workbench, however, this idealization falls apart the moment you try to measure the sleep current of a 3.3V ESP32 module or debug a high-side MOSFET switch.
Every physical ammeter—including the current-measuring function of your digital multimeter (DMM)—relies on a shunt resistor. Current flows through this shunt, and the meter measures the resulting voltage drop (using Ohm's Law, $V = I \times R$) to calculate and display the amperage. Because the shunt has a non-zero resistance, it introduces a voltage drop known as burden voltage.
For example, a typical bench DMM might have a 0.01 Ω shunt on the 10A range and a 1.0 Ω shunt on the 400mA range. If you measure a 2A load on the 10A range, the burden voltage is 0.02V (20mV)—usually negligible. But if you measure a 200mA load on the mA range, the burden voltage jumps to 0.2V (200mV). In a low-voltage microcontroller circuit, a 200mV drop can easily cause a brownout reset, making you chase a ghost fault that your meter itself created.
According to All About Circuits, the design of an ammeter is always a compromise between sensitivity (requiring a higher shunt resistance to generate a readable voltage for the ADC) and circuit intrusion (requiring a lower shunt resistance to minimize burden voltage). Understanding your specific meter's internal resistance is the first step to accurate current measurement.
Meter Setup and Probe Placement for Resistance Checks
To verify the health of your multimeter's current shunts and fuses, you must measure the resistance of the ammeter jacks themselves. This requires a secondary "test" multimeter. You are essentially treating your primary DMM as a passive component.
Meter Setup Block
- Target Meter (Device Under Test): Dial set to OFF. Test leads removed entirely. We are only testing the bare jacks.
- Test Meter (Measuring DUT): Dial set to Ohms (Ω), manually ranged to the lowest setting (e.g., 200Ω or 20Ω) or Auto-Range. Black lead in COM, Red lead in V/Ω.
Probe Placement Procedure
- Short the Test Leads: Touch the probe tips of the Test Meter together. Note this baseline lead resistance (typically 0.1 Ω to 0.3 Ω for standard silicone leads). You will subtract this from your final readings.
- Test the 10A Jack: Place the Test Meter's black probe into the Target Meter's COM jack. Place the red probe firmly into the 10A (or high-amp) jack. Record the value.
- Test the mA/µA Jack: Move the Test Meter's red probe to the Target Meter's mA/µA jack, keeping the black probe in COM. Record the value.
- Cross-Check Jacks: Place probes in the 10A and mA jacks simultaneously (bypassing COM). This measures the combined series resistance of both shunts and is useful for verifying internal PCB trace continuity.
Expected Readings: Good vs. Bad Ammeter Shunt Values
When diagnosing a multimeter that reads zero current or fluctuates wildly, the resistance check will immediately reveal whether you have a blown fuse, a degraded shunt, or a cracked solder joint. Below are the expected numerical thresholds for standard 4.5-digit bench and handheld DMMs (like the Fluke 87V or Brymen BM235).
| Target Jack / Range | Ideal Resistance | Typical Good Reading (Real) | Bad Reading (Diagnostic Meaning) | Typical Fuse Type |
|---|---|---|---|---|
| 10A (High Current) | 0.00 Ω | 0.01 Ω – 0.05 Ω | > 1.0 Ω or OL: Blown high-amp ceramic fuse or open shunt wire. | HBC 11A Ceramic |
| mA / µA (Low Current) | 0.00 Ω | 0.5 Ω – 2.5 Ω | OL (Open Loop): Blown glass fast-acting fuse. > 10 Ω: Degraded shunt or corroded jack contacts. |
0.5A Glass / Ceramic |
| 10A to mA (Cross) | 0.00 Ω | 0.5 Ω – 2.6 Ω (Sum of both) | OL: Broken internal PCB trace or cold solder joint on the selector switch. | N/A |
Note: Always subtract your test lead baseline resistance from these readings. If your test leads read 0.2 Ω when shorted, and the 10A jack reads 0.23 Ω, the actual shunt resistance is a healthy 0.03 Ω.
Critical Measurement Mistakes That Yield Misleading Current Data
Even with a perfectly calibrated meter, misunderstanding ammeter ideal resistance leads to severe measurement errors. Here are the most common bench mistakes and how to avoid them.
1. Ignoring Burden Voltage in Low-Voltage Circuits
If you are measuring the current draw of a 1.8V sensor on the mA range (which might have a 1.5 Ω shunt), a 50mA load will drop 75mV across the meter. The sensor now only sees 1.725V. If the sensor's minimum operating voltage is 1.75V, it will shut down, the current will drop to zero, the burden voltage disappears, and the sensor boots back up. You will measure a chaotic, pulsing current and assume the sensor is defective, when in reality, your meter's internal resistance is starving it. Fix: Use the 10A range (lower shunt resistance) or power the circuit from a slightly higher voltage source to compensate for the burden drop.
2. Using the 10A Jack for Microamp Sleep Currents
When measuring the deep-sleep current of an IoT node (often 10µA to 50µA), hobbyists often leave the lead in the 10A jack because it's "safe." While safe for the fuse, the 10A shunt's resistance is so low (e.g., 0.01 Ω) that 10µA generates only 0.1µV. The meter's ADC cannot resolve this accurately, leading to massive quantization noise and fluctuating digits. Fix: Always move to the dedicated µA/mA jack for sub-milliamp readings, but verify your circuit can tolerate the higher burden voltage of that range.
3. Mains Inline Measurements Without Proper CAT Ratings
Breaking a 120V/240V AC mains circuit to insert a multimeter in series is exceptionally dangerous. If the meter's internal fuse lacks sufficient High Breaking Capacity (HBC), an arc flash can occur inside the meter if a fault happens during the measurement. According to Fluke's safety guidelines on measurement categories, any inline mains measurement requires a meter rated at least CAT III 600V or CAT IV 600V, equipped with HBC ceramic fuses. Fix: Never break a mains circuit to measure current. Use an AC clamp meter or a plug-in power analyzer (like a Kill A Watt) instead, which maintain galvanic isolation and bypass the ammeter shunt resistance issue entirely.
Frequently Asked Questions About Ammeter Ideal Resistance
Why does my circuit current reading drop significantly when I switch from the 10A jack to the mA jack?
This is the classic symptom of burden voltage altering circuit behavior. The mA jack has a physically smaller shunt resistor with a higher resistance value compared to the thick manganin wire used in the 10A jack. When you switch to the mA jack, the increased internal resistance of the ammeter drops more voltage, leaving less voltage for the load. The load (often a motor, LED string, or microcontroller) receives less power and consequently draws less current. To get the most accurate reading of the circuit's "true" unperturbed state, use the range that provides adequate resolution while maintaining the lowest possible burden voltage.
Can I use a standard multimeter to measure the ideal resistance of a clamp meter's jaws?
No. The resistance measurement technique described in this article only applies to inline ammeters and the current jacks of standard DMMs. AC clamp meters use a current transformer (CT), and DC/AC clamp meters use a Hall-effect sensor inside the jaw. There is no physical shunt resistor in the main circuit path for the jaw to measure; the jaw senses the magnetic field generated by the conductor. Therefore, probing the output jacks of a clamp meter will only measure the resistance of its internal output scaling circuitry, not the "ammeter resistance" in the traditional sense.
What safety category (CAT rating) is required when measuring AC mains current inline with a multimeter?
If you absolutely must break a mains circuit to measure current inline (which is highly discouraged in favor of clamp meters), your multimeter and its test leads must be rated for the environment. For standard residential branch circuits (outlets, lighting), a minimum of CAT III 600V is required. For service entrance panels and outdoor mains, CAT IV 600V is mandatory. Furthermore, the meter must utilize High Breaking Capacity (HBC) ceramic fuses (typically 100kA interrupt rating). Standard 0.5A glass fuses will explode under a mains fault condition. Always verify the CAT rating printed on the meter's face and the test leads' insulation, as detailed in the SparkFun multimeter safety guide, before attempting any high-energy measurements.






