Remove a password from a PDF

Strip the password from a PDF you can already open, so you stop retyping it. Runs on your device — the file and the password never leave it.

🔒 Runs in your browser

What this is for

A PDF you can already open, that asks for the password every single time. Bank statements, payslips, insurance documents and utility bills are routinely sent locked with a password built from your date of birth or the last digits of an account number. Once you have opened it, being asked again on every read, print and attach is just friction.

This removes the password from a copy. Everything happens in this browser tab.

What it is not

It is not a password cracker, and it will not become one. It decrypts a document using the password you type. Without the right password it fails, immediately, and makes no attempt to guess.

Saying that plainly is deliberate. Tools in this category attract people hoping for something else, and the ones that quietly encourage it end up with the wrong users and the wrong reputation.

The bug that this tool would otherwise have

Worth stating, because it explains a design decision you would otherwise never notice.

The underlying engine does not fail when the password is wrong. It prints an error, and then writes a small, blank, one-page document anyway. A tool that simply handed you whatever came out would tell you it had succeeded and give you a destroyed file — and if you had already deleted the original, that would be the end of it.

We measured that behaviour, and the tool now watches specifically for it. A wrong password produces a clear message and saves nothing at all.

After the password is gone

The saved copy opens without a password. That is what you asked for, and it also means anyone who gets hold of it can open it.

If it is a bank statement, it is now a bank statement anyone can read. Keep it somewhere you are content for it to be readable, and think twice before emailing it or leaving it in a downloads folder on a shared machine.

Two passwords, one document

PDFs can carry two: a user password that opens the document, and an owner password that controls printing and copying. The one to type here is the one that opens it.

If your PDF opens with no password but refuses to let you print, there is no password to remove — those are permission flags, and they are a different thing.

This tool runs entirely inside your browser. Your file is never uploaded — it never leaves your device, so there is nothing for us or anyone else to read, store or leak.

Common questions

Can this open a PDF when I do not know the password?

No. It decrypts the document using the password you type. Without the right one it fails, and it does not try to guess. This is a convenience tool for documents you can already open, not a recovery or cracking tool.

Why would I remove a password I already have?

Because typing it forty times is the actual problem. Bank statements, payslips and utility bills often arrive locked with a password derived from your date of birth or account number, and you need the same document repeatedly — to read, to print, to attach to an application. Removing it once is what most people are here for.

It says my password did not work, but I am sure it is right.

Check for a capital letter or a trailing space picked up from a copy and paste. If the PDF has two passwords — one to open it and one to change permissions — use the one that opens it. If the document opens without any password but will not let you print, there is no password to remove: those are permission flags, and this tool does not deal with them.

What happens if the password is wrong — will it damage my file?

No. Nothing is saved unless the password works. This matters more than it sounds: the underlying engine does not fail on a wrong password, it produces a small blank document instead. The tool watches for that and refuses to hand it to you.

Last reviewed