Sum Calculator (Add Numbers)

Paste a list of numbers into this sum calculator and the total appears instantly, updating live as you type. Along with the sum you get the count, average, minimum and maximum, so you can spot a missing receipt or a stray digit. Commas, spaces and new lines all work as separators.

Sum Calculator (Add Numbers) tool

Total
Count
Average
Minimum
Maximum

How to use it

  1. Type or paste the numbers you want to add.
  2. The running total appears immediately.
  3. Use the count and average below to double-check your list.

What is a sum?

A sum is the total, or aggregate, you get by adding numbers together. The math is the simplest in arithmetic:

sum = a1 + a2 + a3 + ... + an

The sample list, 12.50 + 8 + 19.99 + 4, totals 44.49. What makes a running total hard in practice is volume: a page of receipts or a long spreadsheet column invites slips, and one missed decimal point throws the whole answer. The calculator reads every number in the text you paste, adds them at full precision, and shows the count beside the total so you can confirm nothing was dropped or counted twice along the way.

Worked example

Input: 12.50, 8, 19.99, 4
Result: Total 44.49, average 11.12

Mental addition shortcuts

ShortcutHow it worksExample
Pair to 10Scan for pairs that make 10 or 1007 + 6 + 3 + 4 regroups to (7 + 3) + (6 + 4) = 20
Round and fixRound to a clean number, then correct99 + 47 = 100 + 47 - 1 = 146
Left to rightAdd hundreds, then tens, then ones340 + 250 = 500 + 90 = 590
Near doublesWhen two numbers are close, double the midpoint38 + 41 = double 40, minus 1 = 79
Gauss pairing1 through n totals n × (n + 1) ÷ 21 through 100 = 100 × 101 ÷ 2 = 5,050

Adding a long list of numbers

Adding numbers by hand invites slips, especially with decimals and long columns. Paste the whole list here and the total appears at once, with the count so you can confirm nothing was dropped. The sample list, 12.50 + 8 + 19.99 + 4, totals 44.49 across four items, for an average of 11.12. The tool reads any run of digits, so a column copied straight from a spreadsheet, a receipt or an email works without cleanup, and currency symbols and unit labels are simply skipped.

The average, minimum and maximum give quick context. If the average looks off, the min and max usually point to a stray value, like a price entered without its decimal point. A count that is one higher than expected often means a date or an order number got swept in along with the amounts.

What the number reader does and does not catch

The parser treats a comma as a separator, not a thousands mark, so 1,200 is read as 1 and 200 and adds up to 201. Strip the commas from large numbers first, or type them as 1200. A hyphen directly in front of a number is read as a minus sign, which is what you want for refunds and adjustments, but it also means a range like 10-20 becomes 10 and negative 20. Scientific notation such as 2.5e3 is understood as 2,500. Dates like 9/4/2026 are split into three separate numbers, so paste only the amount column when you copy from a table.

For a long run of consecutive whole numbers there is a shortcut: the sum of 1 through n is n × (n + 1) ÷ 2, so 1 through 100 adds up to 5,050. Any list you can actually type, though, is faster to paste. Results are shown to two decimal places, which is enough for money and most measurements, and the arithmetic itself is done at full precision.

Common uses

  • Totaling receipts, invoices and expenses
  • Adding a column pasted from a spreadsheet
  • Checking a hand-added total
  • Summing scores, hours or quantities
  • Reconciling a bank statement line by line
  • Adding up mileage or time entries for a claim

When to use it

  • You need to add up a list of numbers from receipts before filing an expense report.
  • You want to add a column of numbers pasted from Excel without writing a formula.
  • You are totaling work hours or mileage entries for an invoice.
  • A hand-added total looks off and you want a fast second opinion with a count check.

Related tools

The Average Calculator reads the same lists but leads with the mean, median and mode.

The Percentage Calculator takes your total the rest of the way, adding tax or splitting a share.

The Rounding Calculator trims a messy total to clean dollars or thousands.

Frequently asked questions

Paste the list into the box and read the total. The tool finds every number in the text, so separators like commas, spaces, tabs and new lines all work. Check the count against the number of items you pasted before trusting the total.
Yes. Decimal points and negative signs are recognized, so prices and adjustments add correctly. A value written as -15.50 is subtracted from the total. Write negatives with a leading minus sign rather than in parentheses, since (15.50) would be read as a positive 15.50.
Yes. Copy the cells and paste them in. Each value on its own line is read and added. If the column has a header like ‘Q3 2026’, the digits in it will be counted too, so select only the numbers or delete the header line after pasting.
A comma is treated as a separator between numbers, so 1,200 is counted as 1 and 200. Remove the thousands commas before pasting, or check the count: if it is higher than the number of items you pasted, a comma or a date has been split.
Type each amount on its own line, or paste them from a phone note or a bank export. Dollar signs are ignored. When you are done, compare the count with the number of receipts on your desk to make sure nothing was missed or entered twice.
No fixed limit. Lists of several thousand values work fine, since everything runs in your browser and nothing is sent to a server. Very long lists may take a moment to display after you paste them.
This tool leads with the total and keeps the layout simple. The average calculator focuses on mean, median, mode and range, and adds the geometric mean. Both read the same kind of number list, so you can paste the same figures into either one.
The average shown is the total divided by the count, rounded to two decimal places. For the sample list, 44.49 ÷ 4 is 11.1225, displayed as 11.12. If your figure differs by more than a rounding error, check whether the count matches the number of items you expected.