^

Exponent Calculator

-
-

No sign-up required · Runs entirely in your browser · Your data is never stored

✓ Last reviewed: June 2026 · Methodology

An exponent tells you how many times to multiply a base number by itself. 2³ = 2 × 2 × 2 = 8. The base is 2, the exponent is 3. Key rules: a⁰ = 1 for any base; a⁻ⁿ = 1/aⁿ; a^(1/n) = nth root of a. The calculator handles positive, negative, and fractional exponents, plus scientific notation for very large or small results.

Powers and exponents

Use this when: you need a quick, accurate result from exponent calculator without sign-up or tracking. All calculations run in your browser and no data is stored.

How do exponents work?

An exponent tells you how many times to multiply a number (the base) by itself. For example, 2^10 means multiply 2 by itself 10 times, which equals 1,024. Exponents are also called powers. This calculator supports any base and exponent, including negative and fractional exponents. Related: use the Log Calculator to go further, or the Scientific Calculator for a different angle.

Special Exponent Rules

Any number raised to the power of 0 equals 1. Any number raised to the power of 1 equals itself. Negative exponents create fractions: 2^(-3) = 1/8. Fractional exponents create roots: 8^(1/3) = 2 (cube root of 8).

How should you read and use the output?

The Exponent Calculator is built for people who want a fast answer without losing context. It keeps the calculation simple, shows the result clearly, and helps you understand what the number means before you use it in a real decision.

This calculator is designed to make a specific everyday calculation faster and clearer. It gives a structured result so you can compare options, check assumptions, or plan the next step with less manual work.

What are exponents?

An exponent (also called a power or index) indicates how many times a number (the base) is multiplied by itself. The expression 2⁵ means 2 × 2 × 2 × 2 × 2 = 32. The base is 2 and the exponent is 5. Exponents appear in scientific notation, compound interest calculations, computer storage (powers of 2), physics equations, and algebra.

Notation: b^n means b raised to the power n. b is the base, n is the exponent.

What are the exponent rules?

Product rule: b^m × b^n = b^(m+n)

Example: 3^4 × 3^2 = 3^6 = 729

Quotient rule: b^m ÷ b^n = b^(m–n)

Example: 5^7 ÷ 5^3 = 5^4 = 625

Power rule: (b^m)^n = b^(m×n)

Example: (2^3)^4 = 2^12 = 4,096

Zero exponent: b^0 = 1 (for any non-zero b)

Example: 7^0 = 1, 1000^0 = 1, (–5)^0 = 1

Negative exponent: b^(–n) = 1 ÷ b^n

Example: 2^(–3) = 1/2^3 = 1/8 = 0.125

Fractional exponent: b^(1/n) = nth root of b

Example: 27^(1/3) = ∛27 = 3. 16^(1/4) = ⁴√16 = 2

Fractional exponent (m/n): b^(m/n) = (nth root of b)^m

Example: 8^(2/3) = (∛8)² = 2² = 4

What are the most common powers and their values?

How is scientific notation used with exponents?

Scientific notation expresses very large or very small numbers as a number between 1 and 10 multiplied by a power of 10.

Multiplying numbers in scientific notation: multiply the coefficients and add the exponents. (3 × 10^4) × (2 × 10^6) = 6 × 10^10

Exponents in compound interest — the financial connection

The compound interest formula A = P(1 + r/n)^(nt) uses an exponent (nt) to model how money grows over time. The exponent represents the number of compounding periods, and exponential growth is why compound interest is so powerful over long periods. At 10% annual interest, $100,000 grows to $110,000 after 1 year but $672,750 after 20 years — the exponent of 20 multiplies the growth dramatically.

Product rule: aᵐ × aⁿ = aᵐ⁺ⁿ

When multiplying powers with the same base, add the exponents. Examples: 2³ × 2⁴ = 2⁷ = 128. x⁵ × x² = x⁷. 10² × 10³ = 10⁵ = 100,000. This rule works because 2³ = 2×2×2 and 2⁴ = 2×2×2×2 — multiplying gives seven 2s multiplied together. The quotient rule is the inverse: aᵐ ÷ aⁿ = aᵐ⁻ⁿ. Example: 2⁵ ÷ 2² = 2³ = 8.

Negative exponents: a⁻ⁿ = 1/aⁿ

A negative exponent means take the reciprocal. 2⁻³ = 1/2³ = 1/8 = 0.125. 10⁻² = 1/100 = 0.01. x⁻¹ = 1/x. This is why scientific notation uses negative exponents for small numbers: 3×10⁻⁶ = 0.000003. Zero exponent: a⁰ = 1 for any non-zero base. 5⁰ = 1. (−3)⁰ = 1. This follows from the quotient rule: aⁿ ÷ aⁿ = aⁿ⁻ⁿ = a⁰ = 1.

Fractional exponents and roots: a^(1/n) = ⁿ√a

A fractional exponent represents a root. a^(1/2) = √a. a^(1/3) = ∛a. a^(m/n) = (ⁿ√a)ᵐ. Examples: 8^(1/3) = ∛8 = 2. 16^(3/4) = (⁴√16)³ = 2³ = 8. 25^(1/2) = √25 = 5. 27^(2/3) = (∛27)² = 3² = 9. Fractional exponents allow root calculations using exponent rules — the same product and quotient rules apply.

Frequently asked questions about exponents

What is any number to the power of 1? Any base to the power of 1 equals itself. 7^1 = 7. 1,000^1 = 1,000.

What is 0 to the power of 0? 0^0 is mathematically indeterminate — it has no single well-defined value. In most computing and mathematical contexts, it is treated as 1 by convention, but this is context-dependent.

What is a negative base raised to an exponent? A negative base raised to an even exponent gives a positive result. A negative base raised to an odd exponent gives a negative result. (–3)^2 = 9. (–3)^3 = –27. — see also: log calculator

Powers of 2 — computing reference table

PowerValueComputing Equivalent
2^011 bit has 1 state
2^121 bit has 2 values (0 or 1)
2^82561 byte — 256 possible values
2^101,0241 kilobyte (KB)
2^1665,53616-bit colour — 65,536 colours
2^201,048,5761 megabyte (MB)
2^2416,777,21624-bit true colour — 16.7M colours
2^301,073,741,8241 gigabyte (GB)
2^324,294,967,296Max 32-bit integer; IPv4 addresses
2^40~1 trillion1 terabyte (TB)
2^64~18.4 quintillionMax 64-bit integer

Powers of 10 — scientific notation reference

PowerValueSI PrefixExample
10^-120.000000000001pico (p)Picosecond
10^-90.000000001nano (n)Nanometre (nm)
10^-60.000001micro (μ)Micrometre
10^-30.001milli (m)Millimetre
10^01Base unit
10^31,000kilo (k)Kilogram, kilometre
10^61,000,000mega (M)Megabyte, megawatt
10^91,000,000,000giga (G)Gigabyte, gigahertz
10^121,000,000,000,000tera (T)Terabyte, terahertz

Sources & References

Sources: Stewart, J. Calculus: Early Transcendentals (8th ed); NIST Digital Library of Mathematical Functions, Chapter 4 — Elementary Functions.

Related calculators

Formula reviewed by Mayra · Methodology · Last reviewed: June 2026