EMI Design Guide: PCB Layout and Shielding Strategies for Compliance

Keywords: EMI design, PCB layout, electromagnetic interference, shielding, FCC compliance

Keywords: EMI design, PCB layout, electromagnetic interference, shielding, FCC compliance


Introduction

Electromagnetic interference (EMI) is the invisible enemy of electronic product design. Every switching edge on every digital signal generates electromagnetic energy that propagates through radiation and conduction. When this energy couples into other circuits or escapes into the environment, it causes malfunctions, data corruption, and—critically—regulatory compliance failures. Products that cannot pass FCC, CISPR, or CE emissions testing cannot be legally sold in most major markets.

EMI is not a single problem but a family of related phenomena. Radiated emissions escape through gaps in shielding, act as antennas along long traces, and couple through unintended resonant structures on the PCB. Conducted emissions travel through power and signal cables into the mains supply, where they can interfere with other equipment. Both types must be controlled simultaneously, and addressing one often exacerbates the other—for example, adding a shield can reflect internal radiation back onto the board, increasing susceptibility.

The cost of EMI failure is enormous. A single failed compliance test can trigger weeks of debugging, additional lab time, and expensive board respins. Industry surveys suggest that EMI/EMC issues account for over 50% of all product certification failures, with average remediation costs exceeding $50,000 per incident. The good news is that most EMI problems are preventable through disciplined PCB layout, proper component placement, effective shielding, and appropriate filter design.

This guide provides a systematic approach to EMI-conscious PCB design. We cover EMI source identification, radiated vs. conducted emission mechanisms, ground plane strategies, component placement principles, shield can implementation, filter design techniques, and the regulatory standards that govern commercial products.

Understanding EMI Sources

Digital Switching as the Primary EMI Source

Every digital signal transition generates a broadband spectrum of electromagnetic energy. The spectral content is determined primarily by the edge rate (rise/fall time), not the clock frequency. A signal with a 1 ns rise time contains significant energy up to approximately 350 MHz (f_knee = 0.35/T_r), regardless of the clock rate. Modern logic families with sub-nanosecond edges can generate substantial EMI well into the GHz range.

The primary EMI sources on a typical digital PCB include:

  • Clock signals: Periodic, high-amplitude signals with fast edges. Clocks are the most common EMI culprit because their repetitive nature concentrates energy at harmonics.
  • Address/data buses: Parallel buses with simultaneous switching create large current loops and ground bounce.
  • Switching power supplies: DC-DC converters generate conducted and radiated emissions at their switching frequency and harmonics.
  • High-speed serial interfaces: Differential pairs are generally low-EMI, but poor routing or inadequate common-mode control can cause failures.
  • Video and display interfaces: Pixel clocks and LVDS pairs can be significant radiators if not properly contained.

Unintentional Antennas on PCBs

Any conductor can act as an antenna if its dimensions approach a significant fraction of the signal wavelength. Common unintentional antenna structures include:

  • Trace stubs: Open-circuited trace segments act as quarter-wave monopoles.
  • Ground plane slots: Slots in the reference plane force return current to take a detour, creating a loop antenna.
  • Cable shields with pigtail grounds: A pigtail ground connection on a shielded cable creates a common-mode antenna at high frequencies.
  • Split planes: Signals crossing splits in reference planes create large current loops.
  • Board edges: Traces running close to the board edge can couple to the board's edge as a cavity resonator.

Diagram showing common unintentional antenna structures on a PCB

Radiated vs. Conducted Emissions

Radiated Emissions

Radiated emissions are electromagnetic fields that propagate through free space from the product to nearby receivers (including compliance test antennas). The regulatory limits for radiated emissions are specified in terms of electric field strength (dBμV/m) at a defined measurement distance.

Standard Frequency Range Measurement Distance Limit Class A (industrial) Limit Class B (consumer)
FCC Part 15 30–88 MHz 3 m 49.5 dBμV/m 40 dBμV/m
FCC Part 15 88–216 MHz 3 m 54 dBμV/m 43.5 dBμV/m
FCC Part 15 216–960 MHz 3 m 57 dBμV/m 46 dBμV/m
FCC Part 15 >960 MHz 3 m 60 dBμV/m 54 dBμV/m
CISPR 32 30–230 MHz 3 m / 10 m 50–57 dBμV/m 40–47 dBμV/m
CISPR 32 230–1000 MHz 3 m / 10 m 57 dBμV/m 47 dBμV/m
CISPR 32 1–3 GHz 3 m 56 dBμV/m (avg) 50 dBμV/m (avg)

Conducted Emissions

Conducted emissions are unwanted signals that travel through power and signal cables onto the mains supply or other external connections. Regulatory bodies limit conducted emissions in the 150 kHz to 30 MHz range.

Conducted emission sources include:

  • Switching power supply noise on the power input lines
  • Return current from digital circuits coupling into the power cord
  • Common-mode noise on signal cables that connect to external devices

Ground Plane Strategies

The Importance of Continuous Reference Planes

The single most effective EMI mitigation technique in PCB design is maintaining continuous, unbroken reference planes beneath signal traces. Return current for any signal flows directly beneath the trace in the reference plane (for microstrip) or splits between the two adjacent planes (for stripline). This tight coupling between signal and return current minimizes the current loop area, which directly reduces radiated emissions.

When a reference plane is interrupted by a slot, split, or void, the return current must detour around the discontinuity. This increases the loop area dramatically:

E ∝ (I × A × f²)

where E is the radiated field strength, I is the current, A is the loop area, and f is the frequency. Even a small slot can increase emissions by 10–20 dB if it forces a high-speed signal's return current to detour significantly.

Split Plane Management

Power islands, analog/digital ground splits, and connector cutouts are common reasons for plane discontinuities. When splits are unavoidable:

  1. Never route high-speed signals across a split. Route around the split or use a bridge (capacitor) to maintain return current continuity.
  2. If a signal must cross a split, place a stitching capacitor (typically 0.1 μF) across the split, as close to the signal trace as possible. This provides an AC return path.
  3. Use moats, not splits, for analog/digital isolation. A moat is a partial gap that doesn't completely sever the plane, allowing a controlled return path.
  4. Stitch ground vias along the edge of any plane discontinuity to prevent edge radiation.

Multi-Layer Stackup Recommendations

A well-designed layer stackup provides multiple solid reference planes and minimizes signal loop areas:

Layer Count Recommended Stackup EMI Performance
2 layer Signal/Ground Poor (no dedicated signal layer)
4 layer Signal / Ground / Power / Signal Good (solid reference planes)
6 layer Signal / Ground / Signal / Signal / Power / Signal Better (shielded signal layers)
8 layer Signal / Ground / Signal / Power / Ground / Signal / Ground / Signal Excellent (multiple shields)

Component Placement for EMI Control

Functional Grouping

Group components by function to minimize the length of high-speed interconnects:

  • CPU/FPGA cluster: Place near the center of the board to minimize maximum trace length.
  • Memory cluster: Place as close to the CPU as physically possible; route memory buses on internal layers between ground planes.
  • Power supply cluster: Place DC-DC converters near their loads to minimize power trace inductance; keep switching nodes away from sensitive signals.
  • I/O cluster: Place I/O connectors on one edge of the board; route I/O signals through filter components before they reach the main board area.
  • Clock generation: Place clock generators and buffers close to their loads; keep crystal oscillators away from board edges and I/O connectors.

Distance Rules

Component Type Minimum Distance from Board Edge Minimum Distance from I/O Connectors Minimum Distance from Analog
Crystal oscillators 5 mm 25 mm 10 mm
Clock drivers 5 mm 20 mm 10 mm
Switching regulators 5 mm 15 mm 15 mm
High-speed CPUs 5 mm 15 mm 10 mm
General digital 2 mm 5 mm 5 mm

Decoupling Capacitor Placement

Place decoupling capacitors as close to the power pins of ICs as possible. The loop inductance of the decoupling path determines its effectiveness at high frequencies. A capacitor placed 1 inch from the IC pin may be useless above 100 MHz due to trace inductance. Use multiple capacitor values (e.g., 10 μF, 0.1 μF, 0.01 μF) to cover different frequency ranges, and place the smallest-value capacitor closest to the IC pin.

Shielding Strategies

Shield Cans

Metal shield cans are the most effective method for containing radiated emissions from specific board areas. A properly installed shield can provides 20–40 dB of attenuation across a broad frequency range.

Key design considerations:

  • Material: Tin-plated steel or copper alloy, 0.2–0.5 mm thick
  • Grounding: The shield must make continuous electrical contact with the ground plane along its entire perimeter. Use a fence of ground vias spaced at ≤ λ/10 intervals.
  • Ventilation: Perforations should be smaller than λ/20 at the highest frequency of concern. For 3 GHz, holes should be < 5 mm.
  • Access: Design for manufacturability—ensure the shield can be installed after components are placed, and provide cutouts for adjustment access if needed.
  • Internal absorption: For very high frequencies (>6 GHz), consider adding microwave absorber material inside the shield.

Illustration of a PCB shield can installation with ground via fencing

