AllFreeCalculator

Exponent Calculator

Raise any base to any power — negative and decimal exponents work. See the steps and the result in scientific notation.

2¹⁰

1,024

Step by step

    What the exponent calculator does

    The exponent calculator raises a base to a power and shows the result along with step-by-step working. It handles every common case: positive whole exponents (repeated multiplication), negative exponents (which become reciprocals), fractional and decimal exponents (which are roots), zero exponents, and tricky combinations like negative bases with non-integer powers — where it will tell you the result is not a real number rather than silently returning NaN.

    The rules of exponents in one place

    • Whole-number exponent: 2⁵ = 2 × 2 × 2 × 2 × 2 = 32 (multiply the base by itself n times).
    • Zero exponent: any non-zero number to the 0 power equals 1. So 17⁰ = 1, and (−4)⁰ = 1.
    • Negative exponent: 2⁻³ = 1 ÷ 2³ = 1/8 = 0.125. The exponent flips between numerator and denominator.
    • Fractional exponent: x^(1/n) is the n-th root of x. So 27^(1/3) = ∛27 = 3, and 16^(1/4) = ⁴√16 = 2.
    • General fractional exponent: x^(m/n) = (n-th root of x)ᵐ. So 8^(2/3) = (∛8)² = 2² = 4.

    Negative bases with non-integer exponents

    Real numbers don't cover every case. (−2)³ = −8 is perfectly fine, but (−2)^0.5 is the square root of −2, which only exists in the complex numbers. This calculator works in the real numbers, so it returns "Not a real number" in that situation rather than an imaginary value. For complex exponents you'd need a tool that returns a + bi results.

    Why exponents matter

    Exponents are the shorthand of growth and scaling. Compound interest is exponential growth; a population doubling every generation is exponential growth; light spreading over an expanding sphere falls off with the square of distance; CPU performance has historically scaled with powers of two. Once you read 10⁹ as "a billion" and 2¹⁰ as "about a thousand", you start reading the world in terms of these powers.

    Scientific notation

    For very large or very small results, the calculator also shows scientific notation: 1,024 as 1.024 × 10³, or 0.0000037 as 3.7 × 10⁻⁶. This is the form most physics and engineering tables use because it makes the order of magnitude immediately visible.

    Use with the other tools

    For roots specifically, the square root calculator also shows simplified radical form. For a full expression engine with parentheses and trig, use the scientific calculator. For compound growth applied to money, the compound interest calculator uses exponents directly.

    Frequently asked questions

    What does an exponent mean?

    An exponent tells you how many times to multiply the base by itself. 2⁵ means 2 × 2 × 2 × 2 × 2 = 32. The base is the number being multiplied; the exponent (or power) is how many times.

    What is a negative exponent?

    A negative exponent is the reciprocal of the positive one. 2⁻³ = 1 ÷ 2³ = 1 ÷ 8 = 0.125. Negative exponents turn multiplication into division.

    What is a fractional or decimal exponent?

    A fractional exponent means a root. x^(1/2) is the square root of x; x^(1/3) is the cube root; x^(2/3) is the cube root of x², or equivalently (cube root of x)². Decimal exponents like x^0.5 work the same way.

    What is anything to the power of 0?

    Any non-zero number to the power of 0 equals 1. The case 0⁰ is treated as 1 in this calculator (which is the convention in computer science and combinatorics), though mathematically it is sometimes left undefined.

    Can the base be negative?

    Yes, but with a caveat. (−2)³ = −8 is fine. (−2)^0.5 is the square root of a negative number, which is not a real number — the calculator will show "Not a real number" rather than an imaginary result.

    When are exponents used?

    Everywhere: compound interest, population growth, area and volume scaling, scientific notation, computer science (powers of 2), physics formulas, and shorthand for repeated multiplication.

    Worked example

    Compute 2¹⁰, 2⁻³ and 27^(1/3).

    • 2¹⁰ = 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 = 1,024 (a "kilobyte" in computing)
    • 2⁻³ = 1 ÷ 2³ = 1 ÷ 8 = 0.125
    • 27^(1/3) = ∛27 = 3 (because 3 × 3 × 3 = 27)

    Try a real-world one: $1,000 growing at 5% for 30 years uses 1.05³⁰ ≈ 4.3219 — the money roughly quadruples. That single exponent is the engine behind most compound-interest math.

    Related calculators