How to Remove a Password From a PDF You Own (Without Uploading It)
To remove a password from a PDF, open the Unlock PDF tool in your browser, drop the file, enter the password you already use to open it, and download an unprotected copy. The file never leaves your device.
Typing a bank statement’s or payslip’s password into an upload form on some website is exactly the exposure you were trying to avoid. Do it locally instead.
Unlock it in your browser
- Open Unlock PDF.
- Drop the protected PDF.
- Enter the password you normally type to open it.
- Download the copy — no password required from now on.
The decryption runs via qpdf compiled to WebAssembly, entirely in the tab, and works offline.
This only works on files you can already open
Be clear about what this is: it removes a password you know from a document you’re entitled to. It is not a way to break into a file you don’t have the password for — proper AES encryption can’t be brute-forced by a web tool, by design.
The everyday use is legitimate and common: your bank or payroll provider emails a statement locked with your ID number, and you want a clean copy to store or print without typing that password every single time. That’s what this is for.
Owner vs open passwords
Some PDFs aren’t encrypted at all — they just carry an owner/permissions flag that asks readers not to print or copy. Those “restrictions” are removed here too, producing a normal, fully usable PDF. A true open password (the file won’t open without it) requires you to supply that password first.
Related
- Protect PDF — add a fresh AES-256 password instead
- Compress PDF — shrink the unlocked file for email
- Password-protect a PDF — the reverse operation
Frequently asked questions
Can I remove a password I don't know?
No — you need to be able to open the file first. This removes the password from a PDF you can already unlock; it isn't a way to crack protected files.
Is the confidential file uploaded to unlock it?
No. The password is removed in your browser with qpdf in WebAssembly, so the document never leaves your device.
Why remove a password I already have?
So you don't have to type it every time you open the file, or so you can share an unprotected copy with someone who should have access.
Does it change anything else in the PDF?
No — only the encryption is removed. The pages, text and layout stay exactly as they were.