When asking what is current measured in electricity, the direct answer is the Ampere (Amp), symbolized as A. Current represents the physical flow of electrical charge—specifically, one Ampere equals one Coulomb of charge (approximately 6.24 × 10^18 electrons) passing a given point in one second. In practical electronics and electrical work, we rarely deal in raw electron counts; instead, we scale the Ampere into milliamps (mA) or microamps (µA) to match the circuit we are testing.

Measuring current is fundamentally different from measuring voltage. While voltage is measured in parallel (across two points), current must be measured in series. The electrical flow must physically pass through your meter's internal shunt resistor. This distinction dictates your meter setup, probe placement, and the safety precautions required to avoid blowing your meter's internal fuse or creating a dead short.

The Units of Current: Amps, Milliamps, and Microamps

The National Institute of Standards and Technology (NIST) defines the Ampere as the base SI unit for electric current. However, bench work requires fluency in the sub-multiples. Use the table below to determine which unit and multimeter range applies to your specific test.

Unit Name Symbol Decimal Equivalent Typical Application Example 'Good' Reading
Ampere A 1 A Appliances, motors, main branch circuits, high-power LED drivers 12.5 A (1500W space heater at 120V)
Milliampere mA 0.001 A (10^-3) Microcontrollers (Arduino/ESP32), 5V logic circuits, small relays 45 mA (ESP32-WROOM-32 transmitting via WiFi)
Microampere µA 0.000001 A (10^-6) CMOS logic, sleep-mode current, sensor standby, RTC circuits 12 µA (ATmega328P in power-down sleep mode)
Kiloampere kA 1,000 A Utility fault currents, industrial busbars, lightning strikes 22 kA (Available fault current at a residential panel)

Multimeter Setup and Probe Placement for Current Measurement

Because current measurement requires breaking the circuit to insert the meter in series, incorrect setup is the leading cause of blown multimeter fuses. Before taking a measurement, configure your meter precisely as outlined below.

WARNING: Never Measure Current in Parallel
Placing your probes across a voltage source (like a battery or wall outlet) while the dial is set to Amps creates a dead short through the meter's low-resistance internal shunt. This will instantly blow the meter's internal fuse, and on cheaper meters lacking high-rupture-capacity (HRC) fuses, it can cause the meter to explode or catch fire.

Meter Setup Block

  • Dial Position: Set to A for expected loads over 200mA. Set to mA or µA only for low-power logic circuits. If unsure, always start on the 10A range.
  • Lead Jacks: Black lead always goes to COM. Red lead goes to the 10A (or 400mA) jack for high current. For mA/µA measurements, move the red lead to the dedicated mA/µA jack.
  • Range: Auto-ranging is preferred. If using a manual ranging meter, select the highest range (10A) first, then step down for resolution once you confirm the current is low.

Numbered Steps for Probe Placement

  1. De-energize the circuit: Turn off the power supply or disconnect the battery. Never break a live circuit to insert probes, as arcing can damage the probe tips.
  2. Break the circuit path: Disconnect a wire or lift a component leg at the point where you want to measure flow. (e.g., disconnect the positive wire feeding a 12V LED strip).
  3. Insert probes in series: Place the red probe on the side of the break closest to the power source (positive). Place the black probe on the side closest to the load.
  4. Re-energize and read: Turn the power back on. Allow 2-3 seconds for the reading to stabilize, especially when measuring inductive loads like motors.
  5. De-energize before removing: Turn the power off before pulling the probes to prevent arcing.

Expected Readings and Troubleshooting Misleading Values

Knowing what a 'good' reading looks like numerically prevents you from chasing ghosts. The table below provides baseline expectations for common DIY and residential circuits. If your reading falls into the 'Bad' column, you have a failing component, a short, or a measurement error.

Circuit Under Test Nominal Specs Expected 'Good' Reading 'Bad' Reading & Probable Cause
120V Space Heater 1500W resistive load 12.0 A to 12.8 A < 10 A (failing heating element) or > 15 A (shorted internal wiring)
12V 5050 LED Strip 5 meters, 60 LEDs/m 3.8 A to 4.5 A (all white) < 2.0 A (voltage drop, bad PSU, or dead LED segment)
Arduino Uno (Idle) 5V USB powered, no shield 25 mA to 35 mA > 100 mA (short on shield, backpowering issue, or fried ATmega chip)
3.7V LiPo Cell 2000mAh charging via TP4056 0.9 A to 1.0 A (constant current phase) 0.0 A (dead cell, broken USB cable, or tripped BMS protection)

Why Your Meter Might Give Misleading Readings

Even with correct probe placement, three common physical phenomena can corrupt your current data:

  • Burden Voltage: Every multimeter acts as a small resistor (shunt) when measuring current. On the mA range, a typical meter might have a 1-ohm shunt. If you measure 150mA, the meter drops 0.15V (V = IR). If you are testing a 3.3V ESP32 circuit, this voltage drop can cause the microcontroller to brownout and reset, making your meter read 0mA. Fix: Use a dedicated current shunt and measure the voltage drop across it, or use a higher supply voltage to compensate.
  • Blown Internal Fuse: If your meter reads exactly 0.00A on all ranges, but voltage readings work fine, the internal glass or ceramic fuse for the current jacks is blown. This is a permanent open circuit.
  • Thermal Drift: Measuring near the meter's maximum limit (e.g., 9A on a 10A range) for more than 30 seconds heats the internal shunt resistor. As copper and manganin shunts heat up, their resistance changes, causing the displayed current value to slowly drift downward. Fix: Take the reading quickly and allow the meter to cool between high-current tests.

Safety Categories (CAT Ratings) and Mains Measurement

When measuring current on mains-powered circuits (120V/240V AC), the rules change entirely. You should never break a live mains circuit to insert inline multimeter probes. The risk of arc flash and lethal shock is too high. Instead, you must use a clamp meter.

According to the IEC 61010 standard outlined by Fluke, multimeters and clamp meters are classified by Measurement Categories (CAT) based on their ability to withstand transient voltage spikes (like a nearby lightning strike or utility switching event).

  • CAT II: Single-phase receptacle plugged-in loads (appliances, portable tools). Minimum rating for measuring a plugged-in space heater or power supply.
  • CAT III: Three-phase distribution, fixed motors, and hardwired building appliances (HVAC units, subpanels). Required for measuring current at a 240V dryer outlet or hardwired lighting.
  • CAT IV: Utility service entrance, outdoor meter bases, and primary overcurrent protection. Required only for utility and heavy industrial work.

Clamp Meter Physics Note: Standard AC clamp meters use a Current Transformer (CT) and cannot measure DC current. If you need to measure DC current on a 12V solar array or a 48V LiFePO4 battery bank without breaking the circuit, you must purchase a clamp meter with a Hall Effect sensor (like the Fluke 323 or Klein CL800). Hall effect sensors detect the magnetic field generated by both AC and DC current flow, typically offering a resolution down to 0.01A, though they require frequent zeroing to eliminate earth's magnetic field interference.