creatorvalet

Unlock PDF files

Take the password off a PDF you can already open. Runs in your browser — no upload, no account.

Runs in your browser0 bytes uploaded

Drop your locked PDF here

Nothing is uploaded, and neither is your password. The file is decrypted on this machine.

A PDF has two locks, and almost nobody tells you which one you have

This is the single most useful thing to understand about protected PDFs, and it is missing from nearly every tool that offers to remove the protection. The format defines two separate passwords that do entirely different jobs, and the difference between them decides whether your problem takes one click or is impossible.

An owner password, sometimes called a permissions password, does not hide anything. The document opens for anyone who double-clicks it. What the password does is set a handful of flags asking reader software to refuse printing, or block text selection, or disallow editing — and readers obey those flags voluntarily, because the specification asks them to, not because anything prevents them from ignoring them. Removing that lock requires no password whatsoever. The file was never really closed.

A user password, or open password, is the real thing. The content streams are encrypted, and without the key there is no document to display, only noise. No amount of clever software gets past it. If a file asks you for a password before it will show you a single page, this is the kind you are holding.

The tool above tells you which one you have before you do anything at all. It reads the encryption dictionary straight out of the file — that particular structure is the one part of a PDF that is never allowed to be compressed out of reach, precisely because software needs it in order to unpack everything else — and then it tries the door with an empty password. A document that opens is carrying an owner password only. A document that refuses is carrying a user password. That distinction costs milliseconds and it arrives before the button does anything, because it determines what you should do next.

The same split exists in other formats and catches people out the same way. A spreadsheet can be genuinely encrypted or merely marked read-only with a sheet protection that any editor can lift, which is whyunprotecting an Excel file starts by telling you which of those you have too. Recognizing that a lock might be advisory rather than structural is the part worth carrying between formats.

PDF, in brief

PDF
Full namePortable Document Format
Extension.pdf
Format typeFixed-layout document
MIME typeapplication/pdf

How to unlock PDF files without handing over the password

Search for a way to do this and the advice is remarkably consistent. Google's own summary of the question, captured on 8 August 2026, put it plainly: "Go to a trusted web utility like the iLovePDF Unlock Tool. Upload your password-protected PDF file." That is a fair description of what the category offers, and the tools it names are good ones. It is also worth looking at closely, because of what the instruction actually asks for.

Decryption needs two things at the same moment: the encrypted document, and the password that opens it. A service that performs the work on its own machines must therefore receive both. The pair travels together — the sealed file and the key to it — which is the exact combination the password existed to keep apart. Nothing about that is sinister; it is arithmetic. You cannot decrypt something remotely without sending the secret remotely.

This page dissolves the problem by not having the second machine. Your browser already contains everything the job needs: the file is read from your own disk, the decryption runs on your own processor, and the rebuilt document is assembled in memory that belongs to this tab. The password goes into a form field and from there into a function, and that is the whole of its journey. It is never written to the address bar, never stored, never logged, and never echoed back inside an error message. When the tool says a password did not work, it says exactly that and nothing more — messages that quote what you typed have a way of ending up in places nobody planned.

You do not have to take any of this on faith. Open your browser's network panel, run a file through, and look for a request carrying a document or a password. There is not one, because the code that would make it does not exist in what the page loads.

What this tool will not do

It will not open a file you could not already open. If a document carries a user password and you do not know it, the honest answer is that we cannot help, and you will get that answer instead of a progress bar that leads nowhere. There is no wordlist here, no brute-force mode, no "recovery" option that quietly tries a million guesses. That is a deliberate line rather than a missing feature. Software that exists to get into documents on behalf of people who were not given the password is a different product with a different purpose, and it is not this one.

The line is easier to hold than it sounds, because the everyday reality of locked PDFs is mundane. Payroll systems send payslips sealed with a date of birth. Banks lock statements with part of an account number. Government offices return documents fastened with a reference you have to go and look up every single time you want to read your own paperwork. In all of these you have the right to the document and you have the password — what you actually want is to stop typing it, or to make the file searchable, or to hand a clean copy to an accountant without also handing over the code. That is the job this page does.

What changes, and what is lost

The pages themselves come through untouched. Same text, same fonts, same images, same dimensions — nothing is re-drawn and nothing is re-compressed, so a document that was sharp before is identically sharp afterward. What changes is the container around them: the encryption comes off, and the permission flags that rode along with it go too. If the file was refusing to print, the copy you download prints.

Three things do not survive, and it is better to know before than after. Fillable form fields stop being fillable, because a form's fields live in an index attached to the document rather than on the pages, and building a fresh unencrypted document leaves that index behind. We measured what this means on a file with a name typed into it and a box ticked: afterward the document reported zero fields, while the typed name was still plainly there on the page. So the answers survive as ink and only the ability to edit them is gone — worth stating precisely, because it would be easy to write the scarier version of that sentence and be wrong. Digital signatures break, which no tool can avoid, since a signature certifies one exact sequence of bytes and unlocking necessarily produces a different one. Bookmarks are dropped as well.

