Concepts
What Is a Copper Pour and When Should You Use One?
A PCB copper pour is a net-assigned filled zone. Learn when to use ground or power pours, set thermal relief and clearance, avoid islands, and verify returns.
Published Updated
A pour is a shaped region assigned to a net
A copper pour—called a filled zone in KiCad—is an area the PCB tool fills with copper while respecting clearances to other nets and board objects. It normally belongs to a net such as GND, +3V3, or a high-current supply.
Drawing a polygon does not automatically make it ground. The zone must be assigned to the GND net, filled, and physically connected to GND pads or vias. An isolated GND-colored island with no connection is just floating copper and may act as an antenna or capacitive plate.
A pour is also not automatically a plane. A solid internal plane on a four-layer stack can provide a continuous reference. A top-layer ground pour sliced by tracks and components may be useful, but return current must weave through its remaining shape.
Why use copper zones
The most common use is a low-impedance ground reference. A broad, continuous ground region gives signal return current a short path, reduces voltage drop, and connects many ground pads without long tracks. Local ground vias let current move between top/bottom pours or to an internal plane.
Other valid uses include:
- distributing a power rail when a track would be too narrow;
- spreading heat from a regulator or power package;
- carrying motor, heater, or battery current with calculated width;
- shielding a sensitive region when the return path is understood;
- balancing exposed copper for fabrication, under the fabricator’s guidance.
Copper area alone does not solve thermal or current design. Neck-downs, thermal spokes, vias, and connector pads can be the bottleneck. Calculate the entire current path and temperature rise, including copper thickness and ambient conditions. The fabricator’s minimum trace and clearance limits are manufacturability minima, not current ratings.
When a pour can make things worse
Keep copper away where a reference design requires it:
- under a PCB or chip antenna keepout;
- around high-voltage isolation slots and creepage barriers;
- beneath some crystal, switch-node, or high-impedance analog nodes;
- under capacitive-touch electrodes except for the specified hatch/shield design;
- where it creates excessive capacitance on a fast or sensitive signal.
A narrow ground peninsula connected at one end can resonate or collect noise. A pour that forces return current through a long route around a slot can increase loop area. On a mixed-signal board, randomly splitting ground often causes more problems than it solves; follow the converter/vendor reference and control where noisy current flows.
Add a filled zone in KiCad
For a basic ground pour in PCB Editor:
- Confirm the schematic has a real GND net and update the PCB.
- Select the target copper layer.
- Choose Place → Add Filled Zone.
- Select GND and set clearance, minimum width, thermal relief, and island behavior.
- Draw the polygon around the intended region and close it.
- Press
Bto refill all zones. - Run DRC and inspect the filled result.
For a more detailed walkthrough, use adding a ground plane in KiCad.
Zone priority matters when zones overlap. A high-priority power zone can claim an area before a lower-priority ground zone fills. Review priorities and clearances rather than drawing multiple nearly identical outlines and hoping the desired one wins.
Refill before committing or exporting. A stale zone can retain old geometry after tracks or footprints move. CLI fabrication export can check/refill zones when configured, but the release review should still inspect the result.
Choose thermal relief or solid connection
Thermal relief connects a pad to a zone with spokes and an air gap around the rest of the pad. It reduces heat sinking during soldering, which is helpful for through-hole connectors and hand-soldered parts.
Solid connections provide lower electrical and thermal resistance but can make a pad hard to solder and cause uneven reflow. For high-current terminals, exposed thermal pads, and power components, a solid connection or heavier thermal geometry may be appropriate. Follow the component’s land-pattern and assembly guidance.
Check spoke width and count. A large ground pour connected to a 5 A terminal through four 0.2 mm spokes does not have a 5 A connection. Conversely, making every small passive pad solid can cause tombstoning or hand-soldering frustration.
Preserve return paths on two layers
On a two-layer board, a useful default is to keep most of the bottom layer as uninterrupted ground and route mainly on top. When a bottom signal trace cuts the ground region, keep it short and place it so critical return paths are not severed. Add ground stitching vias where top ground areas need to connect around obstacles.
Do not sprinkle vias without understanding the loop. Put return vias near signal vias and layer transitions so high-frequency current can follow the signal. Stitch board edges or noisy regions only when it supports an EMC plan.
Four layers make a continuous reference easier, but layer count does not guarantee it; see two-layer vs four-layer PCB. A four-layer design that routes across a split internal plane can have a worse return path than a careful two-layer board.
Inspect islands, necks, and actual connections
After refill, highlight GND and zoom into:
- QFN exposed pads and their ground vias;
- decoupling capacitor ground pads;
- connector shields and mounting holes;
- thin channels between clearance cutouts;
- plane transitions and stitching vias;
- thermals on high-current components.
Configure removal of isolated islands or connect them intentionally. Check a narrow neck against the current it carries. A zone can look broad at board scale but reduce to a tiny link between two rows of pads.
The decoupling placement guide shows why a continuous pour under a capacitor is not enough if its ground via is distant.
Verify the exported copper
Run DRC with zones filled, then open Gerbers in an independent viewer. Confirm the correct zone appears on the intended layer, antenna and isolation keepouts remain empty, thermals are present, and internal-plane clearances are sensible. Use the viewer’s net or aperture inspection where available.
For high-current or safety-related boards, calculate resistance/temperature and review creepage separately. A copper pour is a flexible geometry tool: it becomes useful only after a net, current path, clearances, assembly behavior, and verification method are assigned to it.