0
I still remember the first time I spent three days chasing a 60Hz hum in an audio preamp, only to realize the problem wasn't the power supply itself — it was a missing high-pass filter at the input stage. The noise had always been there; I just didn't have the right filter in place to block it.
That experience taught me more about AC filters than any textbook did. Filters aren't just theory — they're the difference between a circuit that works and one that works reliably.
This guide is for engineers and buyers who've been burned by filter-related problems. I'll skip the textbook definitions and go straight to the practical stuff: how to pick the right filter, how to calculate what you actually need, and how to troubleshoot when things go wrong.
An AC filter is a circuit that decides which frequencies get through and which get stopped. It uses the frequency-dependent behavior of capacitors and inductors to do this:
A capacitor lets high frequencies through easily (low impedance at high frequency) but blocks low frequencies
An inductor does the opposite — it chokes off high frequencies while letting low frequencies pass
You combine these with resistors to control exactly where the cutoff happens.
The formula is simple: fc = 1 / (2*pi*R*C)
But most engineers get into trouble not because they can't calculate — it's because they don't think about what happens past the cutoff.
Filter Order What It Means Real-World Implication
1st order -20 dB/decade Only useful if your noise is far above fc
2nd order -40 dB/decade Good for most applications
3rd order -60 dB/decade When you need serious attenuation
4th order -80 dB/decade Two 2nd-order stages cascaded
I worked on a motor drive project once that failed EMC testing three times before someone realized the EMI filter was undersized. The filter looked correct on paper, but it was saturating under load current and doing almost nothing above 200kHz. We had to replace it with a filter rated for 50% more current. It passed on the first try after that.
That's the lesson: EMI line filters have to be sized for real operating conditions, not just the datasheet spec.
Problem: Filter worked fine, now it doesn't
The most common cause: electrolytic capacitor aging. Electrolytics lose 20-30% of their capacitance over 5-10 years, especially in warm environments. When the capacitor drifts, the cutoff frequency drifts with it.
I once diagnosed a "new EMI problem" in a 7-year-old power supply that turned out to be three aged electrolytics. The filter was still there; it just wasn't working at the right frequency anymore.
Fix: Replace aged electrolytics with film capacitors where stability matters. Film caps don't age.
Problem: EMI got worse after adding a filter
This usually means one of two things. Either you have an LC resonance (the filter's inductance and capacitance are resonating at a frequency in your noise band, making the noise worse instead of better), or the filter is saturating under load current.
Diagnose it: Put a network analyzer on the filter and check the insertion loss curve. If it shows a peak instead of a smooth attenuation roll-off, you have a resonance problem.
Fix: Add a small series resistor to damp the resonance (typically 1-10 ohm). Yes, it adds insertion loss, but it's better than making noise worse.
Problem: Filter is running hot
If the filter body is noticeably warm to the touch, you're either at or over its current rating, or the core is saturating.
Diagnose it: Measure the actual RMS current through the filter. Compare it to the datasheet rating. If you're within spec, check for asymmetric loading conditions that could be causing DC bias on the common-mode choke.
Fix: Oversize the filter. If you're at 15A continuous, use a 20-25A filter.
Problem: Equipment fails EMC testing with a filter installed
This usually means the filter is handling the wrong noise type. You added differential-mode filtering but the noise is common-mode, or vice versa.
Diagnose it: Use a current probe to measure the noise spectrum on each conductor separately. If the noise appears equally on both, it's common-mode. If it appears differentially, it's differential-mode.
Fix: Add the missing filter stage. For CM noise, add more Y capacitance and a larger CMC. For DM noise, add more X capacitance.
Q: Can I just use a low-pass filter to remove 60Hz hum from audio?
Not if you want to keep the music. A low-pass filter that blocks 60Hz will also block everything around 60Hz — and that's squarely in the middle of the audio band. You need a notch filter that targets 60Hz specifically, or a high-pass filter set well below 60Hz if the hum is coupling through DC offset or ground loops.
Q: How do I calculate the right cutoff frequency for a power supply filter?
Start by identifying the noise frequency you want to block. Then pick a cutoff that's 3-5x below that frequency for a first-order filter (so you have some attenuation margin), or 1.5-2x below for a second-order filter. Always verify what happens at 10x the noise frequency — if you need significant attenuation there, plan for additional filter stages.
Q: What's the difference between X and Y capacitors in an EMI filter?
X capacitors go across the line (line-to-neutral). They're there to catch differential-mode noise — noise that appears differently on the two power conductors. Y capacitors go from each conductor to ground. They're for common-mode noise — noise that appears equally on both conductors. X caps are sized for maximum capacitance within safety limits. Y caps are limited by leakage current requirements — too much Y capacitance and your grounding becomes a shock hazard.
Q: Does filter order really matter that much?
Yes, and it's one of the most underestimated factors in filter design. A first-order filter gives you -20 dB/decade. If your noise is at 100 kHz and you want it attenuated by 40 dB, you'd need the cutoff at 10 kHz. But if your signal extends to 20 kHz (audio), you've just filtered your signal. A second-order filter (-40 dB/decade) would let you set the cutoff at 30-40 kHz and still get 40 dB of attenuation at 100 kHz. The math matters.
Q: What safety certifications do EMI filters actually need?
It depends entirely on your target market. UL 1283 is standard in North America. VDE 0565 or EN 60939 covers most of Europe. China requires CCC, Japan requires PSE, and Korea requires KC. For medical equipment, you additionally need to verify leakage current limits under IEC 60601-1 — these are stricter than general safety standards. Always check that the safety markings are physically printed on the component, not just listed in the datasheet.
Q: Why did my EMI filter pass bench testing but fail in the field?
Thermal management. Bench tests run in open air at room temperature. Field conditions can be 30-40°C hotter inside an enclosure, especially if other components are nearby. The filter's insertion loss degrades with temperature, and if it's running near its thermal limit, it may not meet spec in real conditions. Always derate components for the actual operating environment, not the datasheet conditions.
Q: Can I cascade filters to get better attenuation?
Yes — cascading two identical stages gets you approximately the sum of their individual roll-off rates (two 1st-order stages ≈ one 2nd-order stage, roughly). But be aware of impedance interaction between stages. If the second stage loads the first too heavily, the combined response won't be what you calculated. Use op-amp buffers between stages if precise control is needed.
Q: How do I choose between a passive and an active filter?
Passive filters are simple, reliable, and don't need power. Use them for RF applications, high-current power circuits, or anywhere you can't afford the noise and distortion that active components introduce. Active filters make sense when you need gain, when the signal source has high output impedance, or when you need a precise cutoff frequency that passive components can't hit due to tolerance variation. Active filters also let you build higher-order responses without inductors, which is useful at audio frequencies.
Here's what I want you to remember from this guide:
1.Start with the noise frequency, not the filter type. Before you pick any topology, measure or estimate what frequency you're trying to block. Everything else follows from that.
2.Calculate your cutoff frequency before you build anything. It takes five minutes with a calculator and saves hours of trial and error.
3.If it's AC mains connected, you need an EMI line filter. Not optional. Not something you add later. The filter needs to be there from the beginning because the EMC requirements affect your entire board layout.
4.Size your components for real conditions. Rated current means continuous rated current in your actual thermal environment, not the ideal conditions on the datasheet.
5.When things go wrong, check the basics first: Is the capacitor aged? Is the filter saturating? Is it the right filter type for the noise mode? Most filter problems turn out to be one of these three.
For component sourcing — EMI line filter modules, X/Y capacitors, common-mode chokes, or LC filter inductors — Welllink carries verified stock with full traceability. Contact us or search our catalog for your specific requirements.