Calculate powers and exponents including negative exponents and fractional powers.
Reviewed by the CalculatorKosh Editorial TeamUpdated June 2026Free ยท No sign-up
Exponent Calculator
Calculate powers and exponents including negative exponents and fractional powers.
Quick presets
Notable examples
Powers of 2
How It Works
This exponent calculator raises any base b to any power n and shows the result instantly. It is sometimes called a power calculator, an "a to the power of b" calculator, or an index calculator. It handles every kind of exponent you are likely to meet: whole numbers (2ยณ = 8), zero (anything0 = 1), negative powers (2โ3 = 0.125), decimals (1.075 for compound growth), and fractional powers, which are really roots (91/2 = 3). It is useful for school and college students learning the laws of indices, for anyone doing scientific notation, and for everyday compound-growth sums such as interest, population, or area scaling.
What an exponent actually means
An exponent is just shorthand for repeated multiplication. In the expression bn, the number b is the base and n is the exponent (also called the power or index). When n is a positive whole number, bn = b ร b ร โฆ ร b, with the base written down n times. So 54 = 5 ร 5 ร 5 ร 5 = 625. The exponent counts the factors; it does not mean "multiply b by n" โ a very common confusion. 54 is 625, not 20.
The laws of exponents
These identities let you simplify powers without expanding everything by hand. They all follow directly from the "repeated multiplication" idea.
Product rule: bm ร bn = b(m+n). Same base, add the powers โ e.g. 2ยณ ร 2โด = 2โท = 128.
Quotient rule: bm รท bn = b(mโn). Same base, subtract the powers.
Power of a power: (bm)n = b(mรn). Multiply the powers โ e.g. (3ยฒ)ยณ = 3โถ = 729.
Power of a product: (a ร b)n = an ร bn.
Zero power: b0 = 1 for any base b โ 0. (The case 00 is left undefined / indeterminate.)
Negative power: b(โn) = 1 / bn. A negative exponent means "take the reciprocal", so 2โ3 = 1/2ยณ = 1/8 = 0.125. Because of this, raising 0 to a negative power is undefined (it would mean dividing by zero), and this calculator flags that case rather than printing a wrong number.
Fractional power: b(1/n) = the nth root of b, written โฟโb. More generally b(m/n) = โฟโ(bm) = (โฟโb)m. So 8(2/3) = (โ8)ยฒ = 2ยฒ = 4. Fractional exponents let you write any root as a power, which keeps algebra tidy.
Worked example
Suppose you invest a sum that grows 7% a year and you want the growth factor after 5 years. The multiplier each year is 1.07, so over 5 years the factor is 1.075. Multiply step by step: 1.07ยฒ = 1.1449, then 1.07ยณ = 1.225043, 1.07โด โ 1.310796, and 1.07โต โ 1.402552. So the value grows by about 40.3% over five years. Type base 1.07 and exponent 5 above to confirm โ this is the same maths behind compound-interest and SIP growth, just isolated to the power part.
Tips for using powers
Powers of 2 are worth memorising because they run through computing and data sizes: 210 = 1,024 (about 1 KB), 220 โ 1 million, 230 โ 1 billion. For very large or very small results the calculator switches to scientific notation (for example 1.5 ร 109), so the digits stay readable. When you only need a root, remember you can enter a fractional exponent: 0.5 for a square root, 1/3 โ 0.3333 for a cube root.
Common mistakes
Watch the order of operations: without brackets, โ32 means โ(32) = โ9, while (โ3)2 = 9, because the power binds tighter than the leading minus sign. A negative base raised to an even power is positive and to an odd power is negative: (โ2)3 = โ8. Finally, a negative base with a non-integer exponent (such as (โ4)0.5) has no real value, since it asks for the square root of a negative number.
Frequently Asked Questions
b(โn) = 1/bโฟ. It means the reciprocal. 2(โ3) = 1/2ยณ = 1/8 = 0.125. Negative exponents appear in scientific notation (10(โ6) = 0.000001 = 1 micro-), physics (force decreases with r(โ2)), and rate calculations.
Part of Algebra & Numbers Calculators โ compare every related calculator in one place.