PDF

PDF Password Remover

Drop in a PDF, type the password it asks for, and get an unlocked copy back — without the file ever leaving your device. There is no server here: the decryption is done by qpdf compiled to WebAssembly running inside this page, so a confidential statement or contract stays on your machine. Restrictions on printing and copying are lifted too, and because the document structure is decrypted rather than re-photographed, text stays selectable and the quality is untouched.

Drop a PDF here

or

Your file is opened in this page only — it is never uploaded.

How your file stays private

Most PDF unlockers upload your document to a server, decrypt it there, and ask you to trust their retention policy. Here there is no server doing the work at all. The PDF is read by the page itself, passed to qpdf compiled to WebAssembly running inside your browser tab, and handed back as a download. You can watch the network panel while you use it, or turn off your Wi-Fi after the page loads — it keeps working. A document you would hesitate to upload is exactly the kind this is built for.

The two kinds of PDF password

A user password is the one a PDF asks for before it will open at all — you need to know it, and this tool needs you to type it in. An owner password is different: the file opens for anyone, but printing, copying text, or annotating are switched off. That restriction is enforced by the reader as a courtesy rather than by encryption, so it can be removed without knowing the password — which is what happens here when you leave the password box blank. Bank statements, payslips, and scanned reports are usually this second kind.

The quality stays intact

Many browser-based unlockers work by rendering every page to an image and stitching the pictures into a new PDF. It looks fine until you try to select a sentence, search the document, or read it with a screen reader — all of which are gone, and the file is usually several times larger. This tool decrypts the document structure itself, so text stays selectable text, vectors stay sharp at any zoom, bookmarks and links survive, and the file typically comes out slightly smaller than it went in.

What this tool will not do

It cannot recover or guess a password you do not know. Modern PDFs use AES-256, and trying every possibility against a decent password would take longer than any of us have — a tool promising otherwise is either hoping the password is on a leaked list or is not doing what it claims. Use this on documents you own or are authorised to work with: your own statements, files a client has sent you, archives whose password you still have written down somewhere.

Is my PDF uploaded to a server?

No. The file is read by the page, decrypted by qpdf compiled to WebAssembly inside your browser tab, and returned to you as a download — it never travels anywhere. Open the network panel and watch: your PDF never appears in it. Disconnect from the internet once the page has loaded and it still unlocks.

Can it remove a password I don't know?

No, and nothing else honestly can. A PDF that needs a password to open is encrypted, usually with AES-256, and guessing your way in would take longer than a human lifetime. Tools that claim to recover unknown passwords are either trying a list of common ones or not doing what they say. You need the password to remove it.

Why does it work on my bank statement without a password?

Because that is a different kind of protection. Files that open for anyone but block printing or copying are locked with an owner password, and that restriction is enforced by the PDF reader as a convention rather than by encryption. It can be lifted without the password, which is what happens when you leave the password box blank.

Will the text still be selectable afterwards?

Yes. This decrypts the document itself rather than rendering each page to an image, so text stays selectable and searchable, vectors stay sharp at any zoom, and links and bookmarks survive. Tools that flatten pages to pictures lose all of that and usually produce a much bigger file.

Is it legal to remove a PDF password?

For documents you own or are authorised to work with — your own bank statements, payslips, files a client sent you — it is routine. Circumventing protection on material you have no right to access is another matter and, depending on where you live, may be an offence. This tool is for the first case.

How large a PDF can it handle?

Up to 100 MB. Everything happens in your browser's memory, so the practical ceiling is your device rather than an upload limit. Large files take a few seconds; the engine itself is a one-off 1.3 MB download that your browser then caches.

All PDF tools →