ToolNimba Browse

🔢 Exponent Calculator

By ToolNimba Editorial Team · Updated 2026-06-19

Result
-
Expanded form
-

Enter a base and an exponent. Negative and decimal values are allowed.

This exponent calculator raises any base to any power. Type the base and the exponent, and you instantly get the result of base raised to the exponent. Negative and decimal values work in both fields, so you can handle reciprocals like 2 to the power -3, roots written as fractional powers like 9 to the power 0.5, and everyday squares and cubes. For small whole-number exponents it also shows the expanded form so you can see the repeated multiplication behind the answer.

What is the Exponent Calculator?

An exponent (also called a power or index) is shorthand for repeated multiplication. In the expression 2^5, the 2 is the base and the 5 is the exponent, and it means 2 multiplied by itself 5 times: 2 × 2 × 2 × 2 × 2 = 32. The exponent simply counts how many copies of the base are multiplied together, which is why powers grow so quickly. Doubling something ten times (2^10) already reaches 1,024.

Exponents are defined for more than just positive whole numbers. A power of 0 always gives 1 (for any non-zero base), an exponent of 1 returns the base unchanged, and a negative exponent means take the reciprocal: 2^-3 equals 1 divided by 2^3, which is 1 ÷ 8 = 0.125. Fractional exponents represent roots, so 9^0.5 is the square root of 9 (which is 3) and 8^(1/3) is the cube root of 8 (which is 2). These rules let a single operation cover squares, cubes, roots, and reciprocals.

One edge case worth knowing: a negative base raised to a fractional exponent has no real-number answer. For example (-4)^0.5 would be the square root of a negative number, which is not a real number, so the calculator reports it as undefined. Whole-number powers of negative bases are fine and follow a simple sign rule: an even exponent gives a positive result and an odd exponent keeps the sign negative, so (-2)^2 = 4 but (-2)^3 = -8.

When to use it

  • Working out squares and cubes for geometry, area, and volume homework.
  • Computing growth factors quickly, such as 2^10 for doublings or 1.05^n style compounding setups.
  • Checking reciprocals and roots written as exponents, like 2^-3 or 16^0.25, without a separate root key.

How to use the Exponent Calculator

  1. Enter the base, the number being multiplied (it can be negative or a decimal).
  2. Enter the exponent, the power you want to raise the base to (negative and decimal allowed).
  3. Read the result of base raised to the exponent in the result box.
  4. For small whole-number exponents, check the expanded form to see the repeated multiplication.

Formula & method

result = baseexponent.   For a whole number n: basen = base × base × … × base (n times).   base0 = 1,   base-n = 1 ÷ basen,   base1/n = the n-th root of base.

Worked examples

Raise 2 to the power 10 (a common doubling figure).

  1. Base = 2, exponent = 10.
  2. 2^10 means 2 multiplied by itself 10 times.
  3. 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 = 1,024.

Result: 2^10 = 1,024

Evaluate 2 to the power -3 (a negative exponent).

  1. Base = 2, exponent = -3.
  2. A negative exponent means the reciprocal: 2^-3 = 1 ÷ 2^3.
  3. 2^3 = 8, so 2^-3 = 1 ÷ 8 = 0.125.

Result: 2^-3 = 0.125

Evaluate 9 to the power 0.5 (a fractional exponent).

  1. Base = 9, exponent = 0.5.
  2. An exponent of 0.5 (or 1/2) means the square root.
  3. The square root of 9 is 3, because 3 × 3 = 9.

Result: 9^0.5 = 3

Powers of 2 (common in computing and doublings)

Exponent2 raised to it
2^12
2^24
2^416
2^8256
2^101,024
2^1665,536

How exponent rules behave

Exponent typeMeaningExample
Positive wholeRepeated multiplication3^4 = 81
ZeroAlways 1 for a non-zero base7^0 = 1
OneThe base itself5^1 = 5
NegativeReciprocal of the positive power2^-2 = 0.25
Fraction (1/n)The n-th root27^(1/3) = 3

Common mistakes to avoid

  • Multiplying the base by the exponent instead of raising it. A power is repeated multiplication, not a single product. 2^3 is 2 × 2 × 2 = 8, not 2 × 3 = 6. Mixing these up is the most common slip.
  • Thinking a negative exponent gives a negative number. A negative exponent means take the reciprocal, not flip the sign. 2^-3 is 1 ÷ 8 = 0.125, a positive value, not -8.
  • Mishandling the sign of a negative base. For whole-number powers, an even exponent gives a positive result and an odd exponent stays negative. (-2)^2 = 4, but (-2)^3 = -8. Watch your brackets.
  • Expecting a real answer from a negative base with a fractional power. (-4)^0.5 would be the square root of a negative number, which is not a real number, so the result is undefined here.

Glossary

Base
The number being multiplied by itself. In 2^5, the base is 2.
Exponent (power, index)
The number that says how many times the base is multiplied. In 2^5, the exponent is 5.
Exponentiation
The operation of raising a base to an exponent, written base^exponent.
Reciprocal
One divided by a number. A negative exponent gives the reciprocal of the positive power.
Root
A fractional exponent. 1/2 is a square root, 1/3 is a cube root, and so on.

Frequently asked questions

What is an exponent?

An exponent is the number of times a base is multiplied by itself. In 2^5 the base is 2 and the exponent is 5, so it equals 2 × 2 × 2 × 2 × 2 = 32.

How do I calculate base to a power?

Enter the base in the first field and the exponent in the second. The calculator returns base raised to that power instantly, and shows the expanded multiplication for small whole-number exponents.

What does a negative exponent mean?

A negative exponent means the reciprocal of the positive power. For example 2^-3 equals 1 divided by 2^3, which is 1 ÷ 8 = 0.125. The result stays positive when the base is positive.

What is anything to the power of 0?

Any non-zero number raised to the power 0 equals 1. This keeps the laws of exponents consistent. The case 0^0 is treated as an edge case and is usually left undefined in strict maths.

Can I use decimal exponents for roots?

Yes. A fractional exponent is a root: 9^0.5 is the square root of 9 (which is 3), and 8^(1/3) written as 8^0.3333 approximates the cube root of 8 (which is 2).

Why does a negative base with a decimal exponent show as undefined?

A negative base raised to a fractional power, such as (-4)^0.5, asks for an even root of a negative number, which has no real-number value. The calculator reports it as undefined.