Exponent Calculator

Updated July 2026

Enter a base and an exponent to compute baseexponent — the base multiplied by itself as many times as the exponent. Supports positive, negative, zero and fractional (root) exponents, shows the expanded form for small powers, and switches to scientific notation for very large results. Everything runs privately in your browser.

Exponentiation means repeated multiplication: baseexp is the base multiplied by itself exp times. A negative exponent is a reciprocal (b-n = 1 ÷ bn), zero gives 1 (b0 = 1), and a fractional exponent is a root (b1/n = the nth root of b). For example, 25 = 32.
Try a negative value (e.g. -2) or a fraction (e.g. 0.5 for a square root).
Result
Expression
Expanded form
Scientific notation
Note

How this exponent calculator works

An exponent (also called a power or index) tells you how many times to multiply a base by itself. In the expression baseexponent, the base is the number being multiplied and the exponent is the number of factors. So 25 means "two multiplied by itself five times" — 2×2×2×2×2 = 32. This calculator computes the result instantly and, for small whole exponents, shows the full expanded multiplication.

The same idea extends beyond positive whole numbers. A negative exponent takes the reciprocal: b-n = 1 ÷ bn, so 5-2 = 1 ÷ 25 = 0.04. Zero as an exponent always gives 1 for a non-zero base (b0 = 1); the special case 00 is shown as 1 here by the common convention. A fractional exponent is a root: b1/n is the nth root of b, so 91/2 = √9 = 3. A negative base combined with a fractional exponent — such as (-8)1/2 — has no real value, and the tool flags this with a friendly note.

Worked examples: 25 = 2×2×2×2×2 = 32;   5-2 = 1 ÷ 52 = 1 ÷ 25 = 0.04;   91/2 = √9 = 3.

Powers of 2 reference

PowerValue
212
224
238
2416
2532
2664
27128
28256
29512
2101,024

Reference note: results use standard floating-point arithmetic, so very large or fractional powers may be rounded. Values that exceed everyday magnitudes are shown in scientific notation (for example 1.0e+21).

Frequently asked questions

What is an exponent?
An exponent tells you how many times to multiply a base by itself. In base^exponent, the base is multiplied and the exponent is the number of factors — so 2^5 means 2×2×2×2×2 = 32.
What is a negative exponent?
A negative exponent means take the reciprocal of the positive power: b^-n = 1 ÷ b^n. For example, 5^-2 = 1 ÷ 25 = 0.04. The base must not be zero.
What is anything to the power of 0?
Any non-zero number to the power of 0 equals 1, since b^n ÷ b^n = 1. The case 0^0 is treated as 1 by convention here, though some contexts leave it undefined.
What is a fractional exponent?
A fractional exponent is a root: b^(1/n) is the nth root of b, so 9^(1/2) = √9 = 3 and 8^(1/3) = 2. A negative base with a fractional exponent, like (-8)^(1/2), is not a real number.
How do I calculate powers?
Multiply the base by itself as many times as the exponent says: 3^4 = 3×3×3×3 = 81. Use the reciprocal for negative exponents and the matching root for fractional ones — this tool does all of it automatically.
What is 2 to the 10th power?
2^10 equals 1,024 — 2 multiplied by itself ten times. It is common in computing because 1,024 bytes make a kibibyte.
⚡ Exponent Calculator — by larely ↗

Related tools

Prime Number Checker

Check if a number is prime and get its prime factorization.

Circle Calculator

Find a circle's radius, diameter, circumference and area from any one value.

Permutation & Combination Calculator

Calculate combinations and permutations for n and r.

Logarithm Calculator

Compute log of any base, plus log10, ln and log2, with change of base.

Factorial Calculator

Calculate n! exactly for any non-negative integer, including huge values.

Fibonacci Calculator

Generate the Fibonacci sequence and find the Nth Fibonacci number.

Molarity Calculator

Solve molarity = moles / liters, including from mass and molar mass.

Modulo Calculator

Calculate a mod n with quotient, remainder and negative-number handling.

Percent Error Calculator

Calculate percent error between an experimental and a true value.

Z-Score Calculator

Find a z-score and its percentile from a value, mean and standard deviation.

Cylinder Volume Calculator

Find a cylinder's volume, surface area and capacity in liters or gallons.

Half-Life Calculator

Calculate remaining quantity, decay constant and half-lives elapsed.

Browse all 251 free tools →