PCB Stack-Up Design & Controlled Impedance: A Practical Guide
Learn how to design PCB layer stacks for controlled impedance. Covers microstrip, stripline, differential pairs, and CPWG with Hammerstad-Jensen formulas, material selection, and DFM tips.
Contents
- Why Stack-Up Design Matters
- The Physics: How Trace Geometry Sets Impedance
- Trace Modes: Microstrip vs. Stripline vs. CPWG
- Microstrip
- Embedded Microstrip
- Stripline
- Asymmetric Stripline
- Differential Pairs
- CPWG (Coplanar Waveguide with Ground)
- Material Selection
- Choosing Your Layer Count
- DFM Tips
- Try It: Interactive Stack-Up Builder
- References
Why Stack-Up Design Matters
Every high-speed or RF PCB starts with the same question: *what layer stack do I need to hit my target impedance?* Get it wrong and you'll fight signal integrity problems all the way through layout, fab, and bring-up. Get it right and controlled impedance falls out naturally from your geometry.
This guide covers the physics behind PCB impedance, how to choose materials and layer counts, and how to use our PCB Stack-Up Builder to design your stack interactively.
The Physics: How Trace Geometry Sets Impedance
A PCB trace is a transmission line. Its characteristic impedance depends on four things:
- Trace width () — wider traces have lower impedance
- Dielectric height () — the distance from trace to the nearest reference (ground) plane
- Dielectric constant () — higher means lower impedance
- Copper thickness () — minor effect, but included in accurate models
where is the normalized width and is the effective dielectric constant (a weighted average of the substrate and air above the trace). This formula is accurate to better than 1% for .
Trace Modes: Microstrip vs. Stripline vs. CPWG
Microstrip
The most common geometry: a trace on an outer layer with a ground plane below. The electromagnetic field is partially in the dielectric, partially in air, so .
When to use: Single-ended signals on outer layers — most digital I/O, moderate-speed clocks, RF traces where you need easy access for probing.Embedded Microstrip
Same as microstrip but with a soldermask overlay. The cover increases and *lowers* by a few ohms. Always account for this in production — bare-board impedance measurements won't match the final assembly.
Stripline
A trace buried between two ground planes. The field is entirely contained in the dielectric, so exactly. Stripline has better shielding and lower radiation than microstrip, but narrower traces for the same impedance.
When to use: Inner-layer routing for sensitive high-speed signals (DDR4/5 data, PCIe, USB 3.x), any trace that needs good isolation from adjacent signals.Asymmetric Stripline
When the trace isn't centred between the two reference planes (common in real stack-ups), the impedance shifts. The IPC-2141A correction factor handles this:
where is the distance to the nearer plane and .
Differential Pairs
Two coupled traces carrying complementary signals. The differential impedance depends on both the single-ended and the coupling between traces (set by edge-to-edge spacing ):
Tight coupling (small ) reduces below . For 100 differential, target roughly 50–55 single-ended with spacing equal to the trace width.
CPWG (Coplanar Waveguide with Ground)
A trace flanked by coplanar ground pours on the same layer, plus a ground plane below. CPWG uses elliptic integrals for the impedance calculation and offers excellent high-frequency performance because the return current stays close to the signal.
When to use: mmWave designs, RF connectors (SMA launch pads), any trace where you need tight impedance control with minimal via transitions.Material Selection
| Material | (1 GHz) | tan | Best for |
|---|---|---|---|
| FR4 (standard) | 4.5 | 0.020 | Digital up to ~1 GHz |
| FR4-HF / I-Speed | 3.9 | 0.009 | Digital to 5 GHz |
| Rogers RO4003C | 3.55 | 0.0027 | RF to 10 GHz |
| Rogers RO4350B | 3.66 | 0.0031 | RF, UL 94 V-0 rated |
| Rogers RO3003 | 3.00 | 0.0010 | mmWave to 77 GHz |
| Megtron 6 | 3.60 | 0.0020 | High-speed digital (server) |
Choosing Your Layer Count
- 2-layer: Hobby boards, simple circuits. Limited impedance control.
- 4-layer: The sweet spot for most designs. Signal–Ground–Power–Signal gives two controlled-impedance surfaces.
- 6-layer: Adds inner signal layers for dense routing. Common for DDR4 memory interfaces.
- 8-layer: Server, networking, and complex RF. Allows dedicated RF layers with Rogers material.
DFM Tips
- Keep copper layers symmetric — odd layer counts cause warping during lamination
- Minimum prepreg thickness: 75 m — thinner prepreg is unreliable in standard fab processes
- Specify impedance on your fab drawing — most fabs will adjust trace width ±10% to hit your target
- Account for etch factor — outer layers etch more than inner layers; your fab house knows their process
- Use the same dielectric material for all layers when possible — mixed-material stacks add cost and lead time
Try It: Interactive Stack-Up Builder
Our PCB Stack-Up Builder lets you:
- Drag-and-drop layers to build any stack configuration
- Choose from 8 preset stacks (2L hobby through 8L hybrid Rogers)
- Pick real materials — FR4, Rogers RO4003C/RO4350B/RO3003, Megtron 6, PTFE
- Compute impedance for all 8 trace modes (microstrip, stripline, differential, CPWG)
- Solve for trace width given a target impedance
- Export CSV for your fab drawing
- See a live cross-section with proportional layer thicknesses and trace overlay
References
- Hammerstad, E. & Jensen, O. "Accurate Models for Microstrip Computer-Aided Design." IEEE MTT-S Digest, 1980.
- Cohn, S.B. "Characteristic Impedance of the Shielded-Strip Transmission Line." Proc. IRE, 1954.
- IPC-2141A. "Design Guide for High-Speed Controlled Impedance Circuit Boards."
- Wadell, B.C. *Transmission Line Design Handbook.* Artech House, 1991.
- Bogatin, E. *Signal and Power Integrity — Simplified.* 3rd ed., Pearson, 2018.
Related Articles
PDN Impedance Analysis: Cavity Resonances, Decoupling Optimization, and the Flat Impedance Profile
A practical walkthrough of the PDN Impedance Analyzer: modeling VRM impedance, plane-pair cavity resonances, and using the genetic algorithm to select decoupling capacitors that flatten the power delivery network impedance profile from DC to 1 GHz.
Mar 8, 2026
PCB DesignHow to Pick the Right Decoupling Capacitor: SRF, ESL, and the Math Behind Bypass Networks
Learn how self-resonant frequency, ESR, and ESL affect decoupling capacitor selection. Worked examples and calculator for PCB power integrity.
Mar 2, 2026
PCB DesignFDTD Via Simulation: Why Your 10 Gbps Signal Hates Via Stubs
A step-by-step guide to running an FDTD simulation of a through-via transition in FR-4. Covers how to set up the simulation, interpret S11/S21 results, understand stub resonance frequency, and decide when back-drilling is worth the cost.
Mar 1, 2026