Methods · Ranking
WSM (Weighted Sum Model)
WSM calculates each alternative's score by multiplying its criterion values by their weights and summing them; it is the oldest and simplest of the multi-criteria decision methods.
Base method's data type: Classical
What Is the Method?
WSM is a method for when you hold a decision table filled with numbers and want to collapse the alternatives into a single score and rank them. Its output is a score for each alternative and the ranking that follows from it. It does not sort alternatives into groups, and it does not produce weights, taking them from outside. Fishburn proposed it in 1967, and it is also known as Simple Additive Weighting (SAW). It is the first method taught in multi-criteria decision-analysis textbooks, because its logic maps directly onto the everyday intuition of "weighing up the pros and cons."
The Philosophy Behind It
The idea behind WSM is the assumption that benefits are directly additive. High performance on one criterion offsets low performance on another by an amount equal to the gap multiplied by the weight, and this rate of compensation is constant throughout. Unlike TOPSIS, it does not measure distance to a reference point (an ideal or anti-ideal); it multiplies performance values directly by their weights and sums them.
This idea carries a philosophical consequence: WSM is fully compensatory, and moreover its compensation is linear. If you can accept that "each unit of gain on one criterion always offsets a loss on another by the same proportion," WSM is the right place to be. Where the trade-off rate between criteria is not constant, for instance where an extremely low performance cannot be offset by anything, the method's philosophy clashes with the decision's own.
How It Works
The method proceeds in two steps.
First, direction-sensitive normalisation. Where criteria are in different units (TL, days, points), they cannot be summed directly. WSM scales each criterion between 0 and 1 using its own smallest and largest values: for a "higher is better" criterion, the largest value maps to 1; for a "lower is better" criterion, the smallest value maps to 1. Where the criteria are already in the same unit and all "higher is better," this step can be skipped and the raw values used directly; the classical textbook example does exactly that.
Second, the weighted sum. WSM multiplies each alternative's normalised (or raw) criterion values by the criterion's weight and sums them. A high score is good; alternatives are ranked from highest to lowest on this score.
The formulas behind the steps, the intermediate tables and the citation formats are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The WSM score states the total an alternative accumulates under these weights; nothing more. A high score does not mean "perfect," only that this alternative delivers the greatest total return within this set of alternatives and these weights. If the criteria are not normalised, the score's unit depends on the criteria's units and cannot be interpreted on its own; if they are normalised, the score is a unit-free quantity between 0 and 1.
A small score gap between two alternatives does not signal a robust ranking but one sensitive to the weights. Because of WSM's linear, fully compensatory structure, a large weakness on one criterion can easily be papered over by moderate strength on others.
Thus instead of writing:
"WSM found the best alternative"
the report should read:
"With these weights, the alternative with the highest total score is this one; if the score gap is small, the ranking is sensitive to the weights"
Data Type and Inputs
Classical WSM works with crisp data: a single number per cell. Criteria should be in the same unit where possible, or normalised; summing different units without normalising is, in Triantaphyllou's (2000) phrase, like "adding apples to pears." DecisionMind holds only the base WSM, with no extension.
You need alternatives in rows, criteria in columns, one number per cell, and no empty cells; direction information ("higher is better" or "lower is better") for every criterion; and criterion weights that sum to 1. WSM does not produce weights, it asks for them. A minimum of two alternatives and one criterion is required; three to ten criteria work comfortably. There is no upper limit on the number of alternatives.
When to Use It, When Not To
WSM is a sound choice if your criteria can be measured in the same or a compatible unit, your table has no gaps, you want a fast and transparent calculation, and you accept full compensation. Its typical fields are supplier evaluation, personnel selection and site selection.
It should not be used where criteria are in different units and have not been normalised, or where no compromise is acceptable on one criterion. If you do not want an alternative below a safety threshold to come out ahead simply because it is cheap, WSM will not stop that; you must screen out anything below the threshold first, then rank what remains with WSM.
Criteria in the same unit, compensation accepted, a fast and transparent calculation → WSM
Criteria in different units, positioning relative to an ideal/anti-ideal point is wanted → TOPSIS
Not "the best" but "the compromise limiting the greatest regret" → VIKOR
No compromise allowed on one criterion, sub-threshold alternatives must be screened out → screening first, then ranking
Not a ranking but weights are needed → AHP, BWM, SWARA (subjective); Entropy, CRITIC (objective)
Strengths
WSM's greatest strength is its simplicity. Its calculation can be followed by hand, and explaining it to anyone needs no special training; a decision-maker understands the result from the sentence "we summed each criterion's weighted contribution." Its computational burden is small, and it runs at the same speed as the number of alternatives and criteria grows. This transparency is why WSM is still the first method taught in textbooks, and why it is often reached for as a fast first-round evaluation in practice.
Weaknesses
Its limitations stem from that same simplicity. First, there is a risk of dimensional inconsistency: if criteria are in different units and are not normalised, the sum becomes meaningless (Triantaphyllou, 2000). Second, there is the assumption of full and linear compensation: a serious weakness on one criterion is always closed by moderate strength on another, at a fixed rate that never changes. Third, Triantaphyllou and Mann's (1989) "decision-making paradox" finding has shown that different simple-summation-based methods, WSM included, can give different rankings for the same decision table. Fourth, large-scale comparative studies have found that WSM's ranking can diverge from other methods' depending on the structure of the alternatives and criteria (Zanakis et al., 1998).
Common Mistakes
The most common mistake is summing criteria in different units directly, without normalising; this lets a criterion with large numbers dominate one with small numbers in the calculation. A second mistake is using weights without adjusting them to sum to 1; weights that do not sum to 1 make the scores' magnitude meaningless. A third mistake is choosing WSM when full compensation is not wanted; it allows an alternative below a critical threshold to come out ahead through strength on other criteria. A fourth mistake is reporting a small score gap as a definite superiority.
The governing principle is this:
A WSM score is a direct sum of the weights and normalisation decision you supplied; if the criteria are not compatible in scale, the sum is not reliable either.
Cases
Each case opens with a decision table, describes in words what the method does to it, and shows how to read the result. The first case is drawn from the method's textbook source; its figures are the source's own. The remaining cases are illustrative constructions.
1. Decision Science: A four-criterion, three-alternative textbook example (Triantaphyllou, 2000)
Triantaphyllou's textbook comparing multi-criteria decision methods uses an example of three alternatives and four criteria to demonstrate WSM's mechanics. All four criteria are "higher is better" and are assumed to be expressed in the same unit, so the normalisation step is skipped. The weights are, in order, 0.20, 0.15, 0.40 and 0.25.
| Alternative | C1 | C2 | C3 | C4 |
|---|---|---|---|---|
| A1 | 25 | 20 | 15 | 30 |
| A2 | 10 | 30 | 20 | 30 |
| A3 | 30 | 5 | 30 | 5 |
| Direction | higher is better | higher is better | higher is better | higher is better |
| Weight | 0.20 | 0.15 | 0.40 | 0.25 |
The method multiplies each alternative's raw value on the four criteria by its own weight and sums them.
| Alternative | WSM Score | Rank |
|---|---|---|
| A2 | 22.0 | 1 |
| A1 | 21.5 | 2 |
| A3 | 20.0 | 3 |
The result reads as follows. A2 is not the highest on any single criterion by itself; it is lowest on C1, middling on C3 and C4. It comes out ahead because it holds the second-highest value on the heaviest criterion, C3, and the highest value on C2. A3, despite holding the highest values on C1 and C3, finishes last, because it holds the lowest values on C2 and C4, and these two criteria together carry a combined weight of 0.40.
The decision-maker hesitates here: the gap between A2 and A1 is 0.5 points, about two per cent of the total score. If the weight on C3 were lowered slightly and the weight on C1 raised, A1 could take the lead; the report should therefore show that the ranking is sensitive to the weight on C3.
In the report: "With the given weights, A2 obtained the highest total score (22.0); the gap to A1 (21.5) is small, and the ranking could change if the weight on C3 were lowered."
Source: Triantaphyllou (2000), Chapter 2, §2.2.1, Example 2-1, pp. 6-7. The scores are the source's own values; this example serves as the validation case for DecisionMind's WSM engine, and the engine reproduces the same result.
2. Waste Management: A municipality's recycling-facility technology selection
A municipality will choose one of three recycling-facility technologies. Criteria have been converted onto the same 0-100 scale: processing capacity, energy efficiency, operating cost (lower is better) and ease of maintenance. The municipal council gave the highest weight to operating cost and distributed the rest evenly.
The method reverses the cost criterion into "higher is better," then calculates the weighted sum of the four criteria. Suppose the technology with the lowest operating cost comes out first; despite being only middling on processing capacity, its cost advantage carries the total.
The council hesitates here: because the cost weight was set high, the result depends heavily on that criterion. If the energy-efficiency weight were raised, a different technology could take the lead. WSM is also fully compensatory; a technology very weak on ease of maintenance could come out ahead through its cost advantage, and this must be explained clearly to the council.
In the report: "The ranking is sensitive to the operating-cost weight; the weakness in ease of maintenance has been offset by the cost advantage, and this trade-off should be reported to the council separately."
3. Food Safety: Choosing a supplier-monitoring method at a food inspection unit
A food safety inspection unit will choose one of three monitoring methods for tracking suppliers. Criteria have been converted onto the same 0-10 scale: sampling frequency, laboratory result speed, cost (lower is better) and staff training burden (lower is better). The weights were set by unit managers, with the highest weight given to sampling frequency.
The method reverses cost and staff training burden, then calculates the weighted sum. Suppose the method with the highest sampling frequency comes out first; its cost is moderate, but its advantage in sampling frequency has driven the total.
The unit hesitates here: with the sampling-frequency weight kept this high, a method that samples less often but costs less falls behind. This is a preference, not a fact; the unit should answer clearly whether it prioritises "frequency or cost." Furthermore, a method with a very high staff training burden coming out ahead could meet staff resistance in practice; this is not reflected in the WSM score.
In the report: "The ranking reflects the high weight given to sampling frequency; the weakness in staff training burden is not reflected in the score and should be evaluated separately before implementation."
4. What Not to Do
Had the criteria in the same textbook table not been normalised, and instead been in different units (one in TL, one in days), the sum would have become meaningless, and the criterion with large numbers would have dominated the one with small numbers. A second error is reporting the 0.5-point gap between A2 and A1 as "A2 is definitely better"; the gap is small and sensitive to the weights. A third error is using weights without checking that they sum to 1, and comparing the scores with the WSM scores from a different analysis.
Sources
For the formulas behind the steps, the intermediate tables and citation formats (BibTeX, RIS, APA), see the DecisionMind method page: decisionmind.app/library/wsm
Fishburn, P. C. (1967). Additive utilities with incomplete product sets: Application to priorities and assignments. Operations Research, 15(3), 537–542. DOI: 10.1287/opre.15.3.537
Triantaphyllou, E. (2000). Multi-Criteria Decision Making Methods: A Comparative Study. Applied Optimization, Vol. 44. Kluwer Academic Publishers. DOI: 10.1007/978-1-4757-3157-6
Triantaphyllou, E., & Mann, S. H. (1989). An examination of the effectiveness of multi-dimensional decision-making methods: A decision-making paradox. Decision Support Systems, 5(3), 303–312. DOI: 10.1016/0167-9236(89)90037-7
Zanakis, S. H., Solomon, A., Wishart, N., & Dublish, S. (1998). Multi-attribute decision making: A simulation comparison of select methods. European Journal of Operational Research, 107(3), 507–529. DOI: 10.1016/s0377-2217(97)00147-1