xⁿ Exponent Calculator

Raise any number to any power: exact results for whole-number exponents (2^100 in full), negative exponents as fractions, fractional exponents as roots.

✓ Free✓ No Signup Required✓ Browser-Based
2¹⁰ =
1024

Exponent rules

Productbᵐ × bⁿ = bᵐ⁺ⁿ2³ × 2⁴ = 2⁷ = 128
Quotientbᵐ ÷ bⁿ = bᵐ⁻ⁿ5⁶ ÷ 5⁴ = 5² = 25
Power of a power(bᵐ)ⁿ = bᵐⁿ(3²)³ = 3⁶ = 729
Zero exponentb⁰ = 17⁰ = 1
Negative exponentb⁻ⁿ = 1 ÷ bⁿ2⁻³ = 1/8 = 0.125
Fractional exponentb^(1/n) = ⁿ√b8^(1/3) = 2

What Exponent Calculator Does

This exponent calculator raises any number to any power. For whole-number exponents it uses exact integer arithmetic, so results are digit-perfect however large they get — 2¹⁰⁰ appears in full as a 31-digit number, and 1.1⁵⁰ shows every decimal place. Negative exponents return the exact reciprocal as a fraction and its decimal value.

Fractional exponents are roots: type 1/3 for a cube root or 2/3 for the cube root of the square. Negative bases are handled correctly — an odd root of a negative number is real, (−8)^(1/3) = −2, while an even root is flagged as not a real number. A second mode solves bⁿ = y for the exponent using logarithms.

How to Use Exponent Calculator

  1. Enter the base, for example 2 or 1.5
  2. Enter the exponent — a whole number, a negative number, a decimal or a fraction like 1/3
  3. Read the exact result, or the decimal for roots
  4. Check the digit count and scientific notation for huge results
  5. Switch to Solve for the exponent to find n in bⁿ = y

Formula Used by Exponent Calculator

Powers and roots

bⁿ = b × b × … × b (n times) · b⁻ⁿ = 1 ÷ bⁿ · b^(p/q) = (q-th root of b)ᵖ

Worked example

27^(2/3)

  1. Cube root of 27 = 3
  2. 3² = 9

Result: 27^(2/3) = 9.

Solving for the exponent

bⁿ = y ⇒ n = log(y) ÷ log(b)

Worked example

2ⁿ = 1,024

  1. ln(1,024) = 6.931
  2. ln(2) = 0.6931
  3. 6.931 ÷ 0.6931

Result: n = 10.

Powers of 2 and 10

n2ⁿ10ⁿ
011
1210
8256100,000,000
101,02410,000,000,000
1665,53610¹⁶
201,048,57610²⁰
324,294,967,29610³²
−10.50.1
−30.1250.001

How to Read Your Result

Order of operations

Exponents apply before a leading minus sign: −3² means −(3²) = −9, while (−3)² = 9. Enter −3 as the base here to mean (−3)ⁿ. Stacked exponents are evaluated from the top down: 2^3^2 = 2^(3²) = 2⁹ = 512, not (2³)² = 64.

Growth that surprises

Repeated multiplication grows faster than intuition expects. Doubling 30 times gives over a billion (2³⁰ = 1,073,741,824), and 1.07³⁰ ≈ 7.6 — why money growing 7% a year roughly doubles every ten years.

Limitations & Accuracy Notes

  • Decimal and fractional exponents use floating point and are shown to about 15 significant digits.
  • Exact results are shown up to about 20,000 digits; beyond that the size is given in scientific notation.
  • Complex results (even roots of negative numbers) are not calculated.

Frequently Asked Questions

How do you calculate exponents?
Multiply the base by itself as many times as the exponent says: 2⁵ = 2 × 2 × 2 × 2 × 2 = 32. For large exponents the calculator uses exact integer arithmetic, so 2¹⁰⁰ = 1,267,650,600,228,229,401,496,703,205,376 is shown in full.
What does a negative exponent mean?
The reciprocal of the positive power: b⁻ⁿ = 1 ÷ bⁿ. So 2⁻³ = 1/8 = 0.125 and 10⁻² = 1/100 = 0.01.
What does a fractional exponent mean?
A root. b^(1/2) is the square root of b, b^(1/3) the cube root, and b^(2/3) the cube root of b². Enter fractions like 1/3 directly: 8^(1/3) = 2 and 27^(2/3) = 9.
What is anything to the power of 0?
Any nonzero number to the power 0 equals 1, because bⁿ ÷ bⁿ = b⁰ = 1. 0⁰ is usually defined as 1 in algebra and combinatorics, but left undefined in some areas of calculus.
Can a negative number have a fractional exponent?
Only when the root is odd: (−8)^(1/3) = −2 because an odd root of a negative number is real. Even roots of negatives, such as (−4)^(1/2), are not real numbers — they are imaginary.
How do I solve for the exponent?
Use logarithms: if bⁿ = y then n = log(y) ÷ log(b). Choose “Solve for the exponent”: 2ⁿ = 1,024 gives n = 10.
By OnlineToolHubs Team • Updated September 2026