The Consistency Index Calculator computes the consistency index and ratio from a pairwise comparison matrix to evaluate judgement coherence.
Report an issue
Spotted a wrong result, broken field, or typo? Tell us below and we’ll fix it fast.
What Is a Consistency Index Calculator?
A Consistency Index Calculator evaluates the logical consistency of a pairwise comparison matrix. You see this method in the Analytic Hierarchy Process, multi-criteria scoring, and other decision models. When people compare options by importance, small contradictions often creep in. The calculator measures those contradictions and reports whether they stay within acceptable intervals.
At its core, the tool ingests a square matrix of ratio judgments, such as how much criterion A outweighs criterion B. It then computes an internal metric called the consistency index. This metric is dimensionless and has a companion ratio that you can compare against standard thresholds. If the ratio is too large, your inputs likely need a second look.

Formulas for Consistency Index
The classic version, introduced by Saaty, uses the principal eigenvalue of the pairwise comparison matrix. It compares that eigenvalue with the matrix size to estimate inconsistency. This approach is robust, quick to compute, and widely used for decision support.
- Pairwise matrix A is n × n with aii = 1 and aij = 1/aji for all i ≠ j.
- Compute the principal eigenvalue λmax of A.
- Consistency Index (CI): CI = (λmax − n) / (n − 1).
- Random Index (RI): an average consistency index from random reciprocal matrices; depends on n.
- Consistency Ratio (CR): CR = CI / RI. A common acceptance rule is CR ≤ 0.10 for n ≥ 4.
Several alternatives exist. Koczkodaj’s inconsistency index focuses on the worst local triad and is less sensitive to outliers in λmax. Kendall’s W can assess agreement when many raters provide inputs. Your calculator can offer these options, yet the eigenvalue-based CI and CR remain the standard for quick screening.
How the Consistency Index Method Works
The method models your pairwise judgments as a structured matrix. Exact consistency would mean A outweighs B, B outweighs C, and thus A outweighs C in a matching ratio. Real data rarely behaves that perfectly. The CI quantifies how far your judgments drift from that ideal, and the CR puts the drift in context.
- Start with a reciprocal matrix where every entry compares two criteria on a 1 to 9 importance scale.
- Estimate the priority vector as the principal eigenvector or by the geometric mean of rows.
- Find λmax using the matrix and the priority vector, or a numerical eigenvalue routine.
- Compute CI from λmax and n, then divide by RI to get CR.
- Compare CR with a threshold; if high, review and adjust the most conflicting inputs.
This workflow gives you a single result that summarizes judgment reliability. Because the ratio is calibrated against random matrices, it has a clear interpretation. It tells you whether your matrix performs better than chance and by how much.
Inputs, Assumptions & Parameters
The calculator needs structured inputs and a few assumptions to work well. Most decisions use the standard 1–9 scale, but you can choose other ratio scales. Select any optional parameters before you compute the result to keep your process consistent across projects.
- Matrix size n: the number of criteria or alternatives being compared.
- Pairwise comparison entries aij: positive ratios with aii = 1 and aij = 1/aji.
- Judgment scale: typically the Saaty 1–9 scale with its reciprocals.
- Aggregation rule for multiple raters: geometric mean across raters for each aij.
- RI table choice: standard Saaty RI values or a custom RI estimated by simulation.
Inputs must be strictly positive, and reciprocal symmetry must hold. For n = 1 or n = 2, CI is always zero, and CR is undefined or trivial, so thresholds do not apply. For very large n, random matrices tend to higher CI, so appropriate RI values and acceptance intervals are essential.
Step-by-Step: Use the Consistency Index Calculator
Here’s a concise overview before we dive into the key points:
- Enter the number of criteria n and confirm the judgment scale you plan to use.
- Fill in the upper triangle of the pairwise matrix with your aij values.
- Let the tool auto-fill reciprocals so that aji = 1/aij for all i ≠ j.
- Choose the RI table and any aggregation option if multiple raters are involved.
- Run the calculation to compute the priority vector, λmax, CI, and CR.
- Review the result and inspect any flagged pairs or triads that drive inconsistency.
These points provide quick orientation—use them alongside the full explanations in this page.
Real-World Examples
A purchasing team compares four criteria for supplier selection: cost, quality, delivery, and service. They build a 4 × 4 matrix using the 1–9 scale and compute λmax ≈ 4.21. The calculator reports CI = (4.21 − 4)/(4 − 1) ≈ 0.07 and RI(4) = 0.90, so CR ≈ 0.07/0.90 ≈ 0.078. The result falls below 0.10, indicating acceptable consistency for a decision meeting. What this means: the team can proceed with the current judgments and focus on weighting and scoring.
A public health panel compares six intervention criteria: efficacy, cost, equity, feasibility, speed, and public acceptance. Their λmax ≈ 6.75 yields CI = (6.75 − 6)/(6 − 1) = 0.15 with RI(6) = 1.24, so CR ≈ 0.15/1.24 ≈ 0.121. The ratio is slightly above 0.10, suggesting notable contradictions. The panel revisits pairs with the largest deviations to simplify a few overconfident comparisons. What this means: revise a handful of judgments to lower inconsistency before finalizing weights.
Assumptions, Caveats & Edge Cases
The CI method assumes ratio-scale judgments, reciprocal symmetry, and a single latent priority vector. It treats noise as deviations from a perfectly transitive structure. While practical, it does not diagnose why inconsistency occurs, only how much exists.
- Small matrices (n ≤ 3) will almost always pass; CR thresholds are less informative.
- For many criteria (n ≥ 9), expect higher CI; rely on the correct RI and careful review.
- Missing entries or non-reciprocal inputs must be fixed before computing CI.
- Group decisions need a clear aggregation rule; geometric mean preserves reciprocity.
- Alternative indices (e.g., Koczkodaj) may flag local conflicts missed by CI alone.
Use CI and CR as screening tools, not final verdicts. If the CR is high, revise a few judgments and re-run the calculator. Often, one or two corrections move the ratio into acceptable intervals without changing the overall decision.
Units and Symbols
Consistency analysis uses dimensionless quantities, yet symbols and their ranges matter for interpretation. The table below lists common symbols, their meaning, and typical values or intervals to keep in mind.
| Symbol | Meaning | Units / Typical values |
|---|---|---|
| n | Number of criteria (matrix dimension) | Count; n ≥ 1 |
| aij | Judgment comparing i to j | Dimensionless; usually 1–9 with reciprocals; intervals of plausibility depend on context |
| λmax | Principal eigenvalue of the matrix | Dimensionless; λmax ≥ n, equality means perfect consistency |
| CI | Scale of deviation from perfect consistency | Dimensionless; typical CI ranges from 0 to about 0.5 |
| RI | Expected CI of random reciprocal matrices | Dimensionless; e.g., RI(3)=0.58, RI(4)=0.90, RI(5)=1.12, RI(6)=1.24 |
| CR | CI scaled by RI | Dimensionless; acceptability intervals often CR ≤ 0.10 (n ≥ 4) |
Read the table row by row when checking a result. Confirm that your symbols match the calculator’s labels, and compare your CI and CR with the listed intervals to decide whether to revise inputs.
Common Issues & Fixes
Most consistency problems come from a few extreme comparisons, mis-typed reciprocals, or unclear criteria definitions. A quick audit usually solves them. Keep a record of edits to maintain transparency in your process.
- Non-reciprocal entries: enable reciprocal auto-fill or correct the opposite cell manually.
- Overconfident 8–9 judgments: replace with 5–7 unless evidence for extremes is strong.
- Ambiguous criteria: refine definitions and re-collect the affected pairwise inputs.
- Group disagreement: aggregate with the geometric mean and recheck the CR.
After fixes, re-run the calculation and review changes in CI and CR. If improvements stall, consider reducing the number of criteria or splitting the model into simpler parts.
FAQ about Consistency Index Calculator
What CR threshold should I use?
Many analysts use CR ≤ 0.10 for n ≥ 4. For high-stakes decisions, aim for CR ≤ 0.05. For screening or brainstorming, CR up to 0.15 may be acceptable.
Do I need eigenvalues to get priorities?
No. The geometric mean of each row approximates the priority vector well. Still, λmax is needed to compute CI in the standard approach.
How do I combine inputs from several raters?
Use the geometric mean of each aij across raters. It preserves reciprocity and tends to lower noise while respecting ratio properties.
What if my matrix is very large?
For large n, split the criteria into clusters, compare within clusters, and then link clusters at a higher level. This reduces cognitive load and inconsistency.
Glossary for Consistency Index
Pairwise comparison matrix
A square matrix of ratio judgments that compares each criterion against every other criterion.
Reciprocity
The property that aji equals 1 divided by aij, ensuring symmetric and coherent inputs.
Priority vector
The set of normalized weights implied by the matrix, usually from the principal eigenvector or row geometric means.
Maximum eigenvalue
The largest eigenvalue of the pairwise matrix; it equals n under perfect consistency.
Random Index
An average CI for random reciprocal matrices of size n, used to scale CI into a ratio.
Consistency Ratio
The consistency index divided by the random index, used to judge acceptability.
Koczkodaj’s inconsistency
An alternative measure focusing on the most inconsistent triad, helpful for locating local conflicts.
References
Here’s a concise overview before we dive into the key points:
- Saaty, T. L. How to make a decision: The Analytic Hierarchy Process. European Journal of Operational Research (1990)
- Koczkodaj, W. A. A new definition of consistency of pairwise comparisons. Mathematical and Computer Modelling (1993)
- Analytic Hierarchy Process overview and consistency concepts (Wikipedia)
- AHP method and consistency ratio explained by BPMSG
- Golden, Wasil, and Harker. The Analytic Hierarchy Process: Applications and Studies (INFORMS)
These points provide quick orientation—use them alongside the full explanations in this page.