Cable Shielding

Cables are among the most effective unintentional antennas in electronic systems. A 1-meter unshielded cable can act as an efficient antenna above 75 MHz. Cable shielding strategies include:

  • Foil shields: Provide 100% coverage, effective for electric field shielding above 10 MHz. Poor mechanical durability.
  • Braided shields: 60–95% coverage, effective for magnetic field shielding. More durable than foil.
  • Foil + braid combination: Best overall performance, combining electric and magnetic field shielding.
  • 360° connector termination: The cable shield must terminate to the connector shell with 360° contact. Pigtail terminations are ineffective above 100 MHz.

Board-Level Shielding Comparison

Shielding Method Attenuation (dB) Frequency Range Cost Impact Space Impact Reusability
Shield can (with via fence) 20–40 DC–10+ GHz Medium High Low (fixed)
Absorber sheet 5–15 1–20 GHz Low Low Low
Guard traces 6–20 DC–5 GHz Low Medium High
Ground via stitching 10–20 DC–10 GHz Low Low High
Cable shielding 20–60 10 MHz–6 GHz Medium Low Medium
Conductive gasket 20–40 DC–10 GHz Medium Low Low

Filter Design for EMI Reduction

Power Line Filters

Every power input should include a filter to prevent conducted emissions from reaching the mains supply. A typical power line filter consists of:

  • Common-mode choke: Presents high impedance to common-mode noise on both line and neutral
  • X-capacitor (line-to-neutral): Bypasses differential-mode noise
  • Y-capacitors (line-to-ground, neutral-to-ground): Bypass common-mode noise to ground

Signal Line Filters

High-speed signal lines that exit the PCB through connectors should include filtering:

  • RC filters: Series resistor + shunt capacitor. Simple and effective for lower-speed signals.
  • Common-mode chokes: For differential pairs (USB, HDMI, Ethernet). High common-mode impedance, low differential impedance.
  • EMI filters (integrated): Multi-element filter arrays in small packages (e.g., 0402) that combine ESD protection with filtering.

Filter Placement Rules

  1. Place filters as close to the connector/board edge as possible
  2. Place the filter on the board side of the connector, not the cable side
  3. Keep filter component leads short to minimize parasitic inductance
  4. Route filtered and unfiltered signals on separate layers if possible
  5. Use a clean ground plane for filter return currents—do not share with noisy digital ground

Regulatory Compliance Standards

FCC (United States)

The Federal Communications Commission regulates EMI emissions for all electronic devices sold in the United States under 47 CFR Part 15. Devices are classified as:

  • Class A: For use in commercial/industrial environments. Less stringent limits.
  • Class B: For use in residential environments. More stringent limits (typically 10 dB lower than Class A).

Most consumer products must meet Class B limits. Testing is performed in accredited labs using calibrated measurement equipment per ANSI C63.4.

CISPR (International)

The International Special Committee on Radio Interference (CISPR) publishes standards adopted by many countries:

  • CISPR 32: Multimedia equipment emissions (replaces CISPR 13 and 20)
  • CISPR 22: Legacy IT equipment standard (superseded by CISPR 32)
  • CISPR 25: Vehicles and components

CE Marking (European Union)

Products sold in the EU must comply with the EMC Directive (2014/30/EU), which requires both emissions and immunity testing. The CE mark indicates compliance with all applicable directives, including EMC, safety, and RoHS.

Comparison of Major Standards

Standard Region Product Scope Emissions Immunity Test Distance
FCC Part 15 USA All digital devices Required Not required 3 m / 10 m
CISPR 32 International Multimedia Required Not required 3 m / 10 m
EN 55032 (CISPR 32) EU Multimedia Required Required (EN 55035) 3 m / 10 m
CISPR 25 International Automotive Required Required 1 m
MIL-STD-461 USA (Military) Military equipment Required Required 1 m

Design Review Checklist for EMI Compliance

Before submitting a design for fabrication, verify the following:

  1. ☐ All high-speed signals have continuous reference planes beneath their entire route
  2. ☐ No high-speed signals cross splits in reference planes
  3. ☐ Decoupling capacitors are placed within 3 mm of each power pin
  4. ☐ Clock traces are routed on internal layers between ground planes where possible
  5. ☐ Trace stubs on high-speed signals are minimized
  6. ☐ All I/O cables use shielded cables with 360° connector terminations
  7. ☐ Common-mode chokes are placed on all high-speed cable interfaces
  8. ☐ Power input includes a line filter with common-mode and differential-mode attenuation
  9. ☐ Switching power supply components are separated from sensitive analog circuits
  10. ☐ Ground via stitching is placed along board edges and around plane discontinuities
  11. ☐ Shield can footprints are designed in for known noisy circuits (can be depopulated if not needed)
  12. ☐ Board stackup provides at least one solid ground plane adjacent to each signal layer

