Home › Statistics Homework Help › SPSS Help › Interpreting SPSS Output
Read the right number

How to Read and Interpret SPSS Output

To read any SPSS output table, find the value named after your test (t, F, r, or Chi-Square) as the test statistic, then read the p-value in the Sig. column, called Two-Sided p in SPSS version 27 and later. If that p-value is below your alpha, usually .05, the result is significant. This page shows exactly where to look in every common table, with worked examples you can match to your own output.

✓Statistic vs p-value, made clear ✓Five worked output tables ✓Human statisticians, no AI

What this page explains

Test statistic vs p-valueThe Sig. columnTwo-Sided p Degrees of freedomp = .000Effect size t-test outputANOVA outputRegression output Chi-square outputCorrelation output
Since 2014statistics specialists
Any testread and interpreted
★★★★★rated by students
3 hrsfastest turnaround

SPSS gives you tidy tables, but a table is not an answer. The marks come from knowing which single value in the table decides your result, and how to write it. Almost every SPSS table follows the same logic: a test statistic that measures the size of the pattern, a degrees of freedom value that reflects the sample, and a p-value that says whether the pattern is likely to be real. Learn to spot those three, and you can read output from a test you have never seen before. This guide is part of our SPSS help and the wider statistics homework help hub.

One version note that trips people up. In SPSS version 27 and later the old Sig. (2-tailed) column is split into One-Sided p and Two-Sided p. For an ordinary non-directional hypothesis you read Two-Sided p, which holds the same meaning as the old Sig. (2-tailed).

The anatomy of any SPSS table

Four questions open up almost every output table SPSS produces. Ask them in order.

Ask thisWhere to lookWhy it matters
Which value is the test statistic?The column named after the test: t, F, r, or Value in the Pearson Chi-Square row. In regression, B and t on each predictor row.It measures the size of the effect in test units. On its own it does not tell you significance.
What are the degrees of freedom?The df column. A t-test has one, ANOVA and regression report two, chi-square shows rows minus one times columns minus one.They go in brackets after the statistic and reflect the sample behind the test.
Which value is the p-value?The Sig. column, or Sig. (2-tailed), or Two-Sided p in version 27 and later.Below your alpha (usually .05) means statistically significant. This is the decision value.
How big is the effect?An effect size such as Cohen's d, eta squared, Cramer's V, r, or R Square.Significance says an effect exists; effect size says whether it is large enough to matter.
The rule everyone forgetsSPSS prints a p-value smaller than .0005 as .000, but a probability is never exactly zero. Whenever you see Sig. = .000, report it as p < .001, never as p = .000.

The rest of this page applies these four questions to the five tables you meet most often.

The test statistic and the p-value are different columns

The single most common reading error is treating the Sig. value as the result and forgetting the statistic, or the reverse. They answer different questions. The test statistic (t, F, r, or Chi-Square) measures how far your data sit from what the null hypothesis predicts, in the test's own units. The p-value translates that distance into a probability, so you can judge whether the pattern is likely to be chance. A complete result reports both, plus the degrees of freedom, for example t(38) = 2.43, p = .020. Report the statistic without the p-value and the reader cannot judge significance. Report the p-value alone and the result is not reproducible.

Significance is not the same as importance. A p-value below .05 tells you an effect is unlikely to be zero, not that it is large or useful. In a big sample even a trivial difference turns out significant. That is why every result below pairs the p-value with an effect size, which measures how large the difference or relationship actually is.

Five SPSS output tables, read line by line

Each recreated table highlights the value that decides the result, with a one-line read and a link to the full walkthrough. Example values follow standard teaching datasets.

Independent-samples t-test output

Compares one continuous outcome between two unrelated groups. The result lives in the Independent Samples Test table.

Read it. Let Levene's Test choose the row first: if Levene's Sig. is above .05 read Equal variances assumed, otherwise read Equal variances not assumed. On that row, t is the statistic, df is the degrees of freedom, and Two-Sided p is the p-value.

