The center squeeze effect refers to a class of voting scenarios which are troublesome for many voting systems. In such a scenario, the strongest three candidates can be arranged on a spectrum such as "left", "center", and "right"; and of the three, the "center" candidate is the Condorcet winner but the honest Plurality loser (that is, the one with the fewest voters strictly preferring them over the other two). Most consider that if the centrist is not too far behind in honest plurality, they should be the winner, as otherwise the voting system is encouraging strategy (typically, a favorite betrayal) from one of the other two groups.

The effect is not limited to 3 candidates: The more candidates there are crowding the center, the less likely they are to win.

Example

For example, on a 2-dimensional political compass with 3 candidates, candidate B is the Condorcet winner and utilitarian winner, but is squeezed out by A and C on either side:

 <graph>{"legends":[],"scales":[{"type":"ordinal","name":"x","zero":false,"domain":{"data":"chart","field":"x"},"padding":0.2,"range":"width","nice":true},{"type":"linear","name":"y","domain":{"data":"chart","field":"y"},"zero":true,"range":"height","nice":true},{"domain":{"data":"chart","field":"series"},"type":"ordinal","name":"color","range":["#1f77b4","#ff7f0e","#2ca02c"]}],"version":2,"marks":[{"type":"rect","properties":{"hover":{"fill":{"value":"red"}},"update":{"fill":{"scale":"color","field":"series"}},"enter":{"y":{"scale":"y","field":"y"},"x":{"scale":"x","field":"x"},"y2":{"scale":"y","value":0},"width":{"scale":"x","offset":-1,"band":true},"fill":{"scale":"color","field":"series"}}},"from":{"data":"chart"}}],"height":150,"axes":[{"scale":"x","type":"x","title":"Candidates"},{"scale":"y","type":"y","title":"Votes","format":"d"}],"data":[{"format":{"parse":{"y":"integer","x":"string"},"type":"json"},"name":"chart","values":[{"y":1031,"series":"y","x":"A"},{"y":861,"series":"y","x":"B"},{"y":1108,"series":"y","x":"C"}]}],"width":200}</graph>C would win under a single-round of FPTP, but if there is a runoff, then more of B's votes transfer to A and make A the winner:

 

<graph>{"legends":[],"scales":[{"type":"ordinal","name":"x","zero":false,"domain":{"data":"chart","field":"x"},"padding":0.2,"range":"width","nice":true},{"type":"linear","name":"y","domain":{"data":"chart","field":"y"},"zero":true,"range":"height","nice":true},{"domain":{"data":"chart","field":"series"},"type":"ordinal","name":"color","range":["#1f77b4","#ff7f0e","#2ca02c"]}],"version":2,"marks":[{"type":"rect","properties":{"hover":{"fill":{"value":"red"}},"update":{"fill":{"scale":"color","field":"series"}},"enter":{"y":{"scale":"y","field":"y"},"x":{"scale":"x","field":"x"},"y2":{"scale":"y","value":0},"width":{"scale":"x","offset":-1,"band":true},"fill":{"scale":"color","field":"series"}}},"from":{"data":"chart"}}],"height":150,"axes":[{"scale":"x","type":"x","title":"Candidates"},{"scale":"y","type":"y","title":"Votes","format":"d"}],"data":[{"format":{"parse":{"y":"integer","x":"string"},"type":"json"},"name":"chart","values":[{"y":1619,"series":"y","x":"A"},{"y":0,"series":"y","x":"B"},{"y":1381,"series":"y","x":"C"}]}],"width":200}</graph>

Either way, the winner is not as good a representatives of the electorate as candidate B.

Prevalence

Voting systems which have serious problems with center squeeze include FPTP, IRV and two-round runoff voting.

Systems which can do either well or poorly in a center squeeze situation include most graded Bucklin systems and score voting.

Systems which generally do well with center squeeze include Condorcet systems (although in some cases, a center squeeze scenario could become an opportunity for one of the wings to use burial strategy and create an artificial Condorcet cycle).