Part of the Maths & Statistics suite · 235 calculators

F-Test Calculator (Equality of Variances)

Test whether two samples have the same variance — the F-test, with the warning about how badly it behaves when the data is not normal.

F is the ratio of the two sample variances, larger over smaller, compared against the F distribution on (n₁−1, n₂−1) degrees of freedom.

Results update as you type
Results
F statistic
2.25
p-value (two-tailed)
Numerator df
Denominator df
Decision at 5%
Variance ratio
Standard deviation ratio
What to do next
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the Australian Curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About f-test calculator (equality of variances)

How the f-test calculator (equality of variances) works

F is the ratio of the two sample variances, larger over smaller, compared against the F distribution on (n₁−1, n₂−1) degrees of freedom.

It is notoriously sensitive to non-normality: heavy tails make it reject far too often, which is why using it as a preliminary screen before a t-test is bad practice. Levene's test is far more robust, and Welch's t-test removes the need for the question entirely.

Formula: F = s₁² / s₂², df = (n₁ − 1, n₂ − 1)

Worked examples

InputsF statisticNote
SDs of 12 and 82.25F = 2.25, p = 0.039
Equal spread1F = 1, p = 1
A large difference16F = 16 — strongly significant

Frequently asked questions

What does the F-test test?

Whether two samples come from populations with the same variance.

Why is it criticised?

Because it assumes normality strictly. With heavy-tailed data it rejects far more often than its stated 5%, so a "significant" result may say more about the tails than the variances.

Should I run it before a t-test?

No. A preliminary test inflates the overall error rate, and the fix — Welch's t-test — costs nothing. Just use Welch.

What is a more robust alternative?

Levene's test, or Brown-Forsythe, which use absolute deviations from the mean or median and are far less sensitive to shape.

Is this the same F as in ANOVA?

The same distribution, a different application. ANOVA compares between-group and within-group variance to test means; this compares two sample variances directly.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.