Every row of that list is shown to you before the work runs, counted from your actual file rather than recited from a template. A document with no form fields is not warned about form fields.

One document at a time

This page takes a single PDF rather than a batch, which is a choice worth explaining. A queue of locked files is a queue where every item can fail differently — this one needs a password, that one is already open, the third is not really a PDF — and the interface for that is a list of rows each carrying its own state and its own error. That shape is right when sequence is the task, which is why the merge tool uses it. Here the task is a single yes-or-no about one document, and giving it the whole screen means the answer about which lock you are facing can be stated in a sentence rather than squeezed into a row.

If what you need is the text rather than the document, pulling the text out is a separate job and a separate page — though it is worth doing in that order, since a still-encrypted file has nothing readable to give.

Questions

Does my PDF get uploaded?

No, and neither does the password. Both are read inside the tab you are looking at, the decryption happens on your own processor, and the file you download refers to bytes that exist only in this browser. That last part is what makes this different from the usual advice: every server-side unlocker needs both halves of the secret at once — the protected document and the password that opens it — which is precisely the pair you were trying not to hand over. You can watch it rather than believe it. Open the network panel, unlock something, and look for the request that carries a document. There is none.

What is the difference between the two PDF passwords?

A PDF can carry two entirely different locks, and most tools blur them together. An owner password — also called a permissions password — leaves the document readable by anyone; it only asks the reader software not to allow printing, copying or editing, and that request is honored voluntarily. A user password is real encryption: the bytes are scrambled and no software can show you the pages without it. The practical consequence is large. If your file only has an owner password, this page removes it without you knowing any password at all. If it has a user password, you need that password, and no tool that respects you will pretend otherwise.

Can you unlock a PDF if I forgot the password?

No, and we have deliberately not built that. A user password is genuine encryption, so the only way through it without the password is to guess repeatedly until something works. We do not do that here — no wordlists, no brute force, no "recovery" mode. It would be a different kind of tool with a different purpose, and the honest thing is to say so on the page rather than let you feed a file into something that quietly fails. If the file only carries an owner password you are in luck, because that needs no password at all, and the tool tells you which of the two you are holding the moment you hand the file in.

How do I know which lock my file has before I try?

The tool says so as soon as you drop the file in, before you do anything else. It reads the encryption dictionary straight out of the bytes, which costs milliseconds and works even on a file nobody can open, because that particular dictionary is the one part of a PDF that is never allowed to be compressed away. Then it tries the door with an empty password: a document that opens is one carrying only an owner password, and a document that refuses is one carrying a user password. Both answers appear before any button becomes useful, along with the encryption method and the exact list of things the file currently forbids.

What happens to a fillable form?

The answers survive as ink, but the form stops being a form. A fillable document keeps its fields in a separate index hanging off the document rather than on the pages themselves, and rebuilding the document as an unencrypted one leaves that index behind. We measured the result on a file with a filled-in name and a ticked box: zero fields reported afterward, while the typed name was still sitting visibly on the page. So nothing you had already written disappears, but you cannot edit it any more, and software that reads submissions by field name will find nothing. Rows carrying fillable fields are counted and flagged before you run anything. If the document still needs completing, do that first and unlock second.

Will unlocking change the pages themselves?

No. The pages are carried across exactly as they are — same text, same fonts, same images, same dimensions, nothing re-drawn and nothing re-compressed. What changes is the container: the encryption comes off and the permission flags go with it. Two things do not survive the rebuild, and both are worth knowing in advance. Digital signatures break, because a signature certifies a byte sequence and unlocking necessarily produces a new one. Bookmarks are dropped as well. Neither can be avoided by any tool doing this job, here or anywhere else.

Is there a file size limit?

None is imposed. A large file gets a warning before the work starts rather than a refusal, because the hardware is yours to spend and the tool has no business deciding for you. Memory rather than time is the real wall: the source, the rebuilt document and the preview are all held at once. Decryption itself is fast, so the size you notice is the one your tab runs out of room for, not one it runs out of patience with.

Why is removing a password from a PDF even legitimate?

Because the everyday case is not the dramatic one. Payroll departments send payslips locked with a date of birth, banks lock statements with an account number, and government offices return documents locked with a reference you have to look up every single time you want to read your own paperwork. You already have the right to open these, and you already have the password. What you want is to stop typing it, or to be able to search the file, or to hand a clean copy to an accountant. That is what this page does, and it is exactly why it does not do the other thing: it never opens a document its user could not already open.