You print a document and get a slightly shrunken version of it, floating in the middle of the sheet with unexpectedly wide white margins. Nothing in the document changed; the printer did it. This is page scaling, it is on by default in most print dialogs, and it is one of the most reliably irritating defaults in desktop computing. Here is why it happens and how to switch it off in each of the places it hides.
What is actually going on
Print dialogs default to a setting variously called Fit to printable area, Shrink oversized pages, or Fit. It exists for a genuine reason: physical printers cannot print to the very edge of the paper. A typical laser printer has a hardware margin of 4–5 mm on each side. So a document laid out at full A4 does not physically fit on A4 as the printer sees it, and rather than clipping the edges, the driver shrinks the page — typically to 94–97% — and centres it.
The result: your 10-point body text prints at about 9.5 point, your carefully measured margins are wrong, and anything that depended on exact size — a form, a scale drawing, a cut-out template, a label sheet — is now subtly incorrect.
Turning it off, by application
Adobe Acrobat / Reader. In the print dialog, find Page Sizing & Handling. The options are Size / Poster / Multiple / Booklet. Under Size, choose Actual size. Not "Fit", not "Shrink oversized pages", and not "Custom scale: 100%" — although the last is equivalent, Actual size is the setting that stays put between sessions.
Chrome and Edge. Expand More settings in the print preview, find Scale, and change it from Fit to printable area to Default or Custom: 100. Chrome's Default is 100% but the dialog reverts to fit-to-page for some documents, so custom 100 is the safer choice.
Firefox. The print dialog has a Scale section with Fit to page width selected by default. Choose 100%.
macOS Preview. In the print dialog, look for Scale: 100% rather than Scale to Fit. Note that Preview also has a Auto Rotate and Center checkbox, which is usually harmless but can move a deliberately offset page.
Windows built-in PDF handling (Edge or Reader app). Same as Edge above.
Mobile. iOS and Android print flows generally do not expose scaling at all and will fit-to-page unconditionally. If exact size matters, do not print from a phone. See how to print a PDF from iPhone and how to print a PDF from Android.
The paper size mismatch
If turning scaling off produces clipped edges rather than a correct print, the underlying problem is different: the document's page size does not match the paper in the tray. Overwhelmingly this is A4 versus US Letter.
- A4 is 210 × 297 mm.
- Letter is 216 × 279 mm — 6 mm wider and 18 mm shorter.
Print A4 on Letter at 100% and the bottom 18 mm is lost. Print Letter on A4 at 100% and you lose 6 mm from the width. Neither is a scaling bug; it is a genuine geometric mismatch, and fit-to-page is the driver's attempt to paper over it.
Fixes, in order of preference:
- Match the paper. Change the paper size in the print dialog to what is actually in the tray, and check the document's page size in File → Properties → Page Size.
- Re-export the document at the right page size from the source. See how to change PDF page size.
- Accept scaling knowingly — if the content is prose and 96% is invisible, fit-to-page is the pragmatic answer. Just do not do it for anything dimensional.
When exact size genuinely matters
Cases where you must print at 100% and verify it:
- Forms with pre-printed alignment, such as cheques, labels, or forms fed into a scanner that expects fixed positions.
- Scale drawings. An architectural or engineering drawing marked 1:50 is wrong at 96%, and someone will measure it. See PDF workflows for architects and PDF/E, the engineering format.
- Sewing and craft patterns, which typically include a test square precisely because of this problem.
- Anything with a barcode, where the quiet zone and module width have tolerances.
- Print-ready artwork going to a commercial printer, where bleed and trim marks assume exact geometry — preparing a PDF for professional printing.
For all of these, add a test square: a 100 mm square drawn on the first page. Print, measure it with a ruler, and you know instantly whether the output is true. This is standard practice in the pattern-making world and deserves to be standard everywhere.
Borderless and oversize edge cases
Borderless printing. Some printers, mostly inkjets, support edge-to-edge printing by slightly over-sizing the page and letting the excess fall off the sheet. If your prints come out very slightly too big rather than too small, check whether borderless mode is on.
Oversized documents. An A3 drawing printed on A4 will be scaled — that is not a bug, it is the only option short of tiling. Acrobat's Poster mode tiles it across multiple sheets with overlap and cut marks, which is the right tool for reading a large drawing on small paper.
Multiple pages per sheet. Acrobat's Multiple mode and the "2 pages per sheet" options elsewhere scale by design. Useful for review copies, wrong for anything final.
Diagnosing a print that is still wrong
If it is still not right after setting 100%, work through this in order:
- Check the document's page size in the file properties. It may not be what you think — documents built from mixed sources often contain pages of several sizes, and the driver handles them inconsistently.
- Check for a non-zero crop box. A PDF has both a MediaBox (the sheet) and a CropBox (the visible area). Cropping shifts what gets printed without changing the underlying geometry — see how to crop a PDF.
- Check page rotation. A page rotated 90° in the file prints rotated, and auto-rotate settings interact confusingly with fit-to-page. See how to change PDF orientation.
- Print to PDF instead of to paper, then compare the resulting file's page size against the original. This isolates whether the driver or the document is responsible, and costs no paper.
- Try a different viewer. Print pipelines differ meaningfully; a document that misbehaves from a browser may print correctly from Acrobat.
Preventing it in documents you distribute
If you produce documents other people print:
- Design to the paper your audience uses, or design with enough margin — 12–15 mm on all sides — that a 95% scale is invisible.
- Do not put content in the outer 5 mm unless it is genuinely print-to-bleed artwork going to a commercial press.
- Include a scale reference on anything dimensional. It costs a square centimetre and eliminates an entire class of support question.
- State the intended paper size in the document itself, near the top of the first page or in the footer.
Summary
Set Actual size or 100% in the print dialog rather than fit-to-page, and check that the document's page size matches the paper in the tray — A4 versus Letter is behind most of the remaining trouble. When dimensions genuinely matter, print a test square and measure it, because a plausible-looking print at 96% is worse than an obviously broken one.