What is a Left Skewed Histogram?

A left skewed histogram is a type of histogram with a long tail on the left side that drags the mean to the left. This type of histogram typically has a higher frequency of lower values and a lower frequency of higher values. The resulting shape is very asymmetrical, with the majority of the data concentrated on the left side.


A histogram is a type of chart that allows us to visualize the distribution of values in a dataset.

We say that a histogram is left skewed if it has a “tail” on the left side of the distribution:

left skewed histogram

Note: Sometimes a left skewed histogram is also referred to as a negatively skewed histogram.

A left skewed histogram has the following two properties:

1. The peak of the distribution is on the right side.

peak of distribution in left skewed histogram

2. The mean is less than the median.

What Causes a Histogram to Be Left Skewed?

A histogram is left skewed when it is uncommon for a variable to take on a small value and much more common for a variable to take on values concentrated around a larger value. 

One real-life example of a left skewed histogram would be exam scores among students.

Most students might score between 70 and 90 on a particular exam and it’s extremely uncommon for many students to score near a zero.

When we create a histogram to visualize the distribution of exam scores for some class, it will naturally be left skewed:

real life example of left skewed histogram

Why is the Mean Less than the Median in a Left Skewed Histogram?

In a left skewed histogram, the mean is less than the median because the high frequency of values on the right side of the distribution causes the median value to be larger.

Dataset: 24, 45, 56, 71, 78, 80, 81, 81, 82, 83, 84, 85, 85, 89, 91, 91, 92, 93, 96, 97

Here are the mean and median values of this dataset:

  • Mean: 79.2
  • Median: 83.5

The mean value is dragged lower by the students who scored very low while the median value is located at the “middle” value of scores, which is 83.5.

If we plot this distribution, it would be a left skewed histogram with most of the values concentrated on the right side of the histogram.

The Difference Between Right Skewed & Left Skewed Histograms

The opposite of a left skewed histogram is a right skewed histogram.

This is a type of histogram that has a “tail” on the right side of the distribution:

This type of histogram has the following properties:

1. The peak of the distribution is on the left side.

2. The mean is greater than the median.

Notice that these are the exact opposite properties of a left skewed histogram.

Read more about right skewed histograms in .

The following tutorials provide additional information about histograms:

x