Why Is US Letter 8.5 × 11 Inches?

Most of the world uses A4, whose dimensions follow from two stated rules. North America uses 8.5 × 11 inches, and nobody recorded why. For a measurement reproduced billions of times a day, the absence of documentation is genuinely remarkable — and the consequences of the choice are still being paid.

The honest answer

No one knows. There is no founding document, no committee minute, no decision to cite. The most cited explanation — that it derives from the sheet a hand papermaker could produce — is a plausible reconstruction, not a record. It became official only in 1980, by which time it had been in general use for decades.

The papermaking theory

The most widely repeated explanation starts with how paper was made before machines.

A papermaker dipped a wire mould into a vat of pulp, lifted it, and shook it level. The sheet size was limited by human reach — arms outstretched, holding a heavy frame, without tipping the pulp. In practice that put the maximum around 44 by 17 inches.

Full mould sheet: 44 × 17 inches Quartered: 11 × 17 ← modern Tabloid Halved again: 8.5 × 11 ← Letter

The arithmetic works, which is why the theory persists. The problem is that no contemporary source states this was the reasoning. It is an explanation constructed backwards from the numbers, and historical papermaking used a great many mould sizes with their own names — Foolscap, Crown, Demy, Royal, Imperial — none standardised.

A second theory holds that 8.5 × 11 derives from a quarter of a standard vellum sheet, or from the proportions of a folded legal document. Neither has better evidence. The honest summary is that the size emerged from custom and was later ratified rather than designed.

💡 Contrast with A4

A4's dimensions follow from two rules, both recorded: A0 has an area of one square metre, and the sides are in the ratio 1:√2. Solve those and you get 841 × 1189 mm, halved four times to 210 × 297.

The idea was published by the German scientist Georg Lichtenberg in 1786 and standardised as DIN 476 in 1922. It has an author, a date and a derivation. Letter has none of the three.

How it became official

The formal history is short and slightly absurd.

In 1921, a US government committee on paper standardisation settled on 8 × 10.5 inches for federal use. That is not Letter — it is half an inch narrower and half an inch shorter. Government forms used it for the next six decades.

Meanwhile American business used 8.5 × 11, apparently by convention rather than decision. So for sixty years the United States ran two incompatible standards: one for government, one for everyone else, with all the filing and printing friction that implies.

In 1980, President Reagan directed federal agencies to adopt 8.5 × 11, aligning government with commercial practice. That is the moment Letter became the American standard — by executive instruction, sixty years after the committee that should have decided it chose something else.

The ANSI series and why it cannot scale

In 1995 the American National Standards Institute defined a series building upward from Letter:

SizeInchesAspect ratioAlso called
ANSI A8.5 × 111.294Letter
ANSI B11 × 171.545Tabloid / Ledger
ANSI C17 × 221.294
ANSI D22 × 341.545
ANSI E34 × 441.294

Look at the ratio column. It alternates: 1.294, 1.545, 1.294, 1.545. Each size is genuinely double the area of the previous one, but the proportions flip at every step.

This is the concrete engineering cost of not starting from √2. In the ISO system, enlarging A4 to A3 is a clean 141% with no cropping and no leftover margin, because a √2 rectangle folded in half is still a √2 rectangle. In the ANSI system, going from A to B changes the shape — so the enlargement either crops content or leaves an uneven border, and going from A to C (two steps, same ratio) is the only clean scaling available.

⚠️ Where this shows up

Anyone who has photocopied a Letter document onto Tabloid has met this: the "enlarge to fit" setting leaves a strip of white along one edge, because the two shapes do not match. Architectural and engineering drawing sets, which routinely need several sizes of the same drawing, have to be laid out with the mismatch in mind.

It is a small daily tax, paid indefinitely, on a decision nobody consciously made.

NameInchesMillimetresUsed for
Letter8.5 × 11216 × 279Everything
Legal8.5 × 14216 × 356Contracts, some legal filings
Junior Legal5 × 8127 × 203Notepads
Half Letter5.5 × 8.5140 × 216Booklets, planners
Executive7.25 × 10.5184 × 267Corporate stationery
Government Letter8 × 10.5203 × 267The 1921 standard, now rare
Tabloid11 × 17279 × 432Newspapers, drawings

Legal is the interesting one. It is Letter with three extra inches of length, and the usual explanation — that lawyers wanted more room for clauses — is again undocumented folklore. What is documented is that its use has declined steadily; several US states have moved court filings to Letter, and the practical case for a size that does not fit standard folders or scanners is weak.

Why the US never switched

The United States has come genuinely close to metrication more than once.

The Metric Conversion Act of 1975 declared metric the preferred system and created a US Metric Board to manage a transition. The transition was voluntary, and that single word decided the outcome. Without a mandate or a deadline, each industry weighed its own conversion cost against a benefit that only materialised if everyone else converted too. Most declined.

