Skip to main content
Document workflows4 min read

Two Page Numbers in the PDF Viewer (Logical vs Physical)

The white box says page 1; the page under your eye says xvii. PDFs carry two numbering systems — labels for humans, indices for machines — and they routinely disagree.

By BytesPDF Editorial TeamPublished
Two diverging number tracks beside a PDF page representing logical and physical counts

Open a book-style PDF. Toolbar: 1, (1-89). Footer: xvii. Print range box wants a number you cannot see. You are not holding a broken file — you are holding two numbering systems.

The three counters

CounterLives inWho shows it
Physical indexFile order (page 1 = first sheet)Some viewers, print dialogs, scripts
Logical page labelsDocument catalog (/PageLabels)Acrobat toolbar when "logical" is on; thumbnail pane
Printed footer/header inkPage content streamEyes, printers, reviewers with paper
Page label track diverging from physical sheet count

Roman front matter + body restart is the classic publisher pattern. Export without proper sections and labels can flatten to pure arabic — or the reverse: labels stay fancy while your print dialog counts sheets.

Reader switches

  • Acrobat/Reader: Preferences → Page Display → Use logical page numbers.

Off → physical 1..N. On → labels (xvii, 1, …).

  • Comments/summaries that cite pages should match whoever is reading paper

vs toolbar — flip the pref before you export a comment summary if reviewers argue about "page 2."

Author / editor fixes

  1. InDesign-style sections → export with labels intact (author path).
  2. Acrobat: Pages panel → options → Page Labels → set style/start per range.
  3. After page surgery, re-audit labels and ink

(renumber guide).

  • Stamping visible numbers onto a PDF:

add page numbers.

missing bookmarks.

counter the dialog actually means.

Honest BytesPDF scope

No dedicated page-label editor in the toolkit (documented boundary). Rewrite tools preserve labels where supported; deliberate relabeling belongs in a full editor. Always spot-check 1, middle, and last page before send (pre-send).

Worked examples

Thesis PDF: front matter i–xii, body 1–89, twelve unnumbered inserts. Toolbar with logical numbers on: xiii, 1, 42. Off: 13, 26, 71. Your supervisor reads paper footers; Zotero citations use printed numbers — keep logical on while editing cross-refs, physical on when building a print range for the annex printer.

Court filing: clerk portal asks for "page 2 of the PDF" — physical. Brief TOC cites printed 1–N — logical. Never mix the two numbers in one citation without a label.

Quick reference

TaskPrefer
Print a sheet spanPhysical index
Cite like the printed bookLogical labels
Script/automationPhysical (1-based file order)
Comment summary matching paperLogical pref while summarizing

After any deliberate relabel, re-open in a second viewer and confirm both counters (reader setup) before you announce "fixed" to collaborators.

Frequently asked questions

The footer is ink on the page (logical/published number). The toolbar often shows page *labels* from the document (roman front matter, body restarting at 1) or, if you disable logical numbers, the physical index (file page N of M). Two systems, one screen — toggle Preferences → Page Display → Use logical page numbers to choose.

How do I print pages 20–25 when the counter disagrees?

Clarify which numbering the dialog wants. Physical index counts from the first file page = 1. Logical labels match the printed book. If unsure, print the physical range covering those sheets and verify the footer on page 1 of the output.

Can I change the labels in the PDF?

Yes in full editors: Acrobat Organize Pages → Page Labels (roman/arabic, prefix, start value per range). Viewers without an editor only switch display preference — they do not rewrite the file.

Do BytesPDF tools change page labels?

Rewrite tools aim to preserve structure including page labels where the converter supports it (see compression guide on labels/attachments). There is no dedicated 'fix labels' control — use an editor for deliberate relabeling, then verify toolbar vs footer.

Is this the same as wrong printed numbers after deleting pages?

Related but different: delete/reorder can leave stale footer *ink* or stale labels ([renumber after surgery](/blog/pdf-page-numbers-wrong-after-reorder)). This guide owns the steady-state 'two counters disagree' confusion.

Source-led comparisons written by BytesPDF, with the conflict of interest disclosed on each page. They link official provider documentation rather than fabricated tests.