Capacitance is measured in Farads (F), named after the English scientist Michael Faraday. Because a single Farad represents an enormous amount of electrical charge storage, practical electronics rely on sub-units: microfarads (µF), nanofarads (nF), and picofarads (pF). If you are troubleshooting a power supply, you will read µF; if you are tuning an RF filter or radio oscillator, you will read pF.

Knowing the unit is only the first step. A digital multimeter (DMM) calculates capacitance by applying a known constant current to the component and measuring the voltage ramp rate over time ($C = I \times \frac{dt}{dV}$). To get a reliable reading that actually tells you if a component is healthy, you need the right meter setup, strict safety protocols, and a clear decision framework for when to replace the part.

The Measurement Scale: Farads Down to Picofarads

Before you touch the probes to a component, you must be able to translate the markings on the capacitor body into the units your multimeter will display. Ceramic capacitors often use a three-digit EIA code (e.g., '104'), while electrolytics print the value directly.

Unit Name Symbol Multiplier (Farads) Decimal Equivalent Typical Application
Farad F 10^0 1.0 Supercapacitors, memory backup, audio crossovers
Millifarad mF 10^-3 0.001 Large power supply filtering (often mislabeled as µF on cheap meters)
Microfarad µF or uF 10^-6 0.000001 Power supply smoothing, motor run/start, audio coupling
Nanofarad nF 10^-9 0.000000001 Snubber circuits, EMI filtering, timing circuits
Picofarad pF 10^-12 0.000000000001 RF oscillators, high-frequency bypass, crystal load matching

For a deeper look at how these units interact in AC circuits, refer to the foundational guides on Electronics Tutorials.

Multimeter Setup and CAT Safety Requirements

Measuring capacitance requires your meter to output a small test voltage. If the capacitor is already charged, or if you are probing a live circuit, you risk destroying the meter's internal protection fuses or, worse, causing an arc flash.

CRITICAL SAFETY WARNING: Never measure capacitance on a live circuit. Always de-energize the system, lock out the breaker, and discharge the capacitor before testing. Do not short the leads with a screwdriver; this causes internal damage to the capacitor foil and poses a shrapnel/burn risk. Use a bleeder resistor: a 20kΩ 2W resistor for caps under 1000µF, or a 2.2kΩ 5W power resistor for large 4700µF+ filter caps. Wait 5 time constants ($\tau = R \times C$) for full discharge.

