Learning how to measure current with a multimeter is a critical skill that trips up many beginners — unlike voltage measurement (which is simply probing across a component), current measurement requires inserting the meter into the circuit. Done incorrectly, you can blow the meter’s internal fuse, damage your circuit, or worse, get an electric shock. This guide explains every method to measure current with a multimeter — including techniques that do not require breaking the circuit at all — with practical examples for Indian electronics projects.
Why Current Measurement Requires Series Connection
Current is the flow of charge through a conductor. To measure how much current is flowing in a wire, you must intercept that flow — place your measuring device in the path of the current. An ammeter (or a multimeter in current mode) has a very low internal resistance (near zero ohms) so it does not significantly impede the current it is measuring.
If you try to measure current by placing probes across a component (like voltage), the near-zero resistance of the ammeter creates a short circuit — this blows the meter’s fuse and may damage your circuit. This is the most common beginner mistake when learning to measure current with a multimeter.
Standard Series Method: Step by Step
- Power OFF the circuit before making connections
- Identify the wire or circuit path where you want to measure current
- Break (open) the circuit at the measurement point — remove a wire or open a jumper
- Move the red probe to the current input jack (labelled “A” or “mA” — see probe jacks section)
- Select the appropriate current range on the multimeter dial (start with the highest range available)
- Connect red probe to the side of the break connected to the positive supply
- Connect black probe (in COM) to the other side of the break (towards the load)
- Power ON the circuit and read the current
- If reading is small, switch to a lower range for better resolution
- When done: Power OFF, remove meter probes, restore the circuit connection
Correct Probe Jack Selection
Standard multimeters have three or four input jacks. When measuring current:
- Black probe: Always in COM (common/negative) jack
- Red probe for current up to meter’s mA limit (usually 200-500 mA): In the mA jack (labelled “mA”, “AμmA”, or similar)
- Red probe for high current (up to 10 A): In the separate 10A jack (usually on the far left, separate from the voltage/resistance jack)
Critical: If you put the red probe in the 10 A jack and select the mA range (or vice versa), you get either an incorrect reading or damage the meter. Always match the probe jack to the current range selected on the dial.
Shunt Resistor Method (No Circuit Break)
This clever technique lets you measure current with a multimeter without breaking the circuit by using a known low-value series resistor (shunt) that is permanently or temporarily installed in the circuit, then measuring the voltage across it:
I = V_shunt / R_shunt (Ohm's law)
Example: 1 ohm shunt resistor in series with LED circuit
Measure voltage across shunt: V = 12.4 mV
Current = 0.0124 V / 1 ohm = 12.4 mA
For higher current (motor, 500mA range):
Use 0.1 ohm shunt: 50 mV across it = 500 mA
Still within voltage measurement range (200 mV range of DMM)
Advantages: No circuit interruption, the shunt can be built into the PCB permanently for ongoing current monitoring. This is how current sense resistors work in battery management systems (BMS) and motor controllers — the same principle as the INA219 or ACS712 current sensor modules popular in Indian Arduino projects.
Selecting shunt resistance: Choose a value small enough to not affect the circuit significantly. For a 5 V circuit running at 100 mA: voltage drop across 1 Ω = 100 mV (2% of 5 V — acceptable). For a 3.3 V circuit at 1 A: use 0.1 Ω (100 mV drop = 3% of 3.3 V — still acceptable).
Clamp Meter Method
A clamp meter has a hinged jaw that clamps around a wire without any electrical connection. It measures current by sensing the magnetic field created by current flow (Hall effect or current transformer principle). This is completely non-intrusive — no circuit break required.
Usage:
- Open the clamp jaw
- Clamp around a single conductor (not a two-core cable — the opposing magnetic fields from live and neutral cancel out)
- Read the current directly
Limitations: Most clamp meters start at 1 A minimum range — not suitable for the milliamp currents in microcontroller circuits. They are ideal for measuring mains loads (fans, motors, air conditioners) in Indian households and workshops.
Indian market: Clamp meters from Meco, Mastech, and Uni-T are available in India for ₹1,500-5,000. A combined clamp meter + DMM is an excellent investment for anyone doing both electronics and electrical work.
Measuring DC Current (Arduino, Battery Circuits)
For measuring DC current in a 5 V Arduino project (typical load 50-500 mA):
- Use the mA range of your multimeter (200 mA or 500 mA range)
- Break the positive supply wire between the power source and the Arduino Vin or +5V pin
- Insert the multimeter in series (red probe to +ve from power supply, black probe to Arduino +5V pin)
- Note the current, then restore the wire connection
For a quick check without permanent modification, use a JST or Dupont female connector as the “break point” — insert the meter probes into the female connector sockets temporarily.
Measuring AC Current (Mains Equipment)
For mains-powered equipment (fans, motors, heaters), use a clamp meter clamped around the live wire only. Never use a series-connected multimeter for mains current unless you have a rated, properly insulated current jack and the correct CAT III/IV rating.
For Indian 230 V AC loads up to 15 A, a clamp meter is the safe, standard tool.
High Current Measurement (Motors, Power Supplies)
For currents above the 10 A limit of most multimeters (motor inrush currents can be 3-5x normal during start-up):
- Use a current transformer (CT) with a burden resistor. Read the secondary voltage and calculate primary current from the transformation ratio.
- Use a Hall effect current sensor module (ACS712, ACS714, or TMCS1108) — available in India for ₹100-300. These are ICs that output a voltage proportional to the current flowing through a sensing conductor.
- Use a proper clamp meter rated for the expected current range.
Safety Rules
- Never put the meter in current mode with probes placed across a voltage source — this creates a short circuit
- Always select a range higher than expected before probing
- Never measure current on mains voltage with a series-connected budget DMM
- The 10 A current jack has no fuse protection on some budget meters — keep time in 10 A range under 30 seconds and never exceed rated maximum
FAQs
I blew my multimeter fuse trying to measure current. What happened?
Most likely, the current exceeded the fuse rating, or the meter was connected across the load (in parallel) instead of in series. Replace the internal fuse (usually 500 mA or 250 mA, fast-blow, 5×20 mm glass type — available in India for ₹2-5) and try again with correct series connection on a lower-power circuit first.
Can I use the shunt resistor method for measuring motor start-up current?
Yes, but be careful about power dissipation. At 5 A motor start-up through a 0.1 Ω shunt: Power = I² x R = 25 x 0.1 = 2.5 W. Use a wirewound shunt resistor rated for at least 5 W to avoid burning it. A 5 W wirewound resistor in 0.1 Ω value is available from Indian electronics shops for ₹10-20.
Why does my multimeter read negative when measuring DC current?
The probes are reversed — current is flowing from black probe to red probe. Swap the probes. In analogue meters, this causes the needle to deflect backwards (potentially damaging the movement), so always confirm polarity before connecting analogue meters.
Add comment