Using Multimeters: Measuring Voltage, Current, and Resistance

Multimeter

A multimeter is the single most useful tool for beginner electronics. It turns “I think this circuit should work” into “I know what’s happening.” With a few simple settings, you can measure:

  • Voltage (V): electrical “push” (like water pressure)
  • Current (A or mA): electrical “flow” (like water through a pipe)
  • Resistance (Ω): how much something resists current (like a narrow pipe)

In this guide, you’ll learn how to safely measure voltage, current, and resistance with step-by-step examples, common mistakes to avoid, and a few quick practice challenges.


What a multimeter is (and why it matters)

A digital multimeter (DMM) is a handheld instrument with:

  • A screen for readings
  • A dial (or buttons) to choose what you’re measuring
  • Two (sometimes three) probe ports
  • Two test leads (usually red and black)

Once you can measure these three basics, troubleshooting becomes much easier:

  • “Why won’t my LED light?” → measure voltage and current
  • “Is this resistor really 220Ω?” → measure resistance
  • “Is my battery dead?” → measure voltage

Know your meter: ports, probes, and dial settings

Common ports

Most beginner multimeters have:

  • COM (black lead goes here always)
  • (red lead goes here for voltage and resistance)
  • mA or µA (red lead goes here for small current)
  • 10A (red lead goes here for large current, sometimes fused)

Common dial symbols

  • V⎓ or DCV = DC voltage (batteries, Arduino circuits)
  • V~ or ACV = AC voltage (wall outlets—avoid as a beginner)
  • Ω = resistance
  • A⎓ / mA⎓ = DC current (amps/milliamps)
  • Continuity (often a sound-wave icon) = beeps when there’s a connection
  • Diode (diode symbol) = tests diode forward voltage

If your meter is auto-ranging, you just select V, A, or Ω and it chooses the range. If it’s manual-ranging, you also choose a range (like 200Ω, 2kΩ, 20kΩ).


Safety rules (seriously—these prevent blown fuses)

  1. Never measure resistance (Ω) on a powered circuit.
    Turn power OFF first, or you can damage the meter or get nonsense readings.
  2. Current measurement is different.
    Measuring current requires the meter to be in series with the circuit (more on this below). If you put the meter across a battery in current mode, you can short it.
  3. Start high, then go lower (manual-ranging).
    If you’re unsure, begin with a higher range and step down for better precision.
  4. If the meter reads “OL” or “1”
    That usually means “over limit” (out of range) or “open circuit,” depending on mode.

Measuring Voltage (V): the easiest and safest measurement

Voltage is measured in parallel—that means you touch the probes across the two points you want to compare.

DC voltage example: measuring a AA battery

Goal: see if the battery is healthy.

  1. Put black lead in COM, red lead in VΩ.
  2. Set dial to DC voltage (V⎓).
  3. Touch black probe to the negative (-) end.
  4. Touch red probe to the positive (+) end.
  5. Read the value.

What you should see:

  • Fresh alkaline AA: about 1.5V to 1.65V
  • Getting weak: around 1.2V to 1.3V
  • Very weak: closer to 1.0V

Voltage tip: reading sign (+ / -)

If the screen shows a minus sign, it means your probes are reversed. The magnitude is still correct—just swap probes to make it positive.


Measuring Resistance (Ω): checking components and verifying values

Resistance is measured with power OFF. Your meter sends a tiny test current internally.

Example: measuring a resistor

  1. Power OFF the circuit (or remove the resistor).
  2. Black lead to COM, red lead to .
  3. Set dial to Ω.
  4. Touch probes to each end of the resistor.
  5. Read the value.

Important: If the resistor is still connected in a circuit, you might measure the combined resistance of nearby paths. For best results, measure the resistor out of circuit or lift one leg.

Quick guide to resistor readings

  • A “220Ω” resistor might read 218Ω–235Ω, depending on tolerance.
  • “1kΩ” often reads around 0.98kΩ–1.02kΩ (980–1020Ω).

Measuring Current (A / mA): the one that confuses beginners

Current must be measured in series—meaning the meter becomes part of the circuit path so the current flows through the meter.

Think of it like counting cars: you can’t count cars by placing a counter next to the road—you have to put it in the lane.

Before you measure current, do this checklist

  • Move the red lead to the correct current port (mA or 10A).
  • Set dial to A⎓ or mA⎓ (DC current).
  • Start with the 10A port/range if you don’t know how much current to expect.

Example: measuring LED current in a simple battery circuit

Let’s say you have:

  • A 9V battery
  • A resistor (like 470Ω or 1kΩ)
  • An LED

Steps:

  1. Build the circuit normally first and make sure the LED lights.
  2. Turn power OFF (disconnect battery).
  3. Move red lead to mA port (or 10A if unsure).
  4. Set dial to DC current.
  5. “Break” the circuit at one point (disconnect one wire).
  6. Put the meter in between the break:
    • One probe touches the open wire
    • The other probe touches the open terminal where that wire used to connect
  7. Reconnect power and read the current.

Typical LED current ranges:

  • Small indicator LEDs often run at 2–20 mA
  • Many beginner circuits target 5–15 mA

If your meter reads 0.00 mA

Common causes:

  • You forgot to move the red lead to the current port
  • The meter fuse is blown (very common after a mistake)
  • The circuit isn’t actually complete (loose jumper, dead battery)

Continuity mode: the fastest troubleshooting tool

Continuity mode usually beeps when there’s a good electrical connection.

Use it to:

  • Check if two points are connected on a breadboard
  • Test if a wire is broken inside the insulation
  • Confirm a switch is working

Rule: power OFF for continuity testing.


Common multimeter mistakes (and how to avoid them)

Mistake 1: Measuring current like voltage

What happens: you put probes across a battery in A/mA mode.
Result: blown fuse, hot wire, or battery stress.

Fix: Current measurements always go in series.

Mistake 2: Leaving the red lead in the mA/10A port

What happens: later you try to measure voltage, and the meter won’t read correctly (or blows a fuse).

Fix: After measuring current, move the red lead back to .

Mistake 3: Measuring resistance on a powered circuit

What happens: weird readings or possible meter damage.

Fix: Power OFF before Ω mode.

Mistake 4: Wrong dial setting (AC vs DC)

Fix: For batteries and most beginner circuits, use DC (⎓).


Practice challenges (5 minutes each)

  1. Battery check: Measure a AA, AAA, and 9V battery. Write down the voltages.
  2. Resistor check: Measure three resistors and compare to their color codes.
  3. Continuity hunt: Find which rows on your breadboard are connected using continuity mode.
  4. LED current: Measure LED current in a battery + resistor circuit (start on 10A range if unsure, then switch to mA).

Next Steps

As students move from simple breadboard circuits to designing printed circuit boards (PCBs), measuring voltage and current becomes even more important. Engineers often combine hands-on testing with digital design software, including the latest CAD design tools, to model and refine their circuits before manufacturing.


Quick reference cheat sheet

  • Voltage (V): probes in COM + VΩ, measure in parallel, circuit powered
  • Resistance (Ω): probes in COM + VΩ, circuit off, measure across component
  • Current (A/mA): probes in COM + mA/10A, meter in series, circuit powered
  • Continuity: circuit off, listen for beep

Related Post