A left skewed histogram is a histogram that attains a peak (which is the mode) towards the right side of the graph and has a “tail” towards the left side. This means that the data has contains a greater number of larger values compared to smaller values.

The above image is an example of a left skewed histogram. We can see that it has a “peak” towards the right with its mode lying somewhere between 70 and 80. The graph has its “tail” towards the left side. We use the side in which the tail lies to decide whether the histogram is left skewed or right skewed.
If a histogram is skewed towards the left, we say that the histogram has negative skewness and that the distribution is negatively skewed.
Relationship between Mean, Median, and Mode in a Left Skewed Histogram:
We have the following relationship between the mean, median, and mode.
\text{Mean}\leq\text{Median}\leq\text{Mode}The reason for the mean being smaller than the median and the mode is that in a left skewed distribution there is a greater frequency of larger values which increase the median and mode of the data.
We can in fact use the difference between the mean and the mode to quantify the degree of skewness of our distribution by using the formula,
\text{ Skewness } = \frac{\text{(Mean - Mode)}}{\text{Standard Deviation}}The value of skewness calculated using the above formula will always be negative for a left skewed histogram because the mean is less than the mode in a left skewed distribution.
We can also calculate the skewness using the following formula:
\text{Skewness }=\frac{\sum_{i=1}^{n}(x_i-\bar{x})^3}{n\sigma^3}where, x_i denotes the data values, \bar{x} denotes the mean, \sigma the standard deviation and n denotes the number of data points.
Real-Life Example of left-skewed data:
The death rates of individuals compared with age is an example of left skewed data. If we were to plot the age on the X- axis and the number of deaths in that age group on the Y-axis we would get a left skewed histogram. This is because there will be greater number of deaths among the older population. There will be relatively less frequency of deaths among the younger population.
Construction of a left skewed histogram:
Consider the following data showing the marks obtained by a group of students in an exam worth 100 points.
Class Intervals (Marks obtained) | Frequency (Number of students) |
0-10 | 1 |
10-20 | 1 |
20-30 | 2 |
30-40 | 4 |
40-50 | 7 |
50-60 | 14 |
60-70 | 16 |
70-80 | 22 |
80-90 | 21 |
90-100 | 15 |
We plot the above data and obtain the following histogram,

Once again, notice that the mode of the histogram lies towards the right and the tail lies towards the left. Let us calculate the exact value for the negative skewness of the above histogram.
Classes | Class Mark (x_i) | Frequency (f_i) | f_ix_i | x_i-\bar{x} | f_i(x_i-\bar{x})^2 | f_i(x_i-\bar{x})^3 |
0-10 | 5 | 1 | 5 | -67.08 | 4499.6789 | -301836.8685 |
10-20 | 15 | 1 | 15 | -57.08 | 3258.086 | -185970.395 |
20-30 | 25 | 2 | 50 | -47.08 | 4432.9861 | -208703.4182 |
30-40 | 35 | 4 | 140 | -37.08 | 5499.6006 | -203923.2433 |
40-50 | 45 | 7 | 315 | -27.08 | 5133.1506 | -139003.9012 |
50-60 | 55 | 14 | 770 | -17.08 | 4084.0003 | -69753.2797 |
60-70 | 65 | 16 | 1040 | -7.0796 | 801.9422 | -5677.4669 |
70-80 | 75 | 22 | 1650 | 2.9204 | 187.6263 | 547.9352 |
80-90 | 85 | 21 | 1785 | 12.9204 | 3505.6465 | 45294.1936 |
90-100 | 95 | 25 | 2375 | 22.9204 | 13133.5657 | 301025.9741 |
n=113 | \sum f_ix_i=8145 | \sum f_i(x_i-\bar{x})^2 =44536.28 | \sum f_i(x_i-\bar{x})^3 =-768000.47 |
We see that the histogram in the above example has a negative skewness equal to -0.8686.