10 pF Capacitor: Crystal Load, RF Filtering & Circuit Uses

“Weโ€™ve trusted Rayming with multiple PCB orders, and theyโ€™ve never disappointed. Their manufacturing process is top-tier, and their team is always helpful. A+ service!”

I have had excellent service from RayMing PCB over 10 years. Your engineers have helped me and saved me many times.

Rayming provides top-notch PCB assembly services at competitive prices. Their customer support is excellent, and they always go the extra mile to ensure satisfaction. A trusted partner!

Scroll through any microcontroller reference schematic and you’ll find a pair of identical capacitors flanking a quartz crystal โ€” both labeled 10 pF. Look at the RF section of a Bluetooth or Wi-Fi module and you’ll spot 10 pF appearing again, this time sitting between a supply pin and ground. The 10 pF capacitor is not glamorous, but it is everywhere, and getting it wrong quietly breaks things: oscillators that drift in the cold, RF supplies that radiate spurious emissions, impedance matching networks that deliver mediocre insertion loss. This guide covers every place the 10 pF capacitor shows up, why it works there, how to calculate it correctly, and how to avoid the PCB-level mistakes that undermine it.

What Is a 10 pF Capacitor?

A 10 pF capacitor stores 10 picofarads of charge โ€” 10 ร— 10โปยนยฒ farads. In unit terms that is 0.01 nF or 0.00001 ยตF. Those equivalences matter because component values are listed differently depending on the distributor or schematic tool, and mistaking 10 pF for 10 nF (a factor of 1,000) is a real-world mistake that shows up in production failures more often than engineers like to admit.

At low frequencies the capacitive reactance of a 10 pF capacitor is enormous โ€” tens of thousands of ohms โ€” making it essentially invisible to the circuit. As frequency rises into the tens and hundreds of MHz, that reactance drops into a usable range, which is precisely why 10 pF is one of the most common picofarad values in RF and timing circuits.

Capacitive reactance of 10 pF at common frequencies:

FrequencyApplicationXc of 10 pF
1 MHzLow-frequency RF~15,900 ฮฉ
10 MHzCrystal oscillator (high-speed MCU)~1,592 ฮฉ
100 MHzFM band, basic RF~159 ฮฉ
433 MHzIoT, LoRa~37 ฮฉ
900 MHzGSM, NB-IoT~18 ฮฉ
2.4 GHzWi-Fi, Bluetooth, Zigbee~6.6 ฮฉ
5 GHzWi-Fi 5/6~3.2 ฮฉ

At 900 MHz the reactance is around 18 ฮฉ โ€” squarely within matching network territory. At 10 MHz it sits at over 1.5 kฮฉ, which is why it works as a carefully sized load capacitor for crystal timing circuits without loading the oscillator output heavily.

The 10 pF Capacitor in Crystal Oscillator Circuits

How a Pierce Oscillator Uses Load Capacitors

Almost every microcontroller’s onboard oscillator uses a Pierce topology. In a Pierce oscillator, the crystal connects between two IC pins (typically XTAL_IN and XTAL_OUT), with a load capacitor from each pin to ground โ€” labeled CL1 and CL2. These two capacitors, along with the crystal itself and the stray PCB capacitance, determine the total load capacitance (CL) seen by the crystal.

The crystal manufacturer specifies the CL value at which the crystal oscillates at its nominal frequency. Get CL wrong and the crystal runs off-frequency โ€” sometimes by tens of ppm, which in a Bluetooth or Zigbee device translates directly to channel center frequency error and failed regulatory compliance.

The Load Capacitance Formula

The total effective load capacitance is calculated as:

CL = (CL1 ร— CL2) / (CL1 + CL2) + Cstray

Where CL1 = CL2 (you should use matched values) and Cstray is the combined capacitance of the IC pins and PCB traces. Stray capacitance in a Pierce oscillator circuit usually ranges from 3 pF to 7 pF. On a two-layer board with short traces it may be as low as 2 pF; on a dense four-layer board closer to 5 pF.

