what is wire bonding
Wire bonding is the traditional method of connecting a silicon die to its package by attaching extremely thin metal wires between connection pads on the die's edges and corresponding pads on the package, a simpler and cheaper alternative to flip chip packaging that remains widely used for chips that don't need an extremely high number of connections.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Die placed in the package, face up", "sub": "connection pads exposed around the die's edges", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Thin wires bonded pad to pad", "items": [
{ "title": "Each wire connects one die pad to one package pad", "sub": "connections made only along the die's edges", "tone": "green" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Finished, electrically connected package", "sub": "simpler and cheaper than flip chip for lower pin counts", "tone": "orange" }
]}
]
}
```
**Wire bonding remains the simplest and often cheapest way to connect a die to its package, which is why it's still widely used despite newer alternatives.** The process attaches one end of a very thin wire to a connection pad on the die and the other end to a corresponding pad on the package, repeating for each needed connection — this straightforward approach requires less specialized equipment and is generally less expensive than flip chip packaging, making it the practical choice for chips that don't need an extremely high number of connections.
```svg
```
| Aspect | Wire bonding | Flip chip |
|---|---|---|
| Cost | Lower | Higher |
| Complexity | Simpler process | More complex manufacturing |
| Connection density | Lower — edges only | Higher — whole surface |
| Typical use | Lower pin-count, cost-sensitive chips | High-performance chips needing many connections |
**Wire bonding's main limitation is connection density, since wires can only attach around the die's outer perimeter rather than across its whole surface.** As a chip needs more input and output connections, wire bonding around the die's edges eventually runs out of physical space to fit them all, a limitation that becomes more pressing as chip designs demand higher connection counts — this is the fundamental reason flip chip packaging was developed for chips whose connection needs exceed what wire bonding can practically accommodate.
**Wire bonding equipment and processes are extremely mature after decades of refinement, contributing to its continued cost advantage over newer packaging methods.** Because wire bonding has been the dominant packaging method for so long, the equipment, materials, and processes involved are highly optimized and widely available across the industry — this manufacturing maturity keeps wire bonding's cost advantage intact for the many chip designs that don't need flip chip's higher connection density.
**The choice between wire bonding and flip chip is a deliberate cost-versus-performance decision made based on a chip's specific connection and performance needs, not a strict technology hierarchy.** A simple, lower-performance chip with modest connection needs is often better served by wire bonding's lower cost, while a high-performance chip needing many connections and better electrical characteristics justifies flip chip's added expense — meaning neither method is universally "better," and chip designers choose based on what a specific design actually requires.
Read wire bonding through a proven-and-practical lens: even as newer packaging techniques like flip chip enable far higher connection density, wire bonding's simplicity, maturity, and lower cost keep it the right choice for the large share of chips that don't need an extreme number of connections in the first place.