what is fabless
A fabless company designs chips but doesn't own or operate the factories that manufacture them, instead paying a foundry to fabricate its designs — a business model that lets a company focus entirely on chip design and software while leaving the enormously expensive job of building and running fabrication plants to specialized foundry partners.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Fabless company designs the chip", "sub": "architecture, circuits, verification — no factory owned", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Design sent to a foundry partner", "items": [
{ "title": "Foundry fabricates the wafers", "sub": "using the fabless company's design files", "tone": "green" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Finished chips shipped back", "sub": "fabless company sells the product under its own brand", "tone": "orange" }
]}
]
}
```
**Being fabless means trading direct control over manufacturing for a dramatically lower upfront cost.** Building and equipping a modern fabrication plant costs many billions of dollars and takes years, a burden only a small number of companies in the world can carry; a fabless company instead pays a foundry per wafer produced, converting an enormous fixed capital cost into a variable cost tied directly to how many chips it actually needs made — a structure that lets far more companies compete in chip design without needing to also become manufacturers.
```svg
```
| Aspect | Fabless company | Company that owns its own fab (IDM) |
|---|---|---|
| Manufacturing capital cost | None — pays foundry per wafer | Billions in fab construction and equipment |
| Flexibility to switch process nodes | High — can choose among foundries | Limited by its own fab's capabilities |
| Control over manufacturing schedule | Depends on foundry capacity availability | Full internal control |
| Typical company size needed | Can be a smaller, design-focused company | Usually requires massive scale to justify |
**Being fabless means competing for foundry capacity alongside every other fabless customer, which becomes a real constraint during high demand.** Because a fabless company doesn't own its manufacturing, it depends on securing production slots at a foundry that is also serving many other customers — during periods when demand for advanced chips outpaces available foundry capacity, fabless companies with less negotiating leverage or smaller order volumes can face longer wait times or reduced allocation compared to their largest customers.
**The fabless model became dominant because it let chip design innovation scale far faster than the number of fabs in the world ever could.** Building a new leading-edge fab is one of the most capital-intensive undertakings in any industry, so if every chip company had to build its own, the number of companies able to design advanced chips would be tiny; separating design from manufacturing let a much larger and more diverse set of companies compete purely on design innovation, while a much smaller number of specialized foundries focus entirely on the manufacturing side.
**Some fabless companies grow large enough to negotiate significant influence over a foundry's roadmap, even without owning any manufacturing themselves.** A fabless company that represents a large enough share of a foundry's business can help fund development of future process nodes or secure guaranteed capacity years in advance — meaning scale within the fabless model can approximate some of the coordination benefits an IDM gets from owning its fab, without taking on the capital risk of actually building and operating one.
Read "fabless" through a specialization lens: it isn't a smaller or lesser version of a full chip company, it's a deliberate division of labor that lets a company pour its entire investment into design and architecture while trusting foundry partners to handle the enormously expensive, highly specialized business of actually building silicon.