Skip to content
RFrftools.io
Antenna DesignJuly 20, 20266 min read

Microstrip Patch Antenna Design: Calculator to Copper

Learn to design rectangular microstrip patch antennas with real calculations for WiFi, 5G mmWave, and more. Includes worked examples and common pitfalls.

Contents

Why Patch Antennas Are Everywhere

Open up any WiFi router, GPS receiver, or 5G phone and you'll find at least one microstrip patch antenna. They're flat, cheap to manufacture, and integrate directly onto PCBs. The tradeoff? They're narrowband and require careful dimensioning to hit your target frequency.

The basic idea is simple: a rectangular copper patch sits above a ground plane, separated by a dielectric substrate. The patch acts as a resonant cavity, and the dimensions determine the operating frequency. Get the length wrong by a few percent and your antenna's resonance shifts enough to tank your return loss.

The Physics in Brief

A rectangular patch antenna radiates from its two "radiating edges" — the edges perpendicular to the feed direction. The patch length LL is approximately half a wavelength in the substrate material, accounting for fringing fields that make the effective length slightly longer than the physical length.

The resonant frequency relates to the patch length by:

fr=c2Leffsqrtvarepsilonefff_r = \frac{c}{2L_{eff}\\sqrt{\\varepsilon_{eff}}}

where LeffL_{eff} is the effective length (physical length plus fringing extension), varepsiloneff\\varepsilon_{eff} is the effective dielectric constant, and cc is the speed of light.

The effective dielectric constant accounts for the fact that some field lines travel through air above the patch, not just through the substrate. For a microstrip structure:

\\varepsilon_{eff} = \frac{\\varepsilon_r + 1}{2} + \frac{\\varepsilon_r - 1}{2}\\left(1 + 12\frac{h}{W}\right)^{-0.5}

The patch width WW affects the radiation efficiency and input impedance. A wider patch radiates more efficiently but also changes the effective dielectric constant. There's a practical optimum that balances efficiency against the impedance matching challenge.

Worked Example: 2.4 GHz WiFi on FR4

Let's design a patch antenna for 2.4 GHz WiFi using standard FR4 substrate. This is probably the most common patch antenna design scenario — cheap substrate, well-understood frequency.

Given parameters:
  • Frequency: 2.4 GHz
  • Substrate: FR4, varepsilonr=4.4\\varepsilon_r = 4.4
  • Substrate height: 1.6 mm (standard thickness)
Step 1: Calculate patch width

The width for good radiation efficiency is:

W=c2frsqrt2varepsilonr+1=3×1082×2.4×109sqrt24.4+1W = \frac{c}{2f_r}\\sqrt{\frac{2}{\\varepsilon_r + 1}} = \frac{3 \times 10^8}{2 \times 2.4 \times 10^9}\\sqrt{\frac{2}{4.4 + 1}}

Working through: W=0.0625×0.609=38.1W = 0.0625 \times 0.609 = 38.1 mm

Step 2: Calculate effective dielectric constant

With W=38.1W = 38.1 mm and h=1.6h = 1.6 mm:

\\varepsilon_{eff} = \frac{4.4 + 1}{2} + \frac{4.4 - 1}{2}\\left(1 + 12 \times \frac{1.6}{38.1}\right)^{-0.5}
varepsiloneff=2.7+1.7×(1.504)0.5=2.7+1.39=4.09\\varepsilon_{eff} = 2.7 + 1.7 \times (1.504)^{-0.5} = 2.7 + 1.39 = 4.09
Step 3: Calculate fringing extension

The fringing fields extend the effective length by DeltaL\\Delta L on each edge:

DeltaL=0.412h(varepsiloneff+0.3)(W/h+0.264)(varepsiloneff0.258)(W/h+0.8)\\Delta L = 0.412h\frac{(\\varepsilon_{eff} + 0.3)(W/h + 0.264)}{(\\varepsilon_{eff} - 0.258)(W/h + 0.8)}

Plugging in: DeltaL=0.412×1.6×(4.09+0.3)(23.8+0.264)(4.090.258)(23.8+0.8)=0.74\\Delta L = 0.412 \times 1.6 \times \frac{(4.09 + 0.3)(23.8 + 0.264)}{(4.09 - 0.258)(23.8 + 0.8)} = 0.74 mm

Step 4: Calculate patch length
L=c2frsqrtvarepsiloneff2DeltaL=3×1082×2.4×109×2.022(0.74)L = \frac{c}{2f_r\\sqrt{\\varepsilon_{eff}}} - 2\\Delta L = \frac{3 \times 10^8}{2 \times 2.4 \times 10^9 \times 2.02} - 2(0.74)
L=30.91.48=29.4 mmL = 30.9 - 1.48 = 29.4 \text{ mm}

