To check a capacitor using a digital multimeter (DMM), set your meter’s dial to the capacitance function (the -| |- symbol), safely discharge the component, and place the probes directly across the terminals. A good capacitor will display a numerical value within the manufacturer's stated tolerance—typically ±5% to ±20% of the microfarad (µF) rating printed on the casing. If the meter reads "OL" (Open Line), zero, or a value drastically outside the tolerance band, the capacitor has failed and must be replaced.

While the process sounds simple, capacitors store electrical energy and interact with surrounding circuitry in ways that can easily trick a beginner into misdiagnosing a board. Below is the exact bench procedure for getting reliable, repeatable measurements.

Before You Probe: Safety, Discharging, and Meter Setup

⚠️ SAFETY WARNING: Lethal Energy Storage
Capacitors in HVAC systems, microwave ovens, and switch-mode power supplies can store lethal charges long after the device is unplugged. Never assume a capacitor is dead just because the power is off. Always verify and discharge before touching the terminals.

Safety Category (CAT) Requirements

When working on mains-powered equipment, your meter must be rated for the environment. For low-voltage DC electronics (like an Arduino or PC motherboard), a standard CAT II meter is fine. However, if you are testing AC motor run/start capacitors in an HVAC compressor or a 240V appliance, you must use a CAT III 600V or CAT IV 600V rated multimeter (like the Fluke 87V or Brymen BM235) to protect against high-energy transient spikes.

Proper Discharging Technique

Do not short large capacitors with a screwdriver; this can damage the internal dielectric layer and weld the screwdriver to the terminals. Instead, use a 20kΩ, 5-watt bleeder resistor attached to insulated alligator clips. Bridge the resistor across the terminals for 5 to 10 seconds, then verify the voltage has dropped to < 1V DC using your multimeter's voltage setting.

Meter Setup Block

  • Dial Position: Rotate the dial to the capacitance setting (-| |-). If your meter shares this setting with another function (like the Hz or diode setting), you may need to press a secondary "Mode" or "Select" button to toggle the display to show "nF" or "µF".
  • Lead Jacks: Plug the black lead into the COM jack. Plug the red lead into the (or dedicated capacitance) jack. Never use the current (A or mA) jacks for this test.
  • Range Selection: If your meter is auto-ranging, it will handle this automatically. If manual, select a range higher than the expected value (e.g., select the 200µF range to test a 100µF capacitor).

Step-by-Step: Measuring Capacitance and Resistance

A digital multimeter measures capacitance by applying a known constant current to the component and measuring the rate at which the voltage ramps up ($C = I \cdot \frac{dt}{dV}$). Because of this, the component must be isolated.

  1. Remove from Circuit: Desolder or lift at least one leg of the capacitor from the PCB. Testing in-circuit will result in the meter reading the parallel capacitance of surrounding components, yielding a falsely high reading.
  2. Zero the Meter: Touch the red and black probe tips together. The meter will display the stray capacitance of the leads (usually between 50pF and 100pF). Press the REL (Relative) or Zero button to subtract this baseline so your display reads 0.000.
  3. Probe Placement:
    • Polarized (Electrolytic/Tantalum): Place the red probe on the anode (+, longer lead) and the black probe on the cathode (-, stripe side). Reversing them won't destroy the cap during a brief DMM test, but it can cause a slightly inaccurate reading due to dielectric absorption asymmetry.
    • Non-Polarized (Ceramic/Film): Probe placement does not matter; place one probe on each lead.
  4. Wait for Stabilization: For values above 10µF, the reading will climb slowly as the meter's internal test voltage charges the capacitor. Wait 3 to 10 seconds until the numbers lock in.

Expected Readings: Good vs. Bad Capacitor Values

Use this spec-sheet table to interpret what your multimeter is actually telling you. A "good" reading is strictly defined by the component's printed tolerance.

