Your first instrument
You have built a circuit on the breadboard and powered it up — but how do you know it is doing what you think? You need eyes. The multimeter is that one essential tool: a single box that answers three questions — what is the voltage here, is current actually flowing, and is this wire really connected?
Almost every meter today is a digital multimeter with a numeric display and a rotary dial that picks the function and range. Autoranging models choose the range for you; manual ones are faster once you know what to expect. Plug the black probe into the COM jack and the red probe into the volt/ohm jack — that is the default setup for most measurements.
Here is the idea that trips up every beginner: a multimeter does not just passively read a number — how you connect it changes the circuit. There are three connection rules, one per measurement, and getting them wrong is how meters (and parts) die: volts are measured across, amps are measured in series, and ohms are measured only with the power off.
Measuring voltage: across, in parallel
Voltage only ever exists between two points — like water pressure measured across two taps on a pipe. So you measure it in parallel: leave the circuit running, touch the red probe to one node and the black probe to the other, and read the difference. By habit, put the black probe on ground and the red probe wherever you are curious, so every reading shares one reference.
A voltmeter works without disturbing things because it has a very high input resistance — typically 10 Mohm — so it sips only a trickle of current. Take the divider from earlier: 10 k on top and 5 k on the bottom across 9 V gives 9 times 5/(10+5) = 3.0 V at the middle. The meter's 10 Mohm sits in parallel with the 5 k, draws under a microamp, and reads a faithful 3.00 V. But 'barely' is not 'zero': if that divider were built from 10 Mohm and 5 Mohm resistors instead, the meter's 10 Mohm would drag the reading well below 3 V — that distortion is the loading effect, your meter quietly becoming part of the circuit.
+9 V
|
[ R1 = 10k ]
|
+------o red probe -> reads ~3.00 V
|
[ R2 = 5k ]
|
GND -----o black probe
Vmid = 9 x 5/(10+5) = 3.00 V
meter draws < 1 uA, so the reading stays trueMeasuring current: break the loop
Current is the flow itself, so the meter has to sit in the path with all of it running through — like cutting a pipe and splicing in a flow meter. That means you break the loop at one point and insert the meter in series, and you must move the red probe to the dedicated A (or mA) jack first. This is the awkward measurement, because you have to physically open the circuit.
Picture the LED circuit you sized last time: a 5 V supply, an LED dropping about 2 V, and a 300 ohm resistor, so the current should be (5 - 2)/300 = 0.01 A, or 10 mA. To confirm it, power down, pull the wire between resistor and LED, set the meter to mA, bridge that gap with the probes, and power up — the display should settle near 10 mA. This is exactly what current measurement means: you become a link in the chain.
Resistance and continuity
On the ohm setting the meter turns the tables: it pushes its own tiny known current out through the probes and reads the resulting voltage, then uses Ohm's law backwards to display the resistance. Because it supplies the current itself, the rule is absolute — measure with the power off, and ideally with the part lifted out of the circuit. Any live voltage corrupts the reading or harms the meter, and parallel paths still in the circuit make a resistor read lower than its true value.
The continuity test is the same circuit with a buzzer: the meter beeps when the resistance between the probes is very low, usually under a few tens of ohms. It is the fastest debugging tool on a breadboard — is that jumper truly seated in the right hole, is the power rail continuous end to end, is there an accidental short between two rails? Just remember a beep means 'low resistance', not 'thick enough to carry real current'.
Staying safe
Good news first: a 9 V battery or a 5 V bench supply cannot shock you — at those voltages your dry skin's resistance keeps the current harmlessly tiny. The real hobby-bench hazards are different. A short circuit can dump enormous current: a coin or a slipped probe across a lithium cell can melt metal and start a fire. Heat burns too — a resistor run past its power rating, or a soldering iron at 350 C. And bits fly: clipped wire ends and spitting solder are why eye protection matters.
Electrical safety really begins at the wall. Anything plugged into mains — and the primary side of a transformer — carries enough voltage to stop your heart, so as a beginner you simply do not probe live mains. If you ever must work on something powered, keep one hand in your pocket so current can never cross your chest. And beware large capacitors: those in power supplies or camera flashes hold a dangerous charge long after the plug is pulled, so bleed them through a resistor before touching.
Your first measurements, step by step
Let us put all three measurements together on the LED circuit from the last guide. Notice how the voltages must add up — the drop across the LED plus the drop across the resistor equals the supply — which is your first taste of the loop law that the DC rung ahead makes precise.
- Power off. Put the black probe in COM and the red probe in the volt/ohm jack, set the dial to DC volts, and look the board over for obvious shorts.
- Power on and probe across the supply rails — you should read about 5 V. If not, the fault is in your source or its connections, before the circuit even begins.
- Probe across the LED (expect roughly its 2 V forward drop), then across the resistor (expect the remaining 3 V). Check that the two add back up to the 5 V supply.
- For current, power off, move the red probe to the mA jack, set the dial to mA, break the loop at one spot and insert the meter, then power on — expect about 10 mA.
- Finished: power off and move the red probe straight back to the volt/ohm jack, so the meter is never left as a short waiting to happen.