gate-all-around transistor
A gate-all-around transistor, or GAA transistor, is a transistor design where the gate material completely surrounds the channel on all sides, giving it stronger control over current flow than earlier designs that only wrap the gate around three sides of the channel.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "FinFET gate wraps around channel on three sides", "sub": "bottom of the fin channel remains uncovered by the gate", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "GAA reshapes the channel into stacked nanosheets or wires", "items": [
{ "title": "Gate material surrounds the channel completely", "sub": "current flow controlled from every side at once", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Stronger control over current, less unwanted leakage", "sub": "enables continued transistor scaling beyond FinFET limits", "tone": "green" }
]}
]
}
```
**GAA transistors exist because as transistors continued shrinking, even FinFET's three-sided gate control started struggling to fully suppress unwanted current leakage through the channel when the transistor is supposed to be off.** Since a gate that only wraps three sides of the channel leaves one side without direct gate control, GAA transistors reshape the channel into thin stacked nanosheets or nanowires that the gate material can wrap around entirely, achieving electrostatic control from every direction and allowing transistors to keep shrinking and switching efficiently well beyond the point where FinFET's control started to fall short.
```svg
```
```svg
```
| Aspect | FinFET | Gate-all-around transistor |
|---|---|---|
| Gate coverage of channel | Three sides | All sides |
| Leakage control at small sizes | Good, but degrading | Stronger |
| Channel shape | Vertical fin | Stacked horizontal nanosheets or wires |
| Common use | Prior-generation advanced nodes | Latest-generation advanced nodes |
**GAA transistors are commonly implemented using stacked horizontal nanosheets, thin layers of channel material separated by gaps the gate material fills in completely, rather than a single wire-shaped channel.** Because stacking multiple nanosheet layers within roughly the same footprint as one FinFET fin lets more channel width, and therefore more drive current, fit into a similar area, nanosheet-based GAA designs also give chip designers an additional tuning option, adjusting nanosheet width, that FinFET's fixed fin height and width didn't offer as flexibly.
**GAA transistors require more complex manufacturing steps than FinFETs, since forming and then selectively removing sacrificial layers to leave the gate material wrapped completely around each nanosheet demands very precise process control.** Because building an all-around gate means depositing sacrificial material between channel layers, removing it later, and then filling that space uniformly with gate material, GAA fabrication introduces additional intricate steps compared to FinFET processing, making tight process control an essential part of successfully manufacturing GAA transistors at volume.
**GAA transistor adoption represents the industry's response to FinFET's diminishing ability to suppress leakage as transistor dimensions kept shrinking, marking the next major transistor architecture shift after the earlier planar-to-FinFET transition.** Because FinFET itself was originally introduced to solve leakage problems that planar transistors could no longer handle at smaller sizes, GAA transistors represent essentially the same kind of architectural response, addressing a similar leakage challenge that has resurfaced at even smaller transistor dimensions.
Read the gate-all-around transistor through a fully-wrapped-hose lens: a hose clamp that only grips three sides can still let some flow slip through underneath, while one that wraps completely around seals off flow from every direction, giving far more reliable control over what passes through.