How to Fix Missing PDF Pages (Step-by-Step Guide)

If you’ve ever opened a PDF only to find half the pages missing, you know the panic. Maybe you downloaded a report, received an invoice, or saved a document from a scanner, and it’s shorter than it should be. This guide is for anyone who needs to bring those missing pages back. By the end, you’ll have a working PDF with all its pages intact, or at least know exactly what went wrong and how to avoid it next time.


We’ll walk through five reliable methods using both free and paid tools. No technical degree required — just follow the steps. Whether you’re using Windows, macOS, or Linux, there’s a solution here for you.


What You’ll Need


  • The PDF file with missing pages (make a backup copy first!)
  • A computer with internet access
  • Optional: Adobe Acrobat Pro (paid, but powerful)
  • Free tools: qpdf (command-line) and Mutool (command-line)
  • A free PDF repair tool (graphical option)


Step 1: Scan the PDF with a Free PDF Repair Tool


Before diving into command-line tools, try a quick scan with a dedicated graphical tool. A free PDF repair tool can automatically fix common structural issues that cause missing pages. Download one from a trusted source, open it, and load your PDF. The tool will analyze the file and attempt to recover any lost content. If you’re lucky, your missing pages reappear within seconds.


fix missing pdf pages free pdf repair tool software screenshot

Step 2: Use qpdf to Extract and Regenerate Pages


qpdf is a powerful command-line tool that can decompress, linearize, and copy pages from a damaged PDF. First, install qpdf (available for all platforms). Then open a terminal and run: qpdf --qdf --object-streams=disable input.pdf output.qdf. This creates a decompressed version. Next, check if all pages are present by counting objects. To recover pages, use: qpdf --pages input.pdf 1-100 -- output.pdf (replace 100 with the total number of pages the document should have). This extracts a range and saves a new file. For a detailed walkthrough, see our guide on repair PDF with qpdf.


fix missing pdf pages qpdf command line terminal

Step 3: Clean and Recover with Mutool


Mutool (part of the MuPDF project) is another command-line savior. It can clean, sanitize, and extract pages from broken PDFs. After installing Mutool, run mutool clean input.pdf output.pdf. This often fixes missing page references. If pages are still hidden, try mutool extract input.pdf to pull out all pages as individual images or text files, then reassemble them. We have a dedicated guide on how to repair PDF with Mutool if you need more details.

Step 4: Use Adobe Acrobat’s Save As or Optimize


If you have Adobe Acrobat Pro, a simple ‘Save As’ can sometimes restore missing pages. Open the PDF, go to File > Save As, and save as a new PDF. Alternatively, use the ‘Optimized PDF’ tool: File > Save As Other > Optimized PDF. This rebuilds the file structure and may recover lost pages. If you still can’t open the file properly, check our article on PDF viewer cannot open file for more fixes.


fix missing pdf pages Adobe Acrobat save as optimized PDF dialog

Step 5: Recover from Backup or Email Attachment


Sometimes the simplest solution is the one you overlooked. Check your email, cloud storage, or local backup for an earlier version. Many email services (like Gmail) keep a copy of attachments even after deletion. If you originally received the PDF as an attachment, download it again. For tips on getting back attachments, see our guide on how to recover PDF pages from various sources.


Common Pitfalls


  • Not backing up the original file — always work on a copy so you can revert if something goes wrong.
  • Using the wrong tool for the corruption type. For example, if pages are missing due to cross‑reference errors, qpdf or Mutool are better than a generic repair tool.
  • Overlooking simple causes like page numbering starting at 2, or the PDF being a placeholder with no actual content. Always verify the source.


Where to Next


Missing pages can be a symptom of deeper corruption. Once you’ve recovered your file, consider checking for other issues using our guides on detecting corruption or repairing specific errors. If you need a free, all-in-one fix, start with the free PDF repair tool we mentioned. And remember: regular backups are the best prevention.

Leave a Reply

Your email address will not be published. Required fields are marked *