A common slip, repeated in every Indian classroom every year:

"2^{-3} = -8. The minus goes on the answer, right?"

No. 2^{-3} = \tfrac{1}{8} — a small positive number, not a negative one. The minus sign on the exponent does not turn the answer negative. It sends the base to the denominator.

The confusion is natural, because every other place you have seen a minus sign, it has flipped the sign of something. Minus three is the opposite of three. Minus a is the additive inverse of a. The minus sign on the exponent looks like it ought to play the same role. It does not. It plays a different one.

What the negative exponent actually says

The rule, written once:

a^{-n} = \frac{1}{a^{n}}

The minus sign in the exponent maps to a reciprocal in the value. It does not map to a change of sign.

Why this is the right rule: the quotient law \tfrac{a^m}{a^n} = a^{m-n} forces it. Apply the law with m = 0: \tfrac{a^0}{a^n} = a^{0-n} = a^{-n}. Since a^0 = 1, the left side is \tfrac{1}{a^n}. So a^{-n} = \tfrac{1}{a^n}.

Apply it: 2^{-3} = \dfrac{1}{2^3} = \dfrac{1}{8}. That is a positive number — smaller than 1, but positive.

Why the mind jumps to "minus eight"

The intuition "minus on exponent ⇒ minus on answer" is wrong, but it comes from a real place. The minus sign in everyday arithmetic means "go to the opposite side of zero." And when you see 2^{-3}, the instinct is to apply the same pattern: take 2^3 = 8 and go to the opposite side, giving -8.

The instinct fails because exponents do not act on the additive structure (positive versus negative) of the base. They act on how many times you multiply. A negative exponent does not mean "flip the base's sign." It means "unmultiply" — divide instead of multiply, which is the operation that undoes multiplication. The reciprocal is the exponent-world version of the additive negative.

Operation in the additive world Operation in the exponent world
-n is the opposite of n on the number line a^{-n} is the reciprocal of a^n
Adding -n undoes adding n Multiplying by a^{-n} undoes multiplying by a^n
n + (-n) = 0 (the additive identity) a^n \cdot a^{-n} = 1 (the multiplicative identity)

The two worlds are parallel, but they use different words for "opposite." Additive opposite is the negative. Multiplicative opposite is the reciprocal. When the exponent goes negative, you are in the multiplicative world and the opposite that applies is the reciprocal.

The two-line test

Whenever you see a negative exponent, do these two moves in your head:

  1. Drop the minus sign. Read the now-positive exponent.
  2. Take the reciprocal of whatever you get.

That is it. No sign flip on the answer. No shift to the negative side of zero.

Examples:

Notice the last one: a fraction raised to a negative power just flips the fraction over before squaring. That is the cleanest picture of what the minus sign does — it flips.

A picture: the staircase below zero

The tower 2^n (doubling up) has a mirror below zero (halving down). The staircase continues past n = 0 without any jump or sign change:

\dots,\; 2^3 = 8,\; 2^2 = 4,\; 2^1 = 2,\; 2^0 = 1,\; 2^{-1} = \tfrac{1}{2},\; 2^{-2} = \tfrac{1}{4},\; 2^{-3} = \tfrac{1}{8},\; \dots

Every value in this list is positive. The numbers shrink towards zero as the exponent goes more negative, but they never cross into negative territory.

Curve of two to the n crossing zero without ever going negative A graph whose horizontal axis runs from negative four to four, and whose vertical axis runs from negative one to nine. A smooth curve represents two to the n. At n equals three the curve is at eight. At n equals zero it is at one. At n equals negative three it is at one eighth, a small positive number. The curve stays above the horizontal zero line everywhere; it never dips below. A draggable red point shows the current values. -4 -2 0 2 4 (n) 0 2 6 8 (2ⁿ) ↔ drag through n = 0
The function $2^n$ for $n$ from $-4$ to $4$. The curve approaches zero as $n$ goes more negative, but it never touches or crosses the $x$-axis. Every value of $2^n$ is a positive number, no matter how negative $n$ is. The "minus" on the exponent does not push the curve below zero — it pushes the *value* towards zero instead.

Drag through n = -3 on the curve and read the value: about 0.125 = \tfrac{1}{8}. Positive. Tiny. Not negative.

When the answer really is negative

There is a case where a minus sign on an exponent expression gives a negative answer — and that is when the base itself is negative (for some exponents). For instance:

(-2)^3 = -8

Here the minus is attached to the base -2, and since the exponent 3 is odd, the result is negative. That is a different situation entirely — the sign comes from multiplying an odd number of negatives together, not from the exponent being negative.

Compare:

In the first case the base is 2 and the exponent is -3. In the second, the base is -2 and the exponent is 3. The notation looks similar but means different things. This is exactly the kind of place where parentheses matter: 2^{-3} and (-2)^3 are not the same expression.

The reflex

When you see a negative exponent:

  1. Is the base positive? Then the answer is positive. Always. Compute as reciprocal of a^n.
  2. Is the base negative and the exponent odd? Then the answer is negative — but that is because of the base, not the exponent.
  3. Never, ever, put a minus sign on the final answer because the exponent was negative. That is the trap.

2^{-3} is one-eighth. A small positive number. The minus did its job in the denominator.

Related: Exponents and Powers · Why a⁰ = 1: The Halving Staircase That Forces the Answer · A Tower of 2s: Watch Doubling Explode Off the Screen by Step 30 · Why (a+b)² Is Not a² + b² — Exponents Are Not Distributive