FAQ

Q1: What is the difference between conducted and radiated EMI emissions?

What is the difference between conducted and radiated EMI emissions? Conducted emissions are unwanted high-frequency signals that travel through physical conductors—typically power cords and signal cables—into the mains supply or other connected equipment. They are regulated in the 150 kHz to 30 MHz range. Radiated emissions are electromagnetic fields that propagate through free space from the product to nearby devices. They are regulated from 30 MHz to 6 GHz (or higher for some standards). Both must be controlled for regulatory compliance, and they often share common root causes—any current flowing in a loop radiates electromagnetic energy and also generates conducted noise on connected wires.

Q2: What is the most effective PCB layout technique for reducing EMI?

What is the most effective PCB layout technique for reducing EMI? Maintaining continuous, unbroken reference planes beneath all high-speed signal traces is the single most effective EMI reduction technique. This minimizes the return current loop area, which directly reduces radiated emissions (E ∝ I × A × f²). A broken or slotted reference plane forces return current to detour, dramatically increasing loop area and emissions. Other highly effective techniques include proper component grouping (minimizing high-speed trace lengths), using multi-layer boards with dedicated ground planes, and placing decoupling capacitors close to IC power pins.

Q3: When should I use a shield can on my PCB?

When should I use a shield can on my PCB? Shield cans are recommended when layout-based E mitigation techniques alone cannot bring emissions below regulatory limits, or when known noisy components (switching regulators, wireless transmitters, high-speed processors) are located near board edges or I/O connectors. They are also valuable when a product has both sensitive analog circuits and noisy digital circuits on the same board. Design the shield can footprint into the PCB even if you are uncertain it will be needed—it is easy to depopulate the shield if testing shows it is unnecessary, but adding one after fabrication requires a board respin.

Q4: How do I choose between a common-mode choke and an RC filter for my signal lines?

How do I choose between a common-mode choke and an RC filter for my signal lines? Use common-mode chokes for differential signal lines (USB, HDMI, Ethernet, PCIe) where you need to suppress common-mode noise without attenuating the differential signal. Common-mode chokes offer high impedance to common-mode signals and low impedance to differential signals, preserving signal integrity while reducing EMI. Use RC filters for single-ended signal lines where you can tolerate some signal attenuation and where the signal bandwidth is well below the filter cutoff frequency. RC filters are simpler and cheaper but reduce signal amplitude and add group delay.

Q5: What is the difference between FCC Class A and Class B limits?

What is the difference between FCC Class A and Class B limits? FCC Class A applies to devices intended for use in commercial and industrial environments. Class B applies to devices intended for use in residential environments and has more stringent emission limits—typically 10 dB lower than Class A across all frequency ranges. For example, at 30–88 MHz, Class A allows 49.5 dBμV/m at 3 meters, while Class B allows only 40 dBμV/m at the same distance. Most consumer products (phones, laptops, home appliances) must meet Class B. Industrial equipment can use Class A but must carry a warning label stating it may cause interference.

Q6: Can EMI problems be fixed after PCB fabrication without a respin?

Can EMI problems be fixed after PCB fabrication without a respin? Some EMI problems can be mitigated without a board respin, but the options are limited. Adding a shield can (if the footprint was designed in) can contain radiated emissions. Adding ferrite beads, common-mode chokes, or capacitors to I/O lines can reduce conducted emissions. Applying copper tape or conductive gaskets to enclosure seams can improve shielding effectiveness. Adding a ferrite clamp on external cables can reduce common-mode radiation. However, fundamental layout issues—such as signals crossing split planes or inadequate decoupling—cannot be fully corrected without modifying the PCB design. The best strategy is to design for EMI compliance from the start.

References

  1. Texas Instruments – Practical Guide to High-Speed PCB Layout
  2. Analog Devices – EMC Design Guide for PCB Layout
  3. FCC – Equipment Authorization System: Part 15 Rules
  4. CISPR – CISPR 32: Multimedia Equipment EMC Standard
  5. Altium Resources – EMI and EMC Design in PCB Layout

Meta Description: Comprehensive EMI design guide: radiation sources, FCC/CISPR standards, ground plane strategies, component placement, shield cans, cable shielding, and power line filters for PCB compliance.

Table of Contents

Translate »

Get Component Availability Updates

Receive periodic availability notes, BOM sourcing guidance and supply-chain updates.