Top 12 Electronics That Fail Compliance Testing

Top 12 Electronics That Fail Compliance Testing

Published on

You’ve spent months developing your product, maybe even years, and you’re finally ready to get it certified so you can sell it.

Then you send it off for compliance testing and it fails, sometimes badly.

Now you’re looking at a complete redesign, thousands of dollars in retesting fees, and a launch delay that could sink your entire project.

Compliance testing can uncover fundamental PCB design problems that you can’t easily “patch” on a finished board, and in many cases the only real fix is a redesign.

But there are certain types of electronic circuits that fail at a much higher rate than others.

So in this article, I’m going to countdown the 12 types of electronics that are most likely to fail compliance testing, and what you can do about each one.

Circuit #12: AC Mains Power Circuits

If your product plugs directly into a wall outlet, you’re dealing with one of the riskiest compliance categories that exists.

AC mains circuits require extensive safety testing for things like electrical isolation, creepage and clearance distances, and protection against electric shock.

Creepage is the shortest distance along a surface between two conductive parts, while clearance is the shortest distance through air.

The certification requirements for anything touching AC voltage are significantly stricter than low-voltage electronics, and they involve separate safety certifications like UL or IEC in addition to your FCC and CE testing.

So on-board AC-DC power converters, circuits using triacs or solid-state relays for switching AC loads, and any design where AC voltage lives on your main PCB are all high-risk areas.

The best approach for most products is to use an external pre-certified AC adapter and keep your product entirely low-voltage, which avoids most of the safety certification complexity altogether.

Circuit #11: Noisy Clock Sources

Every microcontroller needs a clock, and the quality of that clock has a direct impact on the amount of EMI generated by your product. EMI is ElectroMagnetic Interference, which can potentially impact other products and wireless communication.

Cheap crystals and oscillators often have poor frequency stability and generate more harmonics, which means energy at multiples of the clock frequency that can spread into frequency bands where you’re not allowed to emit.

Poor clock routing on your PCB makes this worse by turning the traces into antennas that radiate those harmonics.

Using a quality crystal from a reputable manufacturer, keeping clock traces short, and adding a ground guard around clock signals can make a significant difference in your emissions.

Circuit #10: Sensitive Analog Circuits Near Switching Noise

Placing sensitive analog circuits near noisy digital or switching circuits is one of the most common layout mistakes that causes compliance failures.

When you have a sensitive analog circuit next to a switching regulator or high-speed digital bus, noise couples into those analog signals.

That noise can then get amplified and appear in your emissions as unexpected spikes at frequencies you never expected.

The fix involves careful PCB partitioning where you physically separate analog and digital sections and add filtering on any signals that cross between the two domains.

When I was a new chip designer for TI, I spent weeks debugging a mysterious leakage current in one of my early chip designs.

I studied that schematic from every angle conceivable. I was having dreams about that damn schematic.

But, the issue wasn’t in the schematic at all.

It was a due to a parasitic transistor that was unintentionally created in the layout, and never existed in the schematic.

That experience taught me that the schematic is just an approximation, and the layout is where things really happen.

Circuit #9: High-Speed Digital Interfaces

USB, HDMI, and similar high-speed interfaces operate at frequencies where the signal edges can become a major source of EMI.

Fast edges contain energy at harmonics far above the actual data rate, and those harmonics radiate from traces, connectors, and cables.

Proper impedance-controlled routing, which means designing trace widths and spacing to match a specific impedance like 90 ohms for USB differential pairs, is essential.

You also need quality connectors with good shielding, proper termination resistors where the spec calls for them, and filtering on the power pins of interface chips.

Skipping any of these details because the signal “works on the bench” is a recipe for a failed emissions test.

Circuit #8: Audio Amplifiers with Speaker Outputs

Audio amplifiers, especially Class D amplifiers that use high-frequency switching to achieve efficiency, generate significant noise at their switching frequency and harmonics.

But even traditional Class AB amplifiers can cause compliance problems because the speaker wires themselves act as antennas.

Those wires radiate whatever noise is present on the output, and if you have any high-frequency content from the amplifier or from noise coupling in from elsewhere on the board, it gets broadcast.

Using shielded speaker cables, adding output filtering on the amplifier, and keeping speaker wire runs short all help reduce radiated emissions.

If you’re using a Class D amplifier, selecting a part with good EMI performance and following the manufacturer’s reference layout closely is critical.

Circuit #7: High-Power LED Drivers

LEDs don’t generate EMI on their own, but the circuits driving them absolutely do.

High-power LED drivers often use switching regulators to efficiently control current, and those switchers create noise just like any other switching power supply.

