In 1965, Intel co-founder Gordon Moore made a prediction: the number of transistors on a chip would double roughly every two years, making computers faster and cheaper at a predictable rate. Sixty years later, that prediction — known as Moore's Law — still shapes how we think about computing progress, even as it begins to slow.

What is a transistor and why does it matter?

A transistor is a tiny electronic switch that can be in one of two states: on (representing binary 1) or off (representing binary 0). Modern CPU chips contain billions of transistors etched onto a silicon wafer. Logic gates — AND, OR, NOT — are built from transistors, and from logic gates we build adders, registers, and the entire arithmetic logic unit.

More transistors on a chip means:

  • More logic circuits → greater computing capability
  • Smaller transistors → faster switching → higher clock speeds possible
  • Denser packing → shorter wires → less time for signals to travel

The transistor count on a chip is therefore a reasonable proxy for the chip's raw processing power.

What does Moore's Law say exactly?

Gordon Moore observed in a 1965 paper that the number of components (transistors) on an integrated circuit had doubled each year since 1959. He predicted this trend would continue for at least a decade. In 1975 he revised the estimate to a doubling every two years.

Moore's Law (revised): The number of transistors on an integrated circuit doubles approximately every two years, with a corresponding reduction in cost and increase in performance.

This is an observation and a self-fulfilling prediction — not a law of physics. The semiconductor industry used it as a planning target, setting roadmaps that aimed to achieve the doubling on schedule. For decades, they succeeded.

What has the transistor count trend actually looked like?

Year Processor Transistors
1971 Intel 4004 2,300
1979 Intel 8088 29,000
1989 Intel 486 1,200,000
2000 Intel Pentium 4 42,000,000
2012 Intel Ivy Bridge 1,400,000,000
2020 Apple M1 16,000,000,000
2023 Apple M3 25,000,000,000

From 1971 to 2023: roughly 2,300 to 25 billion transistors — a factor of approximately 10 million in 52 years. Doubling every two years over 52 years predicts a factor of 2²⁶ ≈ 67 million. The observed trend closely matches Moore's prediction, with the pace slowing slightly in recent years.

What were the practical consequences of Moore's Law?

The doubling of transistors translated into tangible improvements for consumers and society:

  • Processing power: tasks that required a room-sized computer in 1970 now run on a chip inside a watch.
  • Cost reduction: the cost per transistor has fallen from roughly $1 in 1968 to a fraction of a nanopenny today — around $0.0000000001.
  • Energy efficiency: modern chips do vastly more work per watt than their predecessors.
  • Storage capacity: the same trend applies to memory — RAM and flash storage costs fall by roughly half every few years.
  • Software evolution: developers could write more capable software knowing that hardware would be able to run it within a predictable timeframe.

Is Moore's Law slowing down?

In recent years, transistors have become so small — measured in nanometres, then in atoms — that physical limits are being reached:

  • Quantum tunnelling: electrons can "leak" through barriers that are only a few atoms thick, causing errors.
  • Heat: packing more transistors into the same area generates more heat, which must be dissipated.
  • Lithography limits: chip manufacturing uses ultraviolet light to etch transistors; shorter wavelengths are needed for smaller features, requiring expensive extreme-ultraviolet (EUV) machinery.

As a result, the pace of transistor doubling has slowed from two years to approximately three years or more. Engineers are compensating through:

  • 3D chip stacking: building chips in layers rather than purely flat
  • Multi-core design: adding more cores rather than shrinking each core further
  • Specialist chips: GPUs, TPUs (tensor processing units for AI), and custom silicon for specific tasks

Frequently asked questions

Is Moore's Law a scientific law?

No. It is an empirical observation — a pattern Gordon Moore noticed in historical data — and an industry planning target, not a theorem derived from physics. Nothing in physics guarantees transistors must keep shrinking or that a chip's capability must double every two years. The trend continued for decades because engineers made it happen, not because nature required it.

How does Moore's Law relate to what I study in GCSE computing?

Moore's Law contextualises why the processors, storage, and software you use are so much more capable than those from ten or twenty years ago. It also underpins discussions about factors affecting CPU performance (clock speed, core count, cache size) and the concept of transistors as the building blocks of logic gates and processing units. Understanding Moore's Law helps you reason about how technology evolves and why hardware specifications matter.

What comes after Moore's Law?

Researchers are exploring alternatives to silicon transistors, including quantum computing (which uses quantum states rather than binary transistors), carbon nanotube transistors, and optical computing (using photons rather than electrons). Neuromorphic chips model the brain's neuron architecture to be more efficient for specific tasks. None of these is yet a commercial replacement for conventional silicon, but they represent the frontier of post-Moore computing research.

Does Moore's Law apply to things other than processors?

Yes — similar exponential improvement trends have been observed in storage density (disk drives and flash memory), network bandwidth, and solar panel efficiency. Sometimes these are called "Moore's Law analogues." In each case, consistent doubling trends have been observed for decades before eventually slowing. These trends collectively explain why modern technology is so dramatically more capable and affordable than technology of even ten or fifteen years ago.


Understand the arc of computing history and its relevance to your GCSE — Professor Turing at aitutors.me connects every hardware concept to the bigger picture.