Page count matters more often than it seems. Printing costs are usually quoted per page, submission portals cap documents at a maximum page count, and a batch of files scanned from different sources can quietly end up with mismatched page sizes that only become obvious once they are printed side by side.
Every check happens locally. The file's internal structure is read directly on your device, so a confidential document never has to leave your machine just to find out how many pages it has.
When you need a PDF page counter
Reach for this whenever a decision depends on the exact page count rather than a rough guess. Estimating printing cost, checking a document against a submission portal's page limit, or confirming that a batch scan captured every sheet in a stack are all cases where being one page off actually matters.
It is also useful as a quick sanity check after merging, splitting or deleting pages from a PDF, since the resulting page count should match what you expected, and a mismatch is often the fastest sign something went wrong in an earlier step.
- Count PDF pages before submitting a document to a portal with a page limit.
- Estimate printing cost by checking the exact page count of a batch of files.
- Confirm a scanned document captured every page in the original stack.
- Check page dimensions to spot a mismatched page size hiding inside a merged file.
- Verify the result of a merge, split or delete operation matches what you expected.
Checking a single file compared with a whole batch
A single file gives you the total page count and a size for every individual page, which matters when a document might mix page sizes, such as a report with a landscape chart inserted among portrait pages. Each page's dimensions are listed separately so an inconsistency is immediately visible.
A batch of files instead gives you one row per document, showing the total page count for each so you can compare files against each other at a glance, which is the faster view when you have a folder of files and need to know page counts across all of them rather than the detail of any single one.
Understanding the dimensions shown for each page
Page dimensions are reported in points, the unit PDF uses internally, alongside the equivalent in millimetres and inches so you can check them against a familiar paper size. A4 measures 595 by 842 points, and US Letter measures 612 by 792 points, so a page that does not match either of those is either a custom size or a different standard size such as Legal or A3.
A page reported as wider than it is tall is landscape, and one taller than it is wide is portrait. This is a more reliable way to check PDF dimensions than looking at how the page appears to display, since some PDF viewers apply a page's rotation value automatically when showing it, which can make a landscape page appear upright even though its stored dimensions are landscape.
Why page count can be surprising after editing a PDF
A page count that does not match expectations after an edit is usually explained by one of a few common causes: a merge added an extra blank separator page that was hiding at the end of a source file, a scan captured a genuinely blank page you did not notice, or a deletion removed the wrong page because the original numbering shifted after an earlier edit in the same session.
Checking the count immediately after each editing step, rather than only at the very end, makes it much easier to trace exactly where an unexpected page came from or went missing.
How this pdf page counter works under the hood
The tool opens each PDF with a browser based PDF renderer and reads the number of pages and the width and height stored for every page directly from the file's own structure. No page is rendered as an image for this, since the dimensions and count are metadata the file already stores, which makes checking even a very large document close to instant.
Because this runs entirely inside the browser tab, there is no upload step and no limit on file size or batch size beyond what your device's memory allows. You can confirm the privacy of this by opening your browser's network panel while checking a file and watching for any request that carries it.
How to count PDF pages
- 1
Add your PDF files
Drop one or more PDF files onto the drop area, or click it to choose them from your device.
- 2
Review the page count
The total page count for each file appears as soon as it loads, with no waiting or processing step.
- 3
Check page dimensions
Open a file's detail to see the exact width and height of every page in points, millimetres and inches.
- 4
Compare across a batch
For multiple files, scan the list to compare page counts across the whole batch at a glance.
Related tools worth bookmarking
Sources and further reading
Frequently asked questions
Common questions about the pdf page counter.
Yes. Drop as many PDF files as you like onto the drop area and each one is checked independently, with its own page count and dimensions shown in the results list, so you can compare a whole folder of files without opening them one at a time.
Drop the file here and the page count appears immediately, read directly from the file's internal structure rather than by opening a full PDF viewer. This is faster than launching a separate application just to check a number, especially for a batch of several files at once.
No. The page count and dimensions are read directly from each file's structure inside your browser tab. Nothing is transmitted to a server, which you can confirm by opening your browser's network panel while checking a file and watching for any request that carries it.
A page's stored dimensions do not always match how it displays, since a rotation value can be applied on top of the raw page size. A landscape page is simply one whose stored width is greater than its stored height, regardless of how it happens to be rotated for display in a particular viewer.
Not directly. An encrypted PDF cannot be opened by the browser without its password, so its page count and dimensions cannot be read. Remove the password using the application that created the file, then check the unprotected copy here.
No. This is a read only check. The file is opened, its page count and dimensions are read, and nothing about the document itself is modified, saved or re uploaded anywhere, so the original file on your device is completely unaffected by checking it here.