How to Password Protect a PDF (Free, No Acrobat)

Contracts, payslips, medical records, tax forms. The PDFs people most want to password-protect are exactly the ones they least want to hand to a random website. You don’t need Adobe Acrobat for this, and you don’t need to upload anything. Here are the free ways to encrypt a PDF on any device, what the settings actually mean, and one warning about forgotten passwords.

Option 1: encrypt it in your browser (any device)

The simplest cross-platform route is our Protect PDF with Password tool. Open the page, choose your file, set a password, download the encrypted copy. It applies AES-256, the current PDF standard, and the work happens in the browser instead of on a processing server, which matters more for this task than for almost any other. It behaves the same on Windows, macOS, Linux and Chromebooks, with nothing to install.

Option 2: macOS Preview

Every Mac does this out of the box. Open the PDF in Preview, choose File → Export…, tick Encrypt (on newer versions it lives under the Permissions button), enter a password twice and save. The exported copy then needs the password to open. Two caveats: Preview used weaker 128-bit encryption on older macOS versions, and it rewrites the file on export, which very occasionally changes how a complex PDF renders.

Option 3: Microsoft Word

If the document started life in Word, protect it at export time. Use File → Save As → PDF, click Options… and tick Encrypt the document with a password. This only helps for documents you author yourself. Word is a poor editor for PDFs somebody sent you, since importing them tends to mangle the layout.

Option 4: Adobe Acrobat (paid)

Acrobat Pro does everything above plus fine-grained permission controls, and it is the right answer if your organization already pays for it: Tools → Protect → Encrypt with Password. Confusingly, the free Acrobat Reader cannot add passwords at all, because protection is a paid feature. For occasionally locking a file, a subscription is overkill.

Why upload-based converter sites are the wrong tool here

Search “password protect PDF” and the results fill with sites that ask you to upload your file, encrypt it on their server and give you a download link. Follow that through: the one document you considered sensitive enough to encrypt has now traveled unencrypted to a stranger’s server, where it may sit in logs, caches or backups you cannot audit, protected by a privacy policy and not much else. For throwaway files that trade-off might be fine. For the payslips and contracts this task is usually about, prefer something that does the work on your own machine, whether that is Preview, Word or an in-browser tool.

User password vs owner password

PDF encryption defines two distinct passwords, and the difference is worth knowing:

TypeWhat it doesHow strong in practice
User password (open password)Required to open and decrypt the file at allReal protection: the content is encrypted with it
Owner password (permissions password)Restricts printing, copying or editing of an open fileWeak: viewers merely agree to honor the flags, and many don’t

If you need the document to stay confidential, the user password is the one that counts. Owner-password restrictions like “no printing” are advisory and trivially stripped by plenty of software, so never lean on them for anything that matters.

What “AES-256” actually buys you

Old PDFs used RC4 encryption at 40 or 128 bits, and 40-bit RC4 can be brute-forced in hours on a laptop, so treat it as broken. Modern PDFs, meaning PDF 2.0 and the PDF 1.7 extensions, use AES-256, the same cipher that protects online banking.

With AES-256 the cipher stops being the weak point and your password becomes it. An attacker doesn’t break the math; they guess. A short dictionary word falls to automated guessing quickly no matter the algorithm, while a long random passphrase makes the encryption effectively unbreakable. Use twelve characters or more, and send the password over a different channel than the file: text the password, email the PDF.

Forgot the password? A reality check

Properly encrypted means properly encrypted. If you forget the user password of an AES-encrypted PDF, no legitimate tool can recover the contents. That is the entire point of the design, and any site claiming to “crack” a strong password instantly is selling snake oil. Password managers exist for exactly this reason.

If you do know the password and simply want a copy that stops asking for it, say an e-statement you have unlocked a hundred times, our Remove PDF Password tool decrypts it in the page and saves an open copy. Enter password, download, done.

Which option should you pick?

On a Mac with a simple need, Preview is right there. If you are authoring in Word, encrypt at export. For anything else, whether that is Windows, Linux, a phone or a file someone sent you, the in-browser tool gives you AES-256 in three clicks without the file leaving your device. Whichever you choose, the password you pick matters more than the tool that applies it.

Sources and further reading