What Is the Average Rating Calculator?
The Average Rating Calculator works out the overall star score for a product, business, or service based on how many reviews fell into each star bucket. Instead of a simple count, it produces a weighted average — exactly the kind of number you see displayed next to listings on review platforms and app stores.
How to Use It
Enter the number of reviews you received at each star level: 5-star, 4-star, 3-star, 2-star, and 1-star. The calculator multiplies each star value by its count, sums those products, and divides by the total number of reviews. The result is your average rating out of 5.
The Formula Explained
The average rating is given by:
$$\text{Average} = \frac{\sum(\text{rating} \times \text{count})}{\sum(\text{count})}$$
The numerator is the total number of "points" earned — a 5-star review contributes 5 points, a 4-star review 4 points, and so on. The denominator is simply the total number of reviews. Dividing the two gives the mean rating.
Worked Example
Suppose a product has 40 five-star, 30 four-star, 15 three-star, 10 two-star, and 5 one-star reviews. The weighted sum is $$(5\times40) + (4\times30) + (3\times15) + (2\times10) + (1\times5) = 200 + 120 + 45 + 20 + 5 = 390.$$ The total number of reviews is $$40 + 30 + 15 + 10 + 5 = 100.$$ The average rating is \(390 \div 100 = 3.9\) stars.
How the Average Changes Across Scenarios
The table below shows four realistic distributions, each totaling 100 reviews, and the resulting average out of 5. Notice how the polarized and uniform sets can land near the same value while representing very different customer sentiment.
| Scenario | 5★ | 4★ | 3★ | 2★ | 1★ | Average (of 5) |
|---|---|---|---|---|---|---|
| Mostly 5-star (well-loved product) | 70 | 20 | 5 | 3 | 2 | 4.53 |
| Polarized (love-it-or-hate-it) | 45 | 5 | 5 | 5 | 40 | 3.10 |
| Uniform (evenly spread opinions) | 20 | 20 | 20 | 20 | 20 | 3.00 |
| Declining (more low than high) | 10 | 15 | 20 | 25 | 30 | 2.50 |
The polarized and uniform rows both sit near 3.0, yet the polarized product has 45 delighted customers and 40 frustrated ones — a pattern the average alone would never reveal. If you want to analyze the spread of the underlying scores directly, you can treat the individual ratings as a data set in a mean, median and mode calculator to see central tendency and frequency together.
FAQ
Why use a weighted average instead of a simple one? Because each rating level has a different number of reviews. Weighting by count gives every review equal influence, which reflects the true overall sentiment.
What if I have no reviews? With zero total reviews the average is undefined; the calculator returns 0 to avoid dividing by zero.
Can I use a different scale? This tool assumes a 1-to-5 star scale, the most common standard for product and business reviews.