Add PWM dimming on top, which pulses the LED on and off rapidly to control brightness, and you’re generating harmonics at the PWM frequency that can extend well into the range where compliance testing measures emissions.

The combination of a switching driver and PWM dimming creates complex noise that requires careful filtering and good layout practices.

Treating your LED driver design with the same respect you’d give a switching power supply will save you from unpleasant surprises in the test lab.

Circuit #6: Wireless Modules for Wi-Fi, Bluetooth, and Sub-GHz

Adding wireless capability to your product means you’re intentionally putting a radio transmitter on your board, which makes compliance testing significantly more complex.

Even when you use a pre-certified module, which I strongly recommend, you can still fail testing if your antenna design is wrong, your ground plane is inadequate, or your power supply injects noise into the module.

Pre-certified modules are only certified under specific conditions, and if your implementation doesn’t match those conditions, the certification doesn’t transfer.

Antenna placement, matching networks, and keeping digital noise away from the RF section all require careful attention.

Following the module manufacturer’s reference design as closely as possible, including their recommended antenna and layout, gives you the best chance of passing.

Circuit #5: Inductive Loads Like Motors and Relays

Motors, relays, solenoids, and contactors all contain coils, and coils fight changes in current by generating voltage spikes when switched.

This creates fast transients that radiate EMI and can even damage your drive circuitry if not properly suppressed.

Mechanical relays add another problem because the contacts arc when they open, generating broadband noise across a wide frequency range.

So every inductive load needs a suppression circuit placed as close to the load as physically possible.

Putting the suppression components on your main board instead of at the load means the wires between them act as antennas for all that noise.

Circuit #4: Long External Cables and Wire Harnesses

Any cable leaving your enclosure is a potential antenna, and the longer the cable, the more efficiently it radiates at lower frequencies.

Unfiltered cables pick up noise from inside your product and broadcast it to the outside world, or they pick up external interference and inject it into your circuits.

Every signal that exits your enclosure should go through filtering right at the point where it leaves, using ferrite beads, capacitors, or common-mode chokes depending on the signal type.

Shielded cables help, but only if the shield is properly terminated to your enclosure ground at both ends.

Also products may pass emissions when using short bench cables but then fail badly with the longer cables that customers actually use, so test with realistic cable lengths early.

Circuit #3: Battery Charging and Power-Path Circuits

Lithium-ion battery chargers and power-path management circuits combine several compliance challenges in one spot.

The charging circuit itself often uses switching regulation, which creates EMI just like any other switcher.

Power-path circuits that manage the transition between battery power and external power add more switching events and potential noise sources.

On top of the EMI concerns, battery circuits face additional safety requirements because lithium batteries can be dangerous if overcharged, over-discharged, or short-circuited.

Using integrated charger ICs with built-in safety features, following the manufacturer’s reference design exactly, and including all the recommended protection circuits helps address both the emissions and safety requirements.

Circuit #2: USB-C Power Input, Especially with Power Delivery

USB-C with Power Delivery, often called USB PD, is becoming standard for charging and powering devices, but it’s also a significant compliance risk.

Power Delivery negotiates voltage levels between your device and the power source, sometimes switching between 5V, 9V, 15V, or 20V depending on what your device requests.

Those voltage transitions create transients, and the high currents involved, potentially up to 5 amps at 20V, make conducted emissions a major concern.

The combination of fast power switching and high current draw means your input filtering and decoupling need to be extremely robust to pass compliance testing.

Using a quality USB PD controller with good EMI performance and carefully following the layout guidelines is essential for passing.

Circuit #1: Switching Voltage Regulators

Switching regulators, including buck converters that step voltage down and boost converters that step it up, are the single most common cause of compliance failures in electronic products.

They work by rapidly switching current on and off, typically at frequencies between 500 kHz and several MHz, and that switching generates harmonics that extend well into the frequency ranges where FCC and CE measure emissions.

In a buck converter, the input capacitor and the switching elements form a hot loop, which has rapid current changes that radiate like an antenna if the loop isn’t kept small and tight.

In a boost converter, it’s the output capacitor and the switching elements that form this critical loop.

So the layout is absolutely critical, and the switching loop needs to be as small and tight as physically possible.

Using an integrated module that contains the inductor inside a shielded package can dramatically reduce emissions, although these cost more than discrete solutions.

Spending extra time on your switching regulator layout and considering an EMI filter on the input will pay off significantly when you get to the compliance lab.


Copyright 2025 Predictable Designs LLC. Privacy policy | Terms
10645 N Oracle Blvd, Ste 121-117, Tucson, Arizona 85737 USA