what is a lithography scanner
A lithography scanner is the physical machine that actually performs the lithography process — precisely positioning the wafer, projecting light through the photomask, and stepping across the wafer to expose each individual chip location — representing one of the most complex and expensive pieces of manufacturing equipment ever built.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Wafer loaded and precisely positioned", "sub": "alignment accurate to a fraction of a chip feature's size", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Scanner exposes each chip location", "items": [
{ "title": "Light projected through the photomask", "sub": "wafer steps to the next chip position after each exposure", "tone": "green" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Entire wafer patterned, chip by chip", "sub": "hundreds of precise exposures per wafer", "tone": "orange" }
]}
]
}
```
**A lithography scanner's defining challenge is achieving extreme positioning precision while still moving fast enough to be commercially practical.** The scanner has to align the wafer and photomask to a precision far finer than the features being patterned, repeat that alignment hundreds of times across a single wafer, and do all of this quickly enough to make manufacturing economically viable — balancing extreme precision against throughput is one of the central engineering challenges in designing a lithography scanner.
```svg
```
| Scanner capability | Why it matters |
|---|---|
| Sub-nanometer positioning precision | Ensures each layer aligns exactly with layers already patterned |
| High wafer throughput | Determines how many wafers can be processed per hour |
| Overlay accuracy across many layers | Misalignment between layers can ruin an entire chip |
| Extreme cost and complexity | Reflects the precision engineering required at this scale |
**Overlay accuracy — how precisely a new layer aligns with layers already patterned on the wafer — is one of the scanner's most critical performance measures.** A chip is built from dozens of layers patterned one after another, and each new layer has to align almost perfectly with the layers already on the wafer; even a tiny misalignment between layers can break the electrical connections a working chip depends on, which is why overlay accuracy is treated as one of the scanner's most important, closely monitored specifications.
**A single advanced lithography scanner represents one of the largest and most complex individual capital investments in the entire chipmaking process.** These machines combine extraordinarily precise optics, positioning systems, and, in the case of EUV, an entirely custom light source, all engineered to work together reliably at extreme precision — the resulting cost and complexity is a major reason why only a small number of companies in the world are capable of manufacturing production-grade lithography scanners at all.
**Scanner throughput directly determines how many finished wafers a fab can produce, making it a key economic factor alongside precision.** A scanner that achieves excellent precision but processes wafers too slowly would make manufacturing uneconomical at commercial volumes, so scanner design constantly balances pushing precision further against maintaining the wafer throughput a fab needs to be commercially viable — this throughput-versus-precision tradeoff shapes nearly every generation of new scanner development.
Read the lithography scanner through a precision-factory-in-miniature lens: it's the physical machine translating a photomask's pattern onto silicon, chip location by chip location, combining extreme positioning precision with enough speed to make modern chip manufacturing commercially viable at all.