Introduction
This free sum calculator adds up numbers quickly and shows you the answer step by step. You can use it in two ways. In Number List mode, type or paste any set of numbers and the calculator will find their total, average, minimum, and maximum. In Series / Formula mode, enter a math expression like 1/n^2 with a start and end value, and the tool will compute the summation for you. It works with negative numbers, decimals, and even scientific notation. Whether you need to add a handful of values or evaluate a complex series, this calculator does the math and explains each step so you can follow along.
How to Use Our Sum Calculator
Enter your numbers or define a series formula below, and this calculator will give you the total sum, a step-by-step solution, a running total table, and a chart of your results.
This calculator has two modes. Use the Number List tab to add up a list of numbers. Use the Series / Formula tab to sum a math expression over a range of values.
Number List Mode
Numbers to sum: Type or paste your numbers into the text box. You can separate them with commas, spaces, semicolons, or new lines. The calculator accepts negative numbers, decimals, and scientific notation like 1.5e10.
Series / Formula Mode
Expression (summand): Type the math formula you want to sum. You can use basic operators like +, -, *, /, and ^, along with functions like sqrt(), abs(), factorial(), and binomial(n,k). For example, type 1/n^2 to sum the reciprocal of each squared number.
Index variable: Enter the single letter used in your expression that changes with each term. For example, if your expression uses n, type n here. You can leave this blank and the calculator will detect it for you.
From (lower bound): Enter the integer where the summation starts. This is the first value the index variable will take. For example, enter 1 to start summing from 1.
To (upper bound): Enter the integer where the summation ends. This is the last value the index variable will take. To sum an infinite series, type inf or ∞ instead of a number.
Press the Calculate button in either mode to see your sum, step-by-step work, and chart. Press Clear to reset the inputs.
What Is a Sum?
A sum is the result you get when you add two or more numbers together. If you have the numbers 3, 5, and 7, their sum is 15 because 3 + 5 + 7 = 15. Finding a sum is one of the most basic and important tasks in math. You use it every day — when you count money, track scores, or combine measurements.
How to Add a List of Numbers
To find the sum of a list of numbers, start with the first number. Add the second number to it. Then add the third number to that result. Keep going until you have added every number in the list. The final total is your sum. This works the same way whether the numbers are positive, negative, or have decimals. If you need to work with fractions instead of decimals, convert them first or use our dedicated tool.
What Is a Series?
A series is a sum that follows a pattern or formula. Instead of typing every number by hand, you use a rule to describe each term. For example, "add up 1/n² for every n from 1 to 100" is a series. The Greek letter sigma (Σ) is the symbol used in math to represent a series. You set a starting value, an ending value, and a formula, and then each term is calculated and added together.
Finite vs. Infinite Series
A finite series has a set number of terms. It always has a final answer because you stop adding at some point. An infinite series keeps going forever. Some infinite series still add up to a fixed number — these are called convergent. Others grow without limit and never settle on a value — these are called divergent. A classic example of a convergent series is 1/1² + 1/2² + 1/3² + …, which equals π²/6. You can explore the behavior of these series as terms grow by examining their limits.
Common Types of Series
- Arithmetic series: Each term increases by the same amount. Example: 2, 5, 8, 11, … (adding 3 each time). You can also explore these patterns with our arithmetic sequence calculator.
- Geometric series: Each term is multiplied by the same number. Example: 3, 6, 12, 24, … (multiplying by 2 each time).
- p-series: Each term is 1/n raised to a power p. If p is greater than 1, the infinite series converges.
Key Terms
- Running total: The sum so far after each new number is added. It helps you see how the total builds up step by step.
- Average (mean): The sum divided by the count of numbers. It tells you the typical value in your list. For a deeper look at averages and related measures, try our average calculator or mean median mode calculator.
- Partial sum: The total of a series after adding only some of its terms. For infinite series, partial sums show whether the total is settling toward a limit.