How to Calculate Average Percentage
The basic idea is straightforward. Add up all your percentage values, then divide by how many values you have. That's it for the simple case.
So if you scored 80%, 90%, and 70% on three separate tests, your average percentage is (80 + 90 + 70) / 3 = 80%. Clean and simple.
The tricky part comes when those percentages aren't based on equal sample sizes. If one test had 10 questions and another had 100, treating them equally skews your result. In those situations, a simple average isn't enough and you need a weighted approach, which we'll get to shortly.
For now, the key rule: a simple average of percentages works when each percentage represents an equal or comparable group size. When they don't, you need to account for the difference.