MANOVA, the multivariate analysis of variance, tests whether groups differ on several dependent variables at once, treating those outcomes as a single combined response rather than testing each one separately. It asks whether the groups differ on the overall profile of outcomes, and only if that combined test is significant do you examine the individual variables. The point is to capture differences that live in the pattern across outcomes, which separate analyses can miss.

What MANOVA is used for

Reach for MANOVA when a study has two or more related outcome variables that are conceptually part of the same construct, for example testing whether teaching methods affect both exam scores and coursework grades together. Running a separate ANOVA on each outcome inflates the false-positive rate across the family of tests and ignores the correlations between the outcomes. MANOVA controls that error rate with a single omnibus test and can detect a group difference that is spread thinly across several correlated measures.

ANOVA versus MANOVA

The difference is in the number of dependent variables. An ANOVA has one outcome; a MANOVA has two or more, analysed jointly. MANOVA produces multivariate test statistics, most commonly Wilks' lambda, along with Pillai's trace, Hotelling's trace, and Roy's largest root, each summarising the group difference across the whole set of outcomes. Because of this multivariate structure, MANOVA is sometimes described simply as the multivariate extension of ANOVA, which is also the answer to the common question of what another name for it is.

TestDependent variablesHeadline statistic
ANOVAOneF ratio
MANOVATwo or more, analysed jointlyWilks' lambda

Is MANOVA a two-way ANOVA?

No, though the names invite confusion. A two-way ANOVA has one outcome and two independent factors. A one-way MANOVA has one factor but several outcomes. The "multi" in MANOVA refers to multiple dependent variables, not multiple factors. You can of course combine the ideas into a two-way MANOVA with two factors and several outcomes, but the feature that makes it a MANOVA is always the set of dependent variables analysed together.

Assumptions and the follow-up analysis

MANOVA assumes multivariate normality, homogeneity of the covariance matrices across groups (checked with Box's M), independence of observations, and that the outcomes are correlated but not so highly that they are redundant. A significant multivariate test is only the first step: you then probe which outcomes drive the effect, traditionally with follow-up ANOVAs using a corrected alpha, or with discriminant analysis. Report the multivariate statistic, its approximate F and degrees of freedom, the p-value, and a multivariate effect size, following APA conventions. If your outcomes are not genuinely related, separate analyses guided by the test-selection guide are often the cleaner choice, and you can sanity-check each single-outcome comparison with the one-way ANOVA calculator.