So our patch dimensions are roughly 38 mm × 29 mm. The edge-fed impedance will be around 200-300 Ω, which is why you need either an inset feed or a quarter-wave transformer to match to 50 Ω.

When you open the Microstrip Patch Antenna Calculator, you'll get these values instantly, plus the edge feed impedance and expected gain. The calculator also handles the feed offset calculation for inset feeding, which saves you from iterating through the matching network math.

Substrate Selection Matters More Than You Think

FR4 is cheap and available, but it's honestly not great for antennas above 3-4 GHz. The loss tangent (typically 0.02) eats into your efficiency, and the dielectric constant varies enough lot-to-lot that your resonant frequency can shift by 2-3%. For production WiFi products, most engineers accept this and tune during prototyping.

Rogers RO4003C (varepsilonr=3.55\\varepsilon_r = 3.55, loss tangent 0.0027) costs maybe 10× more but gives you consistent results and much better efficiency at 5.8 GHz and above. For 28 GHz 5G mmWave work, you basically have no choice — FR4 losses would kill your link budget.

The lower dielectric constant of Rogers also means larger patch dimensions for the same frequency, which can actually help with manufacturing tolerances. A 28 GHz patch on FR4 would be tiny and incredibly sensitive to etching variations.

Common Mistakes and Gotchas

Ignoring the ground plane size

The calculator assumes an infinite ground plane, which is a reasonable approximation if your ground extends at least λ/4 beyond the patch edges. Skimp on ground plane and your pattern distorts, your impedance shifts, and your back-lobe radiation increases. I've seen engineers try to squeeze a 2.4 GHz patch onto a 40 mm × 40 mm board and wonder why their return loss is 6 dB instead of 15 dB.

Using the wrong dielectric constant

Datasheet values for varepsilonr\\varepsilon_r are typically specified at 1 MHz. At 2.4 GHz, FR4 is closer to 4.2-4.3 than 4.4. At 5.8 GHz, it might be 4.0. This frequency dependence isn't huge, but it's enough to shift your resonance by 50-100 MHz if you're not careful. For critical designs, measure your actual substrate or get frequency-specific data from the manufacturer.

Forgetting about the feed

The calculator gives you edge feed impedance, which is typically 150-300 Ω depending on your geometry. You can't just run a 50 Ω microstrip line to the patch edge and expect good matching. You need either:

  • An inset feed (notch cut into the patch) to reach a 50 Ω point
  • A quarter-wave transformer
  • A probe feed from below

The feed offset parameter in the calculator helps you find the inset depth for 50 Ω matching. This is iterative in practice — the calculator gives you a starting point, but you'll likely need to tune in simulation.

Assuming the gain number is what you'll actually get

The nominal gain output (typically 5-7 dBi for a single patch) assumes perfect matching, no substrate losses, and an infinite ground plane. Real-world gain is usually 1-2 dB lower. For FR4 at 5.8 GHz, subtract another dB for dielectric losses. The number is useful for link budget estimates, but don't promise it to your customer.

Not accounting for solder mask

Solder mask over the patch adds another dielectric layer that shifts your resonant frequency downward. It's a small effect (maybe 1-2%), but at mmWave frequencies that's enough to matter. Either keep the patch area clear of solder mask or account for the effective dielectric change.

When Patch Antennas Are the Wrong Choice

Patch antennas are great for planar integration and hemispherical coverage, but they're narrowband — typically 2-5% bandwidth. If you need to cover both 2.4 GHz and 5.8 GHz WiFi bands with one antenna, a patch won't do it. You'd need a wideband design like a Vivaldi or a dual-band structure with separate radiating elements.

They're also inefficient when the substrate is electrically thin. The radiation resistance drops as substrate height decreases, which means more power lost to conductor and dielectric losses. For really thin substrates (< 0.01λ), you might get only 50% efficiency even with low-loss materials.

And if you need omnidirectional coverage, a patch is fundamentally wrong — they radiate broadside with a null along the ground plane. Use a monopole or dipole instead.

Try It

The math above is straightforward but tedious to repeat for every design iteration. Open the Microstrip Patch Antenna Calculator to get instant dimensions for your frequency and substrate combination. Plug in your parameters, get the patch width and length, check the edge impedance, and use the feed offset to plan your matching approach. Then take those numbers into your EM simulator for final optimization — the calculator gets you 90% of the way there, but nothing replaces a full-wave simulation for production designs.

Related Articles