Calculateus

Cricket Bowling Economy Rate Calculator

Calculate a bowler's economy rate (runs conceded per over) from runs and overs bowled.

Result

Economy Rate
4.2

Overs are entered in cricket's overs.balls notation, where '9.4' means 9 complete overs plus 4 balls (not 9.4 decimal overs).

About the Bowling Economy Rate

The Cricket Bowling Economy Rate Calculator works out how many runs a bowler concedes per over, the standard measure of bowling containment. It is built specifically to handle cricket's overs.balls notation, where a figure like 9.4 means 9 complete overs plus 4 balls rather than 9.4 decimal overs, which is a common source of manual calculation errors.

How It Works

You enter total runs conceded and overs bowled in the overs.balls format used on every scorecard. The calculator splits the overs figure into whole overs and a remainder of balls, converts that into a total ball count, and then scales runs conceded up to a rate per six-ball over. The result is economy rate, the number of runs a bowler would be expected to concede in a full over at that rate.

Economy Rate = (Runs Conceded / Total Balls Bowled) x 6, where Total Balls Bowled = (Whole Overs x 6) + Remainder Balls, and Remainder Balls = round((Overs Input - Whole Overs) x 10).

Formula & Methodology

Take the overs figure, say 7.4. The whole-overs part is found with a floor operation, giving 7. The decimal remainder, 0.4, is multiplied by 10 and rounded to get the balls bowled in the incomplete over, giving 4. Total balls bowled is then 7 x 6 + 4 = 46. Runs conceded is divided by that ball count and multiplied by 6 to express the rate per full over rather than per ball.

Examples

Full Ten Overs

A bowler concedes 42 runs across exactly 10 overs (entered as 10.0). Total balls bowled is 60, and economy rate is (42 / 60) x 6 = 4.20.

Incomplete Spell

A bowler concedes 35 runs in 7.4 overs, meaning 7 overs and 4 balls. Total balls bowled is 7 x 6 + 4 = 46, giving an economy rate of (35 / 46) x 6 = 4.57.

Advantages

  • Handles the overs.balls to total-balls conversion automatically, avoiding a calculation that trips up manual math.
  • Lets you check a bowler's rate mid-spell using the exact overs bowled shown on the scoreboard.
  • Produces a single, comparable figure that scales correctly whether the spell was a partial over or several full overs.

Common Mistakes

  • Dividing runs conceded directly by the overs.balls figure as if it were a decimal number, instead of converting the ball remainder correctly first.
  • Forgetting that economy rate expectations differ sharply by format, so a rate that looks poor in a Test match may be perfectly reasonable in a T20 innings.
  • Entering total runs conceded from only part of a bowler's overs while entering the overs figure for the full spell, mismatching the two inputs.

Edge Cases to Watch For

  • If the resulting total ball count is zero or less, the calculator returns an error rather than dividing by zero.
  • Entering overs as a true decimal instead of overs.balls notation, for example typing 7.5 to mean seven-and-a-half overs, is misread as 7 overs and 5 balls, since the remainder digit is always treated as balls, not tenths of an over.
  • Because the remainder is rounded to the nearest whole ball, a remainder digit larger than 5, which is not a valid ball count in a six-ball over, is still processed mechanically rather than rejected.

Common Use Cases

  • Bowlers and coaches tracking containment across a match or season.
  • Scorers and analysts checking a spell's rate without manual overs.balls conversion.
  • Fantasy league players comparing bowler efficiency when overs bowled are not whole numbers.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

What's considered a good economy rate?

It varies heavily by format - in Test cricket an economy under 3 runs per over is tight, in ODIs under 5 is solid, and in T20 cricket under 7-8 runs per over is considered good, since the shorter formats naturally produce much higher scoring rates.

Conclusion

Economy rate is only useful if the underlying overs figure is converted correctly, and cricket's overs.balls notation is where manual calculations most often go wrong. This calculator handles that conversion before applying the rate.