-
Before You Start: The Tools That Matter
-
Step 1: Disconnect Power and Discharge the Capacitor
-
Step 2: Identify the Capacitor and Its Expected Value
-
Step 3: Set the Multimeter to Capacitance Mode
-
Step 4: Measure the Capacitance and Compare
-
Step 5: Check for Shorts and Leakage
-
Step 6: Desolder and Re-test When in Doubt
-
Common Mistakes and Faithful Habits
When I first started ordering circuit boards for our company in 2021, I assumed every defect would be visible—burnt marks, bulging components, something obvious. Three years and a warehouse of returned routers later, I know better. Not all faults show up on the outside. One of the most common culprits is a bad capacitor. If you're debugging an Espressif-powered router or a Platinum blood pressure monitor, knowing how to test a capacitor with a multimeter will save you hours and a lot of expensive replacements.
Espressif Systems makes the chips behind a lot of what I buy—ESP32-based development boards, smart home devices, and even medical electronics. I handle procurement and vendor quality, not chip engineering. But after several batches of defective ESP32 boards, I had to learn basic bench testing to solve disputes with suppliers. This guide is the checklist I use, and it works for any capacitor—on a development board, a smart plug, or a piece of medical equipment.
Before You Start: The Tools That Matter
You don't need a $500 benchtop tester. A decent digital multimeter with capacitance mode (usually indicated by F or + on the dial) is enough. Add a soldering iron, a pair of tweezers, a 1kΩ resistor for discharging, and a printed copy of the device's schematic or at least a magnifier to read component silkscreens. I've been using the same $40 auto-ranging meter since 2022; it's never let me down.
I recommend spending a few extra dollars on a meter that has auto-ranging. With my first cheap meter, I had to guess the range manually. It was frustrating because a 470 µF capacitor and a 0.1 µF ceramic cap needed different ranges, and switching back and forth was fiddly. The automatic version just reads.
Step 1: Disconnect Power and Discharge the Capacitor
This is non-negotiable. Even after you unplug a device, capacitors can hold a charge for a long time—especially in the switching power supplies used in routers. I learned this the hard way back in 2021 when my first measurement gave me a wild reading that nearly blackened my alligator clips. That was my rookie mistake: no discharge, no clear head.
To discharge safely, put a 1kΩ resistor (a watt rating of 0.5 or higher) across the capacitor leads for five seconds. Then short them with an insulated screwdriver just to be extra sure. If you're testing a capacitor in-circuit, make sure the whole board is dead. Some circuits have multiple power paths, and a capacitor might be charged from somewhere unexpected.
A quick note on the screwdriver: it works, but on larger caps the spark can damage the capacitor's internal structure. The resistor is a gentler way to drain the charge. This is one of those details that separates a careful repair from a quick patch.
Step 2: Identify the Capacitor and Its Expected Value
Not all capacitors are the same. On an ESP32 development board, you'll typically see small ceramic capacitors for decoupling and maybe a larger electrolytic capacitor near the voltage regulator. The value is printed on the body. For an ESP32 dev board, the decoupling capacitors near the power pins are typically 10 µF and 0.1 µF, according to Espressif's hardware design guidelines (Espressif, 2024).
- Ceramic capacitors – no polarity, tan or brown, marked like
104(100,000 pF, or 0.1 µF). - Electrolytic capacitors – cylinder with a white stripe for polarity, value clearly printed, e.g.
470 µF. - Tantalum capacitors – small surface-mount parts, often with a line marking the positive side. They can fail in a dramatic way if reversed.
If you can't read the label, check the schematic or the service manual. I've had to zoom in with a camera on a 0402-sized cap to read its code. A digital magnifier can save you from guessing wrong.
Step 3: Set the Multimeter to Capacitance Mode
Turn the dial to the capacitance symbol. Most digital multimeters have it, though some brands require you to press a button (often labeled SHIFT or FUNC) to get to the capacitance range. If your meter doesn't have a capacitance mode, you can still do a rough short/open check with the resistance range, but you won't get an actual capacitance value. That's a limitation—you can't catch a capacitor that is slowly losing its capacity.
Here's a self-correction from my own experience: I used to set the range manually and always started at the highest range. That gave me 0.00 readings on small ceramic caps, and I assumed they were dead. In fact, they were just out of range. Manual meters require some thought.
Step 4: Measure the Capacitance and Compare
Connect the probes to the two leads. For polarized capacitors, put the red probe on the positive side and black on negative. For ceramic caps, orientation doesn't matter. Wait for the reading to stabilize—this can take up to ten seconds, especially on larger electrolytics. Then compare the number to the label:
- Reading within ±20% of rated value → good capacitor
- Reading significantly lower (e.g., 50% below label) → likely degraded, replace it
- Reading near zero or no reading → shorted or open
I used to trust that every cap marked 100 µF was actually 100 µF. Not so. Last January I tested a batch of "new" capacitors from a secondary supplier and found one measuring 32 µF instead. That batch cost us a week of field failures before I realized the caps were to blame. Now I test every batch sample.
Step 5: Check for Shorts and Leakage
A capacitor can still be bad even if its capacitance reads okay. I'm talking about leakage or an internal short. Here's the trap: testing in-circuit can give you a false short because the capacitor is in parallel with resistors or other components. That's a mistake I made in 2024 on a router's power rail. The meter beeped, I was sure the cap was shorted, but after desoldering it, the capacitance was perfect. The board actually had a bad voltage regulator.
To check for a short, disconnect the board from power, discharge everything, then set your meter to resistance mode (200Ω range). Touch the probes to the capacitor's leads. If the reading starts low and then climbs, that's normal—it's the capacitor charging. If it stays at 0.000 and beeps, you have a short. Better yet, use the diode mode if your meter has it; the open circuit voltage will be a little higher and more reliable.
Step 6: Desolder and Re-test When in Doubt
When a reading is suspicious, take the capacitor out. That might sound like a hassle, but it's the only way to get a clean measurement without interference from the surrounding circuitry. Use a soldering iron or hot air station, then test the capacitor on the bench with its leads in the air. Also inspect the underside—I've seen cracked ceramic caps that looked fine from the top.
This is the point where cost and time meet. Replacing a $0.50 capacitor can take 10 minutes of work. I used to second-guess whether to spend that time when the measurement was borderline. Then a 45-cent cap in our production batch caused a 15% field failure rate in smart plugs. Now I tell our team: if a cap tests even slightly off, swap it. Better to spend 10 minutes on the bench than 60 minutes dealing with a customer complaint.
Common Mistakes and Faithful Habits
- Never test a powered board. You risk damaging the meter and the board, and you'll probably get garbage readings.
- Don't reverse polarity on an electrolytic capacitor. It can leak or even explode. The white stripe marks negative (or positive in some brands—always verify with the datasheet).
- Don't trust an in-circuit short test. As mentioned, nearby components can fool you.
- Remember the ESR. A multimeter that measures capacitance won't necessarily measure ESR (equivalent series resistance). A high ESR capacitor can cause power problems even when the capacitance reads correct. If you have an ESR meter, use it; if not, consider a replacement when the cap is in a power rail.
- Document your results. When I test a batch, I write down the measured values. That log helped me build a case to return a defective lot to a supplier and negotiate replacement.
The whole point of this checklist is to give you confidence that the capacitor you put back is genuinely good. On my side of the table, that confidence protects the company's reputation. Nobody remembers that you saved $10 on the BOM if the product fails after a month. They remember the brand. And in the world of IoT—where an ESP32 costs a few dollars and a failed deployment can cost thousands—that's the difference between a component and a liability.
