Home · Academy · Robotics & Coding · Introduction to Electronics · A Safe Introduction to the Multimeter

A Safe Introduction to the Multimeter

Learn to measure voltage, resistance and continuity with a multimeter, safely and only at low voltage.

LESSON COMPASS

What will you use this page for?

Core idea

A multimeter is a basic measuring tool that lets us read electrical values such as voltage, resistance and continuity, making it possible to see what is really happening inside a circuit.

Evidence to produce

Complete the page task with your own input, test conditions and reasoning.

Control trap

Measuring in the wrong mode Leaving the dial on voltage and trying to measure resistance gives a wrong result. Before measuring, always check that the dial is in the right mode. Measuring resistance on a live circuit Measuring resistance or continuity while a battery is connected gives a false reading and can upset…

Next connection

Battery Safety: How to use batteries safely, the direction of the poles, the risk of a short circuit and the heat danger of lithium batteries.

Module sources: Python Tutorial · Arduino Learn

LevelBeginner
Age10–16
Duration35–50 min
PrerequisiteThe Buzzer
ContentIn-depth guide · 1,993 words
Last updated

One-sentence summary

A multimeter is a basic measuring tool that lets us read electrical values such as voltage, resistance and continuity, making it possible to see what is really happening inside a circuit.

Why does it matter?

You built a circuit, but the LED did not light up. Why not? The battery might be empty, a wire might be broken, or a connection might not actually be touching. You cannot tell most of these things just by looking, because we cannot see electricity directly.

This is where a multimeter helps. A multimeter turns invisible electrical values into numbers. Instead of guessing whether "the battery still has voltage," "how large this resistor is" or "whether these two points are truly connected," you measure and get an answer.

This lesson is only about low-voltage, educational sources: batteries (for example 2×AA, which is 3 V), USB, the micro:bit and Arduino. Nothing in this lesson is ever used on a wall socket, house wiring or mains electricity. Measuring high voltage is professional work that needs special equipment and training; it is not your job.

What is a multimeter?

A multimeter is a device that can measure several electrical quantities with a single tool. "Multi" means many and "meter" means measure. That is where the name comes from: a many-purpose measuring tool.

A multimeter usually has these parts:

Why do the probe colours matter?

In electronics, colours work like a language. The black probe stands for the "common" or "negative" side, and the red probe stands for the "positive" side. This order matters so that you read the sign of a value correctly.

Example: When you measure a battery's voltage, you touch the red probe to the battery's + end and the black probe to the end. The display shows a positive value such as 3.0 V. If you swap the probes, you get a negative value such as -3.0 V. This is not an error; it simply means "you are holding the probes the other way round."

Three basic measurements

For a beginner, three measurements are enough: voltage, resistance and continuity.

1. Measuring voltage

Voltage is the electrical "push" between two points, and its unit is the volt (V). The easiest way to tell how full a battery is is to measure its voltage.

To measure voltage, you connect the multimeter in parallel with the circuit; that is, you touch the two probes to the two points you want to measure. You do not need to open the circuit.

Measuring a 2×AA battery pack:

Red   probe ──► battery + end
Black probe ──► battery − end

Dial: DC voltage (V with a straight ⎓ symbol)
Display:  around 3.0 V  → battery is full
          around 2.2 V  → battery is getting weak

The symbol means direct current (DC); batteries and USB provide direct current. The wavy symbol next to it means alternating current (AC) and is about wall sockets; we never touch that in this lesson.

2. Measuring resistance

Resistance is how strongly something opposes the flow of electric current, and its unit is the ohm (Ω). The resistance parts we use most in circuits are the small resistors with coloured bands on them.

To measure resistance, turn the dial to the Ω mode and touch the two probes to the two ends of the resistor. You get the most accurate result when the resistor is not connected in a circuit, so measure it on its own.

Measuring a resistor's value:

Red   probe ──► one end of the resistor
Black probe ──► the other end

Dial: Ω (resistance mode)
Example display: 218 Ω  → this is a 220 Ω resistor
                 (small differences are normal)

Let us remember Ohm's law: to protect an LED with a 3 V battery, you need a series resistor. A typical red LED works at about 2 V and wants 10 mA (0.01 A) of current. The voltage that must drop across the resistor is 3 − 2 = 1 V. Using Ohm's law:

R = V / I
R = 1 V / 0.01 A
R = 100 Ω

So a 100 Ω resistor does the job. If you do not have exactly 100 Ω, a slightly safer 220 Ω also works fine; the LED simply glows a little dimmer but is not damaged. By measuring the real value with a multimeter, you can be sure you picked the right part.

3. Measuring continuity

A continuity test checks whether two points are truly connected. On most multimeters this mode is shown with a small speaker/sound symbol (•)))).

If there is an electrical path between the two points, the multimeter makes a beep. If there is no path (a break), there is no sound. This is the measuring-tool version of the "sound output" idea you met in the buzzer lesson.

Testing whether a wire is intact:

Red   probe ──► one end of the wire
Black probe ──► the other end

Dial: continuity ( •))) symbol )
Beep YES  → wire is intact, the path is open
Beep NO   → wire is broken or not making contact

Example: If an LED will not light on a breadboard, you can first test the ends of each wire with continuity mode. A jumper wire that is broken inside, even if it looks fine on the outside, will not beep, and you have found the problem straight away.

