GCSE
GCSE (Foundation)GCSE (Higher)
A-level
IB
IB AA (Standard Level)IB AA (Higher Level)
1-1 Tutoring
← All articles

How many times must you fold a piece of paper to reach the Moon?

42 folds. Take an ordinary sheet of printer paper, about 0.1 mm thick, and imagine folding it in half again and again. By the seventh fold it is about as thick as your thumb. By the forty-second fold it would be roughly 439,800 km thick — comfortably past the Moon, which orbits at an average distance of 384,400 km [1]. This claim gets passed around endlessly online, usually with no working shown. In this paper we check it for ourselves, using nothing more than powers of 2 — and then we look honestly at why nobody will ever actually do it.

Every time you fold a sheet of paper in half, the number of layers doubles: 1 layer becomes 2, then 4, then 8. After nn folds there are 2n2^n layers, so the total thickness is

Tn=t0×2nT_n = t_0 \times 2^n

where t0t_0 is the thickness of a single sheet. We will take t0=0.1t_0 = 0.1 mm, a standard figure for 80 gsm printer paper — a ream of 500 sheets is about 5 cm tall, which works out to exactly this.

That is the whole model. The surprise is not in the maths but in how violently 2n2^n grows.

Climbing to the Moon, fold by fold

Let us walk up the milestones, computing Tn=0.1 mm×2nT_n = 0.1 \text{ mm} \times 2^n each time:

  1. 7 folds: 27=1282^7 = 128 layers, so T7=12.8T_7 = 12.8 mm — about the thickness of your thumb.
  2. 10 folds: 210=1,0242^{10} = 1{,}024 layers, so T1010.2T_{10} \approx 10.2 cm — a chunky paperback.
  3. 20 folds: T20105T_{20} \approx 105 m — taller than Big Ben.
  4. 27 folds: T2713.4T_{27} \approx 13.4 km — past Mount Everest (8.85 km) and past airliner cruising altitude.
  5. 30 folds: T30107T_{30} \approx 107 km — past the Kármán line, the conventional edge of space.
  6. 32 folds: T32429T_{32} \approx 429 km — past the International Space Station.
  7. 42 folds: 242=4,398,046,511,1042^{42} = 4{,}398{,}046{,}511{,}104 layers, giving
T42=0.1 mm×2424.4×108 m439,800 kmT_{42} = 0.1 \text{ mm} \times 2^{42} \approx 4.4 \times 10^{8} \text{ m} \approx 439{,}800 \text{ km}

That clears the Moon's average distance of 384,400 km with about 55,000 km to spare. Notice how close-run the finish is: at 41 folds we have only reached about 219,900 km — barely halfway. A single extra fold covers the remaining 165,000 km, because each fold adds as much thickness as all the previous folds combined: 242241=2412^{42} - 2^{41} = 2^{41}.

Bar chart of paper thickness against fold count on a log scale, with Everest, the ISS and the Moon marked as milestones

Why you can't actually do it

Try folding any sheet of paper and you will stall at around 7 folds. The reason is that folding halves the length as well as doubling the thickness, and every fold wastes some paper in the curved crease. In 2002, a Californian high-school student named Britney Gallivan analysed exactly how much. For a sheet folded repeatedly in the same direction, she derived the minimum length LL of paper (of thickness tt) needed to survive nn folds [2]:

L=πt6(2n+4)(2n1)L = \frac{\pi t}{6}\left(2^n + 4\right)\left(2^n - 1\right)

The formula told her that 12 folds of thin paper would need a sheet roughly a kilometre long — so she bought a 1.2 km roll of toilet paper and, after seven hours, set the world record of 12 folds. For our lunar sheet, the same formula with t=0.1t = 0.1 mm and n=42n = 42 demands a sheet about 1.0×10211.0 \times 10^{21} m long — roughly 107,000 light-years, about the diameter of the Milky Way. The Moon claim is mathematically sound but physically hopeless.

Why exponentials always win

The famous claim survives scrutiny: 42 doublings really do take a 0.1 mm sheet past the Moon, and the arithmetic fits on the back of the very sheet you would be folding. But it is a statement about exponential growth, not about origami — the creases defeat you around fold 7 or 8, and even a heroic, record-setting effort only reaches 12. The same doubling that makes the claim true is what makes it undoable: exponentials outrun every physical resource we can throw at them, a lesson that reappears when we count the ancestors in your family tree.


References:

[1] NASA, Moon Fact Sheet: https://nssdc.gsfc.nasa.gov/planetary/factsheet/moonfact.html

[2] Britney Gallivan, How to Fold Paper in Half Twelve Times: An "Impossible Challenge" Solved and Explained (Historical Society of Pomona Valley, 2002).

Note: This paper assumes an idealised sheet of uniform 0.1 mm thickness whose layers stack perfectly with no air gaps; real folded paper traps air and bulges, so a physical stack would be thicker still — not that anyone will ever check.