A simple web-based tool to calculate Net Run Rate (NRR) for cricket tournaments. This calculator helps cricket teams and enthusiasts determine their NRR based on match performances.
- Support for different match formats: ODI (50 overs), T20 (20 overs), and custom overs
- Add multiple matches with detailed inputs for runs scored/conceded and overs faced/bowled
- Automatic NRR calculation with detailed breakdown
- Responsive design for mobile and desktop use
- Clean, modern UI with Material Icons
- Select the match format (ODI, T20, or custom overs)
- Add match details by clicking "Add Match"
- For each match, enter:
- Runs scored and overs faced (with balls if partial over)
- Runs conceded and overs bowled
- Check "Completed full overs" if applicable
- Check "All out" if the team was dismissed before completing overs
- Click "Calculate NRR" to see the results
Simply open index.html in any modern web browser. No server or additional setup required.
NRR = (Total Runs Scored / Total Overs Faced) - (Total Runs Conceded / Total Overs Bowled)
Note: Overs are adjusted based on whether the team completed full innings or was all out.