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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Dimensionality Reduction interview questions

View all →