EMC/EMI Basics: Ways to Reduce Noise on a PCB
A product can work flawlessly in the lab and fail an EMC test; because functionality and electromagnetic compatibility are different things. The vast majority of EMC problems can be prevented at the PCB design stage, often by following a few basic principles. This article covers the fundamental ways to reduce noise and emissions on a PCB.
What are EMC, EMI and EMS?
EMI (electromagnetic interference) is the unwanted electromagnetic energy a device produces. EMS (immunity) is the device's ability to withstand interference coming from outside. EMC covers both: the device neither disturbing its surroundings too much nor being affected by external interference. Good design watches both directions at once.
Noise sources and propagation paths
Noise propagates in two ways: conducted (through cables and power lines) and radiated (through the air, by the antenna effect). Fast-edged signals (high dV/dt, dI/dt), switch-mode power supplies and clock lines are the main sources. The larger a high-frequency current loop is, the more it behaves like an effective antenna.
Ground plane and return current path
The golden rule of EMC: every signal has a return current, and this current follows the lowest-impedance path — usually the ground plane immediately beneath the signal. An uninterrupted ground plane lets the return current flow close to the signal, shrinking the loop area and reducing radiation. Splitting the ground plane or cutting the return path is the most common cause of EMC problems.
Decoupling and filtering
Decoupling capacitors placed close to each IC's power pin meet high-frequency current demands locally, preventing noise from spreading to the power distribution network. On input/output lines, ferrite beads and filter capacitors suppress conducted noise. You can check out the PCB Power Distribution Network (PDN) article that covers this topic in depth.
Layout and routing principles
- Keep high-speed signals short and route them over an uninterrupted reference plane.
- Keep clock and switching lines away from sensitive analog/input lines.
- Keep current loops (especially power switching) in as small an area as possible.
- Filter at connector and cable inputs to prevent noise from entering and leaving the board.
Common problems and their solutions
| Problem | Possible cause | Solution |
|---|---|---|
| High radiation | Large current loop | Shrink the loop area, ground plane |
| Conducted noise | Unfiltered I/O | Ferrite + filter capacitor |
| Low immunity | Poor grounding | Uninterrupted ground, short return path |
| Clock interference | Long clock line | Shorten the line, apply shielding |
Common mistakes
- Splitting the ground plane: a split plane lengthens the return current and increases radiation.
- Neglecting decoupling: capacitors placed far away or missing spread noise into the power network.
- Leaving EMC for last: fixing problems found at the test stage is far more expensive than preventing them in the design.
- Skipping I/O filtering: unfiltered cables act as both an antenna and an entry gate.
Frequently asked questions
Where do EMC problems most come from?
The most common cause is poor grounding and large current loops; shortening the return current path prevents most problems from the start.
Is EMC hard on a single-layer board?
Yes, because it's hard to provide an uninterrupted ground plane. Where possible, use a multilayer board with at least one full ground plane.
What is a ferrite bead for?
By showing high impedance at certain frequencies, it suppresses conducted high-frequency noise; commonly used on power and I/O lines.
Cables and connectors: hidden antennas
In EMC tests, a significant part of the radiation comes not from the board itself but from the cables connected to it; a long cable behaves like an effective antenna at high frequency. That's why using common-mode chokes, ferrite beads and filter capacitors on power and data inputs prevents noise from passing into the cable and radiating. Grounding the cable shield at the correct point is also critical.
Pre-compliance before the test
The formal EMC test is an expensive and late stage; discovering a problem there leads to costly redesigns. Instead, "pre-compliance" measurements made during development with near-field probes and a simple spectrum analyzer reveal problematic frequencies and sources early. A small pre-compliance check at the start of the design prevents problems that could later take weeks.
When is shielding needed?
A good PCB design solves most EMC problems at the source; but in high-frequency or sensitive circuits, local shielding with a metal cage (shield can) may be needed. Shielding should be thought of not as a "patch" for a bad design but as a complement to a good one; because a shield grounded incorrectly can do more harm than good.
Conclusion
EMC isn't a measure added later but a discipline watched from the start of the design: an uninterrupted ground plane, short return paths, close decoupling and careful layout solve most problems before production. When planning filtering and protection components, you can price your bill of materials in bulk with the BOM tool and evaluate alternatives with the cross-reference tool.