Methods · Aggregation and voting
Average Ranking
Average ranking takes several existing rank lists for the same alternatives and produces a single combined ranking by averaging each alternative's rank numbers.
Base method's data type: Classical
What Is the Method?
A decision process can produce not one but several rank lists: several experts may have ranked the same alternatives according to their own judgement, or several different sub-approaches of a multi-criteria decision method (a ratio system, a reference point, a full multiplicative approach, say) may each have produced their own ranking. Average ranking reduces these several rankings to a single one: it takes the arithmetic mean of each alternative's rank numbers across all the lists, and the alternative with the lower average rank comes out ahead in the final ranking. Its output is not a score or a weight but a combined ranking. It is one of the simplest and most widely used solutions to the rank-aggregation problem.
The Philosophy Behind It
The idea behind average ranking is this: every rank list carries partial and noisy information about the alternatives; rather than trusting a single list, taking the "middle ground" of all the lists gives a more reliable result. If an alternative comes out very well in one list and poorly in another, the average sits somewhere between these two extremes, placing the alternative neither too far ahead nor too far behind. This makes average ranking a compensatory aggregation rule: a poor rank in one list is offset by a good rank in another. The philosophical consequence is that average ranking does not hide the disagreement between lists but reconciles it; it does not try to decide which list is "correct," it trusts all of them equally.
How It Works
The method proceeds in a single step.
The single step, averaging the ranks. You have K rank lists, and in each list every alternative has been given a rank number (1 = best). For every alternative, its rank numbers across the K lists are summed and divided by K. The resulting figure is that alternative's average rank. Alternatives are then ordered from the smallest to the largest average rank; the alternative with the smallest average rank finishes first in the final ranking.
The formula for this step and the intermediate tables are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The average-rank value shows roughly where an alternative sits, on average, across these K lists; it is neither a percentage nor a probability. A value close to 1 does not mean "first in every list," it means the average across the lists is close to first; an alternative that is very good in one list and poor in another can also end up with a middling average rank, and this does not mean the alternative is genuinely "middling," only that the lists disagree. If two alternatives' average ranks are very close, that is, the gap is smaller than a single rank step in one list, the order between them can switch places with a small change in a single list.
Thus instead of writing:
"The alternative with the lowest average rank is unquestionably the best"
the report should read:
"According to the average of these K lists, this is the alternative that comes out ahead; if the lists disagree substantially, this ranking can shift with a change in a single list"
Data Type and Inputs
Average ranking works with crisp data, and its input is a rank matrix: alternatives in rows, rank lists (experts, criteria or sub-methods) in columns, and every cell holding an integer rank from 1 to m (the number of alternatives), not a raw score. DecisionMind currently carries no fuzzy or other data-type extension of this method; it stands alone in its base form. Every rank list must be checked to ensure it ranks all the alternatives, with no incomplete ranking. A minimum of two alternatives and two rank lists is required; three to twelve rank lists work comfortably. The method neither produces nor requires weights; its input is the rank numbers directly.
When to Use It, When Not To
Average ranking is suitable when you hold several rank lists for the same alternatives (several expert opinions, several evaluation rounds, or rankings produced by several sub-methods) and you want to reduce these to a single ranking with a fast, explainable rule. If what you hold is raw scores or criterion values rather than ranks, the method cannot be applied directly; each list must first be converted into a ranking. Where there is strong, systematic disagreement between the rank lists, that is, some lists run diametrically opposed to others, looking only at the average hides this disagreement; the disagreement itself needs to be reported.
Several rank lists exist, a fast and explainable aggregation is needed → Average Ranking
The same rank lists, but a vote-counting logic is wanted for the aggregation → Borda Count
A definite superiority between rank lists is sought, elimination rather than compromise is wanted → Dominance Theory
What you hold is raw scores, not ranks → a ranking step first, then average ranking
Strengths
Average ranking's greatest strength is its simplicity and explainability: its calculation is a single sum-and-divide operation, easy to explain to a decision-maker. It works the same way no matter how many rank lists there are, and it needs no additional parameter or threshold. Where there is no major disagreement between the rank lists, it produces a reliable and stable aggregation.
Weaknesses
Its limitations also stem from its simplicity. Average ranking does not guarantee the "best" combined ranking that minimises the total disagreement between the rank lists; it is only an easy-to-compute, widely used ad hoc rule (Cook, 2006). An extreme rank in one list, an expert unfairly placing an alternative last, say, strongly affects that alternative's average when the number of lists is small; this effect weakens as the number of lists grows. The method does not separately report the strength of agreement between the lists; when two alternatives have very close averages, it is not visible whether this closeness comes from genuine agreement between the lists or from a coincidental balancing-out (Dwork et al., 2001).
Common Mistakes
The most common mistake is reading the average-rank value as a score and comparing it across lists; an average rank is meaningful only within this particular set of K lists. A second mistake is computing the average without first completing a rank list that is incomplete, an expert who has not ranked some alternatives, say; an incomplete ranking artificially distorts the average of the remaining alternatives. A third mistake is declaring a single winner, without reporting the closeness, in situations where average ranks come out very close to one another; small differences can reverse with a change in a single list.
The governing principle is this:
Average ranking summarises the agreement between the lists; where the lists are close to one another it gives a reliable summary, and where the lists are far apart the summary ranking should turn a hidden compromise into a visible disagreement rather than concealing it.
Cases
Each case opens with several rank lists and shows how average ranking combines them.
1. Aggregation: Combining four alternatives from four rank lists (Orakçı, 2024)
Four alternatives (a, b, c, d) have been evaluated with four separate rank lists (R1-R4).
| Alternative | R1 | R2 | R3 | R4 |
|---|---|---|---|---|
| a | 1 | 2 | 3 | 3 |
| b | 2 | 3 | 1 | 4 |
| c | 3 | 1 | 2 | 2 |
| d | 4 | 4 | 4 | 1 |
The method takes the average of each alternative's rank numbers across the four lists.
| Alternative | Average rank | Final rank |
|---|---|---|
| c | 2.00 | 1 |
| a | 2.25 | 2 |
| b | 2.50 | 3 |
| d | 3.25 | 4 |
The result reads as follows: c never comes first in any single list, its best rank is 1 in R2, followed by ranks of 2 and 3 elsewhere, but it is never poor in any list either; this consistency is what brings it out on top on average. d, despite coming first in R4, finishes last because it is last or near-last in the other three lists.
Had the Borda count been applied to the same table, it would have given exactly the same ranking, because the Borda score is an inverted transformation of the average rank; this relationship is shown separately in the third case of the Borda card.
The decision-maker hesitates here: the gap between a and c is only 0.25, that is, a single rank step in one of the four lists. Had list R1 given alternative a a rank of 2 instead of 1, a's average would rise to 2.50 and tie with b's; c would still finish first, but a would drop out of second place.
In the report: "According to the average of the four rank lists, c finishes first (2.00) and a second (2.25); the gap between them amounts to a single rank step in one list and could narrow if that list changed."
Source: Orakçı (2024), Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri, §1.8.9, Table 1.4. The figures are taken from the book's own worked example.
2. Public transport: Combining four proposed bus routes
In a municipality's transport unit, four different district representatives (G1-G4) have each ranked four proposed new bus routes (A, B, C, D) according to their own district's needs.
| Route | G1 | G2 | G3 | G4 |
|---|---|---|---|---|
| A | 1 | 2 | 1 | 3 |
| B | 2 | 1 | 2 | 1 |
| C | 3 | 3 | 3 | 2 |
| D | 4 | 4 | 4 | 4 |
The method computes the average ranks: B comes out at 1.50, A at 1.75, C at 2.75, D at 4.00; the final order is B, A, C, D.
The transport unit hesitates here: the gap between A and B is only 0.25. Had representative G2's ranks for A and B (A=2, B=1) been exactly reversed (A=1, B=2), A's average would rise to 1.50, B's to 1.75, and the final order of the two routes would swap.
In the report: "According to the four district representatives' rankings, Route B leads with an average of 1.50; the gap to Route A depends on a single representative's opinion, and the order could reverse if that opinion changed."
3. Food safety: Combining the audit rankings of three suppliers
In a food-safety unit, three separate auditors have each ranked three suppliers (Sup1, Sup2, Sup3) in their own inspection round.
| Supplier | Auditor 1 | Auditor 2 | Auditor 3 |
|---|---|---|---|
| Sup1 | 1 | 2 | 2 |
| Sup2 | 2 | 1 | 1 |
| Sup3 | 3 | 3 | 3 |
The average ranks come out at 1.33 for Sup2, 1.67 for Sup1, and 3.00 for Sup3; the final order is Sup2, Sup1, Sup3.
The unit hesitates here: the gap between Sup1 and Sup2 is 0.33, exactly equal to one auditor's rank step. Had Auditor 2's ranks for Sup1 and Sup2 (Sup1=2, Sup2=1) been reversed (Sup1=1, Sup2=2), Sup1's average would rise to 1.33, Sup2's to 1.67, and the order would swap exactly. Sup3 finishes last in every case, because all three auditors placed it third.
In the report: "According to the three auditors' rankings, Sup2 leads with an average of 1.33; the gap to Sup1 equals exactly one auditor's opinion. Sup3's last place, however, is a result all three auditors agree on and is not open to dispute."
4. What Not to Do
In the first case, because c and a's average ranks (2.00 and 2.25) come out close, it would be wrong to report in definite language that "c is certainly better"; the gap amounts to a single rank step in one list, and this must be stated explicitly in the report. A second error is computing the average without first completing an incomplete ranking, one of the four lists having ranked only three alternatives, say; an incomplete list distorts the average of the remaining alternatives. A third error is presenting the average-rank value as an alternative's "quality score" and comparing it across different analyses; an average rank is meaningful only within this particular set of K lists.
Sources
For the formula behind this step and the intermediate tables, see the DecisionMind method page: decisionmind.app/library/average-ranking
Orakçı, E. (2024). Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri. Özgür Yayınları. DOI: 10.58830/ozgur.pub623
Dwork, C., Kumar, R., Naor, M., & Sivakumar, D. (2001). Rank aggregation methods for the Web. Proceedings of the 10th International Conference on World Wide Web, 613-622. DOI: 10.1145/371920.372165
Cook, W. D. (2006). Distance-based and ad hoc consensus models in ordinal preference ranking. European Journal of Operational Research, 172(2), 369-385. DOI: 10.1016/j.ejor.2005.03.048