If you are asking what is the unit of measurement of current, the direct answer is the Ampere (A), universally referred to as the "amp." Named after French physicist André-Marie Ampère, the ampere quantifies the rate of electron flow through a conductor. In formal SI terms, one ampere is defined by the fixed numerical value of the elementary charge (e), equating to roughly 6.242 × 1018 electrons passing a given point in one second.

But knowing the definition is only half the battle. On the workbench or the jobsite, you need to know how to measure those amps accurately, what the numbers actually mean for your specific circuit, and how to avoid blowing your multimeter's internal fuse—or worse, causing an arc flash. This guide bridges the gap between textbook theory and practical, bench-tested measurement techniques.

The Ampere and Its Sub-Units: From Mains to Microcontrollers

Current rarely stays neatly inside the 1A to 10A range. Depending on whether you are troubleshooting a 240V electric dryer or debugging an ESP32 deep-sleep circuit, you will encounter sub-multiples and multiples of the base ampere unit. Understanding these scales is critical for selecting the right test equipment and range.

Table 1: Current Units, Multipliers, and Real-World Load Expectations
Unit Name Symbol Multiplier Typical Real-World Load Expected Draw
Kiloampere kA 103 (1,000 A) Utility Transformer Secondary Fault Current 10 kA - 40 kA
Ampere A 1 (Base Unit) 1/2 HP Garage Door Motor (120V AC) 4.5A - 6.0A (LRA up to 15A)
Milliampere mA 10-3 (0.001 A) Standard 5mm Red LED (with 330Ω resistor at 5V) 10 mA - 15 mA
Microampere µA 10-6 (0.000001 A) ESP32-WROOM-32 Dev Board in Deep Sleep 10 µA - 20 µA

When measuring the garage door motor above, note the distinction between Running Load Amps (RLA) and Locked Rotor Amps (LRA). The motor will pull 4.5A to 6.0A while spinning, but the inrush current during the first 200 milliseconds of startup can spike to 15A. If your meter's sampling rate is too slow, you will completely miss this transient spike.

Meter Setup, Probe Placement, and Safety Categories

Measuring current is fundamentally different from measuring voltage. Voltage is measured in parallel (across two points). Current must be measured in series, meaning the current must physically flow through the meter. Alternatively, you can use a clamp meter to measure the magnetic field induced by AC current, which allows for non-contact series measurement.

⚠️ SAFETY WARNING: Mains Current & CAT Ratings

Never break a live mains circuit (>50V AC) to insert standard multimeter probes unless you are using a meter rated for the specific environment. For residential panels and fixed wiring, your meter and leads must carry a CAT III 600V or CAT IV 600V rating (verified by an independent lab like UL or CSA, not just printed on the case). For AC mains branch circuits, always default to an AC clamp meter to avoid series arc-flash risks. For guidance on measurement categories, refer to the Fluke CAT rating guide based on IEC 61010-1 standards.

Numbered Steps: Series Measurement (DC & Low-Voltage AC)

  1. De-energize the circuit. Never insert or remove series probes while the circuit is live; the resulting arc can destroy the meter's shunt resistor.
  2. Configure the leads. Keep the black lead in the COM jack. Move the red lead to the 10A jack for high-current loads, or the mA/µA jack for sensitive electronics. (Leaving the red lead in the V/Ω jack will result in a dead short and a blown fuse).
  3. Set the dial. Select A⎓ for DC current or A~ for AC current. If using a manual-ranging meter, start at the highest range (10A) and step down.
  4. Break the circuit. Disconnect the wire or component lead where you want to measure flow.
  5. Place probes in series. Touch the red probe to the side of the break closest to the voltage source (positive/line), and the black probe to the side closest to the load (negative/neutral).
  6. Energize and read. Power the circuit and record the steady-state value.

Clamp Meter Placement (AC Mains)

For AC mains, clamp the jaws around only one conductor (either the Line or the Neutral, never both). If you clamp around an entire NM-B (Romex) cable containing both Line and Neutral, the opposing magnetic fields will cancel each other out, and the meter will read 0.00A regardless of the actual load.

