Math calculator

Free exponent calculator

Calculate any base raised to any power — enter base and exponent to see the result, including negative and fractional exponents, updated live, as you type.

InputsLive
Base
Exponent
Result
Result
1,024
210 = 1,024
Base2
Exponent10
Result1,024
log₂(result)10

Uses Math.pow (IEEE 754 double precision).

Results are estimates. Consult a professional.

How it's calculated

How the exponent calculator works

An exponent (or power) tells you how many times to multiply a base number by itself. Exponents appear in growth and decay, scientific notation, computer memory, and countless formulas across science and engineering.

bⁿ = b × b ×× b (n times) [positive integer exponent]
b⁰ = 1 [zero exponent — any nonzero base]
b⁻ⁿ = 1 / bⁿ [negative exponent]
b^(1/n) = ⁿ√b [fractional exponent = nth root]
b^(m/n) = (ⁿ√b)ᵐ [general fractional exponent]

Key rules: multiplying same-base powers adds exponents (bᵐ × bⁿ = b^(m+n)); dividing subtracts them (bᵐ / bⁿ = b^(m−n)); raising a power to a power multiplies them ((bᵐ)ⁿ = b^(mn)).

NIST Digital Library of Mathematical Functions — §1.2 Elementary Algebra
Example

Worked example: positive, negative, and fractional exponents

Example: 2⁸, 3⁻², and 27^(1/3)

Three common exponent types: a large positive power, a negative exponent, and a fractional (root) exponent.

2⁸ = 2×2×2×2×2×2×2×2 = 256
3⁻² = 1 / 3² = 1 / 9 ≈ 0.1111
27^(1/3) = ³√27 = 3 (because 3³ = 27)
2⁸ = 256 · 3⁻² ≈ 0.111 · 27^(1/3) = 3
These cover the three key exponent types: repeated multiplication, reciprocal, and root extraction.
Quick reference

Powers of 2 and powers of 10

Powers of 2 are fundamental to computing (bits, bytes, memory); powers of 10 underpin scientific notation and the metric system.

Exponent (n)2ⁿ10ⁿ
011
1210
24100
381,000
41610,000
532100,000
6641,000,000
712810,000,000
8256100,000,000
95121,000,000,000
101,02410,000,000,000

2¹⁰ = 1,024 ≈ 10³, which is why a kilobyte (1 KB) is 1,024 bytes, not exactly 1,000.

Practical tips

Tips for working with exponents

Exponent rules are short but easy to misapply. These reminders cover the most common mistakes.

  • Any number to the power 0 is 1 — including 1⁰ = 1 and 100⁰ = 1; the only exception is 0⁰, which is mathematically indeterminate.
  • Negative base with even exponent is positive — (−3)² = 9, not −9; but −3² = −(3²) = −9 because the exponent binds only to 3.
  • Fractional exponents are roots — x^(1/2) = √x and x^(1/3) = ³√x; use this to rewrite root problems as power problems.
  • Scientific notation uses powers of 10 — 3.2 × 10⁶ means 3,200,000; to convert, move the decimal point by the exponent's value.
  • Exponents in compound-interest formulas — A = P(1 + r/n)^(nt); the exponent nt is the total number of compounding periods, not just years.
Accuracy & limits

Accuracy and limitations

Integer exponents are computed exactly up to the limits of double-precision floating-point (~15 significant digits). For very large exponents (e.g., 2¹⁰⁰⁰), results switch to scientific notation and may lose lower-order digits. Fractional exponents are computed via logarithms internally (b^(m/n) = e^((m/n)·ln b)), introducing small rounding errors beyond 15 significant figures. Negative bases with non-integer exponents produce complex numbers and are out of scope for this calculator.

Glossary

Key terms

The number being multiplied repeatedly; the bottom number in bⁿ.
The power telling how many times to multiply the base by itself; the superscript in bⁿ.
Synonym for exponent; also refers to the result of exponentiation (e.g., 8 is the third power of 2).
b⁻ⁿ = 1/bⁿ; flips the expression to a reciprocal without making it negative.
b^(m/n) = (ⁿ√b)ᵐ; a shorthand for roots combined with integer powers.
A way to express very large or small numbers as a × 10ⁿ where 1 ≤ a < 10.
About

About this calculator

Part of our math calculators suite — explore all calculators.

Questions

Frequently asked questions about the free exponent calculator

An exponent calculator is a free online tool that helps you raise any base to any power: b^e. Handles integers, decimals, and negative exponents. Exponentiation is repeated multiplication. b^n means: multiply b by itself n times. The formula generalizes naturally to non-integer and negative exponents via standard real-number arithmetic. It runs entirely in your browser with instant results and no sign-up.
Always 1 (by convention). x⁰ = 1 for any non-zero x. This keeps the laws of exponents consistent — for example, x^a × x^−a = x^(a−a) = x⁰ = 1.
Reciprocal. b^−n = 1 ÷ b^n. So 2^−1 = 0.5, 2^−2 = 0.25, etc.
Because there's no real number that, multiplied by itself, gives −1. The square root of a negative number is an imaginary number (i × √|x|), which this calculator doesn't return.

Want a calculator built for your business?

Customize any of our 400+ tools to match your brand, or commission a new one tailored to how your business actually calculates — pricing, payroll, quotes, anything. Deployed on your domain, math runs in your visitors' browsers.