RSS Amplifier

Laws of Software Engineering · Jul 20, 2026

Metcalfe's Law

0
Sign in to vote or save

Dr. Milan Milanović · Laws of Software Engineering

2 min read

The value of a network is proportional to the square of the number of users.

Takeaways

  • If you double the number of users, the potential connections roughly quadruple.
  • This law highlights the importance of network effects: each new user adds value to existing users by creating new opportunities for interaction. A product or platform becomes exponentially more useful as its user base grows.
  • This law helps explain why social media and messaging platforms can grow explosively in value once a tipping point is reached.

Overview

Metcalfe’s Law is an observation about communications networks that has been generalized to many technology ecosystems. It says that the value of a network is proportional to the square of the number of connected users. With 5 nodes, up to 10 pairwise connections are possible; with 12 nodes, 66.

Network effects feed on themselves, a rich-get-richer phenomenon. Initially, adding one user might not change much. But later, adding the 10-millionth user potentially enables millions of new interactions. This creates winner-takes-all dynamics in tech. However, Metcalfe’s Law is a simplified model, as not every user connects with every other, and incremental value can diminish.

Metcalfe's Law illustration

Metcalfe’s Law

Examples

In social media, early Facebook had low utility if only a few friends were members. But as everyone you know joined, it became hugely valuable. The same holds for WhatsApp or WeChat: each new user can open chats with many others.

Metcalfe’s Law can also work in reverse. If users start leaving a social network, the value drops faster than linearly. Each departure reduces the potential connections for all who remain, creating a “death spiral” where declining value accelerates further departures.

Origins

Metcalfe’s Law is named after Robert Metcalfe, who proposed the concept around 1980 while discussing Ethernet and network adoption. In 1983, he presented the idea to 3Com, arguing that network value grows as the square of compatible communicating devices.

The term “Metcalfe’s Law” was popularized in a 1993 Forbes magazine article by George Gilder, who used Metcalfe’s diagram to explain the rise of the Internet.

Further Reading

Want to go deeper?

All 63+ laws are covered with more depth, examples, and practical guidance in the Laws of Software Engineering book.

Get the Book

Last updated: July 20, 2026

Read the original on lawsofsoftwareengineering.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.