The direct answer is the Ampere (A), commonly shortened to "amp." Current is the rate of electron flow through a conductor, and one ampere represents one coulomb of electrical charge moving past a specific point in one second. In 2019, the NIST redefined the ampere based on a fixed numerical value of the elementary charge, but for practical bench and jobsite work, it remains the measure of how much "work" your circuit is actually pulling from the source.
While the ampere is the base unit, you will rarely see it used alone in electronics. Depending on your application, you will be measuring in milliamps (mA) or microamps (µA). Here is exactly how to configure your meter, where to place your probes, and how to interpret the numbers without blowing your multimeter's internal fuse.
The Scale of Current: Amps, Milliamps, and Microamps
Before you touch a dial, you need to know which magnitude of the ampere you are targeting. Misjudging the scale by a factor of 1,000 is the most common reason hobbyists blow the internal shunt fuse on their first day at the bench.
- Amperes (A): Used for macro-scale loads. Think 120V space heaters (12A), automotive starter motors (150A+), or 12V LED light strips (5A). Measured using the 10A jack on a multimeter or a clamp meter.
- Milliamps (mA): The standard for embedded systems and small electronics. An ESP32 drawing Wi-Fi transmit bursts peaks around 240mA; a standard 5mm LED runs at 20mA. Measured using the dedicated mA/µA jack.
- Microamps (µA): Used for deep-sleep current profiling. An Arduino on a watchdog timer sleep cycle might pull 45µA. Requires a high-precision bench meter or a specialized current shunt.
Meter Setup and Probe Placement for Current Testing
Unlike voltage, which is measured in parallel, current must be measured in series. The electrons must physically flow through the multimeter's internal shunt resistor to be counted. This requires breaking the circuit and inserting the meter into the current path.
Standard Series Measurement Setup
- De-energize the circuit: Turn off the power supply or disconnect the battery. Never break a live series connection under load; the resulting arc can damage the probe tips.
- Move the red lead: Unplug the red probe from the V/Ω jack. For loads under 400mA, plug it into the
mA/µAjack. For loads over 400mA, plug it into the10Ajack. - Set the dial: Turn the dial to DC Amps (A⎓) or AC Amps (A~) matching your expected magnitude (e.g., 400.0 mA or 10.00 A). If using a manual-ranging meter, start at the highest range.
- Break the circuit: Disconnect the positive (or negative) lead of the load from the power source.
- Insert the meter: Place the red probe on the power source's positive terminal, and the black probe on the load's positive input. (The meter now acts as the bridge).
- Energize and read: Turn the power on and record the stable reading.
Expected Readings: Good vs. Bad Values
Knowing what unit is used to measure current is only half the battle; you must know what the numbers actually mean for your specific load. A reading of "0.00" doesn't always mean a broken meter—it could mean an open circuit or a dead battery.
| Device / Circuit | Nominal Voltage | Expected Good Reading | Bad Reading & Diagnosis |
|---|---|---|---|
| ESP32 DevKit (Active Wi-Fi) | 5.0V DC | 160 mA to 240 mA | < 50 mA: Brownout or failed voltage regulator. > 400 mA: Shorted GPIO or peripheral. |
| Standard 5mm Red LED (with 220Ω resistor) | 5.0V DC | 14 mA to 16 mA | 0 mA: Blown LED or open trace. > 25 mA: Missing or shorted current-limiting resistor. |
| 120V AC Space Heater (1500W) | 120V AC | 12.2 A to 12.8 A | < 10 A: Failing heating element. > 15 A: Tripped breaker imminent; check for voltage sag. |
| 12V DC PC Case Fan | 12.0V DC | 0.15 A to 0.30 A (150-300 mA) | > 0.5 A: Bearing seizure or stalled rotor. 0.00 A: Blown internal thermal fuse. |
Common Mistakes That Give Misleading Readings
If your circuit is behaving erratically only when the multimeter is connected, you are experiencing burden voltage. Because a multimeter measures current by passing it through an internal shunt resistor, that resistor drops a small amount of voltage.
According to Fluke's measurement guidelines, a typical DMM might drop 1 millivolt per milliamp on the mA range. If your ESP32 pulls 200mA, the meter drops 200mV. If you are powering the ESP32 from a marginal 3.3V source, that 200mV drop pushes the actual voltage at the chip down to 3.1V, triggering a brownout reset. The meter will display erratic, jumping current numbers, leading you to falsely diagnose a software or power supply fault.
Safety Categories (CAT Ratings) for Current Measurement
When measuring AC mains current (e.g., at a breaker panel or an industrial motor), the unit of measurement is still the ampere, but the hazard profile changes entirely. You must use a meter rated for the appropriate Measurement Category (CAT).
- CAT II (600V/1000V): Required for standard plug-in appliances and receptacles. A basic Fluke 117 is CAT III 600V, which exceeds this requirement.
- CAT III (600V): Required for hardwired equipment, distribution panels, and industrial lighting. The transient energy here can melt cheap probe tips.
- CAT IV (600V): Required for service entrance panels and outdoor utility connections.
For any mains AC current measurement, do not use the series probe method. Breaking a 120V/240V circuit to insert probes exposes you to live terminals and arc flash risks. Instead, use an AC clamp meter, which measures the magnetic field around the conductor without breaking the circuit or exposing bare metal.
Decision Path: Which Meter and Method Should You Use?
Choosing the right tool depends on the magnitude of the current and the voltage environment. Use this decision tree to select the exact tool and part number for your task.
| If your target is... | And the environment is... | Then use this method... | Concrete Tool Pick (Part Number) |
|---|---|---|---|
| Microamps to 400mA (Embedded sleep profiling) | Low voltage DC bench (<24V) | Series DMM with µA jack and high-resolution display | Brymen BM235 (or UNI-T UT61E+ for budget) |
| 400mA to 10A (LED strips, small motors, 12V auto) | Low voltage DC/AC bench or automotive | Series DMM using the fused 10A jack | Fluke 87V (Industrial standard, HRC fused) |
| 1A to 400A (Mains appliances, HVAC, subpanels) | Live AC Mains (CAT III / CAT IV environments) | Non-contact AC Clamp Meter (Do NOT break circuit) | Fluke 376 FC (True-RMS, iFlex included) |
| Continuous logging of variable loads over time | Any DC bench environment | I2C Current Shunt Monitor on a microcontroller | Adafruit INA260 (Breakout board #3226) |
For 90% of general electronics hobbyists and DIY home electrical enthusiasts, the Brymen BM235 is the definitive pick for bench-level milliamp/microamp accuracy, while the Fluke 117 remains the mandatory baseline for any homeowner poking around 120V AC branch circuits. Never compromise on the internal fuse quality; a $20 meter with a glass fuse is a liability when measuring anything beyond a 9V battery.