Solving for CL1 and CL2 When CL = 10 pF

Many modern RF-enabled MCUs (STM32 families, TI CC26xx, nRF52 series) use crystals with a specified load capacitance of 6โ€“10 pF. The “10 pF CL” crystal is a common, well-stocked value. Here is how to solve for the external capacitors:

CL1 = CL2 = 2 ร— (CL โˆ’ Cstray)

Using CL = 10 pF and assuming Cstray = 4 pF (typical for a modern 4-layer board):

CL1 = CL2 = 2 ร— (10 โˆ’ 4) = 12 pF

If your actual Cstray is higher than estimated, the external capacitors should be reduced. If the measured oscillator frequency is consistently too low, effective CL is too high โ€” reduce the external capacitors. If the frequency is consistently high, increase them. The 10 pF value commonly appears as the final calculated value for CL1/CL2 when the target crystal CL is higher (e.g., 12โ€“15 pF) and stray capacitance consumes some of the budget.

Common Crystal Load Capacitor Scenarios

Crystal CLAssumed CstrayRequired CL1 = CL2
6 pF3 pF6 pF
8 pF3 pF10 pF โ† common 10 pF case
10 pF4 pF12 pF
12 pF4 pF16 pF
18 pF5 pF26 pF

The “10 pF external capacitor for crystal loading” scenario appears whenever the crystal’s CL is around 8 pF and stray capacitance is moderate โ€” a common combination in compact IoT and Bluetooth designs.

10 pF as an RF Decoupling and Bypass Capacitor

Why 10 pF and 33 pF Are Classic RF Supply Bypass Values

In RF engineering, power supply pins of LNAs, PAs, mixers, and VCOs must be bypassed to ground to prevent RF energy from coupling back into the supply rails โ€” which causes instability, spurious outputs, and unwanted oscillation. The bypass capacitor must look like a very low impedance at the RF operating frequency.

The 10 pF and 33 pF capacitors achieved classic status in this role for a specific reason: in C0G/NP0 dielectric and 0603 packaging, their self-resonant frequency (SRF) lands close to important RF bands. At SRF, the capacitor’s impedance is at its lowest โ€” essentially only its ESR remains. This “free filtering” effect at the SRF is deliberately exploited in RF circuit design.

For the 10 pF value in a 0402 package with approximately 0.5 nH of ESL:

SRF โ‰ˆ 1 / (2ฯ€ ร— โˆš(0.5ร—10โปโน ร— 10ร—10โปยนยฒ)) โ‰ˆ 2.25 GHz

That puts the SRF right in the 2.4 GHz ISM band โ€” one reason 10 pF appears so often as a bypass element in Wi-Fi and Bluetooth power supply networks.

RF Bypass Capacitor Strategy

In practice, a single capacitor value never covers the full frequency range of noise on a supply pin. A multi-cap strategy using a 10 pF (for high-frequency bypassing) alongside a 100 nF (mid-frequency) and a 10 ยตF bulk cap provides broadband impedance suppression across decades of frequency. The 10 pF handles the GHz range; the other values handle lower frequencies.

10 pF in RF Matching and Filter Networks

Reactance in Matching Networks at Sub-1 GHz

At 433 MHz, 10 pF delivers about 37 ฮฉ of reactance. That value slots neatly into L-network calculations for antenna matching networks in LoRa, ISM-band, and RFID circuits. Many reference designs for 433/868/915 MHz front-ends include a 10 pF shunt or series element in the output matching network between the PA and the antenna port.

LC Filter Elements

In a Chebyshev or Butterworth bandpass filter for a 900 MHz front-end, the component values that fall out of the design equations commonly land in the 10โ€“47 pF range for the capacitor elements. The 10 pF is a natural fit for narrow-band filters where tighter selectivity is needed. It also appears in SAW filter input/output matching networks and LNA interstage networks.

Dielectric and Package Selection for 10 pF

Always Use C0G/NP0 in Timing and RF Circuits

