PDF Basics

Why a PDF Will Not Open

A PDF that refuses to open is usually truncated, mislabelled, encrypted, or fine but opened in the wrong reader. Here is how to tell which.

Aug 11, 20263 min readBy Novus Stream Solutions Editorial Team

Written against the Aug 8, 2026 release·what has changed since

Text + fontsVector graphicsRaster imagesForm fields + links

You open a file you have opened a hundred times, and this time nothing happens. Or a box says the document is damaged and could not be repaired. Or your reader asks for a password you have never seen. Not one of those messages tells you what went wrong.

There are four usual explanations. Three can be settled in about two minutes. The fourth cannot be fixed by any tool, here or anywhere else, and it is worth knowing that early.

The download stopped early

A PDF keeps its index of objects at the end of the file rather than the beginning. That is why a half-downloaded PDF fails completely: the reader goes looking for the table that says where everything lives and finds the file has simply stopped. The pages can be intact and still unreachable.

The tell is size. A forty-page report that arrived as 14 KB did not arrive. Compare the byte count against what the sender says it should be, then fetch it again. This is the most common cause and the cheapest to rule out, so rule it out first.

It is not a PDF

A file called statement.pdf is not necessarily a PDF. Export buttons mislabel things, mail clients rename attachments, and people rename files by hand when a system refuses the extension they have.

Every real PDF begins with the characters %PDF- and a version number, in the first line of the file. Open it in a plain text editor and look. PK means a zip container, which usually means a word processor document wearing the wrong name. Angle brackets and the word html mean you saved the web page around the document instead of the document.

It is encrypted

A password box is not a fault. A PDF can carry an open password that locks the whole document, and until it is supplied there is nothing to render. If you have that password, Unlock PDF writes a copy without it, and both the file and the password stay in your browser tab.

A forgotten password is the end of the road: This site cannot recover or crack a PDF password and will never pretend to. The unlock tool needs the valid password you already hold, because without it the contents are genuinely encrypted. If it is lost, ask whoever issued the file for another copy. That is not a workaround. It is the only route there is.

The reader, not the file

Some documents, particularly older government forms, were built for one specific desktop reader and show nothing but a line of text asking you to wait when opened anywhere else. The file is fine; the viewer is being asked for something it does not implement. A very large scan can also defeat a lightweight phone viewer.

So before you call a file broken, drag it into a browser window. If a second reader renders it, the file is sound and the problem is local.

Two minutes, in order

  1. 1

    Check the size

    A file far smaller than expected is a truncated download, and nothing else needs testing.

  2. 2

    Open it in a second viewer

    Drag it into a browser tab. If it renders there, your usual reader is what to fix.

  3. 3

    Look at the first line

    A genuine PDF shows %PDF- in a plain text editor. Anything else is a different format.

  4. 4

    Ask for a fresh copy

    No repair tool can invent bytes that never arrived. The sender still has the original.

The short version

  • A PDF keeps its index at the end, so a cut-off download fails completely.
  • A real PDF starts with %PDF-; anything else is a file in the wrong coat.
  • A forgotten password cannot be recovered here, and no honest tool claims otherwise.
  • If a second viewer opens it, the file was never the problem.

Unlock a PDF

Remove password protection using authorized document credentials.

Was this article helpful?

Your answer stays in this browser. Nothing is sent to us. See how it works.

Keep reading

Reviewed and maintained by

Novus Stream Solutions Editorial Team

The Novus Stream Solutions Editorial Team maintains Novus PDF Studio's product documentation, tutorials and PDF explainers. The team checks product claims against the current browser-local implementation and tests, prefers primary specifications and vendor documentation, and corrects material errors openly. The byline identifies the responsible organization; it does not imply a named expert or professional adviser.

Privacy note: every tool mentioned in this article runs entirely in your browser. Nothing is uploaded or queued on a server. A PDF stays in the tab unless you explicitly use Save on this device, which stores that session in this browser without storing passwords. More on the how it works page.