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.

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
| Counter | Lives in | Who shows it |
|---|---|---|
| Physical index | File order (page 1 = first sheet) | Some viewers, print dialogs, scripts |
| Logical page labels | Document catalog (/PageLabels) | Acrobat toolbar when "logical" is on; thumbnail pane |
| Printed footer/header ink | Page content stream | Eyes, printers, reviewers with paper |
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
- InDesign-style sections → export with labels intact (author path).
- Acrobat: Pages panel → options → Page Labels → set style/start per range.
- After page surgery, re-audit labels and ink
Related, not identical
- Stamping visible numbers onto a PDF:
- Outline/bookmark terminology: bookmark vs outline.
- Exporting heading structure from Word:
- Slicing by range: extract pages — use the
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
| Task | Prefer |
|---|---|
| Print a sheet span | Physical index |
| Cite like the printed book | Logical labels |
| Script/automation | Physical (1-based file order) |
| Comment summary matching paper | Logical 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
Why does the PDF toolbar show a different number than the page footer?
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.
Related comparisons
Source-led comparisons written by BytesPDF, with the conflict of interest disclosed on each page. They link official provider documentation rather than fabricated tests.