Mental model

Betweenness Centrality

A metric identifying the network nodes that act as bridges, gatekeepers, or bottlenecks between disconnected groups.

Discover

Imagine a small company network. Alice chats with 10 people inside the Engineering team. Bob only talks to 2 people, but he is the *only* link connecting Engineering to Sales. Who has more power to stop a rumor from spreading across the whole company?

Select the influential node

Why fewer friends can mean more power.

Understand

Understand

Betweenness Centrality measures how often a person or hub acts as a bridge along the shortest path between two other people. While Alice (from the example) is popular, Bob controls the "bridge" that information must cross to travel between departments, giving him the power to filter, distort, or stop it. Think of this concept like a toll booth operator on the only highway connecting two cities; they don't need to know many drivers personally to completely stop traffic. Notice this: Identify the person in your workplace who connects two teams that otherwise wouldn't talk to each other.

Full explanation

Full explanation

This concept moves beyond simple popularity (Degree Centrality) to analyze control over flow. A node with high betweenness centrality sits on many of the "shortest paths" connecting other pairs of nodes in the network. If you remove this node, the network becomes much less efficient or even breaks apart into disconnected islands.

In social networks, these people are often "brokers" or "gatekeepers." They have the unique ability to combine information from different clusters, leading to higher creativity, or to withhold information, creating bottlenecks. For example, a specialized translator in a meeting between two nations has immense betweenness centrality; they control exactly what is understood by either side.

This applies to infrastructure as well. In aviation, Anchorage, Alaska, acts as a major cargo hub. It isn't a massive population center, but it lies on the most efficient Great Circle routes between North America and Asia. Its high betweenness centrality makes it critical for global logistics, just as the "Bob" in our office example is critical for company-wide communication.

Research

Research

Sociologist Linton Freeman formally defined Betweenness Centrality to quantify the control a node possesses over communication channels. The metric assumes that flow (information, goods) typically follows the geodesic (shortest) path. Research highlights that individuals with high betweenness—often bridging 'structural holes'—are more likely to generate good ideas because they are exposed to diverse, non-redundant information.

  • Freeman (1977): Defined the metric mathematically as the proportion of shortest paths between all pairs of nodes that pass through the focal node [1].
  • Burt (2004): Demonstrated that individuals who bridge gaps ('structural holes') between groups receive better compensation and evaluations due to their information advantage [2].
  • Newman (2005): Explored algorithms for calculating betweenness, noting its computational intensity compared to simpler metrics like degree centrality [3].

Limitations

Limitations

Calculating betweenness is computationally expensive for massive networks (often cubic or quadratic time complexity). It also assumes traffic always follows the shortest path, which isn't always true for things like rumors or viruses that spread randomly. Finally, a node can have high betweenness but low influence if the 'bridge' they provide is easily bypassed by a slightly longer alternate route.

Try it

Synthesize

Choose a pattern from the guide, then pick an action to try with it.

Which pattern stands out?

What will you try?

Choose a pattern above to select an action.

Sources

Sources

Try it

Check your understanding

In a subway system map, which station likely has the highest Betweenness Centrality?

Show the guide's explanation

Answer: A central transfer station that connects four different color lines.

Betweenness is about bridging distinct sections. A transfer station connects lines that are otherwise separate, meaning most passengers must pass through it to switch trains.

Why might a manager with high Betweenness Centrality be a potential risk to a company?

Show the guide's explanation

Answer: They can become a bottleneck, slowing down information flow if they are overwhelmed.

Because they act as a bridge, if a high-betweenness node fails or is too slow, the flow between the groups they connect is choked off.

How does Betweenness Centrality differ from Degree Centrality?

Show the guide's explanation

Answer: Betweenness measures influence over flow; Degree measures immediate popularity.

Degree is about how many connections you have (popularity). Betweenness is about where you are located relative to the paths connecting everyone else (brokerage).

Keep exploring

Find another idea for the decision in front of you.

The complete Reframo library is free to read. Explore another guide whenever you are ready.

Betweenness Centrality | Reframo