Unlock PDF — remove restrictions in your browser

Lift owner-password locks on printing, copying and editing, and decrypt files whose open password is blank or that you can supply — all on your machine.

Your file never leaves your device — unlocking runs in your browser. 0 bytes uploaded.

Drop a PDF hereTap to choose a PDF

Removes owner-password permission restrictions and decrypts with an empty or supplied open password — right here in your browser. It never cracks or guesses passwords. Nothing is uploaded.

100% in your browser. 0 bytes uploaded — open DevTools → Network and watch. Your file is read, never sent.

In short

This tool does exactly two honest things. It removes owner-password restrictions — the permission flags that stop you printing, copying text from, or editing a PDF you can already open — and it decrypts a file when the open password is empty or when you type the correct one. It runs entirely in your browser on a WebAssembly build of qpdf, so the document is never uploaded. It doesnot crack, guess or recover a password you don't have.

How PDF protection actually works

A protected PDF encrypts its content and stores a small permissions dictionary describing what's allowed. There are two keys. Theowner password guards the permission flags: printing, copying, editing, filling forms. Crucially, a viewer can decrypt the file without it — the restrictions are enforced by the viewer's good behaviour, not by cryptography you can't get past. That's why lifting owner-password restrictions is a legitimate, standard operation: the decryption key is already derivable from the file for anyone who can open it.

The open password (also called the user password) is different — it's part of the key that decrypts the document, so without it the bytes are genuinely unreadable. This tool can only decrypt an open-password file when that password is blank or when you supply it. If it's required and you don't have it, we say so and give you a field to retry. We won't pretend to break real encryption.

Why no-upload matters here most of all

People password-protect the most sensitive files they own: signed contracts, bank statements, medical letters, legal filings. Handing one of those to an upload-based "unlock PDF" site means your protected document — and often the password you typed — travels to servers you can't inspect. This tool removes that step entirely: qpdf runs in your tab, the file is read from disk and written back locally, and no request carries your bytes. You can prove it — open DevTools, watch the Network tab stay empty while the unlock runs.

When to use it

Use it when you have a PDF you can open but can't print or copy from — a report, a form, a scanned document with permission locks — and you need to work with it. Use it to strip an empty-password encryption layer that stops a file from importing into other tools. And if the PDF is encrypted and you're trying to merge,split or rotate it, unlock it here first — those tools need a decrypted document to work on.

If the PDF is damaged, not just locked

Encryption and corruption look similar from the outside — the file just won't cooperate — but they're different problems. If a PDF won't open even with the right password, or the unlock fails on a file that should be valid, the structure itself may be broken: a truncated download, an interrupted save, a clipped email attachment. Unlocking can't rebuild a damaged index. Looks damaged?Diagnose & repair it first, then unlock the repaired copy here.

FAQ

Does this crack or recover a lost PDF password?

No, and it never will — that would be dishonest and, for open passwords, effectively impossible. This tool removes owner-password permission restrictions (the flags that block printing, copying or editing) and it decrypts a file when the open password is empty or when you type the correct one yourself. If the document needs an open password to view it and you don't have it, the tool tells you plainly and shows a password field so you can retry; it does not guess.

What is the difference between an owner password and an open password?

A PDF can carry two kinds of protection. The owner (permissions) password sets restrictions — no printing, no copying text, no editing — while still letting anyone open the file. The open (user) password stops the file from opening at all until it's supplied. This tool lifts owner-password restrictions freely, and decrypts open-password files only when the password is blank or you provide it.

Is my PDF uploaded to a server?

No — 0 bytes leave your device. The unlock runs in your browser via a WebAssembly build of qpdf: the file is read with the browser's file APIs, processed in the tab, and handed back as a download. Open DevTools, switch to the Network tab, drop your file, and confirm nothing carries it. That matters most for the exact documents people password-protect — contracts, statements, records.

What's the file size limit?

The free tier handles documents up to 100 MB, and it refuses a 0-byte file honestly because there's nothing inside to unlock. If your PDF is larger, the tool says so rather than failing silently.

The file won't open even after I enter the password — what now?

If the correct password still won't open it, the PDF may be structurally damaged rather than merely encrypted — a truncated download or interrupted save can corrupt the file. Encryption and corruption are different problems: unlock can't fix a broken structure. Looks damaged? Diagnose & repair it first, then unlock the repaired copy.

More PDF tools: merge PDF ·split PDF ·rotate PDF ·remove PDF metadata ·all PDF tools · broken file — repair PDF