How to Use a Multimeter: Voltage, Continuity, and Resistance With Worked Examples
A multimeter is the single most useful diagnostic tool for any maker working with electronics, and most of its intimidation factor comes from not knowing which mode to use for which question. This guide covers the core measurements with worked examples you can actually apply the next time something isn't working.
The Core Modes
ModeSymbolMeasuresUsed For DC VoltageV with a straight/dashed lineVoltage in DC circuitsBatteries, most electronics, power supplies, checking if power is actually present AC VoltageV with a wavy line (~)Voltage in AC circuitsWall outlets, mains-powered equipment ResistanceΩ (ohms)Resistance of a component or pathTesting resistors, checking for shorts/breaks in wiring ContinuityDiode symbol with sound waves, or a dedicated beep iconWhether a path is a closed circuit (near-zero resistance)Tracing wiring, checking fuses, finding broken traces — the mode you'll use constantly DC CurrentA with a straight lineCurrent flowing through the meter itselfMeasuring actual draw of a circuit — requires breaking the circuit to insert the meter in series Diode testDiode symbolForward voltage drop across a diode/LEDTesting if a diode or LED is good, and roughly what type it is by its voltage dropSafety Basics Before You Start
- Never measure resistance or continuity on a powered circuit. These modes push a small current from the meter itself — doing this on live circuitry gives wrong readings at best and can damage the meter or the circuit at worst
- Check your probe placement matches your mode. Most meters have a dedicated, separately-fused input jack for current measurement — using the voltage jack while in current mode is a common way to blow the meter's internal fuse, or worse
- Know your meter's voltage/current limits before probing anything you're unsure about, especially mains voltage
Worked Example 1: Is This Battery Actually Dead?
- Set the meter to DC voltage, on a range that covers the battery's expected voltage (many meters auto-range; if not, pick a range just above the expected reading — 20V range for a 9V battery, for example)
- Red probe to positive terminal, black probe to negative
- Read the display. A fresh AA is ~1.5V, a fresh 9V battery is ~9V; meaningfully below nominal (a AA reading 1.1V, a 9V reading 7V) usually means it's on its way out even if it still technically "works" in low-draw devices
Note: an unloaded voltage reading can look fine on a battery that sags badly under actual load — if a battery reads good but a device still won't run properly, it's worth testing voltage while the device is drawing power, not just at rest.
Worked Example 2: Is This Fuse Blown?
- Remove the fuse from the circuit (or make sure the circuit is fully powered off if testing in-place)
- Set the meter to continuity mode (the beep-on-connection mode)
- Touch a probe to each end of the fuse
- A good fuse beeps and shows near-zero resistance. A blown fuse shows no beep and an open/infinite reading — the internal element has broken
This is faster and more reliable than visual inspection, since some blown fuses look intact from the outside.
Worked Example 3: Tracing a Broken Wire
A common scenario: something intermittently loses power, and you suspect a wire has a break inside the insulation that isn't visible.
- Disconnect the wire from the circuit at both ends (or at minimum, power the circuit off)
- Set the meter to continuity mode
- Touch one probe to each end of the wire
- Continuous beep and near-zero resistance means the wire is intact along its full length. No beep, or a beep that cuts in and out when you flex the wire, confirms an internal break — the flex test especially is useful for finding intermittent connection issues that only fail under specific conditions
Worked Example 4: Testing an LED
- Set the meter to diode test mode (not continuity — though some meters combine these, check yours)
- Red probe to the LED's anode (longer leg on a new LED), black probe to cathode
- A good LED lights up dimly and shows a forward voltage reading, typically 1.8–3.3V depending on color (red/yellow tend toward the lower end, blue/white toward the higher end)
- Reverse the probes — a good LED shows no reading and doesn't light (this is the diode behaving correctly, blocking current in reverse)
- If it lights in both directions, or neither, the LED is likely damaged
Worked Example 5: Checking Resistor Value
- Remove the resistor from the circuit, or at minimum ensure the circuit is unpowered — measuring resistance in-circuit with other components attached can give a misleading reading due to parallel paths
- Set the meter to resistance mode, on an appropriate range (or let it auto-range)
- Touch a probe to each leg
- Compare the reading to the resistor's color-code or printed value — a healthy resistor reads within its stated tolerance (typically ±5% or ±1%); way off suggests a damaged component
Worked Example 6: Confirming Mains Outlet Power
This is a case where the stakes are real — be deliberate and confident with probe placement, don't let your fingers stray near the metal tips, and if you're not comfortable with mains voltage, this is a reasonable one to skip or have someone experienced show you first.
- Set the meter to AC voltage, range covering your expected mains voltage (120V or 230V depending on your region)
- Insert probes into the outlet's hot and neutral slots (not the ground)
- A healthy outlet reads close to nominal — e.g. ~120V in the US. Significantly low or zero readings indicate a wiring problem, tripped breaker, or dead circuit
Common Mistakes
MistakeResult Testing resistance/continuity on a powered circuitWrong readings, possible meter or circuit damage Wrong probe jack for the mode selectedBlown internal fuse (for current mode), or simply no reading Testing a component while still connected in-circuitParallel paths through other components skew the reading Assuming a resting voltage reading means a battery/supply is fine under loadMissing sag-under-load problems that only show up when something's actually drawing current Not zeroing out test lead resistance on very low-resistance measurementsSmall but real error when measuring near-zero resistances, like checking for a dead shortOnce continuity mode and DC voltage become second nature — which happens fast, since they cover the majority of real troubleshooting situations — a multimeter stops being an intimidating tool and starts being the first thing you reach for whenever something electrical isn't behaving.
Related Guides
- How to Use a Multimeter for Electronics: Every Function Explained
- Raspberry Pi GPIO: Complete Beginner Guide with Python Examples
- How to Control GPIO Pins on Raspberry Pi with Python
- Flipper Zero GPIO: Reading Sensors and Controlling LEDs
- Soldering Basics for Beginners: Technique, Equipment, and Fixing Common Mistakes
- How to Salvage Electronic Components from E-Waste: Desoldering, Testing, and Reuse
- How to Program Addressable LED Strips: WS2812B Patterns, Effects, and Power Design
- I2C vs SPI vs UART: How to Choose and Use Serial Communication Protocols