The choice of dielectric is not optional for a 10 pF in crystal load or RF matching service. Class II dielectrics like X7R have significant capacitance variation with temperature and DC bias voltage. For a 10 pF crystal load capacitor, a 5% capacitance shift with temperature moves the crystal frequency by several ppm โ€” unacceptable in timing-critical or RF-compliant designs. C0G (NP0) provides ยฑ30 ppm/ยฐC temperature stability, Q factor exceeding 1,000, and effectively zero voltage dependence.

DielectricTemp StabilityVoltage DependenceQ Factor10 pF Crystal Load?10 pF RF Bypass?
C0G / NP0ยฑ30 ppm/ยฐCNone>1000โœ… Requiredโœ… Preferred
X7Rยฑ15% over rangeModerate100โ€“500โŒ Not suitableโš ๏ธ Only if SRF-targeted
X5Rยฑ15% over rangeHigh<300โŒ Not suitableโŒ Avoid

Package Size and SRF Implications

PackageTypical ESLApproximate SRF for 10 pF
0201 (0603M)~0.3 nH~9 GHz
0402 (1005M)~0.5 nH~7.1 GHz
0603 (1608M)~0.8 nH~5.6 GHz
0805 (2012M)~1.0 nH~5.0 GHz

For 2.4 GHz applications, any of these packages provides adequate SRF margin. For 5 GHz Wi-Fi designs, 0402 or 0201 is recommended to keep SRF comfortably above the operating frequency.

PCB Layout Tips for 10 pF Applications

Getting the component right and then ruining it with bad layout is the most common failure mode when working with picofarad-range capacitors.

Crystal load capacitors: Place CL1 and CL2 as close to the crystal pins as possible โ€” ideally within 1 mm. Trace lengths to the crystal should be short and equal. Keep the crystal circuit away from high-speed digital signals and switching regulators. A ground plane under the crystal area is generally not recommended by many MCU manufacturers because it adds stray capacitance and can destabilize the oscillator.

RF bypass capacitors: The ground via for a shunt bypass capacitor must be as close as possible to the component pad โ€” not routed through a long trace to a distant via. A typical via adds 0.4โ€“0.8 nH of inductance, which at 2.4 GHz is measurable. For demanding RF designs, use a via-in-pad approach or place the via immediately adjacent to the ground pad.

Pad sizing: Oversized pads add extra capacitance to ground. For a 10 pF component, even 0.5โ€“1 pF of additional pad capacitance shifts the value by 5โ€“10%. Use the component manufacturer’s recommended land pattern and do not arbitrarily enlarge pads for “better soldering.”

Trace stubs: Any trace between a 10 pF capacitor and the next RF node acts as a stub. At 2.4 GHz even 1 mm of trace introduces a few tenths of a nanohenry of inductance. Keep connections as direct as possible and simulate with layout parasitics included.

10 pF Capacitor Specification Checklist

ParameterRecommended Specification
Capacitance10 pF
Toleranceยฑ0.5 pF for crystal load; ยฑ1 pF acceptable for RF bypass
DielectricC0G / NP0
Voltage ratingโ‰ฅ10 V (typically 25 V or 50 V for MLCC)
Package0402 for most designs; 0201 for 5 GHz+
Operating temperatureโˆ’55ยฐC to +125ยฐC
SRFVerify it exceeds operating frequency by โ‰ฅ2ร—
ESR<0.3 ฮฉ at operating frequency
QualificationAEC-Q200 for automotive; standard EIA-198 otherwise

Useful Resources for 10 pF Capacitor Selection and Crystal Design

ResourceTypeLink
ECS Inc. Crystal Load Capacitance CalculatorOnline toolecsxtal.com
ECS Inc. โ€“ Impact of Load Capacitance on Crystal DesignsWhitepaperecsxtal.com
Texas Instruments AN โ€“ Crystal & Oscillator Selection (CC13xx/CC26xx)App noteti.com
AllAboutCircuits โ€“ Load Capacitance on Quartz CrystalsTechnical articleallaboutcircuits.com
Johanson Technology โ€“ SRF/PRF for RF CapacitorsApplication notejohansontechnology.com
KYOCERA AVX โ€“ C0G/NP0 Dielectric OverviewProduct referencekyocera-avx.com
Murata SimSurfing โ€“ S-parameter search toolComponent databaseds.murata.co.jp/simsurfing
RayPCB โ€“ Capacitors in PCB DesignPCB design guideraypcb.com/pcb-capacitor

