๐Ÿ”

Exponent Calculator

Solve powers and nth root equations.

๐Ÿ”

Base, exponent & result

Enter any two values to solve for the third. Leave one field blank.

Result
aโฟ32

25 = 32

๐Ÿ”

Expansion

2^5 = 2 ร— 2 ร— 2 ร— 2 ร— 2

Laws of exponents

Product Rule

a^n ร— a^m = a^(n+m)

When bases are multiplied, exponents are added.

Quotient Rule

a^m / a^n = a^(mโˆ’n)

When bases are divided, exponents are subtracted.

Power of a Power

(a^m)^n = a^(mร—n)

Exponents are multiplied when raised to another power.

Negative Exponent

a^(-n) = 1 / a^n

A negative exponent indicates the reciprocal of the base.

Formulas used

Result from base and exponent: aโฟ = a ร— a ร— โ€ฆ ร— a (n times), or Math.pow(a, n) for any real n.

Base from result and exponent: a = result^(1/n) (positive real result).

Exponent from base and result: n = log(result) / log(a) (a > 0, result > 0).

When and How to Use the Exponent Calculator

Enter any two of base, exponent, and result to solve for the third. Trusted by students and educators for algebra and precalculus. Laws, definitions, and formulas are in the article below. All calculations run locally.

Workflow Tips

Solving for Result

Leave Result blank; enter base and exponent. Use the โ€œUse e as baseโ€ button for natural exponentials.

Solving for Base

Enter exponent and result; leave Base blank. Works for positive result or negative result with an odd integer exponent.

Solving for Exponent

Leave Exponent blank; enter base and result (both positive). The tool solves for the exponent.

Negative and Fractional Exponents

Enter a negative exponent or a decimal (e.g. 0.5 for ยฝ). The Learning insight shows the relevant law.

Exponent Calculator: Powers, Negative & Fractional Exponents

Free exponent calculator: calculate powers, negative exponents, and fractional exponents. Power of a power rules, how to find the base of an exponent, fractional exponent solver. Laws of exponents; solve for base, exponent, or result. Trusted by students and educators. No sign-upโ€”all calculations run locally.

What This Calculator Does & Who It's For

Calculator Purpose & Ideal Users

  • What You'll Get:
    Solve for result: aโฟ from base and exponent (including negative and decimal exponents). Solve for base: a from result and exponentโ€”how to find the base of an exponent when you know the power and result. Solve for exponent: n from base and result (e.g. what exponent gives this power?). Use e as base: Button sets base to e (โ‰ˆ 2.71828) for natural exponentials. Learning insight: Negative exponent law or natural exponential note when relevant. Expansion: For small positive integer exponents, shows the repeated multiplication (e.g. 2ร—2ร—2ร—2ร—2).
  • Ideal Users:
    Students & algebra: Laws of exponents, calculate negative exponents, fractional exponent solver, power of a power rules. Teachers: Teaching module with laws and worked examples. Anyone: Quick power and nth root (base from result and exponent) calculations.
  • Scope & Limits:
    Real numbers only; no imaginary results (e.g. negative base with non-integer exponent is not computed). Accepts positive/negative integers and decimals; fractional exponents entered as decimals. All calculations run in your browser; no data is sent to servers.
This exponent calculator solves for base, exponent, or result: enter any two, leave one blank.

What Is an Exponent? Exponentiation Definition

An exponent (or power) is the number of times a base is multiplied by itself. We write
ana^n
(a to the power n), where a is the base and n is the exponent. By definition,
an=aร—aร—โ‹ฏร—aa^n = a \times a \times \cdots \times a
(n times) for positive integers n. When the exponent is 1, aยน = a. For n = 0, aโฐ = 1 (when a โ‰  0). For negative exponents,
aโˆ’n=1ana^{-n} = \frac{1}{a^n}
For fractional exponents,
ap/qa^{p/q}
is the qth root of aแต– (e.g. a^0.5 = โˆša). This exponent calculator computes aโฟ for real bases and exponents

Laws of Exponents: Product, Quotient, Power of a Power

Product rule: When multiplying same bases, add exponents:
anร—am=an+ma^n \times a^m = a^{n+m}
Quotient rule: When dividing same bases, subtract exponents:
aman=amโˆ’n\frac{a^m}{a^n} = a^{m-n}
Power of a power: When raising a power to a power, multiply exponents:
(am)n=amร—n(a^m)^n = a^{m \times n}
Negative exponent:
aโˆ’n=1ana^{-n} = \frac{1}{a^n}
These power of a power rules and laws of indices are shown in the calculatorโ€™s Laws of exponents panel and in the Learning insight when they apply to your calculation

Power of a Product and Power of a Quotient

Power of a product:
(ab)n=anbn(ab)^n = a^n b^n
โ€”distribute the exponent to each factor. Power of a quotient:
(a/b)n=an/bn(a/b)^n = a^n / b^n
โ€”apply the exponent to numerator and denominator. These follow from the definition of exponentiation and the product rule. Use this exponent calculator to compute single powers

Exponent Calculator FAQ

? What happens when the exponent is 1?

When the exponent is 1, the result is the base itself: aยน = a. For example, 5ยน = 5 and (โˆ’3)ยน = โˆ’3. This follows from the definition of exponentiation as repeated multiplicationโ€”multiplying the base once gives the base.

? How do you solve negative exponents?

A negative exponent means the reciprocal of the base raised to the positive exponent:
aโˆ’n=1ana^{-n} = \frac{1}{a^n}
For example, 2โปยณ = 1/8. Enter a negative exponent in this calculator to see the result and the Negative Exponent Law in the Learning insight

? Can an exponent be a decimal?

Yes. An exponent can be a decimal (fractional exponent). For example, 4^0.5 = โˆš4 = 2, and 8^(1/3) = โˆ›8 = 2. The calculator accepts decimal exponents; for a negative base with a non-integer exponent the result would be complex, so this tool restricts to real results (e.g. positive base, or negative base with integer exponent).

? What is the base e in exponentiation?

e (Eulerโ€™s number, โ‰ˆ 2.71828) is the natural exponential base. eโฟ appears in growth, decay, and logarithms. Use the โ€œUse e as baseโ€ button in this calculator to set the base to e and compute natural exponentials.

? How do I find the base of an exponent?

If you know the result and the exponent, the base is a = result^(1/n). Leave the Base field blank and enter the exponent and result; the calculator solves for the base. For a positive result, the base is the nth root of the result.
๐Ÿ’ก
Mathematical Reference Note

Calculation Logic: This tool uses standard mathematical algorithms. While we strive for accuracy, errors in logic or user input can result in incorrect data.

Verification: Results should be cross-checked if used for important academic, professional, or personal calculations.

Standard Terms: This tool is provided free of charge and as-is. CalcRegistry provides no warranty regarding the accuracy or fitness of these results for your specific needs.

ยฉ 2026 CalcRegistry Reference Last System Check: FEB 2026Free Online Utility Tools