Important: Continuity and resistance tests are done only on circuits with the power removed. Trying to measure resistance while a battery is connected gives a wrong result. Take the battery out before measuring.

The correct measuring steps

Follow the same safe order for every measurement:

  1. Decide what you are measuring: voltage, resistance or continuity?
  2. Plug the black probe into COM and the red probe into VΩmA.
  3. Turn the dial to the right mode ( for V, Ω for resistance, •))) for continuity).
  4. For voltage, measure while the circuit is running; for resistance or continuity, measure with the battery removed.
  5. Touch the probes to the two correct points; red to +, black to .
  6. Read the value on the display and write it down.
  7. When you are done, turn the dial back to OFF so the battery is not wasted.

Mini practice

With an adult, using low-voltage materials, do these three small measurements:

  1. Battery check: Measure the voltage of a fresh 2×AA battery pack. Then measure a slightly used one. Write down the difference. Which is fuller?
  2. Resistance check: Measure three different resistors and write their real values into a table.
| Resistor | Expected value | Measured value |
|----------|----------------|----------------|
| 1        | 100 Ω          | ?              |
| 2        | 220 Ω          | ?              |
| 3        | 1000 Ω         | ?              |
  1. Continuity test: Test the ends of a few jumper wires with continuity mode. Do they all beep? Set aside any that do not.

Note: Before each measurement, check which mode you are in. Measuring in the wrong mode is the most common mistake.

Common mistakes

Measuring in the wrong mode

Leaving the dial on voltage and trying to measure resistance gives a wrong result. Before measuring, always check that the dial is in the right mode.

Measuring resistance on a live circuit

Measuring resistance or continuity while a battery is connected gives a false reading and can upset the measurement on some multimeters. Always do these measurements with the battery removed.

Plugging the probe into the wrong socket

Plugging the red probe into a high-current socket and then trying to measure voltage is a common mix-up. For beginner measurements, the red probe stays in the VΩmA socket and the black probe in the COM socket.

Trying to measure a wall socket

This is the most dangerous mistake. You never touch a multimeter to a wall socket, house wiring or any 220 V source at home. This lesson is only for low-voltage sources such as batteries, USB, the micro:bit and Arduino.

Safety note

Review questions

  1. Why is the measurement mode selected before touching the probes to a circuit?
  2. How is a voltage measurement connected differently from a current measurement?
  3. What can happen if a current range is used directly across a power source?
  4. Why should resistance normally be measured on an unpowered circuit?
  5. How can a known battery help check whether a multimeter reading is plausible?
  6. What should be recorded with a measurement so another learner can repeat it?

Answers

  1. The selected mode changes the meter’s internal connection; the wrong mode can give a false reading or create an unsafe short circuit.
  2. Voltage is measured in parallel across two points, while current measurement requires the meter to become part of the current path in series.
  3. The meter may offer a very low-resistance path, blow its fuse, damage the meter or heat the leads.
  4. Other voltages in the circuit can distort the reading and may damage the meter in resistance mode.
  5. Its expected voltage gives a simple reference; a very different result suggests the range, leads, battery state or connection should be checked.
  6. Record the quantity, range, probe points, circuit power state, expected value, actual value and measurement uncertainty.

Lesson summary

Check-up questions

  1. What are the three basic electrical values a multimeter measures?
  2. When measuring a battery's voltage, which ends do you touch with the red and black probes?
  3. What must you do to the circuit before measuring resistance?
  4. What does it mean when the multimeter beeps during a continuity test?
  5. On which sources are you strictly forbidden to use a multimeter?

Answers

  1. Voltage (volts), resistance (ohms) and continuity. These are the three basic measurements to learn for a start.
  2. I touch the red probe to the battery's + (positive) end and the black probe to the (negative) end. If I hold them the other way round, the display shows a negative value.
  3. I have to remove the battery and take the power off the circuit. Measuring resistance on a live circuit gives a wrong result.
  4. The beep means the electrical path between the two points is open, so the connection is intact. No sound means there is a break.
  5. On high-voltage sources such as wall sockets, house wiring and mains electricity (220 V). A multimeter is used only on low-voltage, educational sources.

Source and verification note

For “A Safe Introduction to the Multimeter”, verification focuses on whether the relationship between What is a multimeter? and Three basic measurements remains consistent across examples. Activities are designed only for low-voltage direct-current circuits; mains electricity is not used. Component values must be rechecked for the actual circuit, and connections should be reviewed with an adult before power is applied.

End-of-lesson check

  1. How would you define A Safe Introduction to the Multimeter in your own words?
  2. What is one normal use of the structure learned in this lesson?
  3. Which boundary or unexpected case would you test?
  4. How could you detect and correct one likely mistake?
  5. How would you adapt the same idea to another robotics or coding project?

End-of-lesson check — sample answers

  1. A good definition explains both the main idea and its purpose.
  2. The example should identify the input, the process and the resulting output.
  3. A boundary test can use the lowest or highest accepted value; an unexpected test can use missing or invalid input.
  4. Compare expected and actual results, change one thing at a time and repeat the test.
  5. Find the rule that remains the same, then adapt the steps to the new project’s input, tool and output.

Next lesson

Battery Safety: How to use batteries safely, the direction of the poles, the risk of a short circuit and the heat danger of lithium batteries.

Start QuizBack to Introduction to Electronics
QUESTION POOL

Reinforce this lesson with 10 questions

This lesson has a pool of 20 questions. Each attempt selects 10 and reshuffles the choices.