Unlock PDF — Remove a Known Password Without Uploading
Remove the password from a PDF you can already open, entirely in your browser. You supply the current password, and an unprotected copy is produced on your device — the file is never uploaded. For PDFs you own; no account required.
How to use this tool
- Select your password-protected PDF.
- Enter the current password for the document.
- Download the unlocked PDF — decryption runs locally in your browser.
Drop a password-protected PDF
Processed in your browser. How it works
About Unlock PDF
The PDF Unlock tool removes the password from a PDF you can already open, producing a copy that opens freely without prompting. You supply the file and its current password, and the tool returns unlocked.pdf with the protection stripped out. It is meant for the everyday situation where you have a legitimate, password-protected document — a bank statement, an invoice, a report you created — and you are tired of typing the password every time, or you need to combine it with other files in a tool that cannot handle encryption.
Unlocking is handled by qpdf, the same open-source library used for protection, compiled to WebAssembly and run inside the browser. You provide the password that the PDF currently uses; the tool decrypts the file with it and writes out an unencrypted version. This is decryption with the correct key, not password cracking — it only works when you already know the password and can therefore open the document yourself. If the password is wrong, the operation fails and the tool tells you the password may be incorrect rather than producing a broken file.
Doing this locally matters for the same reason it does when protecting a file. Removing a password on a server would mean uploading a document you considered sensitive enough to encrypt in the first place. Here the qpdf engine reads, decrypts, and rewrites the file entirely on your device, so the unprotected copy is created without the original ever leaving your browser. The result downloads immediately once the password is accepted.
Use this only for documents you are entitled to open. The tool deliberately requires the existing password — it is not a way around protection you do not have the key for, and it cannot recover or guess a forgotten password. Once unlocked, treat the output as you would any unprotected file: it no longer asks for a password, so store and share it accordingly, and re-protect it with the Protect tool if you still need it encrypted.
Frequently Asked Questions
- Do I need to know the password to unlock the file?
- Yes. You must enter the PDF's current password. The tool decrypts the file with that key; it does not crack or bypass protection, so it only works on documents you can already open yourself.
- What happens if I enter the wrong password?
- The operation fails and the tool reports that the password may be incorrect. It does not produce a corrupted or partially decrypted file — you simply re-enter the correct password and try again.
- Is this a way to break into a PDF I do not have the password for?
- No. It requires the existing password and performs straightforward decryption. It cannot recover, guess, or work around a password you do not know, and it should only be used for documents you are authorized to open.
- Does my protected file get uploaded to remove the password?
- No. The decryption runs in your browser using qpdf compiled to WebAssembly. The file is unlocked locally and the unprotected copy is created on your device without any server round trip.
- Why would I want to remove a password?
- Common reasons include avoiding the prompt every time you open a document you own, or preparing a file for another tool — such as a merge or conversion step — that cannot process an encrypted PDF. Unlocking first lets those tools read it.
- Is the unlocked copy still secure?
- No — that is the point. The output opens without any password, so anyone with the file can read it. If you still need it protected, keep the original encrypted version or re-encrypt the copy with the Protect tool.
- Does it change the document's contents?
- No. Only the encryption is removed. The text, images, and layout of the PDF are preserved; the result is the same document minus the password requirement.
- Will the unlocked file open everywhere?
- Yes. Because it is a standard PDF with no password, any reader opens it directly without prompting, including viewers that previously refused the encrypted version.
Sharing this document with EU contacts?
If it contains personal data, GDPR compliance is mandatory. EuroComply helps you check quickly.
Embed this tool on your site
Free. One line of HTML — the tool runs in your visitor's browser, no data sent to anyone.
<iframe src="https://brevio.pro/embed/pdf-unlock" width="100%" height="600" loading="lazy" style="border:1px solid #e5e5e5;border-radius:8px" title="Unlock PDF — brevio"></iframe> <p style="font:12px/1.4 sans-serif"><a href="https://brevio.pro/tools/pdf-unlock">Unlock PDF</a> by <a href="https://brevio.pro">brevio</a></p>