Skip to content

An independent study reference written by Dr Phuc V. Nguyen. It is not official subject material — for assessment requirements always follow your subject outline and vUWS.

Networksintermediate

Degree centrality

Degree centrality counts the ties an actor has. It is the simplest statement of position and often the most useful, because it captures direct activity and immediate exposure. Dividing by the largest number of ties anyone could have, which is n1n-1, gives a normalised score between zero and one. That removes the mechanical size ceiling and nothing else, so comparing two networks still needs matched boundaries, the same relation and a size benchmark. On a directed relation, degree splits in two. In-degree counts ties received and usually reads as prestige or demand. Out-degree counts ties sent and usually reads as activity or effort. Degree is entirely local, so it sees the neighbourhood and nothing beyond it.

Why it matters

Degree is the headcount of your contacts. It answers one question well. If something starts with you, how many people does it reach in a single step. It says nothing about where those contacts then lead. A person with eight contacts who all know each other reaches eight people and stops. A person with three contacts in three different departments may reach the whole organisation.

Before you read on — recall

Two employees each have a degree of 6 in the same advice network. One sits inside a single tight project team, the other has one contact in each of six departments. What follows?

Formulas

Degree centrality
CD(i)=ki=jiaijC_D(i) = k_i = \sum_{j \ne i} a_{ij}
Add up the adjacency row for actor ii. In the running six-person team Ana is tied to Ben, Cara and Dan, so her degree is 3, while Finn is tied only to Eve, so his degree is 1.
Normalised degree centrality
CD(i)=kin1C_D'(i) = \frac{k_i}{n-1}
The denominator is the number of other actors, which is the most ties anyone could hold. With six actors the denominator is five, so Ana scores 0.6 and Finn scores 0.2. Normalising strips out the size ceiling and does no more than that. Mean normalised degree in a simple undirected network is exactly its density, which the density node shows still falls with size, so matched boundaries, a matched relation and a size benchmark are what license a comparison. On a directed relation, normalise in-degree and out-degree separately, each by n1n-1.
In-degree and out-degree
kiin=jaji,kiout=jaijk_i^{\text{in}} = \sum_{j} a_{ji}, \qquad k_i^{\text{out}} = \sum_{j} a_{ij}
Sum the column for ties received and the row for ties sent. In an advice network a high in-degree marks the person others rely on and a high out-degree marks the person who needs help. Reporting only the total hides which of the two you found.

Worked examples

Scenario

An operations manager wants to find the person whose absence would slow the team most, and starts by ranking everyone on degree in the running advice network.

Solution

Degree puts Ana first with three contacts. Ben, Cara, Dan and Eve tie on two, and Finn is last with one. The ranking is defensible and incomplete. Dan also has two contacts, yet Dan is the only route between the Ana-Ben-Cara group and the Eve-Finn side. If Dan takes leave the team splits in half. If Ben takes leave nothing disconnects. Degree cannot see that, because it never looks past the immediate neighbours. That is the gap betweenness fills.

Scenario

A support desk logs which agent escalated which ticket to which colleague over a quarter. Management wants to identify subject-matter experts.

Solution

Out-degree counts escalations sent and identifies agents who ask for help most, which is a workload and training signal. In-degree counts escalations received and identifies the people the floor treats as experts. The two lists barely overlap. Ranking on total degree would put a busy agent who both asks and answers a lot at the top, and bury a quiet specialist who is escalated to constantly and never escalates. Here the direction is the finding.

Common mistakes

  • The highest-degree actor is the most important actor. Degree measures direct connection only. An actor with many ties inside one tight group can matter far less than an actor with few ties that span groups, which is why degree, closeness and betweenness are reported together.
  • Degree can be compared straight across two networks. Raw counts depend on network size and on how the relation was measured. A degree of eight in a 15-person team is near saturation, and a degree of eight in a 2,000-person firm is unremarkable. Normalise before comparing, then check that both studies drew the boundary the same way and measured the same relation, because scaling alone does not make two studies comparable.
  • In a directed network the total degree is enough. Adding ties sent to ties received produces a number in which the two meanings cancel out. Someone who asks 10 people for help and someone asked by 10 people share a total degree of 10 and occupy opposite positions.
  • A high average degree means a well-connected network. Averages hide the distribution. Many real networks have a few very high-degree actors and a long tail of low-degree ones, so the mean describes nobody. Look at the spread as well as the centre.

Revision bullets

  • Degree is the count of ties; normalised degree divides by n-1
  • Purely local: it sees the neighbourhood, never the wider structure
  • Directed networks split into in-degree (prestige) and out-degree (activity)
  • Raw degree is not comparable across sizes, and normalising alone does not make it so
  • Running example: Ana scores 3 divided by 5, or 0.6; Finn scores 0.2

Quick check

Two employees each have a degree of 6 in the same advice network. One sits inside a single tight project team, the other has one contact in each of six departments. What follows?

A consultancy reports that Team A is better connected than Team B because average degree is 7.2 against 4.1. Team A has 12 members and Team B has 90. The comparison is

Connected topics

More in Networks

Sources

  1. Freeman, L. C. "Centrality in Social Networks: Conceptual Clarification." Social Networks, 1(3), 215-239, 1978/79.
    Sets out degree, closeness and betweenness as three distinct answers to what centrality means, with the normalisations used here.
  2. Wasserman & Faust (1994), Ch. 5
    Wasserman, S., & Faust, K. Social Network Analysis: Methods and Applications. Cambridge University Press, 1994.
    Covers degree, in-degree and out-degree and their interpretation on directed relations.
How to cite this page
Dr. Phil's Quant Lab. (2026). Degree centrality. Derivatives Atlas. https://phucnguyenvan.com/concept/ba-degree-centrality
Next concept
Actors and ties
Built by Dr. Phuc V. Nguyen ·Follow on LinkedInWork with PhilEmail