The Metric Board was disbanded in 1982, its work largely undone. By then Letter was embedded in a very deep stack: filing cabinets, hanging folders, envelopes, ring binders, printer paper trays, photocopier drawers, pre-printed forms, and every piece of software with a default page size.

Changing paper size is not really a paper decision. It is a decision about every object built to hold paper — and the aggregate replacement cost never had a constituency willing to pay it.

Uses LetterUses A4
United States, Canada, Mexico, Philippines, Chile, ColombiaEssentially everywhere else

Canada is a partial case worth noting: it officially adopted metric and A4 for government use, and commercial practice largely stayed with Letter because of the volume of cross-border printing with the US. The pull of a neighbour's standard beat the country's own policy.

Living with both

The two sizes differ by 6 mm in width and 18 mm in height. Small enough that documents usually print on either, large enough to cause specific and recurring problems.

SituationWhat happens
A4 layout on Letter paper18 mm lost from the bottom — footers and signature blocks orphan onto a new page
Letter layout on A4 paperExtra margin at the bottom, content shifted, 6 mm narrower
"Fit to page" enabledPrints, but at 94–97% — invalidates anything measured
Two-sided printingMargin mismatch differs on each side

✅ The universal safe area

For a document that will be printed on both continents, design inside the intersection: 210 mm wide — the A4 width — by 279 mm tall — the Letter height. Keep 15 mm of margin on all sides and nothing is lost whichever paper is loaded.

Better still, do not fix the page size at all. HTML and Markdown reflow to whatever paper the reader has, which sidesteps the problem entirely. A PDF is only necessary when the exact layout matters.

/* Let the print stylesheet adapt rather than assume */ @page { size: auto; /* use whatever is loaded */ margin: 20mm 18mm; } /* Or target both explicitly */ @page { size: 210mm 279mm; } /* the safe intersection */

What the two systems illustrate

ISO paper is what happens when someone states the requirements first and derives the answer. The √2 ratio was not a lucky guess — it is the only ratio that survives folding, and once you require that property, the dimensions follow inevitably. The system is coherent because it was designed.

Letter is what happens when a convention accumulates and is ratified afterwards. It works perfectly well for its primary purpose, and it fails at the secondary one — scaling between sizes — because nobody was asking that question when the size settled.

Neither is a scandal. But the comparison is a clean illustration of a general point: a standard derived from a stated property keeps working in situations its authors never considered, and a standard that codifies existing practice only works for the cases that produced it. Two hundred years later, one system photocopies cleanly and the other does not.

Need exact pixel dimensions for a paper size?

Resize images to A4, Letter or any custom size at any DPI — entirely in your browser.

Open the Image Resizer →

Summary

  • There is no documented reason for 8.5 × 11. The papermaking theory is a reconstruction.
  • US government paper was 8 × 10.5 from 1921 — Letter became official only in 1980.
  • The ANSI series alternates between two aspect ratios, so sizes cannot scale cleanly into one another.
  • A4's dimensions follow from two stated rules and have an author and a date.
  • US metrication was voluntary, which is why it did not happen.
  • A4 on Letter loses 18 mm from the bottom — the usual cause of an orphaned footer.
  • Design inside 210 × 279 mm for anything printed on both continents.

Frequently Asked Questions

Why is US Letter paper 8.5 by 11 inches?

There is no documented answer, which is unusual for something so widely used. The most common explanation is that it derives from the sheet size early Dutch and English papermakers could produce by hand — a mould roughly 44 by 17 inches, quartered and halved — but this is a reconstruction rather than a recorded decision.

When did 8.5 by 11 become the official US standard?

In 1980, when President Reagan directed federal agencies to adopt it. Before that, US government paper had been 8 by 10.5 inches since a 1921 committee decision, while business had largely used 8.5 by 11. The 1980 change aligned government with existing commercial practice rather than the reverse.

Why doesn't the US use A4?

Because American metrication stalled. The US Metric Board was created in 1975 to manage a voluntary transition and was disbanded in 1982 with the change largely unmade. By then Letter was embedded in filing cabinets, printers, envelopes and forms, and the cost of switching exceeded any benefit anyone was prepared to fund.

What is the difference between Letter and A4?

A4 is 210 by 297 mm; Letter is 216 by 279 mm. Letter is about 6 mm wider and 18 mm shorter. Documents mostly print on either, but an A4 layout on Letter loses 18 mm from the bottom — enough to push a footer or signature block onto a second page.

Why can't US paper sizes scale like A4 does?

Because the ANSI series alternates between two aspect ratios. ANSI A is 1.294 to 1, ANSI B is 1.545 to 1, ANSI C returns to 1.294. Halving an ANSI sheet changes its proportions, so enlarging or reducing between sizes always leaves a margin or crops. The ISO system avoids this by using the square root of two, which is preserved when halved.

P

Written by Paras

We build free, browser-based file tools and write the reference material we wish existed when we were looking things up. Spotted an error? Tell us and we will fix it.