Why does PCA require centered data?
Updated May 16, 2026
Short answer
Centering ensures variance is measured relative to the mean.
Deep explanation
PCA depends on covariance computation, which assumes that data is centered at zero. Without centering, the first principal component may capture the mean offset instead of meaningful variance structure. Centering shifts data so that covariance reflects true relationships between features.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro