Exponent Calculator
Raise any number to any power, with the steps and rules
🔢 Enter base and exponent
Quick exponents
−1 gives the reciprocal, 0.5 gives the square root. Any real base and exponent work.
✅ Result
2 multiplied by itself 10 times.
🧮 How it works
The general definition is aⁿ = a × a × … × a (n copies of the base) for whole-number exponents, extended to negative and fractional exponents using reciprocals and roots.
📋 Exponent rules
aᵐ × aⁿ = aᵐ⁺ⁿaᵐ ÷ aⁿ = aᵐ⁻ⁿ(aᵐ)ⁿ = aᵐ×ⁿResults are formatted for general use (up to six decimals, with scientific notation for very large or very small values). For exact symbolic answers, simplify by hand or use a computer-algebra system.
Last updated June 2026
Method: Powers are computed with the standard definition aⁿ (repeated multiplication), extended to negative exponents as reciprocals and fractional exponents as roots, exactly as taught in algebra.
Included: Any real base and exponent (whole, negative, decimal, fractional), the expanded form for small integer powers, a worked explanation, and the product, quotient and power rules.
Not included: Complex (non-real) results for negative bases with fractional exponents, symbolic simplification, and exact fractions beyond six decimal places.
Exponent calculator: everything you need to know
An exponent is a shorthand for repeated multiplication. Instead of writing 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2, you write 210, which equals 1,024. The small raised number is the exponent (or "power"), and the number being multiplied is the base. This exponent calculator handles any real base and exponent — including negative and fractional ones — and shows the expanded form and the rules behind the answer, so it is as much a learning tool as a quick power calculator.
The definition and formula
For a whole-number exponent, the definition is simply repeated multiplication:
an = a × a × … × a (n copies of the base a) From this one idea, every other rule follows. A negative exponent is the reciprocal, a−n = 1 ÷ an, and a fractional exponent is a root, a1/n = n√a. Putting those together, am/n means "take the n-th root of a, then raise it to the m-th power."
A worked example
Suppose you want 34. Read it as "three to the fourth power" and multiply three by itself four times: 3 × 3 × 3 × 3. Work left to right: 3 × 3 = 9, then 9 × 3 = 27, then 27 × 3 = 81. The exponent (4) is the count of factors, not a multiplier — a frequent point of confusion. Multiplying 3 by 4 would give only 12, while raising 3 to the 4th power gives 81.
How to use this calculator
Getting an answer takes two numbers:
- Base (a): enter the number you want to raise to a power. It can be a whole number, decimal, or negative value.
- Exponent (n): enter the power. Use a positive whole number for ordinary powers, a negative number for a reciprocal, or a decimal such as 0.5 for a root.
- Quick exponents: tap a preset (2, 3, 4, 5, −1, or 0.5) to jump straight to squares, cubes, reciprocals, or square roots.
- Read the result: the large number at the top is the answer; below it you get a plain-language interpretation, the expanded form for small powers, and the three exponent rules anchored to your base.
The three exponent rules
When you multiply, divide, or nest powers that share the same base, you can combine them without expanding:
- Product rule:
am × an = am+n— same base, multiply, so add the exponents. Example: 22 × 23 = 25 = 32. - Quotient rule:
am ÷ an = am−n— same base, divide, so subtract the exponents. Example: 25 ÷ 22 = 23 = 8. - Power rule:
(am)n = am×n— a power of a power, so multiply the exponents. Example: (22)3 = 26 = 64.
Two corollaries fall out of these: a0 = 1 for any nonzero a (because an ÷ an = a0), and a1 = a.
Who this calculator is for
- Students checking pre-algebra and algebra homework, where exponents, roots, and the laws of exponents are core topics.
- Test-takers (SAT, ACT, GRE) who need to confirm power calculations quickly under time pressure.
- Teachers and tutors who want a clean expanded form and rule demonstration to show on screen.
- Anyone in science or finance dealing with scientific notation, compound growth, or doubling, all of which are exponents in disguise.
More worked examples
A negative exponent: 5−2 means 1 ÷ 52 = 1 ÷ 25 = 0.04. The minus sign flips the power into a fraction; it never makes the answer negative on its own.
A fractional exponent: 271/3 is the cube root of 27, which is 3, because 3 × 3 × 3 = 27. Likewise 160.5 = √16 = 4. If you only need square roots, the dedicated Square Root Calculator shows the radical form too.
A negative base: (−2)4 = (−2)(−2)(−2)(−2) = 16 (even power → positive), while (−2)3 = −8 (odd power → negative).
Reference: squares and cubes
The first dozen perfect squares and cubes are worth memorizing — they appear constantly in algebra and geometry.
| n | n² (square) | n³ (cube) |
|---|---|---|
| 1 | 1 | 1 |
| 2 | 4 | 8 |
| 3 | 9 | 27 |
| 4 | 16 | 64 |
| 5 | 25 | 125 |
| 6 | 36 | 216 |
| 7 | 49 | 343 |
| 8 | 64 | 512 |
| 9 | 81 | 729 |
| 10 | 100 | 1,000 |
| 11 | 121 | 1,331 |
| 12 | 144 | 1,728 |
Reference: powers of 2
Powers of two drive computing (bits, bytes, addressing) and any "doubling" problem. Note how fast they grow.
| 2ⁿ | Value |
|---|---|
| 21 | 2 |
| 22 | 4 |
| 23 | 8 |
| 24 | 16 |
| 25 | 32 |
| 28 | 256 |
| 210 | 1,024 |
| 216 | 65,536 |
| 220 | 1,048,576 |
| 230 | 1,073,741,824 |
Exponents and scientific notation
Scientists and engineers lean on exponents to write very large and very small numbers compactly. Scientific notation expresses a value as a number between 1 and 10 times a power of ten — for example, the speed of light is about 3 × 108 meters per second, and a hydrogen atom is roughly 1 × 10−10 meters across. The exponent on the 10 is just the number of places the decimal point moves: positive shifts right (bigger), negative shifts left (smaller). This calculator falls back to scientific notation automatically when a result is extremely large or small. To convert numbers to and from that compact form, use the Scientific Notation Calculator.
Key terms
- Base: the number being multiplied (the a in an).
- Exponent / power / index: how many times the base is used as a factor (the n).
- Square: a power of 2; cube: a power of 3.
- Root: the inverse of a power; the n-th root undoes raising to the n-th power.
- Reciprocal: 1 divided by a number; what a negative exponent produces.
Tips for working with exponents
- Always apply the exponent before multiplication and division in order of operations (PEMDAS): 2 × 32 = 2 × 9 = 18, not 36.
- Watch the parentheses on negative bases: −32 = −9, but (−3)2 = 9. The exponent binds to the 3 unless parentheses include the minus sign.
- Convert roots to fractional exponents when it helps: the cube root of x is x1/3, which makes the power rule easy to apply.
- Use the rules to simplify before plugging in numbers — it cuts down on arithmetic and rounding error.
Exponents vs. multiplication, roots, and logarithms
Exponents sit in a small family of operations that are easy to mix up, so it helps to see them side by side. Each one builds on the one before it:
- Multiplication is repeated addition: 3 × 4 means 3 + 3 + 3 + 3 = 12. The two numbers play interchangeable roles, so 3 × 4 = 4 × 3.
- Exponentiation is repeated multiplication: 34 means 3 × 3 × 3 × 3 = 81. Here the base and exponent are not interchangeable — 34 = 81 but 43 = 64.
- Roots undo exponents: since 34 = 81, the fourth root of 81 is 3. A root is simply a fractional exponent, which is why 811/4 = 3 as well.
- Logarithms also undo exponents, but they solve for the exponent itself: log3(81) = 4 answers "to what power must I raise 3 to get 81?" Work that direction with the Logarithm Calculator.
Knowing which operation a problem calls for is half the battle. If you see "5 squared" reach for an exponent; if you see "the square root of 25" you want a root; and if you see "how many times must I double to reach a million" you need a logarithm.
Exponents in everyday life
Exponents are not just a classroom topic — they describe any quantity that grows or shrinks by a fixed multiple each step, which turns up far more often than steady, linear change.
- Compound interest: money left to compound multiplies by (1 + rate) every period, so a balance after t years is principal × (1 + rate)t. That single exponent is why small rate differences snowball over decades.
- Population and viral spread: if something increases by a fixed percentage each day, the running total is an exponential curve — the same math behind "going viral."
- Computing: memory and addressing run on powers of two. A 10-bit address reaches 210 = 1,024 locations, and "kilo," "mega," and "giga" in storage are powers of two in disguise.
- Depreciation and half-life: a car losing 15% of its value yearly, or a radioactive sample halving over a fixed period, both follow a base raised to a (negative or fractional) power.
In each case you can read the situation straight off the formula: the base is the per-step multiplier and the exponent is how many steps have passed.
A note on percent growth and exponents
"Grows 8% a year" and "is multiplied by 1.08n" describe the same thing — a percentage change applied repeatedly is an exponent. To go from a single percentage to a multiplier, add the rate to 1 (an 8% increase is ×1.08, a 8% decrease is ×0.92), then raise it to the number of periods. If you just need a one-off "X% of Y" or a single percent change, the Percentage Calculator is quicker; reach for exponents only once the same percentage repeats. Splitting a problem into a fraction first? The Fraction Calculator pairs naturally with fractional exponents.
Related concepts and tools
Exponents connect to several neighboring ideas: logarithms are the inverse operation (a logarithm answers "what exponent gives this number?"), roots are exponents between 0 and 1, and compound interest and population growth are real-world exponential models. If you want powers, roots, trig, and logs together on one keypad, the Scientific Calculator handles all of them at once.
Sources & further reading
- The laws of exponents (product, quotient, and power rules) and the definitions of zero, negative, and fractional exponents are standard results in any pre-algebra and algebra curriculum, consistent with the Common Core State Standards for mathematics (expressions and equations, 8.EE).
- The convention that 00 is treated as an indeterminate form, with many calculators returning 1, reflects standard mathematical practice; the value is left undefined in limit contexts.
- Scientific notation conventions (a coefficient between 1 and 10 times a power of ten) follow the standard used across the physical sciences and engineering.
⚠️ Common mistakes & edge cases
Multiplying by the exponent instead of repeating
34 is 3 × 3 × 3 × 3 = 81, not 3 × 4 = 12. The exponent counts factors; it is not a multiplier. This is the single most common exponent error.
Mishandling the minus sign on a base
Without parentheses, the exponent attaches only to the number: −22 = −(22) = −4. With parentheses, (−2)2 = 4. Always parenthesize a negative base you intend to raise.
Thinking a negative exponent makes a negative answer
A negative exponent produces a reciprocal, not a negative number: 2−3 = 1 ÷ 8 = 0.125, which is positive. The sign of the base, not the exponent, decides if the result is negative.
Expecting a real answer from a negative base and fractional power
(−4)0.5 is the square root of a negative number, which has no real value. The calculator flags this instead of returning a misleading figure; you would need complex numbers to evaluate it.
❓ Frequently asked questions
How do I calculate an exponent?
An exponent tells you how many times to multiply the base by itself. To calculate b^n for a whole-number exponent, multiply b by itself n times: for example, 3^4 = 3 × 3 × 3 × 3 = 81. Enter the base and the exponent in the calculator and it computes the power instantly, along with the expanded form for small exponents.
What does a negative exponent mean?
A negative exponent means the reciprocal of the positive power. b^(-n) = 1 ÷ b^n. For example, 2^(-3) = 1 ÷ 2^3 = 1 ÷ 8 = 0.125. The base is never negative because of the minus sign; only the exponent's sign flips the value into a fraction.
What is a fractional exponent?
A fractional exponent represents a root. b^(1/n) is the n-th root of b, so b^(1/2) is the square root and b^(1/3) is the cube root. A general fraction combines both: b^(m/n) = the n-th root of b raised to the m-th power. For example, 8^(2/3) = (cube root of 8)^2 = 2^2 = 4.
What is anything to the power of 0?
Any nonzero number raised to the power of 0 equals 1. This follows from the quotient rule: b^n ÷ b^n = b^(n−n) = b^0, and any number divided by itself is 1. The single exception is 0^0, which is an indeterminate form and has no agreed-upon value, although many calculators return 1 by convention.
What is anything to the power of 1?
Any number raised to the power of 1 is just the number itself: b^1 = b. The exponent 1 means the base appears exactly once in the multiplication, so there is nothing to multiply it by.
Can the base be negative?
Yes, a negative base works with whole-number exponents. A negative base raised to an even power is positive (because the minus signs cancel in pairs), and to an odd power is negative. For example, (−2)^2 = 4 but (−2)^3 = −8. A negative base with a fractional exponent has no real result, however, because it would require taking an even root of a negative number.
What are the three main exponent rules?
The product rule: a^m × a^n = a^(m+n) (same base, add the exponents when multiplying). The quotient rule: a^m ÷ a^n = a^(m−n) (subtract the exponents when dividing). The power rule: (a^m)^n = a^(m×n) (multiply the exponents for a power of a power). These let you simplify expressions without expanding them fully.
What is the difference between an exponent and a power?
The exponent is the small raised number that says how many times to multiply, while the power is the whole expression or its result. In 5^3, the base is 5, the exponent is 3, and 5^3 = 125 is the third power of 5. In everyday use people often say 'power' to mean the exponent, but strictly the power is the result.
How do exponents relate to scientific notation?
Scientific notation writes a number as a value between 1 and 10 multiplied by a power of 10, such as 3.2 × 10^5 = 320,000. The exponent on the 10 tells you how many places to move the decimal: positive for large numbers, negative for small ones. So 10^6 is a million and 10^(−3) is one thousandth.
Why does this calculator show 'undefined' for some inputs?
Three cases have no ordinary value: 0 raised to a negative power is division by zero, 0^0 is an indeterminate form, and a negative base with a fractional exponent gives a complex (non-real) number. In those cases the calculator explains why instead of showing a misleading number.
Is squaring the same as multiplying by 2?
No. Squaring means raising to the power of 2, which is multiplying the number by itself: 5^2 = 5 × 5 = 25. Multiplying by 2 is 5 × 2 = 10. Confusing the two is one of the most common exponent mistakes, especially with larger numbers.
How big can exponents get?
Mathematically there is no limit, but on a computer the result eventually exceeds the largest representable number and shows as infinity. This calculator switches to scientific notation for very large and very small magnitudes so the result stays readable, for example 2^100 ≈ 1.27 × 10^30.
💡 Good to know
Exponents grow shockingly fast
Doubling 30 times (230) already exceeds a billion. This is why the "fold a paper 42 times to reach the Moon" puzzle works — exponential growth quickly dwarfs anything linear.
Order of operations matters
Under PEMDAS, exponents are evaluated before multiplication and division. So 2 × 32 = 18, not 36. When in doubt, add parentheses to make your intent explicit.
Roots are just fractional exponents
The square root of a number is the same as raising it to the 0.5 power, and the cube root is the 1/3 power. That single idea lets you use the exponent rules on roots without learning a separate set.
Related Calculators
Percentage Calculator
Solve any percentage problem - what is X% of Y and more
Fraction Calculator
Add, subtract, multiply and divide fractions
Scientific Calculator
A full scientific calculator with trig, logs and more
Average Calculator
Calculate the mean, median and mode of numbers
GPA Calculator
Calculate your grade point average (weighted or unweighted)
Ratio Calculator
Simplify, scale and solve ratios and proportions