Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Model Evaluation›Inertia
MCDMCluster Cohesion Measure

Inertia

Inertia: Sum of Squared Distances to Cluster Centroids · Also known as: WCSS, within-cluster sum of squares, cluster cohesion

Inertia, also called Within-Cluster Sum of Squares (WCSS), is a measure of cluster cohesion that quantifies how tightly points are grouped around their cluster centroids. Lower values indicate more compact, cohesive clusters. Inertia is the primary objective function for k-means clustering and has been a fundamental metric since the method's introduction.

ScholarGate
  1. MCDM
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Inertia (Within-Cluster Sum of Squares)
Calinski-Harabasz IndexDavies-Bouldin IndexDunn IndexElbow MethodSilhouette ScoreGap Statistic

When to use it

Use Inertia to evaluate the internal cohesion of a given clustering. It is particularly useful in the context of k-means clustering, where it is the objective function being optimized. Use inertia as part of a multi-metric evaluation strategy, combined with other metrics like silhouette score or external validation metrics. Do not use inertia alone for selecting the number of clusters; pair it with the Elbow Method or other cluster selection techniques.

Strengths & limitations

Strengths
  • Simple and intuitive; easy to compute and understand
  • Direct measure of cluster cohesion and tightness
  • Computationally efficient; can be computed incrementally during clustering
  • Directly optimized by k-means and related algorithms
Limitations
  • Monotonically decreases with increasing number of clusters, making it unsuitable for cluster number selection alone
  • Biased toward spherical, similarly-sized clusters
  • Does not measure cluster separation or inter-cluster distance
  • Sensitive to outliers, which inflate distances and increase inertia

Frequently asked

Why does inertia decrease as I add more clusters?

Inertia measures distances from points to their nearest centroid. As you add clusters, each cluster becomes smaller and tighter, reducing distances. With k=n clusters, inertia approaches zero because each point can be its own cluster. This is why inertia cannot stand alone for selecting k.

Should I normalize inertia values for comparison?

If comparing inertia across datasets with different scales or dimensions, consider normalizing by the total variance of the data. This makes inertia values more comparable. However, normalization formulas vary; consult literature or software documentation for consistency.

How does inertia relate to the Elbow Method?

The Elbow Method plots inertia versus the number of clusters. The 'elbow' in the curve represents a point where inertia no longer decreases sharply, suggesting a good balance between cluster complexity and fit. Inertia is the metric; the Elbow Method is the interpretation technique.

Can I use inertia with non-Euclidean distances?

Standard inertia uses squared Euclidean distance. For other distance metrics, you would need to adapt the metric, though this is uncommon. Most clustering algorithms that use inertia implicitly assume Euclidean distance, so alternatives may not be directly compatible.

Sources

  1. Lloyd, S. P. (1982). Least squares quantization in PCM. IEEE Transactions on Information Theory, 28(2), 129-137. DOI: 10.1109/TIT.1982.1056489 ↗
  2. MacQueen, J. (1967). Some methods for classification and analysis of multivariate observations. In Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability (Vol. 1, pp. 281-297). link ↗

How to cite this page

ScholarGate. (2026, June 3). Inertia: Sum of Squared Distances to Cluster Centroids. ScholarGate. https://scholargate.app/en/model-evaluation/inertia

Related methods

Calinski-Harabasz IndexDavies-Bouldin IndexDunn IndexElbow MethodSilhouette Score

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Calinski-Harabasz IndexModel Evaluation↔ compare
  • Davies-Bouldin IndexModel Evaluation↔ compare
  • Dunn IndexModel Evaluation↔ compare
  • Elbow MethodModel Evaluation↔ compare
  • Silhouette ScoreModel Evaluation↔ compare
Compare side by side →

Referenced by

Calinski-Harabasz IndexDunn IndexElbow MethodGap Statistic

Similar methods

Elbow MethodK-meansK-Means ClusteringDavies-Bouldin IndexSilhouette ScoreCluster AnalysisDunn IndexCalinski-Harabasz Index

Related reference concepts

K-Means ClusteringClustering AlgorithmsCluster AnalysisHierarchical Cluster AnalysisText ClusteringMultidimensional Scaling

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Inertia (Within-Cluster Sum of Squares) (Inertia: Sum of Squared Distances to Cluster Centroids). Retrieved 2026-07-21 from https://scholargate.app/en/model-evaluation/inertia · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Stuart Lloyd, James MacQueen
Subfamily
Cluster Cohesion Measure
Year
1967
Type
Clustering quality metric
Related methods
Calinski-Harabasz IndexDavies-Bouldin IndexDunn IndexElbow MethodSilhouette Score
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account