My Calculator

Exponent Calculator

Calculate powers and roots — including negative and fractional exponents — with a full step-by-step solution and a diagram that shows every value.

Try negative bases, negative exponents (e.g. -3), or fractional exponents (e.g. 0.5 for a square root).

Result

32

2^5 = 32

Exponent Diagram

2^5=32

Expanded multiplication

2×2×2×2×2=32

Step-by-Step Solution

Here's exactly how this answer was calculated, one step at a time.

  1. 1

    Write the exponent as repeated multiplication

    2^5 = 2 × 2 × 2 × 2 × 2

    An exponent of 5 means the base 2 is multiplied by itself 5 times.

  2. 2

    Multiply the values together

    2 × 2 × 2 × 2 × 2 = 32

    Carry out the multiplication from left to right to reach the final answer.

Final Answer: 2^5 = 32

Free Online Exponent Calculator

This exponent calculator is a free online tool that instantly calculates any power or root, including whole-number exponents, negative exponents, and fractional (decimal) exponents. Enter a base and an exponent, or switch to the n-th root mode to find a square root, cube root, or any other root, and the calculator returns the exact answer along with a complete step-by-step solution and a color-coded diagram that shows exactly how the base, exponent, and result relate to each other — so you can see how the answer was built, not just what it is.

Whether you're a student learning exponent rules for the first time, checking algebra or pre-calculus homework, working on a science or engineering problem involving exponential growth, or simply trying to solve an equation with a power or root in it, this calculator handles every case — positive integers, negative integers, zero, decimals, and fractions — and explains each one in plain language.

What Is an Exponent?

An exponent (also called a power or index) tells you how many times to multiply a number, called the base, by itself. In the expression baseⁿ, the base is the number being multiplied, and the exponent n tells you how many times to multiply it. For example, in 2⁵, the base is 2 and the exponent is 5, meaning 2 is multiplied by itself 5 times: 2 × 2 × 2 × 2 × 2 = 32. Exponents are a compact way of writing repeated multiplication, which becomes essential once numbers get large — writing 2¹⁰ is far easier than writing out ten separate 2's multiplied together.

Exponents aren't limited to positive whole numbers. A zero exponent, a negative exponent, and a fractional (or decimal) exponent each follow their own rule, and this calculator supports and explains all of them, which is what makes it useful for far more than simple whole-number powers.

Exponent Formula and Core Rules

The core exponent rules used by this calculator are:

  • Positive integer exponent: xⁿ = x × x × x × ... (multiplied n times).
  • Zero exponent rule: x⁰ = 1, for any nonzero base x.
  • Negative exponent rule: x⁻ⁿ = 1 / xⁿ — flip the base to a fraction and use the positive exponent.
  • Fractional (rational) exponent rule: x^(m/n) = (ⁿ√x)ᵐ — the denominator becomes a root, and the numerator becomes a power applied to that root.
  • Product rule: xᵃ × xᵇ = x^(a+b) — when multiplying same-base powers, add the exponents.
  • Quotient rule: xᵃ ÷ xᵇ = x^(a−b) — when dividing same-base powers, subtract the exponents.
  • Power of a power rule: (xᵃ)ᵇ = x^(a×b) — when raising a power to another power, multiply the exponents.

How to Calculate a Positive Exponent — Step by Step

Worked example: calculate 2⁵.

  • Step 1: Identify the base (2) and the exponent (5).
  • Step 2: Write it as repeated multiplication: 2 × 2 × 2 × 2 × 2.
  • Step 3: Multiply the values from left to right: 2 × 2 = 4, 4 × 2 = 8, 8 × 2 = 16, 16 × 2 = 32.
  • Step 4: The final answer is 2⁵ = 32.

How to Calculate a Negative Exponent

A negative exponent doesn't make the answer negative — instead, it tells you to take the reciprocal (1 divided by the value) of the positive power. For example, to calculate 2⁻³:

  • Step 1: Apply the rule x⁻ⁿ = 1 / xⁿ, so 2⁻³ = 1 / 2³.
  • Step 2: Calculate the positive power first: 2³ = 8.
  • Step 3: Take the reciprocal: 1 / 8 = 0.125.
  • Step 4: The final answer is 2⁻³ = 0.125.

How to Calculate a Fractional (Decimal) Exponent

A fractional exponent combines a root and a power. Worked example: calculate 8^(2/3).

  • Step 1: Recognize the exponent as a fraction: 2/3, where the numerator is 2 and the denominator is 3.
  • Step 2: Apply the rational exponent rule: 8^(2/3) = (³√8)².
  • Step 3: Calculate the root first: ³√8 = 2, since 2 × 2 × 2 = 8.
  • Step 4: Raise that root to the numerator's power: 2² = 4.
  • Step 5: The final answer is 8^(2/3) = 4.

How to Calculate an n-th Root

An n-th root asks: what number, multiplied by itself n times, gives this value? The square root (n = 2) and cube root (n = 3) are the most common, but this calculator supports any root index. Worked example: find the cube root of 64.

  • Step 1: Rewrite the root as a fractional exponent: ³√64 = 64^(1/3).
  • Step 2: Find the number that, multiplied by itself 3 times, equals 64: 4 × 4 × 4 = 64.
  • Step 3: The final answer is ³√64 = 4.
  • Step 4: Verify by reversing the operation: 4³ = 64, which confirms the root is correct.