Condition DMM Reading (Capacitance) DMM Reading (Resistance Mode) Verdict
Good Within ±5% to ±20% of printed rating (e.g., a 100µF cap reads 85µF - 115µF) Starts low, climbs steadily to "OL" (Open Line) Pass
Shorted 0 µF, erratic flashing, or "OL" immediately 0 Ω to 5 Ω (Meter continuity beeper sounds) Fail (Replace)
Open (Internal Break) 0 µF or no change from zeroed baseline Infinite ("OL") immediately, no charging curve Fail (Replace)
Degraded (Dried Out) >20% below printed rating (e.g., 100µF reads 60µF) Climbs to "OL", but cap will fail under ripple load Fail (Replace)
Leaky Dielectric Slightly low or erratic µF reading Climbs but stops at a low resistance (e.g., 50kΩ instead of "OL") Fail (Replace)

Common Mistakes That Give Misleading Readings

Even with a high-end bench meter, operator error can lead you to throw away good components or, worse, install bad ones. Watch out for these specific failure modes in your testing technique:

1. Finger Capacitance Interference
The human body acts as a dielectric. If you pinch the metal probe tips and the capacitor leads between your bare fingers while taking a reading, you will add approximately 50pF to 150pF of stray capacitance to the circuit. For large electrolytics, this is invisible. For small ceramic decoupling caps (e.g., 22pF), your fingers will double the reading. Always use insulated alligator clips or hold only the plastic probe shafts.

2. Ignoring Equivalent Series Resistance (ESR)
A standard DMM capacitance test applies a very low-frequency AC or DC ramp. An electrolytic capacitor can read a perfect 1000µF on a DMM but still have an ESR of 15 ohms due to dried-out internal electrolyte. In a high-frequency switch-mode power supply, that 15-ohm ESR will cause the cap to overheat and explode. A DMM cannot accurately measure ESR. If you are repairing power supplies or motherboards, you must follow up a DMM capacitance check with a dedicated ESR meter or LCR meter test. A good electrolytic cap should typically have an ESR of < 1 ohm.

3. The "In-Circuit" Trap
Testing a capacitor while it is still soldered to the board is the most common beginner mistake. Capacitors in parallel add together ($C_{total} = C_1 + C_2$). If you probe a 10µF decoupling cap on a microcontroller VCC pin, the meter will also read the 100nF ceramic cap next to it, plus the parasitic capacitance of the PCB traces, giving you a confusing 12µF reading. Always lift one leg.

Frequently Asked Questions

How to check a capacitor using a digital multimeter without a capacitance setting?

If your DMM lacks the -| |- capacitance function, you can perform a rudimentary health check using the Resistance (Ohms) setting. Set the meter to the highest resistance range (e.g., 2MΩ). Place the probes across the discharged capacitor's terminals. A good capacitor will show a low resistance initially (as the meter's internal battery charges it), and the value will steadily climb until it reaches "OL" (Open Line). If it stays at 0Ω, it is shorted. If it immediately reads "OL" without climbing, it is open. Note: This method cannot tell you if the capacitance value has degraded, only if it is catastrophically failed.

Can I test a capacitor while it is still soldered to the board?

Technically yes, but practically no. Unless the capacitor is completely isolated from parallel components (which is rare on modern PCBs), the meter will measure the combined capacitance of the entire parallel network. You might read 500µF and assume the 470µF capacitor is fine, completely missing that it has actually dried out to 100µF and the extra 400µF is coming from surrounding bypass caps. Desolder at least one leg to break the parallel circuit before testing.

Why does my multimeter reading fluctuate or climb slowly when testing large electrolytic capacitors?

This is normal behavior. To measure capacitance, the multimeter outputs a small, precise DC current to charge the component. Large capacitors (e.g., 2200µF or 4700µF) take several seconds to charge up to the meter's test voltage threshold. The fluctuating numbers represent the real-time voltage ramp. Wait up to 15 seconds for the reading to stabilize. If your meter times out and flashes "OL" before stabilizing, the capacitor's value may exceed the maximum range of your specific DMM model.

What safety category (CAT rating) do I need to test HVAC motor capacitors?

HVAC motor run and start capacitors are connected directly across 240V AC mains lines and are subject to massive inductive voltage spikes when the compressor contactor opens. You must use a meter rated for CAT III 600V at an absolute minimum. Using a cheap, unrated, or CAT II multimeter on an AC disconnect panel risks a catastrophic arc flash inside the meter if an internal component fails during the test.