That 4.9 Star Product Is Lying to You
I am sure by the end of this article you will know exactly why you choose a 4.4 star product with 10,000 reviews over a 4.9 star product…
That 4.9 Star Product Is Lying to You

I am sure by the end of this article you will know exactly why you choose a 4.4 star product with 10,000 reviews over a 4.9 star product with 10 reviews.
And I already know which one you would pick. You would pick the 4.4 star product. Every single time.
That is not a mistake. That is natural intelligence. The more people who have bought something and liked it, the more you trust it. You do not need a statistics degree to feel that. It is instinct.
But here is the interesting question — how do modern recommendation systems build that instinct into their ranking logic? How does a machine learn that a product with 10,000 strong reviews is usually more trustworthy than a nearly perfect product with only 10 reviews?
Because if you just write the code to compare numbers, the machine sees 4.9 is greater than 4.4 and recommends the wrong product. Every time. Blindly.
This is exactly the problem Henry Wilson solved. And the solution is called the Wilson Score.
Why trusting numbers blindly fails
Imagine you are building the product ranking system for an e-commerce platform. You have two products sitting in the same category.
Product A — 4.4 stars, 10,000 reviews
Product B — 4.9 stars, 10 reviews
A naive system compares 4.9 > 4.4 and pushes Product B to the top of every search result. Thousands of users see Product B first. Some of them buy it. Maybe it is genuinely great. Maybe those 10 reviews were from the seller’s friends. You have no idea. You just gambled with your user’s trust.
Wilson said — we should not be comparing the ratings. We should be comparing how confident we are in those ratings.
What Wilson Score actually does
Wilson Score asks one question that rating systems almost never ask.
Not — what is the score? But — how much should I trust this score?
It looks at two things together. The rating itself and the number of times that rating was tested. Then it calculates the most conservative honest version of that rating given the evidence available.
Think of it like a courtroom. A witness who saw something once is not as reliable as a witness who has seen the same thing happen a hundred times. Wilson Score is the judge deciding how much weight to give each witness.
For Product A with 10,000 reviews — Wilson says I have overwhelming evidence. The rating is highly trustworthy. The score stays close to the observed rating.
For Product B with 10 reviews — Wilson says I have almost no evidence. This rating could be real or it could be noise. I cannot recommend this confidently. The score drops significantly.
The result completely flips the ranking. Product A rises to the top. Not because it has a better raw rating — but because its rating is built on real evidence.
Why the number of reviews matters so much
Every review is a piece of evidence. When you have 10,000 pieces of evidence all pointing in the same direction, you can be extremely confident that direction is correct. The uncertainty is tiny.
When you have 10 pieces of evidence, even if they all point the same direction, you have to ask — is this a pattern or did I just get lucky? Ten people out of billions is a very small window into reality. The uncertainty is enormous.
Wilson Score makes that uncertainty visible. It does not hide it behind a clean number. It says — here is what we know, and here is how confident we are in what we know. And when confidence is low, the score reflects that honestly.
What happens as Product B earns more reviews
Wilson Score is not a punishment for being new. It is a reflection of current evidence.
As Product B gets more reviews and continues maintaining that 4.9 rating, Wilson starts trusting it more. The score rises gradually toward the observed rating. If the product is genuinely that good, it earns its ranking over time through consistent evidence.
This is exactly what you want from a fair system. You cannot game it by getting ten friends to leave five star reviews on launch day. Wilson sees through that immediately because ten reviews still carry enormous uncertainty regardless of how positive they are.
Authentic quality that holds up across hundreds and thousands of real customers is the only thing that moves a Wilson Score significantly upward. Which is exactly what a recommendation engine should reward.
This principle is everywhere once you know to look
Think about how Reddit surfaces its best comments. A comment with 100 upvotes naturally feels more trustworthy than a comment with 1 upvote — even if both have a 100% positive rate. The volume of evidence on the first one is stronger. Wilson Score is one clean way to formalise exactly that instinct.
The same logic applies to how platforms could rank hosts, videos, restaurants, freelancers, or any rated entity. A new host with 2 perfect reviews probably should not outrank someone with 200 consistent reviews. A video with 50 views and perfect engagement is promising but unproven compared to one with 10 million views and strong engagement.
Wilson Score is one well known approach to solving this. Different platforms build their own variations — but the underlying principle is always the same. Volume of evidence earns trust. A high rate alone does not.
Your natural instinct was already doing this in your head. You just did not have a name for it.
Want to see it in action?
Let us take a real example you can try yourself right now.
Say you are shopping for a laptop bag and you see these two products:
Product A — 4.4 stars, 10,000 reviews
Product B — 4.9 stars, 10 reviews
Open this calculator in a new tab:
👉 https://www.statskingdom.com/proportion-confidence-interval-calculator.html
You will see three input fields:
Confidence Level → keep this at 0.95 (means 95% confidence)
Sample size (n) → your total number of reviews
Sample proportion (p̂) → your positive review proportion
Now before we enter anything, let us talk about what “positive” actually means here. Because when you see 4.4 stars, that is just an average. Behind that average is a full breakdown that looks something like this:
Product A rating breakdown:
5 star → 5,200 reviews
4 star → 3,100 reviews
3 star → 900 reviews
2 star → 500 reviews
1 star → 300 reviews
Total → 10,000 reviews
So which of these count as positive? That is a decision you make based on what you are measuring. In our case we are trying to find out how many people were genuinely satisfied with the product. A 3 star review typically means “it was okay” — not good enough to recommend to someone else. So we draw the line at 4 stars and above.
Positive reviews (4 star + 5 star) = 5,200 + 3,100 = 8,300
Total reviews = 10,000
Proportion = 8,300 / 10,000 = 0.83
For Product B, assuming 9 out of 10 reviewers gave 4 stars or above:
Positive reviews (4 star + 5 star) = 9
Total reviews = 10
Proportion = 9 / 10 = 0.90
Now enter these into the calculator.
Enter this for Product A:
Confidence Level = 0.95
Sample size (n) = 10000
Sample proportion = 0.83
Hit calculate. Look at the row that says Wilson score interval. The left number is the lower bound. That is your Wilson Score.
Wilson lower bound → 0.82
Now clear and enter this for Product B:
Confidence Level = 0.95
Sample size (n) = 10
Sample proportion = 0.90
Hit calculate. Look at the Wilson score interval lower bound again.
Wilson lower bound → 0.59
Now look at what just happened:
Raw proportion: Product B (0.90) beats Product A (0.83)
Wilson Score: Product A (0.82) crushes Product B (0.59)
Product B looked better on the surface. Wilson flipped the ranking completely — because 10 reviews is not enough evidence to trust that 90% no matter how impressive it looks.
Now play with it yourself
Keep Product B’s proportion at 0.90 but increase the sample size gradually and watch the lower bound climb:
n = 10 → Wilson lower bound 0.59
n = 50 → Wilson lower bound 0.78
n = 100 → Wilson lower bound 0.82
n = 500 → Wilson lower bound 0.87
n = 1000 → Wilson lower bound 0.88
At around 100 reviews Product B finally catches Product A. It took 100 consistent satisfied customers for Wilson to trust that 90% rating. At 10 reviews it trusted almost nothing.
That is the entire point. The rating does not change. The confidence in the rating does. And until that confidence is earned through volume, Wilson will not let that product jump the queue.
The one line summary
A high score with low volume is a rumour.
A slightly lower score with high volume is a fact.
Wilson Score is the formula that teaches machines what you already knew instinctively — trust the fact, not the rumour.
If this changed how you look at star ratings, share it with someone who has ever bought a product purely because it had a perfect score with three reviews. We have all been there.
메타데이터
- post_id
- 94d2b06de13c
- slug
- that-4-9-star-product-is-lying-to-you-94d2b06de13c
- url
- https://medium.com/@aravindkumartirunagiri03/that-4-9-star-product-is-lying-to-you-94d2b06de13c
- canonical_url
- https://medium.com/@aravindkumartirunagiri03/that-4-9-star-product-is-lying-to-you-94d2b06de13c
- author_url
- https://medium.com/@aravindkumartirunagiri03
- status
- ok
- fetched_at
- 2026-06-09 15:37:30