Understanding the Exponent Diagram

The diagram on this page turns the abstract idea of an exponent or root into a picture with real, labeled values, so it explains itself without needing extra reading. The base is always shown in an indigo box, the exponent in a smaller amber box, and the result in a green box (or gray if the result is undefined) — so the relationship base^exponent = result is visible at a glance for any numbers you enter, however unusual.

Where it's practical to show the full working, a second row expands the calculation: for a positive integer exponent, you'll see the base repeated and multiplied out box by box; for a negative exponent, the same expansion is shown as a fraction with 1 on top; and for a fractional exponent, a root row shows the base being converted into its equivalent root. In the n-th root calculator, a verification row raises the answer back to the power of n, so you can visually confirm it lands back on the original number.

Negative Bases and Undefined Results

Not every combination of base and exponent has a real-number answer. Raising a negative base to a fractional exponent with an even root — such as (-4)^0.5, which is the same as the square root of -4 — has no real-number solution, because no real number multiplied by itself gives a negative result. This calculator detects these cases and clearly labels the result as undefined rather than showing an incorrect or misleading number, and the diagram highlights this in gray so it's obvious at a glance.

On the other hand, a negative base raised to an odd root (like the cube root of -8) does have a real answer, -2, since -2 × -2 × -2 = -8. This calculator handles that correctly too, which is a detail many basic calculators get wrong.

Real-Life Uses of Exponents and Roots

Exponents and roots show up constantly outside the classroom. Compound interest calculations in finance rely on exponents to project how savings, loans, or investments grow over time, since the formula involves raising a growth factor to the power of the number of compounding periods. In science, exponents describe exponential growth and decay — population growth, radioactive decay, bacterial cultures, and cooling curves are all modeled using powers. In computing, exponents of 2 define memory sizes, binary representations, and algorithmic complexity (like O(n²) or O(2ⁿ)). In construction and design, square roots are used to calculate diagonal distances using the Pythagorean theorem, and cube roots come up when working out the side length of a cube from its volume. Standard deviation in statistics involves a square root, and physics formulas for energy, gravity, and sound intensity frequently use both powers and roots.

Because this calculator handles positive, negative, zero, and fractional exponents, along with any n-th root, in one place — with a full explanation at every step — it's a dependable tool for algebra homework, finance projections, science coursework, and everyday problem solving involving powers and roots.

Common Mistakes When Working With Exponents

One of the most common mistakes is confusing a negative exponent with a negative result — a negative exponent produces a reciprocal (a fraction), not a negative number, so 2⁻³ equals 0.125, not -8. Another frequent error is mixing up the numerator and denominator in a fractional exponent: in x^(m/n), the denominator n is the root, and the numerator m is the power — reversing them gives a completely different (and wrong) answer. People also sometimes forget that any nonzero number to the power of 0 is always 1, regardless of how large or small the base is. When working with roots, a common mistake is assuming every number has a real square root — negative numbers don't, unless the root index is odd. This calculator's step-by-step breakdown is designed to make each of these rules explicit, so you can see exactly which rule applies and why.

Why Use This Exponent Calculator?

This tool combines a full power calculator and an n-th root calculator in one place, with support for negative and fractional exponents, a complete step-by-step breakdown for every calculation, and a diagram that visually shows the base, exponent, and result together so the relationship is clear at a glance. Whether you're learning exponent rules for the first time, double-checking algebra homework, or need a dependable answer for a real-world power or root calculation, this calculator gives you an accurate result and a clear explanation every time.

Frequently Asked Questions

How do you calculate an exponent?

Multiply the base by itself as many times as the exponent indicates. For example, 3⁴ means 3 × 3 × 3 × 3, which equals 81. For negative or fractional exponents, use the reciprocal rule or the rational exponent (root) rule instead of direct repeated multiplication.

What does a negative exponent mean?

A negative exponent means take the reciprocal of the base raised to the positive version of that exponent: x⁻ⁿ = 1 / xⁿ. For example, 5⁻² = 1 / 5² = 1/25 = 0.04.

How do you calculate a fractional exponent?

A fractional exponent x^(m/n) means take the n-th root of x, then raise that result to the power of m: x^(m/n) = (ⁿ√x)ᵐ. For example, 27^(2/3) = (³√27)² = 3² = 9.

What is any number raised to the power of 0?

Any nonzero number raised to the power of 0 equals 1. For example, 7⁰ = 1 and 1000⁰ = 1. The case 0⁰ is mathematically indeterminate, though it's commonly defined as 1 by convention.

Can a negative number have a square root?

Not a real one. Squaring any real number (positive or negative) always gives a non-negative result, so no real number squared equals a negative number. Negative numbers do have real cube roots (and any odd-indexed root), since an odd number of negative multiplications stays negative.

What's the difference between an exponent and a root?

An exponent (power) tells you how many times to multiply a base by itself, while a root asks the reverse question — what number, multiplied by itself n times, gives this value. Roots can always be rewritten as fractional exponents: the n-th root of x equals x^(1/n).