Why Won't My PDF Open? How to Diagnose and Fix the File
A file arrives, you double-click it, and instead of a document you get an error — or a blank grey rectangle, or a spinner that never resolves. The good news is that the list of causes is short, and the most common ones have nothing wrong with the file at all.
Work through these in order. The first three take seconds and account for most cases.
Start here: is it the file, or the reader?
Before diagnosing anything, establish which of the two is broken. Open the file in a different application.
If your browser refuses it, try a desktop reader. If your desktop reader refuses it, drag the file into a browser window — every modern browser renders PDFs natively.
It opens elsewhere. The file is fine. The problem is the application you started with, and the rest of this guide’s file-level sections do not apply to you.
It fails everywhere. Now you are looking at the file, and the sections below are worth working through.
This one test saves more time than any other, because a surprising share of “corrupted PDF” reports are a reader that needed restarting.
Cause 1: the download did not finish
The single most common reason a PDF will not open is that you do not have all of it.
A download interrupted by a dropped connection, a closed laptop lid, or a browser closed early leaves a file that looks complete — it has the right name and the right icon — but is missing its end. PDFs store a cross-reference table at the end of the file telling readers where everything is. Lose the last few kilobytes and a reader has no map, which is why the error often mentions damage rather than incompleteness.
How to recognise it. The file is suspiciously small — a 40-page report at 30 KB did not survive. Some pages may render while later ones fail. Or the reader reports the file is damaged or cannot be repaired.
The fix. Download it again, on a stable connection, and let it finish before opening. If it came by email, download the attachment rather than using the preview pane. If it came from a cloud drive, use the download option rather than the web preview — those previews sometimes render a cached or partial copy and give a misleading result either way.
Cause 2: it needs a password
If the file prompts you for a password, that is a user password — the kind required to open a document at all. Without it, nothing displays.
This is not a fault. The document is encrypted and doing exactly what it was configured to do. The routes forward are to get the password from whoever sent it, or to check whether it follows a convention you were told about separately — organisations often send documents protected with a reference number or a date of birth, communicated in a different message.
Once you have it, Unlock PDF will validate the password locally and export a copy that no longer prompts, which is worth doing if the file has to pass through a process that cannot handle encryption. It requires the correct password — it does not guess, and it cannot bypass encryption you do not hold the key to. See how to unlock a PDF when you know the password, and how to password protect a PDF if you are on the other side of this and setting one.
A related case: the file opens without a prompt but refuses to let you copy or print. That is a different mechanism — an owner password rather than a user password — and it is covered in why you cannot copy text from a PDF.
Cause 3: it is not actually a PDF
Files are identified by more than their extension, and the two can disagree.
A document saved with .pdf appended by hand, an image renamed, or a download that returned an error page instead of the file will all sit in your folder wearing a PDF icon. A reader opens it, finds something that is not a PDF, and reports failure.
How to check. Open the file in a plain text editor. A genuine PDF begins with the characters %PDF- followed by a version number — that signature is part of the format as defined in ISO 32000-2. If the first thing you see is <!DOCTYPE html>, you downloaded a web page: usually an error message, a login screen, or a “file not found” page that arrived with a .pdf name.
That last case is common with links that require a session. Log in first, then download.
Cause 4: the reader is the problem
If the file opens elsewhere, the fault is local. Several small causes look identical from the outside.
A stale application. Fully quit and reopen — not just the window. Readers that keep a background process can hold on to a failed state.
A browser extension. Ad blockers, PDF-viewer replacements, and privacy extensions all intercept documents. Try a private window, where most extensions are disabled by default: if the file opens there, an extension is responsible.
An outdated reader. Newer PDFs can use features an older application does not implement. The document is valid; the reader is behind.
A default set to the wrong application. If an image viewer or an editor has claimed .pdf, opening will fail in ways that have nothing to do with the file. Open it explicitly with a reader rather than by double-clicking.
Cause 5: the file is genuinely damaged
Rarer than the internet suggests, but real. Storage errors, a device disconnected mid-write, a transfer that altered the bytes, or a failed export from software that crashed part-way.
Signs of genuine damage: it fails identically in every application, the size is plainly wrong for the content, and re-downloading a fresh copy produces the same failure.
What actually helps. Go back to the source and get another copy. That sounds obvious, but it is the fix that works, and people often skip it in favour of repair tools that promise more than they deliver.
Be careful with those. “PDF repair” services generally want you to upload the document — which for anything confidential is a real cost paid for an uncertain result. If the file matters enough to repair, it usually matters enough not to hand to an unknown third party. Everything on this site runs in your browser precisely so that this trade-off does not arise, but no tool anywhere can reconstruct data that is genuinely gone.
Partial recovery is sometimes possible. If some pages render and others do not, extracting the pages that work into a new document salvages what survived. It will not bring back the damaged pages, but a partial document you can read beats a whole one you cannot open. Extracting pages covers the mechanics.
Cause 6: it opens, but shows nothing
A file that opens to blank or grey pages is a different problem from one that refuses to open, and it usually is not a fault at all.
It is still rendering. Large scanned documents take a moment per page, and a slow disk or a busy machine stretches that. Give it time before concluding anything.
The content needs something the reader lacks. Interactive forms, embedded multimedia, and certain dynamic content depend on features not every application implements. A browser will often show what a specialised reader will not, and vice versa — try both.
The pages are genuinely blank. Scanning with the original face-down, or exporting a document whose content sat on a hidden layer, produces real empty pages. If the file size is reasonable and every page is blank, the scan may simply have captured nothing.
Diagnostic order
| Check | What it tells you |
|---|---|
| Open in a second application | Whether the file or the reader is at fault |
| Compare the file size to the page count | Whether the download completed |
| Look for a password prompt | Whether it is encrypted, not broken |
Open it in a text editor, look for %PDF- | Whether it is a PDF at all |
| Try a private browser window | Whether an extension is interfering |
| Re-download from the source | Whether the copy you have is damaged |
Work top to bottom. Each step is quicker than the one after it, and the early ones resolve most cases.
Once it opens
If the file was password-protected and you have the password, exporting an unprotected copy with Unlock PDF saves entering it every time — and lets the document go through merging, reordering, or numbering, which encrypted files generally cannot.
If it turned out to be a scan and you need the text, OCR PDF creates a searchable layer. And if the pages arrived sideways, rotating them fixes the orientation permanently rather than for your session only.
Every one of those runs on your own device. A document that gave you trouble does not need to be uploaded anywhere to be fixed — which is worth knowing when the file that would not open is the one you least want to hand over. The PDF Association publishes reference material on the format if you want to read further into how the structure works.