Long addition calculator

Add two or more numbers with the column-addition working shown — carries marked above each column, units aligned, total written underneath.

Long addition input

Sum
5,210
Numbers added
3
Total carries
2

How long addition works

  1. Stack the numbers with their units digits aligned on the right.
  2. Add the right-most column. Write the units digit of that sum at the bottom; if it's two digits, carry the tens digit into the next column.
  3. Move one column left and add — including any carry from the previous column.
  4. Continue until you've added the leftmost column. Any final carry becomes the leading digit of the total.
columnk: sum = (digits in column) + carryk-1; write sum mod 10, carryk = ⌊sum / 10⌋

FAQ

How many numbers can I add?

As many as you like — one per line. The calculator also accepts comma- or space-separated values.

What about negative numbers?

Mix positive and negative numbers and the total will reflect the algebraic sum. The column working is shown on the absolute totals and the sign attached to the result.

Can I add decimals?

Yes — decimal points are aligned automatically before the column working is computed.

Related calculators