Frequently Asked Questions

1. Can I use an X7R 10 pF capacitor for crystal load capacitors?

In general, no. X7R capacitance varies with temperature โ€” typically ยฑ15% over the operating range. A 10% shift in a 10 pF load capacitor will pull the crystal frequency by several ppm, which exceeds the tolerance of any serious timing application. For a microcontroller clock where the Bluetooth stack tolerates ยฑ20โ€“40 ppm total, using X7R for the load capacitors is a real design risk. Always specify C0G/NP0 for crystal load applications.

2. My crystal datasheet says CL = 10 pF. Does that mean I use 10 pF capacitors for CL1 and CL2?

No โ€” this is one of the most common misconceptions. The crystal CL is the total capacitive load the crystal must see from the circuit. CL1 and CL2 are in series (from the crystal’s perspective through ground), so two equal external capacitors of value C produce a series combination of C/2. You also need to subtract the stray capacitance of the PCB and IC pins. Using the formula CL1 = CL2 = 2 ร— (CL โˆ’ Cstray), with CL = 10 pF and Cstray โ‰ˆ 3โ€“4 pF, you end up with approximately 12โ€“14 pF for each external capacitor โ€” not 10 pF.

3. Why do 10 pF and 33 pF appear so often in RF supply bypass circuits?

These values became widely adopted because, in older 0603 packages, their self-resonant frequencies (SRFs) landed near the 900 MHz and 2.4 GHz ISM bands respectively โ€” providing a very low impedance “for free” at important wireless frequencies. Although modern 0402 and 0201 packages have shifted SRFs upward, the habit of reaching for 10 pF or 33 pF for RF supply bypassing has stuck because they still produce useful low impedance in the GHz range with appropriate package selection.

4. How do I know if my 10 pF capacitor is causing a crystal oscillator failure?

The most reliable diagnostic is to measure the actual oscillation frequency using the MCU’s clock output pin (MCO or similar) with a frequency counter while varying temperature. If the frequency drifts outside the crystal’s specified tolerance window as temperature changes, first suspect the load capacitor dielectric (check for X7R) and pad layout stray capacitance. If the oscillator fails to start reliably at cold temperatures, check oscillator gain margin โ€” the crystal’s equivalent series resistance (ESR) rises at low temperature, and if combined with excessive load capacitance, the gain margin falls below unity.

5. Does PCB layer count significantly affect the 10 pF crystal load capacitor value I should use?

Yes, noticeably. Stray capacitance Cstray varies with PCB design: a two-layer board with short traces may contribute only 1โ€“2 pF of stray capacitance, while a dense four-layer board with longer crystal trace routing and more copper nearby may contribute 4โ€“6 pF. If you calculated CL1/CL2 assuming Cstray = 3 pF but your board actually has 6 pF of stray, you’ll end up overloading the crystal and running slightly below the nominal frequency. Always verify oscillator frequency on the first prototype and adjust the capacitor values accordingly before committing to production.

Conclusion

The 10 pF capacitor is deceptively ordinary in appearance but technically demanding in application. Whether it’s sitting in a Pierce oscillator circuit setting the load capacitance of a 10 MHz crystal reference, bypassing the supply of a 2.4 GHz PA, or forming part of a narrowband antenna matching network, the rules are the same: use C0G/NP0 dielectric without exception, choose the right package for your operating frequency and SRF requirements, get the tolerances tight, and treat the PCB layout around it with the same discipline you’d apply to any other RF element. A few extra minutes of correct calculation and careful placement avoids the kind of production-line frequency drift or RF spurious issue that takes days to debug on a scope.