Expected Readings: Good vs. Bad Values for Common Loads

A reading is only useful if you know what it should be. Below is a reference matrix for common residential and benchtop circuits. Use this to quickly diagnose failing components or wiring errors.

Table 2: Expected Current Readings and Diagnostic Fault Indicators
Circuit / Device Nominal Voltage Expected "Good" Current "Bad" Reading & Probable Cause
15A Kitchen Receptacle (Toaster) 120V AC 8.0A - 10.0A < 6.0A: Failing heating element or high-resistance connection.
> 12.0A: Voltage sag or internal short.
12V Lead-Acid Battery (Parasitic Draw) 12V DC < 50 mA (0.05A) > 200 mA: Glovebox light stuck on, bad alternator diode, or aftermarket alarm drain.
Arduino Uno R3 (USB powered, no shields) 5V DC 45 mA - 55 mA > 150 mA: Shorted component on the board or backfeeding a shield via the 5V pin.
240V Electric Baseboard Heater (1500W) 240V AC 6.25A ± 5% 0.0A: Tripped breaker, open thermostat, or broken element.
12.5A: Heater wired to 120V by mistake.

Note: Always calculate expected AC current using the formula I = P / (V × Power Factor). For purely resistive loads like baseboard heaters, the power factor is 1.0. For inductive loads like motors, the power factor may be 0.80 to 0.90, meaning the actual amp draw will be higher than the simple P/V calculation suggests.

Measurement Mistakes That Yield Misleading Readings

Even with a high-end meter like a Fluke 87V or a Brymen BM235, operator error and physics can conspire to give you completely false data. Here are the most common traps and how to avoid them.

1. The Burden Voltage Trap (DC Electronics)

When you measure current in series, the meter inserts a small internal shunt resistor into the circuit. The voltage dropped across this resistor is called burden voltage. If you are measuring a low-voltage circuit (like a 3.3V ESP32) on the mA range, the burden voltage might be 100mV to 300mV. This drops your actual circuit voltage to 3.0V, potentially causing the microcontroller to brownout and reset.
The Fix: If your meter supports it, use the 10A range for initial testing; the shunt resistor is much smaller, resulting in a burden voltage of only 1mV to 5mV. For deep-dive microamp analysis, use a dedicated current shunt and measure the voltage drop across it with an oscilloscope or a high-resolution DMM, as detailed in this All About Circuits ammeter design guide.

2. The Blown Internal Fuse Illusion

You place your probes in series, turn on the circuit, and the meter reads 0.00A. You assume the circuit is dead or the switch is broken. In reality, the circuit is live, but your multimeter's internal 10A fuse blew during a previous test and you didn't notice.
The Fix: Always test your meter's current jacks on a known-good circuit (like a simple 12V automotive light bulb) before trusting a 0.00A reading on an unknown circuit.

3. Forgetting to Zero the Clamp Meter

AC clamp meters rely on Hall-effect sensors or current transformers that are sensitive to residual magnetism and temperature drift. If you open the jaws, close them, and immediately take a reading without pressing the "ZERO" or "REL" button, your baseline might be offset by 0.05A to 0.20A. On a high-draw circuit, this is negligible. On a control circuit drawing 0.30A, a 0.15A offset represents a 50% measurement error.
The Fix: Close the jaws on an empty space (away from any magnetic fields), press ZERO, and then clamp the conductor.

4. AC vs. DC Dial Mismatch

Measuring a DC solar panel string with the dial set to A~ (AC) will often yield a reading of 0.00A or erratic, jumping numbers. Conversely, measuring an AC motor with the A⎓ (DC) setting will usually display 0.00A because the meter is attempting to calculate the average of a sine wave that crosses zero.
The Fix: Verify the source type before turning the dial. If you are measuring a circuit with both AC and DC components (like the output of an unfiltered full-wave rectifier), you must use a True-RMS meter capable of AC+DC coupling, or measure the AC and DC components separately and calculate the combined RMS value.