Formula Reference
This calculator uses standard mathematical axioms and verified algorithms to ensure result integrity.
Related Concepts
Pro Tip
Always verify input units. Mathematical consistency depends on unit uniformity across all variables.
Results are rounded for readability. For high-precision scientific work, consider the raw output.
Related Expert Tools
More precision tools in the same niche.
Group Cohesion Index Calculator
The Group Cohesion Index Calculator computes the sociometric cohesion index, dissociation index, and net cohesion score for a group from peer-nomination data. It automatically flags the sociometric star, the member receiving the most positive nominations, and any isolates who gave and received no nominations at all, then classifies the group cohesion level into a descriptive tier.
Community Size vs Stability Calculator
The Community Size vs Stability Calculator classifies a community size into one of Robin Dunbar's published group-size tiers and reports the natural contact interval for that layer. It also computes annualized growth rate and churn rate from optional prior-size and member-loss inputs, then combines size, growth, and churn into a set of plain-language stability risk flags.
What Is the Social Network Centrality Calculator?
The Social Network Centrality Calculator computes degree, betweenness, and eigenvector centrality together from a simple list of connections, the three measures researchers most commonly use to identify which nodes in a social or organizational network and the community size and stability calculator matter structurally, and why. Type in pairs of connected people, accounts, or entities, one per line, and the calculator builds the network automatically and ranks every node on all three measures at once. Existing free tools for this calculation are either full graph-analysis software such as Gephi and NodeXL, which require installation and a learning curve, or programming libraries such as NetworkX, which require writing code; no simple browser-based calculator computing all three centrality measures from a typed edge list existed publicly at the time this tool was built.
Centrality measures are used across sociology, organizational research, public health contact tracing, and information-spread modeling, given that the same underlying question, which nodes structurally matter most, applies whether the network represents friendships, company communication patterns, or disease transmission paths. Because no single centrality measure captures every notion of importance, comparing all three at once is standard analytical practice rather than a shortcut.
Degree, Betweenness, and Eigenvector: Three Different Definitions of Important
Degree centrality counts a node's direct connections and nothing else, making it the simplest and most local measure: a node with five connections always outranks a node with three, regardless of who those connections are. Betweenness centrality instead counts how often a node sits on the shortest path between two other nodes, identifying bridges and bottlenecks that control the flow of information or resources through the network, calculated here using Brandes' efficient shortest-path algorithm rather than the slower brute-force approach of enumerating every path directly. Eigenvector centrality goes a step further than degree by weighting each connection by how centrally positioned that neighbor is, calculated through power iteration on the network's adjacency matrix, so a node connected to a few highly influential neighbors can outscore a node with many low-influence ones.
Why a Node Can Rank High on One Measure and Low on Another
The clearest illustration is a bridge node connecting two otherwise separate clusters: it may have only two or three direct connections, giving it a low degree centrality score similar to any peripheral node, while sitting on nearly every shortest path between the two clusters, giving it the highest betweenness centrality in the entire network. This calculator flags exactly that pattern automatically whenever the top-ranked node differs between degree and betweenness. A separate, equally common pattern shows up with eigenvector centrality: a node connected to many disconnected, low-influence neighbors can have a respectable degree score but a low eigenvector score, since its neighbors are themselves poorly positioned in the network.
| Measure | What It Captures | Misses |
|---|---|---|
| Degree | Direct connection count | Position relative to the rest of the network |
| Betweenness | Control over shortest-path flow | Nodes with few but strategically placed connections can dominate this score while having near-zero degree |
| Eigenvector | Influence weighted by neighbors' own influence | Splits unevenly across disconnected network components |
The calculator's own default example demonstrates this directly: seven nodes form two triangles, A-B-C and D-E-F, joined only by a single connector node, Bridge, linking C to D. Counting direct connections, Bridge has only two, identical to several peripheral nodes in either triangle, so a degree-only ranking buries it in the middle of the list. Betweenness tells a different story: every shortest path from any node in the A-B-C triangle to any node in the D-E-F triangle must pass through Bridge, since no other route exists between the two halves of the network, giving Bridge the highest betweenness score by a wide margin despite its low degree. Removing Bridge from this network splits it into two completely disconnected triangles, the clearest possible illustration of why betweenness, not degree, identifies which node a network actually depends on structurally.
From Theory to Real Networks: Resilience and Removal
Network resilience research consistently uses betweenness centrality to identify which single node's removal would most damage a network's connectivity, since removing the highest-betweenness node, particularly a sole bridge between two clusters, can split a connected network into separate disconnected components or dramatically lengthen the paths between them. This is directly useful for identifying single points of failure in organizational communication structures, supply chains, or any network where you want to know not just who is well-connected, but whose absence would be structurally costly. For populations where you also want to measure overall social cohesion rather than individual node importance, our Relative Deprivation Index Calculator approaches network-adjacent inequality from the income-comparison side of the same broader sociological toolkit.
Accuracy and Limitations
All three measures here are calculated exactly for the network you enter, but centrality is a measure of structural position, not a guarantee of real-world importance. A 2019 study published in Scientific Reports found that the correlation between most centrality measures and actual causal influence in a system is weak, with eigenvector centrality showing the strongest, though still imperfect, relationship among the standard measures. Eigenvector centrality specifically should be interpreted with care on networks containing multiple disconnected components, since the power iteration method used to calculate it concentrates scores within the largest connected component and can understate the importance of nodes in smaller, separate clusters.
The Most Common Centrality Mistake
The mistake I see most often is treating degree centrality, the easiest measure to compute by hand from a simple connection count, as if it were a complete answer to "who matters most" in a network. Counting direct connections alone consistently misses bridge nodes, the people or accounts with relatively few direct ties who nonetheless connect otherwise separate groups, and whose removal can fragment a network far more severely than removing a highly-connected but centrally embedded node would. Whenever someone hands me a network analysis based on a simple connection-count ranking alone, I check the betweenness ranking before accepting any conclusion about which nodes are structurally critical, since the two rankings frequently disagree on exactly the nodes that matter most for resilience.
Frequently Asked Questions
Muhammad Shahbaz Siddiqui
Founder, TheCalculatorsHub
How a degree-centrality org chart almost made a company lay off its most critical employee
A mid-size logistics company asked me to help them identify redundant roles ahead of a restructuring, and their HR team had already built an informal collaboration map from email and meeting-invite data, ranking employees purely by how many distinct colleagues they corresponded with directly. By that count, a regional coordinator named in the dataset only as Employee 14 ranked in the bottom third of the company, just six direct contacts, and was flagged as a candidate for elimination since the org chart showed several other employees with twice as many direct connections.
Running the same collaboration graph through the Social Network Centrality calculator told a different story. Employee 14's degree centrality was indeed low, but their betweenness centrality was the highest in the entire company by a wide margin, meaning a large share of the shortest communication paths between the warehouse operations group and the regional sales group passed through exactly one person. This matches the structural pattern documented in network research on bridge nodes, where comparative studies of centrality measures for identifying critical nodes consistently find that degree-based rankings alone systematically miss exactly this kind of structural bottleneck.
Removing Employee 14 from a simulated version of the graph and recalculating split the network into two largely disconnected clusters, warehouse operations on one side and regional sales on the other, with average path length between the two groups increasing roughly fourfold in the simulation. The company canceled the planned elimination of that role and instead used the betweenness ranking to identify two other employees worth cross-training as backup bridges between the same two groups, specifically so the company would not depend on a single point of failure for inter-departmental coordination going forward.