Independent Samples Test (Levene's Sig. = .217, so read the top row)
Levene FLevene Sig.tdfTwo-Sided p
Equal variances assumed1.57.2172.42838.020
Equal variances not assumed2.42834.9.021
One-line readt is 2.43 on 38 degrees of freedom and the two-sided p is .020, which is below .05, so the two group means differ significantly, t(38) = 2.43, p = .020.

Full menu path, Levene's rule, and APA write-up: see the t-test walkthrough.

One-way ANOVA output

Compares one continuous outcome across three or more groups. The omnibus result lives in the ANOVA table.

Read it. Use the Between Groups row. F is the statistic, its two df values are the between-groups df and the within-groups df, and Sig. is the p-value. A significant F says at least one group differs, so you then read the Multiple Comparisons table to see which pairs.

ANOVA
Sum of SquaresdfMean SquareFSig.
Between Groups85.5242.74.467.021
Within Groups258.3279.6
Total343.829
One-line readF is 4.47 on 2 and 27 degrees of freedom with Sig. .021, so the group means differ significantly, F(2, 27) = 4.47, p = .021, and the post-hoc table shows which groups.

Post-hoc reading, Levene's, and effect size: see the ANOVA walkthrough.

Linear regression output (Model Summary and Coefficients)

Predicts a continuous outcome from one or more predictors. Regression prints several tables, and you read three of them together.

Read it. The Model Summary gives R Square, the share of variance in the outcome the model explains. The ANOVA table Sig. tests whether the model as a whole predicts the outcome. The Coefficients table is where the work happens: B is the unstandardized slope, Beta is the standardized slope for comparing predictors, t is each predictor's statistic, and its Sig. tests that predictor. Read the model Sig. first, then each predictor's Sig.

Model Summary
ModelRR SquareAdjusted R SquareStd. Error of the Estimate
1.699.489.4703.35
Coefficients
ModelBStd. ErrorBetatSig.
(Constant)2.861.441.99.055
Hours studied1.530.31.6994.94<.001
One-line readThe model explains 48.9 percent of the variance (R Square = .489), and hours studied is a significant positive predictor, B = 1.53, β = .70, t = 4.94, p < .001, so each extra hour adds about 1.53 points.

Assumptions, the ANOVA table, and full reporting: see the regression walkthrough.

Chi-square test of independence output

Tests whether two categorical variables are associated. The result lives in the Chi-Square Tests table.

Read it. Use the Pearson Chi-Square row and ignore the Likelihood Ratio and Linear-by-Linear rows. Value is the statistic, df equals rows minus one times columns minus one, and Asymptotic Sig. (2-sided) is the p-value. Check the footnote for expected counts below five.

Chi-Square Tests
ValuedfAsymptotic Sig. (2-sided)
Pearson Chi-Square7.8642.020
Likelihood Ratio7.9122.019
N of Valid Cases120
One-line readThe Pearson Chi-Square Value is 7.86 on 2 degrees of freedom with Sig. .020, so the two categorical variables are significantly associated, χ²(2) = 7.86, p = .020.

Menu path, expected-count rule, and Cramer's V: see the chi-square section of the SPSS hub.

Pearson correlation output

Measures the strength and direction of the linear relationship between two continuous variables. The result lives in the Correlations matrix.

Read it. Read an off-diagonal cell, never the diagonal ones, which are always 1. Pearson Correlation is r, from minus one to plus one, Sig. (2-tailed) is the p-value, and N is the number of complete pairs. Here r doubles as the effect size.

Correlations
HeightJump distance
HeightPearson Correlation1.706
Sig. (2-tailed).005
N1414
One-line readr is .706 with a two-tailed Sig. of .005 across 14 pairs, so there is a strong, positive, significant correlation, r = .71, n = 14, p = .005.

Scatterplot check, Spearman fallback, and reporting: see the correlation section of the SPSS hub.

Effect size: the number that says how much it matters

A p-value answers whether an effect exists. An effect size answers how big it is, in a unit that does not depend on sample size. Report one next to every p-value. SPSS now prints many effect sizes directly, and each test has its usual measure with rough benchmarks from Jacob Cohen.

TestUsual effect sizeSmallMediumLarge
Independent or paired t-testCohen's d0.200.500.80
One-way ANOVAEta squared0.010.060.14
Correlation and regressionr, and R Square for the model0.100.300.50
Chi-squarePhi (two by two) or Cramer's V0.100.300.50

These cutoffs are conventions, not laws, and some fields expect larger effects than others. The point stands: a significant result with a tiny effect size is often less useful than a non-significant result in a study that was simply too small, so read the two together.

The reading mistakes that change the grade

Output layouts on this page were checked against the IBM SPSS Statistics documentation, the UCLA annotated SPSS output, and the Kent State University SPSS tutorials.

Not sure your output says what you think?

A statistician can run and explain it on your data, confirm the test fits your design, read the correct rows, and write the result so you can defend it. This is done-with-you help, not a black box.

What one order includes: a check that the right test was used, the correct output rows identified, assumptions verified, an effect size added, and a plain-language interpretation written in your required reporting style. A syntax file is included so the analysis is reproducible.
1

Send your output or data

Upload your SPSS file or output, the brief, and your deadline, then get a free quote from support.

2

Pay securely

Approve the price and a statistician who works in SPSS every day starts right away.

3

Get the interpretation

Receive the read output, effect sizes, and write-up in your account, with free revisions if you need them.

★★★★★
What students say
★★★★★

"This company is wonderful. I was able to depend on them all semester for my Statistics assignments. Dependable with competitive prices. Would definitely use again!"

LMJ
Verified review
★★★★★

"I was a little skeptical at first but this is definitely the best decision I could have made when it comes to getting help with my homework. This is a legit business and the staff are very helpful and professional."

Kennedy C.
Verified review

Reading SPSS output FAQ

Sig. is the p-value, the probability of a result at least this extreme if the null hypothesis were true. If it is below your alpha, usually 0.05, the result is statistically significant. In a t-test or correlation the column is Sig. (2-tailed), renamed Two-Sided p in version 27 and later. Sig. is never the test statistic itself.

SPSS rounds any p-value smaller than .0005 down to .000, but a probability is never exactly zero. Report it as p < .001, not p = .000.

The value named after the test: t for a t-test, F for ANOVA and regression, Pearson Correlation for correlation, and Value in the Pearson Chi-Square row. In regression each predictor has its own B and t. The p-value sits in a separate Sig. or Two-Sided p column beside it.

Effect size measures how large a difference or relationship is, apart from significance. Common Cohen benchmarks: Cohen's d of 0.2 small, 0.5 medium, 0.8 large; r of 0.1, 0.3, 0.5; eta squared of 0.01, 0.06, 0.14. Report one beside every p-value, because a tiny effect can still be significant in a large sample.

Regression gives two. The Sig. in the ANOVA table tests the whole model, and the Sig. on each predictor's row in the Coefficients table tests that predictor. Read the model Sig. first, then the per-predictor values.

The df column describes the sample behind the test and goes in brackets after the statistic. A t-test uses one df, ANOVA and regression report two, and chi-square df equals rows minus one times columns minus one. After a Greenhouse-Geisser correction the df become fractional.

Yes. Send your output file or data set and a statistician reads the correct rows, confirms the test was appropriate, checks the assumptions, and writes the interpretation in your required style before your deadline, with free revisions.

Get your SPSS output read right

Hand it to a statistician and get the correct rows, effect sizes, and a clear interpretation before your deadline.

Get my free quote →

Related homework help

We use cookies to improve your experience. See our cookie policy.