What Symbol Is Variance: Notation, Formulas, and Examples
Explore the symbol for variance, its standard notations (σ^2 for population and s^2 for sample), formulas to compute it, and practical examples that reveal how dispersion is measured in statistics and research.

Variance is a measure of how spread out data are in a dataset. It is the average of the squared deviations from the mean.
What variance tells us about data dispersion
Variance is the backbone of dispersion analysis in statistics. It answers the question of how far data points tend to lie from the mean by quantifying the average squared deviation. When you ask what symbol is variance, the standard answer points to the notation σ^2 for a population variance and s^2 for a sample variance. A higher variance means data are more spread out; a lower variance indicates tighter clustering around the mean. Because deviations are squared, large outliers have a bigger impact on the variance than small deviations, which is important when interpreting results in fields like psychology, economics, or experimental physics. In practical terms, variance, together with the mean, gives you a single numeric summary of spread that can be compared across groups, experiments, or conditions. It also underpins many inferential techniques, from hypothesis testing to confidence intervals, where understanding dispersion is essential for judging uncertainty.
Symbols you will see in variance discussions
In most statistical texts, variance appears under several notations. The population variance is denoted by σ^2 (sigma squared). The sample variance is denoted by s^2. When writers use Var(X), they indicate the variance of a random variable X, with context determining whether it refers to a population parameter or a sample statistic. The variance measures dispersion, while the standard deviation shares the same units as the data since it is the square root of variance. You'll also see Var(X) used in probability theory and statistics, reinforcing the idea that variance captures spread around the mean rather than a central value. Across contexts, the symbol choices help distinguish between a fixed population parameter and an estimated sample quantity, but the underlying concept remains the same: dispersion around the mean.
How variance is computed for a population
For a random variable X with mean μ and finite variance, the population variance is Var(X) = E[(X - μ)^2], where E denotes expectation. Equivalently, Var(X) = σ^2, the square of the standard deviation. This definition uses the entire distribution, not just a subset, which is why it is central to probability theory. If you have full access to the population, computing σ^2 involves averaging the squared distances from the mean across all outcomes. The key idea is that you measure dispersion around the central value μ, not the distance to any single observation. In practice, the population variance is a theoretical quantity; real-world data require estimation from samples. The population view underpins many statistical results, including laws of large numbers and central limit theorem concepts, as they rely on an underlying variance structure to describe spread.
How variance is computed for a sample
Because the population is rarely fully observed, statisticians define the sample variance to estimate the population variance. For a dataset of n observations x1, x2, …, xn with sample mean x̄, the sample variance is s^2 = (1/(n-1)) ∑(xi - x̄)^2. The use of n-1 rather than n makes this an unbiased estimator of σ^2 when the data come from a random sample of a finite population. If you want a quick mental model, think of variance as the average squared deviation, but calculated using the sample mean as the center and adjusted by degrees of freedom. The result has units squared, so the standard deviation is often preferred for interpretation. When reporting a sample variance, researchers typically mention the sample size and method for handling missing data to reflect how much uncertainty remains in the estimate.
Worked example: small data set
Consider the data set [2, 4, 6]. The mean is 4. The squared deviations are 4, 0, and 4, respectively. For population variance, Var = (1/3)(4+0+4) = 8/3 ≈ 2.67. For sample variance, s^2 = (1/2)(8) = 4. This example illustrates how variance changes depending on whether you model the entire population or estimate from a sample. It also shows how outliers magnify variance because the squared term amplifies larger deviations. In practice, analysts compare the variance with the standard deviation to get a sense of spread in the same units as the data, and they often visualize variance with histograms or density plots to communicate dispersion clearly.
Relationship to standard deviation and units
Variance and standard deviation are closely linked: SD is the square root of the variance. If Var(X) = σ^2, then SD(X) = σ = sqrt(Var(X)). Because variance uses squared units, its numerical value can be harder to interpret directly, especially for large-scale measurements. The standard deviation, with the same units as the data, is often easier to reason about. Together, variance and standard deviation describe spread, while the mean describes center. In modeling, many assumptions rely on a known variance or a reliable estimate of it, such as homoscedasticity in regression or the expected dispersion under normality. If variance is compared across groups, ensure the data are measured on the same scale, otherwise the comparison can be misleading.
Practical notes and common pitfalls
Be clear whether you are reporting population or sample variance, and state the sample size. Do not confuse variance with standard deviation, even though they are related. If the data include outliers, variance will be heavily influenced because the squaring magnifies extreme values. When data are skewed, variance estimates may be unstable and transformations or robust statistics could be appropriate. In reporting, include the units of measurement and, if possible, a real-world interpretation of what the variance means for the studied phenomenon. Finally, remember that variance is a theoretical quantity for a population and an estimate from data; treat your reported variance with appropriate context and uncertainty.
The symbol for variance in math and statistics
Across mathematics and statistics, the variance symbol appears in several common forms. The population variance is σ^2 and the sample variance is s^2, while Var(X) expresses the variance of a random variable X. In probability and statistics, these notations are used to distinguish between a population parameter and a sample statistic. In practice, you will see all three forms used depending on the discipline and the problem at hand. The core idea remains the same: variance is a measure of dispersion based on squared deviations from the mean.
How to report variance in research and data science
Statistical reports should clearly distinguish population variance and sample variance. State the formula used, the data source, and the sample size; indicate whether you refer to a population parameter or a sample statistic. If you present confidence intervals or standard errors, connect them to the variance estimate to show uncertainty around dispersion. In data science workflows, variance is often presented alongside mean, standard deviation, and percentiles to provide a complete distribution picture. When interpreting variance, remember that it is measured in squared units, and comparisons should be made on consistent scales. Finally, provide domain-specific interpretation so readers understand what the variance implies for the phenomenon under study, such as measurement reliability, experimental control, or risk assessment.
Questions & Answers
What is the difference between variance and standard deviation?
Variance and standard deviation both measure dispersion, but variance is the average of squared deviations, while standard deviation is its square root. This makes SD have the same units as the data, which often makes it easier to interpret.
Variance measures dispersion using squared units, while the standard deviation is its square root and shares the data units.
Why do we divide by n minus one when calculating sample variance?
Dividing by n minus one corrects bias in estimating the population variance from a sample. This degrees of freedom adjustment makes the estimator unbiased for σ^2 when data come from a finite population.
We divide by n minus one to make the one variable estimate unbiased for the population variance.
Can variance be negative?
No. Variance is always nonnegative because it sums squared deviations from the mean.
Variance cannot be negative; it is always zero or positive.
What does a large variance tell us about a data set?
A large variance indicates that data are widely spread around the mean, implying greater variability and less precision in estimates.
A large variance means your data are very spread out and less predictable.
What symbols denote population vs sample variance?
Population variance is denoted by σ^2, sample variance by s^2, and Var(X) is the variance of a random variable.
Population variance is sigma squared, sample variance is s squared, and Var(X) names the variance of a random variable.
Is variance affected by outliers?
Yes. Outliers increase variance because the squared deviations magnify extreme values.
Yes, outliers can raise variance by magnifying large deviations.
The Essentials
- Learn that variance uses squared deviations from the mean
- Population variance is denoted by σ^2; sample variance uses s^2
- Var(X) represents variance of a random variable
- Square root of variance is the standard deviation
- Always specify population vs sample variance when reporting