Meter Setup Block

  • Dial Position: Set to the Capacitance symbol (usually depicted as -| |- or -( |-). On auto-ranging meters like the Fluke 87V, this is a dedicated position. On manual meters, select a range higher than the expected value.
  • Lead Jacks: Black lead to COM. Red lead to (or the dedicated capacitance jack if your meter separates them, though most modern DMMs combine V/Ω/Cap).
  • Range: If manual, start at the highest µF range and step down to avoid an 'OL' (Over Limit) error on large capacitors.
  • Safety Category (CAT): If you are testing motor run capacitors in HVAC systems or primary-side SMPS capacitors, your meter and probes must be rated CAT III 600V or CAT IV 600V to withstand transient voltage spikes. For low-voltage DC hobby boards, CAT II is sufficient.

Probe Placement and Execution: Step-by-Step

While some technicians attempt 'in-circuit' testing, parallel components (like resistors and semiconductor junctions) will skew the DMM's charging algorithm, yielding wildly inaccurate readings. For definitive results, you must test out-of-circuit.

  1. Isolate the Component: Desolder at least one leg of the capacitor from the PCB to lift it out of the circuit path. For electrolytic capacitors, removing both legs is preferred to avoid stress on the casing.
  2. Discharge and Verify: Apply your bleeder resistor. Verify the voltage is 0.00V using the DC voltage setting on your DMM before switching to capacitance mode.
  3. Observe Polarity (Electrolytics):strong> While DMM test voltages are generally low (under 3V) and won't instantly destroy a backwards-connected electrolytic, it is best practice to connect the red probe to the anode (+) and black to the cathode (-) marked stripe.
  4. Apply Probes Firmly: Touch the probe tips directly to the metal leads. Do not touch the metal shafts of the probes with your bare fingers; the human body introduces roughly 50pF to 100pF of stray capacitance, which will ruin readings for small ceramic or film capacitors.
  5. Wait for Settling: Large capacitors (e.g., 4700µF) take several seconds for the meter's internal constant-current source to charge them enough to calculate the value. Wait until the display stabilizes and the auto-range indicator stops flashing.

Expected Readings: Good vs. Bad Values

A capacitor rarely fails exactly at its printed nominal value. Electrolytic capacitors typically carry a tolerance of ±20%, while ceramics and films are tighter (±5% to ±10%). Here is what a good reading looks like numerically for a standard 1000µF 25V electrolytic capacitor, alongside failure modes.

Nominal Value Tolerance Good Reading (Pass) Bad: Dried Out (Fail) Bad: Shorted (Fail) Bad: Open (Fail)
1000 µF ±20% 800 µF to 1200 µF < 750 µF 0.00 µF (or near zero) OL (Over Limit)
0.1 µF (104) ±10% 0.09 µF to 0.11 µF < 0.08 µF 0.00 nF OL

Note: According to Fluke's official testing guidelines, if a meter displays 'OL', the capacitor is either open internally or exceeds the meter's maximum range (typically 50mF to 100mF on standard handheld DMMs).

Common Mistakes That Yield Misleading Readings

If your numbers look wrong, do not immediately throw the component in the bin. Check for these bench-level errors:

  • The 'In-Circuit' Phantom Path: If you measure a 100nF ceramic capacitor while it is still soldered across a microcontroller's VCC and GND pins, the meter will attempt to charge the entire power rail's decoupling network. You will get an 'OL' or a massively inflated reading. Lift a leg.
  • Ignoring ESR (Equivalent Series Resistance): This is the most dangerous mistake in power supply repair. A standard DMM measures gross capacitance, not ESR. A degraded 1000µF capacitor might read 980µF on your Fluke 87V (passing the capacitance test) but have an ESR of 8 ohms. In a switching power supply, that high ESR will cause severe ripple and thermal failure. Capacitance testing confirms the cap isn't open/shorted; an ESR meter confirms it can handle AC ripple current.
  • Lead Capacitance Offset: Test leads add roughly 10pF to 30pF of baseline capacitance. When measuring a 22pF ceramic resonator, short the probe tips together first, note the baseline (e.g., 15pF), and subtract it from your final reading, or use your meter's 'Relative' (REL) delta button to zero it out.

Diagnostic Decision Tree: Keep, Toss, or Replace?

Use this decision matrix to determine your next step once the DMM reading stabilizes. Do not guess; follow the path to the exact replacement specification.

Condition / Meter Reading Diagnostic Conclusion Action & Concrete Part Recommendation
Reading is within ±20% of nominal AND application is low-frequency / DC coupling. Capacitor is healthy. Keep. Reinstall and proceed to voltage testing.
Reading is within ±20% of nominal BUT application is a Switching Mode Power Supply (SMPS) or motherboard VRM. Capacitance is fine, but ESR is unknown and likely degraded if the unit is >5 years old. Replace proactively. Use a Low-ESR, high-ripple current series.
Pick: Panasonic FR Series (e.g., EEUFR1E102 for 1000µF 25V) or Rubycon ZL series.
Reading is >20% below nominal (e.g., reads 650µF on a 1000µF cap). Electrolyte has boiled off or leaked. The dielectric layer is compromised. Replace immediately. Match the exact µF and voltage (or go one voltage step higher, e.g., replace 25V with 35V).
Pick: Nichicon PW or UWT series for general purpose, Panasonic FM for low impedance.
Reading is 'OL' (Open) on a known-good range. Internal wire bond has snapped or foil has severed. Replace. Pick: Exact OEM spec replacement. If unavailable, use a Vishay or KEMET equivalent with identical physical pitch.
Reading is 0.00 or near-zero (Shorted). Dielectric breakdown. The capacitor is acting as a wire. Replace and check surrounding silicon. A shorted cap often takes out the driving MOSFET or rectifier diode. Verify the semiconductor junctions before applying power with the new Panasonic/Rubycon replacement.
Bench Tip: When ordering replacements for power supplies, never swap a standard electrolytic (like the ubiquitous Nichicon VZ or Panasonic SU) into a high-frequency switching circuit. Always specify "Low ESR / High Ripple" (e.g., Panasonic FR/FM, Rubycon ZL/ZLX, or Chemi-Con KY/KZE) to prevent the replacement from exploding within months of operation.