Altium Designer Copper Pour Best Practices: Avoiding Disconnected Islands and Thermal Relief Issues
Copper pours look simple but cause subtle manufacturing and signal integrity problems. I cover the pour settings, clearance rules, and verification steps I use to avoid disconnected islands, thermal relief failures, and plane noise.

Altium Designer Copper Pour Best Practices: Avoiding Disconnected Islands and Thermal Relief Issues
A Reddit user in r/Altium reported problems with updating their PCB — a common complaint that often traces back to copper pour issues. Copper pours are one of Altium's most useful features for EMI reduction and thermal management, but they're also the source of many subtle problems that don't show up until the board is manufactured. I've dealt with disconnected copper islands that caused antenna effects, thermal relief connections that failed during reflow, and plane splits that created signal integrity nightmares. Here's how to use copper pours correctly and avoid the problems I've encountered.
When to Use Copper Pours
Copper pours serve three main purposes:
- Ground plane extension: Filling unused areas with GND-connected copper reduces EMI and provides a low-impedance return path
- Thermal management: Large copper areas dissipate heat from power components
- EMI shielding: Pours on outer layers can shield sensitive analog signals from digital noise
Don't pour copper just because it looks good. Every pour needs to be connected to a net (usually GND), and unconnected copper causes more problems than it solves.
Setting Up a Copper Pour
- Place → Copper Pour (or use the shortcut: P+G)
- Draw the outline of the pour area
- When you finish the outline, the Properties panel appears
- Set the following properties:
Essential Settings
- Net: Always assign a net (typically GND). Never leave it as "No Net"
- Layer: Select the appropriate layer (Top, Bottom, or internal plane)
- Pour Over: Choose "Same Net" for GND pour over GND traces, or "All Same Net Objects" for more complete pouring
Advanced Settings
- Remove Dead Copper: Always enable this — it removes isolated copper islands that have no connection to the net
- Pour Style:
- Solid: Creates a solid copper area (best for ground planes and thermal management)
- Hatched: Creates a hatched pattern (useful for flex PCBs or when you need reduced copper adhesion)
- Backoff: The distance the pour maintains from objects on other nets (controlled by clearance rules)
Clearance Rules for Copper Pours
Copper pours follow the same clearance rules as other objects, but you may want specific rules for pour-to-pad clearance:
- Design → Rules → Electrical → Clearance
- Create a rule for pour-to-pad clearance:
- Query:
InPolygon and OnLayer('Top Layer') and InNet('GND')for the first object - Query:
IsPadfor the second object - Set clearance to 0.2mm (8mil) for standard designs, 0.15mm (6mil) for dense designs
- Query:
Separate Rules for Power Pads
For power pads that should connect directly to the pour (not through thermal reliefs):
- Create a clearance rule with query:
InPolygon and IsPad and InNet('GND') - Set clearance to 0 (direct connection)
- This overrides the thermal relief setting for GND pads
Thermal Relief Settings
Thermal reliefs are the spoke-style connections between a pad and a copper pour. They make soldering easier by reducing heat transfer from the pad to the pour, but they also increase electrical resistance.
Configuring Thermal Reliefs
- In the copper pour Properties, click Thermals
- Connect Style:
- Spoke Connect: Creates 2 or 4 spoke connections (best for soldering)
- Direct Connect: Solid copper connection (best for high-current and thermal pads)
- No Connect: Pad is isolated from the pour (use for non-GND pads in a GND pour)
- Spoke Width: Typically 0.3-0.5mm. Too narrow = high resistance; too wide = hard to solder
- Air Gap: The gap between spokes, typically 0.3mm. Too small = soldering difficulty; too large = weak connection
- Number of Spokes: 2 for small pads, 4 for larger pads
When to Use Direct Connect
Use direct connect (no thermal relief) for:
- High-current power pads (regulators, connectors)
- Thermal pads (QFN, DFN thermal pads)
- Via connections (vias don't need thermal reliefs)
Use thermal relief for:
- Standard GND pads on through-hole components
- Any pad that will be hand-soldered
Common Copper Pour Problems
Problem: Disconnected Copper Islands
Symptom: Small areas of copper appear in the pour but aren't connected to the main pour area. These act as antennas and can cause EMI issues.
Fix:
- Enable Remove Dead Copper in the pour properties
- After pouring, run Tools → Design Rule Check → Manufacturing → Net Antennae
- Any remaining islands will be flagged
- Manually delete small islands that the automatic removal missed
Problem: Pour Not Connecting to Pads
Symptom: GND pads inside the pour area show no connection (airwire) to the pour.
Fix:
- Check that the pour's net matches the pad's net (both should be GND)
- Check the clearance rules — if the clearance is larger than the pad-to-pad spacing, the pour can't reach the pad
- Check the thermal relief settings — if "No Connect" is selected, the pad won't connect
- Repour: Tools → Pour Manager → Repour All
Problem: Pour Takes Too Long to Repour
Symptom: Every small change triggers a 30-second repour, making the design process slow.
Fix:
- Tools → Pour Manager → Repour and uncheck "Auto Repour"
- Make your changes, then manually repour when ready
- Or use Pour Manager → Flash Repour for faster (but less complete) repouring
- For large boards, consider using plane layers instead of pours for GND
Problem: Thin Slivers of Copper
Symptom: Very thin copper slivers appear between closely-spaced pads.
Fix:
- Increase the pour's backoff from pads
- Use the Shrink setting in the pour properties to pull the pour back from edges
- Run DRC to identify slivers: Manufacturing → Min Width rule
Problem: Thermal Relief Connection Fails in Manufacturing
Symptom: During reflow soldering, GND pads don't heat up enough, resulting in cold solder joints.
Fix:
- Increase the spoke width to 0.5mm or more
- Reduce the number of spokes to 2 (less heat sinking)
- Or switch to direct connect for problematic pads
- Work with your assembly house — they may need a modified reflow profile for heavy copper pours
Pour Verification Checklist
Before finalizing your design:
- [ ] All pours are assigned to a net (no "No Net" pours)
- [ ] Remove Dead Copper is enabled
- [ ] Thermal relief settings are appropriate for each pad type
- [ ] Clearance rules allow the pour to reach all GND pads
- [ ] No disconnected copper islands (run Net Antennae DRC)
- [ ] No thin copper slivers (run Min Width DRC)
- [ ] Pour connects to all intended pads (check with 3D View or Show Net)
- [ ] Plane splits don't cross high-speed signals (check return paths)
Best Practices for Multi-Layer Boards
For 4+ layer boards, use dedicated plane layers for GND and power instead of pours:
- Layer 1 (Top): Signal routing + component pads
- Layer 2: Solid GND plane (no splits, no pours — just solid copper)
- Layer 3: Power plane (can be split for multiple voltage rails)
- Layer 4 (Bottom): Signal routing + component pads
Solid planes provide better signal integrity and EMI performance than poured copper. Use pours on the top and bottom layers only for filling unused space around components.
If you must split a plane (e.g., for analog and digital ground), keep the split away from signal traces. If a signal must cross the split, add a stitching capacitor (0.1μF) across the split at the crossing point.
Summary
Copper pours are powerful but require careful configuration. The three most important settings are: always assign a net, always enable Remove Dead Copper, and always configure thermal reliefs appropriately. Run DRC after pouring to catch disconnected islands, thin slivers, and unconnected pads. And for multi-layer boards, prefer solid plane layers over poured copper for ground and power distribution.
Source Verification
More Altium Designer Guides
troubleshooting
Fixing Altium Designer DRC Errors: Common Clearance and Routing Violations
9 min
deployment
Altium Designer Footprint Design: Common Mistakes and How to Fix Them
9 min
deployment
Altium Designer Gerber and BOM Export: Manufacturing File Generation Checklist
8 min
deployment
Altium Designer High-Speed PCB Routing: Impedance Control and Length Matching
11 min
Related Deployment Guides
Similar deployment content for other CAD tools
Ansys
•deployment
Ansys Workbench Parametric Study: Design Exploration and Optimization Workflow
9 min
Autocad
•deployment
Configuring ADSKFLEX Options File for AutoCAD Network License Management
15 min read
Bricscad
•deployment
BricsCAD Licensing and Deployment: Network Licenses, Silent Install, and Activation Troubleshooting
11 min read
Catia
•deployment
CATIA V5 Customizing Toolbars and Restoring Lost Commands
7 min