# Grade Calculator

> Average your grades and work out what you need on the final to reach your target.

URL: https://uttir.com/grade-calculator
Categories: calculators
Privacy: All calculations happen locally in your browser. Your grades stay on your device.

## About

Two questions dominate the end of every semester: what is my current average, and what do I need on the final to get the grade I want? This calculator answers both.

Add your grades with their weights to compute a weighted average, then use the final-exam calculator to see exactly what score — out of 100 — you need to hit your target overall grade.

## How to use

1. **Enter your grades** — Add each grade with its weight (for example a test worth 30%). Weights need not sum to 100.
2. **See your average** — The weighted average updates as you add or change grades.
3. **Plan for the final** — Enter your current average, the final’s weight, and your target to see the score required.

## Examples

### Needing a 90 overall

A final worth 25% of the course.

Input:

```
Current: 88 · Final weight: 25% · Target: 90
```

Output:

```
Required final score ≈ 96.
```

## FAQ

### What if weights do not add up to 100?

The average is computed as a true weighted average, so the weights are normalized automatically. You can use whatever scale fits your syllabus.

### What if the required score is over 100?

The calculator tells you the target is not achievable. That can mean your current average is too low for the final’s weight — or you simply need to aim higher in earlier assignments.

### Does it handle points instead of percentages?

Enter scores and weights in whatever consistent scale your course uses — the math is the same whether you use 0–100 percentages or points.

## Related tools

- [Percentage Calculator](https://uttir.com/percentage-calculator) — Three percentage tools in one: percent of a value, ratio as a percent, and percent change.
- [Age Calculator](https://uttir.com/age-calculator) — Find the exact age in years, months, and days — plus totals and the countdown to the next birthday.
- [Date Calculator](https://uttir.com/date-calculator) — Count the days between two dates, or add and subtract days from any date.

---

For the full HTML page with the live tool, visit https://uttir.com/grade-calculator.
This file is the markdown rendering at https://uttir.com/grade-calculator.md. See https://uttir.com/llms.txt for a site-wide summary.
