# Earned Run Average (ERA) Calculator

Calculate a pitcher's Earned Run Average (ERA) from earned runs and innings pitched. Uses the official MLB formula: ERA = (ER / IP) x 9.

## What this calculates

Earned Run Average is the gold standard for evaluating a pitcher's effectiveness. It tells you how many earned runs a pitcher allows per nine innings. Enter the earned runs and innings pitched to get the ERA instantly.

## Inputs

- **Earned Runs** — min 0, max 5000 — Total earned runs allowed (unearned runs excluded)
- **Innings Pitched** — min 0.1, max 5000 — Use .1 for 1/3 inning and .2 for 2/3 inning (e.g., 6.2 = 6 2/3 IP)

## Outputs

- **ERA** — Earned Run Average per 9 innings
- **Outs Equivalent** — Total outs recorded
- **Rating** — formatted as text — How this ERA compares historically

## Details

The ERA formula is simple: **ERA = (Earned Runs / Innings Pitched) x 9**. Only earned runs count. Runs that score due to errors, passed balls, or other defensive mistakes are unearned and excluded from the calculation.

**Understanding innings pitched notation:** In baseball, partial innings are written in thirds. A pitcher who records one out in the 7th inning has pitched 6.1 innings (six full innings plus one-third). Two outs would be 6.2 innings (six and two-thirds). This calculator automatically handles that notation.

**Historical context for ERA benchmarks:**
- **Below 2.00:** Historically rare. Bob Gibson's 1.12 ERA in 1968 is one of the modern-era records.
- **2.00-3.00:** Excellent. Consistently found among Cy Young contenders.
- **3.00-4.00:** Good to very good for starting pitchers.
- **4.00-4.50:** League average, which has fluctuated between 3.80 and 4.50 over different eras.
- **Above 5.00:** Generally considered poor for a starting pitcher.

Keep in mind that ERA does not tell the whole story. Factors like ballpark, league (NL vs AL before universal DH), defense quality, and luck on balls in play all influence ERA. Advanced metrics like FIP (Fielding Independent Pitching) attempt to isolate what the pitcher controls.

## Frequently Asked Questions

**Q: What is a good ERA in baseball?**

A: In modern baseball, an ERA under 3.00 is considered excellent, 3.00-3.50 is very good, and 3.50-4.00 is above average. The league average ERA typically sits around 4.00-4.30 for starting pitchers. For relief pitchers, expectations are lower (better) because they pitch fewer innings in higher-leverage situations. What counts as good depends on the era: the 1960s had much lower ERAs than the steroid era of the late 1990s.

**Q: What is the difference between ERA and earned runs?**

A: Earned runs are the raw count of runs a pitcher is responsible for (excluding runs that score because of defensive errors or passed balls). ERA normalizes that count to a per-nine-innings rate, making it possible to compare pitchers who have thrown different numbers of innings. A pitcher with 20 earned runs in 200 innings (0.90 ERA) is performing far better than one with 20 earned runs in 40 innings (4.50 ERA).

**Q: Why does ERA use 9 innings as the baseline?**

A: Nine innings is the standard length of a regulation baseball game. By expressing earned runs per nine innings, ERA answers the practical question: if this pitcher threw a complete game, how many runs would you expect them to allow? This convention dates back to the 19th century and has remained the standard across all levels of organized baseball.

**Q: How do partial innings work in ERA calculations?**

A: Baseball uses thirds of an inning because each inning has three outs. When you see 6.1 IP, that means 6 innings and 1 out (6 and 1/3 innings). Similarly, 6.2 IP means 6 and 2/3 innings. This calculator automatically converts that notation. The total outs recorded equals innings pitched times 3, which is useful for verifying your input.

---

Source: https://vastcalc.com/calculators/health/earned-run-average
Category: Health & Fitness
Last updated: 2026-04-08
