GintiCalcEvery calculation

SigmaCalc

Skewness Calculator

Is your data lopsided, and which way?

Skewness and distribution shape

Skewness measures asymmetry. Zero is symmetric, positive means a long tail to the right, negative a long tail to the left.

DatasetMeanMedianSkewnessShape
2, 4, 4, 4, 5, 5, 7, 95.004.500.656Right-skewed
10, 12, 23, 23, 16, 23, 21, 1618.0018.50-0.364Left-skewed
1, 2, 3, 4, 53.003.000.000Symmetric
5, 10, 15, 20, 25, 3017.5017.500.000Symmetric
70, 75, 80, 85, 90, 95, 10085.0085.000.000Symmetric
3, 7, 7, 19, 24, 30, 32, 4520.8821.500.249Right-skewed

The mean and median columns are the intuition behind the number: where the mean sits above the median, the distribution is dragged right and skewness is positive; where it sits below, skewness is negative. Rows three to five are exactly symmetric and return precisely zero. Sign matters more than magnitude for most purposes - roughly, values beyond plus or minus 1 indicate substantial skew, and beyond 2 a strongly skewed distribution. Skewed data breaks the assumptions behind many standard tests, which is why it is worth checking before running a t-test or reporting a mean.

What skewness actually measures

Skewness quantifies asymmetry: a value near zero means the distribution is roughly symmetric, a positive value means a longer tail stretches to the right (a few unusually high values), and a negative value means the opposite — a longer tail to the left.

Why it matters beyond the shape

Skewed data pulls the mean away from the median — income, home prices, and wait times are all classic right-skewed distributions where a handful of large values inflate the average well above what's 'typical', which is exactly why skewness is worth checking before trusting a mean.

Frequently asked questions

What do positive and negative skewness mean?

Positive skew (right-skewed): a long tail to the right, mean > median. Examples: income, home prices, insurance claims. Negative skew (left-skewed): a long tail to the left, mean < median. Examples: exam scores on an easy test, retirement age.

How is skewness different from kurtosis?

Skewness measures asymmetry (which direction the tail stretches). Kurtosis measures tail heaviness (how likely extreme outliers are). A distribution can be symmetric but have heavy tails (high kurtosis), or be skewed with normal tails. They capture different aspects of shape.

If my data is highly skewed, what should I do?

Report the median instead of the mean, use IQR instead of standard deviation, and consider a log transformation before applying methods that assume normality. Many real-world datasets (income, wait times, file sizes) are naturally right-skewed.

Related Math calculators

You might also like

Last updated: September 6, 2026