Skip to main content

Calculadora de Média de Rebatidas

Calcule a média de rebatidas (batting average) do beisebol ou softbol a partir de hits e turnos no bastão — AVG = hits ÷ turnos no bastão, arredondado para as três casas decimais padrão.

Entrada

Saída

AVG é igual a hits dividido por turnos no bastão.

Isso foi útil?

Guias

How batting average is calculated

Batting average (AVG) is hits divided by at bats:

AVG = Hits ÷ At Bats

It's conventionally written to three decimal places with no leading zero, and spoken as if it were a three-digit number. A player with 45 hits in 150 at bats is batting .300 — "three hundred".

How to use it

Enter the number of hits and the number of at bats. The average updates as you type.

What counts as an at bat?

This is where most batting-average confusion lives. An at bat is not the same as a plate appearance. A plate appearance becomes an at bat unless the batter:

  • draws a walk (base on balls),
  • is hit by a pitch,
  • hits a sacrifice bunt or sacrifice fly,
  • or reaches on catcher's interference.

So a player who walks four times and singles once in five trips to the plate went 1-for-1, batting 1.000 — not 1-for-5. Feed this calculator at bats, not plate appearances, or your average will read far lower than it should.

What's a good batting average?

In modern Major League Baseball, .300 is the traditional marker of an excellent hitter, .250 is roughly league average, and anything under .200 is unkindly known as the Mendoza Line. Averages run considerably higher in softball and in youth leagues.

Why AVG doesn't tell the whole story

Batting average treats a single and a grand slam identically, and ignores walks entirely. That's why on-base percentage (OBP) and slugging percentage (SLG) exist, and why analysts lean on OPS and wRC+ instead. AVG remains the most quoted hitting statistic in baseball — just not the most informative one.

Privacy

The calculation runs entirely in your browser. Nothing is uploaded or stored.

baseballsoftballbatting averageavgstatisticssports

Use it from code

From 3 credits per call

REST API

curl -X POST https://api.iotools.cloud/v1/tool/batting-average-calculator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "hits": "45",
    "atBats": "150"
  }'

Swap in your own key from your account. The tool's fields are the body — no wrapper.

Ask an AI agent

Use the IOTools `batting-average-calculator` tool (Batting Average Calculator) on this input:

YOUR_INPUT_HERE

Paste this at any agent connected to the IOTools MCP server, then add your input.

Ama as ferramentas? Livre-se dos anúncios.

Um único pagamento remove todos os anúncios da sua conta, para sempre. Sem assinatura, sem rastreamento.