There are two different kinds of "password protected"
PDF password protection isn't one thing — it's two separate mechanisms that get lumped together in everyday speech:
- An open password (user password). You can't even view the file without entering it. This is what you'll hit on a payslip, a bank statement, or a scanned ID sent by email.
- A permissions password (owner password). The file opens and displays fine, but the person who created it has switched off editing, copying text, or printing unless a second, usually different, password is supplied. Your PDF viewer is expected to honour these restrictions — though not every tool that reads a PDF's raw text actually checks for them.
A converter that just needs to read the text out of a PDF can usually work straight through a permissions-only lock. An open password is a different matter — the file's contents are genuinely encrypted, and nothing can extract text from it without the correct password, full stop.
Why most free tools reject a locked PDF outright
Plenty of free PDF-to-Word converters simply refuse a password-protected file, or fail silently with a generic error. Two reasons that tends to happen: their conversion runs on a server, so handling a password means building a UI to collect it, sending it to that server alongside your file, and having their backend attempt to decrypt the document there — extra work that a lot of free tools never got around to. And separately, a fair number of people are (rightly) uneasy about uploading a password-protected payslip, contract, or medical letter to an unfamiliar server in the first place, password and all.
How Altto handles it
When you drop in a PDF that needs a password, the tool detects that immediately and shows a password field right there on the page. The password you type is checked locally, inside your browser tab, using the same open-source PDF engine (pdf.js) that powers PDF viewing in Firefox and Chrome — it's never sent anywhere, and neither is the file itself. If the password's wrong, you get a clear "incorrect password" message and can try again; nothing about a failed attempt leaves your device either.
Step by step
- Drop your PDF into the converter as normal — there's no separate "unlock" step to find first.
- When the password prompt appears, type the password and press Unlock (or hit Enter).
- If it's correct, conversion continues automatically and you'll get a normal, unlocked
.docxfile to download — the password isn't carried over to the new file.
If you don't actually know the password
This tool checks a password you provide — it doesn't remove or guess one you don't have, and there's no legitimate "crack it for me" shortcut here. A few things worth trying first:
- Check the email or letter the PDF arrived with. Organisations that password-protect routine documents (payslips, statements, reports) very often state the pattern in the same message — commonly your date of birth, the last few digits of an account or employee number, or a postcode.
- Check for a default pattern from that specific sender. Payroll and HR systems in particular tend to reuse the same password formula for every document they generate, so a colleague or a previous payslip from the same employer can confirm the format.
- Contact whoever issued it. If neither of those works, the sender (HR, your bank, the clinic, the accountant) is the only reliable source — they can confirm or reset it.
What happens to the restriction after conversion
Once a password-protected PDF has been converted, the result is a brand-new .docx file with no password and no inherited editing restrictions — conversion effectively produces a fresh document, not a modified copy of the original. Keep that in mind if the original PDF was locked for a reason (confidentiality, a signed contract, a form that shouldn't be altered): converting it doesn't remove that reason, even though the new file itself opens freely.
Just want the PDF unlocked, not converted?
If you don't actually need a Word document — you just want a version of the PDF that no longer asks for a password every time it's opened — use the Unlock PDF tool instead. It works the same way: enter the password you already have, and it hands back the identical PDF with that password requirement permanently removed, still processed entirely in your browser.
Related: how to convert a PDF to Word without losing formatting once the file's unlocked.
Have a locked PDF handy?
Drop it in and enter the password when asked — the file and the password both stay on your device.