Exponent Calculator
Calculate any base raised to any power — positive, negative, and fractional exponents all supported. Includes scientific notation, step-by-step solutions, and powers reference table.
Powers of 2, 3, 5, and 10 — quick reference table:
| n | 2ⁿ | 3ⁿ | 5ⁿ | 10ⁿ |
|---|
f Formulas Used
? How To Use
★ Key Features
All Exponent Types
Positive, negative, and fractional exponents all handled correctly.
Step-by-Step Working
Full multiplication steps shown — ideal for students checking their work.
Scientific Notation
Large results automatically shown in scientific notation for readability.
Mobile Optimized
Clean layout designed for comfortable use on any phone or tablet.
✎ Real-World Example
Step 2: After 8 doublings: 2⁸ = 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2
Step 3: 2⁸ = 256
Q Frequently Asked Questions
Exponent Calculator - Solve Any Power, Including Negative and Fractional Exponents
Most people are fine with exponents up until the moment a negative sign or a fraction shows up in the power. 2³ is easy enough — everyone knows that's 8. But 2⁻³? Or 8^(2/3)? That's where things get shaky fast, and honestly, it's not because the math is that much harder. It's because the rules genuinely change depending on what kind of exponent you're dealing with. An exponent calculator with steps handles all three cases — positive, negative, and fractional — without you needing to memorize which formula applies where.
What makes this genuinely useful beyond just speed is that it doesn't treat every exponent the same way. A positive exponent means repeated multiplication. A negative one flips into a fraction. A fractional one turns into a root. Mixing these up is probably the single most common exponent mistake out there, and a good calculator sidesteps that entirely by handling each type through its own dedicated method.
The Four Rules That Actually Matter
Positive Exponents
bⁿ = b × b × ... × b (n times)
This is the version everyone learns first — 2⁴ just means 2 multiplied by itself four times, which comes out to 16.
Negative Exponents
b⁻ⁿ = 1 / bⁿ
A negative exponent doesn't make the result negative — it flips the whole thing into a fraction. 2⁻³ = 1/2³ = 1/8 = 0.125. This is genuinely the most common exponent misunderstanding: people assume the answer will be a negative number, and it just isn't.
Fractional Exponents
b^(p/q) = (b^p)^(1/q) = q-th root of b^p
This is where exponents and roots turn out to be the exact same thing wearing different notation. 8^(2/3) means take the cube root of 8 (which is 2), then square that result, landing on 4.
Zero Exponent
b⁰ = 1 (for any b ≠ 0)
Any non-zero number raised to the power of zero equals exactly 1, no matter how big or small that base is.
How This Exponent Calculator Works
- Base & Exponent tab — standard powers, positive whole-number exponents
- Negative Exponent tab — enter a base and a negative power to see the fraction it produces
- Fractional Exponent tab — enter a base, then numerator (p) and denominator (q) separately for b^(p/q)
- Powers Table tab — a ready-made reference showing powers of 2, 3, 5, and 10 from n=0 through n=15
Every result comes with its scientific notation equivalent for large numbers, plus related values (squared, cubed) shown right alongside the main answer. Tap "Steps" and you'll see the actual multiplication laid out — or for non-whole exponents, the working explained through the underlying formula.
Real Example: Doubling Storage
Say a hard drive's storage doubles every 18 months, starting from 1 GB. How much storage exists after 8 doublings?
Each doubling is a ×2 operation, so after n doublings, the total multiplier is 2ⁿ. After 8 doublings, that's 2⁸ = 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 = 256. Starting from 1 GB, that means 256 GB of storage after 8 doubling cycles — a pattern that shows up constantly in anything involving exponential growth, from data storage to compound interest to population models.
| n | 2ⁿ | 3ⁿ | 5ⁿ | 10ⁿ |
|---|---|---|---|---|
| 0 | 1 | 1 | 1 | 1 |
| 1 | 2 | 3 | 5 | 10 |
| 2 | 4 | 9 | 25 | 100 |
| 3 | 8 | 27 | 125 | 1,000 |
| 4 | 16 | 81 | 625 | 10,000 |
| 5 | 32 | 243 | 3,125 | 100,000 |
| 6 | 64 | 729 | 15,625 | 1,000,000 |
| 7 | 128 | 2,187 | 78,125 | 10,000,000 |
| 8 | 256 | 6,561 | 390,625 | 100,000,000 |
| 9 | 512 | 19,683 | 1,953,125 | 1,000,000,000 |
| 10 | 1,024 | 59,049 | 9,765,625 | 10,000,000,000 |
| 11 | 2,048 | 177,147 | 48,828,125 | 100,000,000,000 |
| 12 | 4,096 | 531,441 | 244,140,625 | 1,000,000,000,000 |
| 13 | 8,192 | 1,594,323 | 1,220,703,125 | 10,000,000,000,000 |
| 14 | 16,384 | 4,782,969 | 6,103,515,625 | 100,000,000,000,000 |
| 15 | 32,768 | 14,348,907 | 30,517,578,125 | 1,000,000,000,000,000 |
Why Negative Exponents Confuse People
The instinct is almost always to read "negative exponent" as "negative result," and it's an easy assumption to make. But 3⁻² isn't -9 — it's 1/3² = 1/9. The negative sign on the exponent is really an instruction to flip the base into a fraction, not a signal that the final number should be negative. Once that distinction sticks, negative exponents stop being scary.
Fractional Exponents Are Just Roots in Disguise
This one trips up almost everyone the first time they see it. b^(1/2) is literally identical to √b. b^(1/3) is the same as ∛b. Anything more complex, like b^(2/3), just means "take the root indicated by the denominator, then raise the result to the power indicated by the numerator." Once you see fractional exponents as roots wearing a different notation, they stop being a separate topic entirely — they're just the Square Root Calculator and Cube Root Calculator in disguise.
Where Exponents Actually Get Used
- Finance: compound interest formulas rely entirely on exponents to model growth over time
- Computer science: data storage, algorithm complexity, and binary systems are all exponent-based
- Science: population growth, radioactive decay, and scientific notation all lean on powers
- Everyday scaling problems: anything that doubles, triples, or grows by a fixed multiplier repeatedly
Exponent Calculator — Laws of Exponents
| Rule | Formula |
|---|---|
| Product rule | xᵃ × xᵇ = xᵃ⁺ᵇ |
| Quotient rule | xᵃ ÷ xᵇ = xᵃ⁻ᵇ |
| Power of a power | (xᵃ)ᵇ = xᵃᵇ |
| Zero exponent | x⁰ = 1 |
| Negative exponent | x⁻ᵃ = 1 ÷ xᵃ |
| Fractional exponent | x^(1/n) = ⁿ√x |
When You Need More Than Basic Powers
Exponent problems often connect to bigger calculations. Compound interest and growth modeling frequently need the full expression evaluated at once, which is exactly what the Scientific Calculator handles — combining exponents with other operations in a single continuous equation. And if an exponent problem involves finding a missing power (rather than evaluating a known one), that's actually a logarithm question, which is what the Log Calculator is built to solve.
A Mistake Worth Avoiding
One subtle error: forgetting that a negative base changes things depending on whether the exponent is even or odd. (-2)⁴ = 16 (positive, since four negatives multiply out to positive), but (-2)³ = -8 (negative, since three negatives keep their sign). This isn't the same rule as negative exponents — it's about a negative base, and mixing the two up is an easy way to get a sign wrong.
Frequently Asked Questions
Does a negative exponent make the answer negative?
No. A negative exponent flips the base into a fraction (b⁻ⁿ = 1/bⁿ), but the result itself stays positive as long as the base was positive to begin with.
What does a fractional exponent actually mean?
It represents a root. b^(1/2) is the square root of b, b^(1/3) is the cube root, and b^(p/q) more generally means taking the q-th root of b, then raising that result to the p-th power.
What is any number to the power of 0?
It equals 1, for any non-zero base — even a large or unusual number like 100⁰ or (-7)⁰ still equals exactly 1.
Can this calculator handle very large results?
Yes, large results are automatically shown in scientific notation alongside the standard decimal form, so the number stays readable no matter how big it gets.
Is this exponent calculator free, with no sign up?
Completely free, no sign up, no download required — works instantly on any device.
Explore more calculators: Square Root Calculator | Cube Root Calculator | Scientific Calculator | Log Calculator
Reviewed by Kromo Tools Team
Building free, reliable online calculators and utilities for students, professionals, and everyday users. Last updated: