Descriptive statistics are the first thing anyone needs when looking at a list of numbers — mean, median, mode, range, standard deviation, variance, sum and count. The calculations are elementary but the bookkeeping gets tedious, especially when you need several statistics at once and the input is in any of the common formats (one per line, comma-separated, space-separated, mixed).
Average Calculator computes the standard descriptive statistics for any list of numbers, with a precision toggle, bulk mode for many lists, and a weighted-average mode for cases where the simple mean is not what you want. The output is a clean summary card with every statistic, plus an exportable table of the input sorted.
Underneath the buttons is the small amount of information the system actually requires — what mean and median really differ by, what the mode is, when to use the weighted average — plus practical guidance on how to read the result. Everything runs in your browser; nothing is uploaded.