Forum Discussion
How to take off or deactivate password in pdf on Windows 11?
I have a PDF file on my Windows 11 PC that asks for a password every time it opens. Unfortunately, I forgot the pdf password, but it is annoying to enter it again and again, so I want to deactivate the PDF password protection if possible.
Is there a safe way to take password off a PDF on Windows 11? I am not trying to bypass someone else’s file, only remove protection from my own document for easier use. What tool should a beginner use for this in order to deactivate password in pdf? Would Microsoft Edge, Adobe Acrobat, or another PDF program work for saving a new copy without the password?
9 Replies
- MateoChenIron Contributor
Dr.PDF can help easily take off open password and permission off a PDF file even you forgot the password.
- EastonJaxIron Contributor
There are two types of password available for PDF files. One is the Open Password and the other is permission. You have to know the password type first before deactivating pdf in pdf.
1. PDF Open Password (User Password)
Purpose: Restricts opening the file.
What it does: The PDF is encrypted. You cannot view or access the content at all without typing this password.
Common use: Sending sensitive documents (bank statements, medical records, contracts) where only the intended recipient should see the information.
Result: Without the password → File is inaccessible.
2. PDF Permission Password (Owner Password)
Purpose: Restricts actions on an already open file.
What it does: Allows viewing the PDF without a password but blocks specific activities like printing, copying text, editing, or adding comments.
Common use: Sharing a form or document that you want people to read, but not modify or redistribute freely.
Result: Without the password → Can read, but cannot print/edit/copy (depending on settings).
- NinaskoCopper Contributor
PDFtk Server is a free command-line tool from PDF Labs that's been around forever. It's lightweight, doesn't need Adobe Acrobat, and runs perfectly on Windows 11. The "Server" name sounds fancy, but it's just a free tool anyone can download and use to figure out how to take a password off a PDF. But don't let that scare you off—it's actually pretty straightforward once you see the command.
Here's something important if you are wondering how to take a password off a PDF. Typing your password directly in the command line means it could be saved in your command history, which isn't great for sensitive documents.
PDFtk has a better way. Use PROMPT instead of typing your password:
bash
pdftk secured ,pdf input_ pw PROMPT output unsecured, pdf
When you run this, PDFtk will pop up a window asking you to enter the password securely. Nothing gets saved to your command history. Much safer, right?
You still need to know the password. PDFtk can't magically bypass encryption if you've forgotten it. What it does is strip the password protection off a file you can already open.
Also, some PDFs have two passwords—an "owner password" and a "user password." If the file only has a user password (the one that prevents opening), this command works fine. If it has an owner password, you might need to use owner _pw instead of input _pw.
- ThatcherwIron Contributor
ExifTool is a command-line program that can be used to how to deactivate password in pdf and delete all metadata from PDFs and other file types.
Instructions: Download the software from the official website and install it on your computer. Open the Command Prompt or Terminal, navigate to the folder containing the PDF file, and run the following command:
exiftool -all= -overwrite_original protected.pdf
This will remove metadata and security settings from the file.
Its advantages include: open-source, support for fast batch processing of multiple PDF files, preservation of the original PDF’s structure and formatting, and the ability to remove metadata and permission restrictions in a single step.
Its disadvantages include: requires basic command-line knowledge, cannot bypass the open password of encrypted PDFs, and is not suitable for PDF files with strong encryption or complex security settings.
This allows you to learn how to deactivate password in pdf. The software works with PDF files that can be opened freely but are password-protected, and it also enables you to quickly clear metadata from multiple files.
- AmyraxvCopper Contributor
If you have Acrobat Pro (or are willing to start a free trial), here's how you'd go about how to take a password off a PDF:
Step 1: Open the password-protected PDF in Acrobat Pro and enter the password when prompted
Step 2: Go to Tools > Protect > Encrypt > Remove Security
Step 3: If the file has a permissions password, enter it when asked
Step 4: Save the file—the password is now gone
Before removing any password protection from a PDF, make sure you have the legal right to do so. If the document belongs to someone else or contains copyrighted material.
So to sum it up for how to take a password off a PDF on Windows 11: the free Adobe Acrobat Reader can't do it directly, but you can use the "Acrobat Pro" trick to create an unlocked copy if you already know the password. That method is completely free, works instantly, and keeps everything on your computer—no uploading sensitive documents to sketchy websites.
- Komondor2240Iron Contributor
The Browser Extension Method using “Print Edit WE” is a practical way to how to take a password off a pdf, working as a browser-based editor rather than a standard print-to-PDF workflow.
It allows you to unlock password-protected PDF files using Firefox's print preview feature, but to use this feature, you must first install the extension and have the correct password to open the PDF file.
First, download and install the extension from the Add-ons Store.
Next, drag and drop the password-protected PDF file into the browser window to open it. Enter the password when prompted to view the document. Then click the extension icon in the toolbar, and in the extension interface, click “Print” or “Save as PDF” to export the file.
Once the export is complete, the newly generated PDF file can be opened without a password.
This method cannot be used to unlock PDFs with advanced permissions or extremely strong encryption, so it is only suitable for users who need to how to take a password off a pdf for standard, basic open-password protected PDFs.
If you don’t want to use standalone PDF software, you can try this method. It’s a browser-based solution, so you should check the exported file to ensure all content and formatting remain intact.
- YarisyoyoBronze Contributor
Microsoft Word is a built-in office tool that can be used to remove password protection from PDF files, offering a convenient way to unlock password-protected PDFs without the need for third-party software.
How to take a password from a PDF
Step 1: Open Microsoft Word on your device.
Step 2: Go to File > Open, then select the password-protected PDF file you want to unlock.
Step 3: When prompted, enter the PDF password so that Word can convert the file.
Step 4: Once the file opens in Word, go to File > Save As.
Step 5: Select PDF as the output format and save the new file.
The final saved PDF file will no longer require a password to open.
This built-in method lets you how to take a password off a pdf quickly using software you likely already have installed, making it ideal for basic password removal tasks.
Pros
- Performs well with plain-text PDFs, retaining most of the content
Cons
- May cause minor formatting shifts
- Not suitable for complex PDF files containing a large number of graphics or interactive elements
- Cannot handle advanced encryption beyond basic password protection
- BreckenFosterSteel Contributor
Converting a PDF from your phone to your computer is a simple solution for removing password protection from a PDF file when you have the file on your phone and know its password. This method completely bypasses Windows-based PDF software and directly generates a new, unprotected file.
How to Deactivate password in PDF
- Open the password-protected PDF file on your phone; enter the password once to unlock and view it.
- Take clear screenshots of every page of the PDF document.
- Open the app and use the scanning feature to convert all the screenshots into a clear PDF file.
- Transfer the newly created PDF file to your computer via email, cloud services, Bluetooth, or a data cable.
- Open the transferred file on your computer; you no longer need to enter a password.
This workaround lets you how to deactivate password in pdf without any desktop tools, turning the original into a password-free, image-based PDF that works on any device.
ps
- Ensure that each screenshot captures the entire page without cropping or glare.
- Use Document Mode to improve the readability of text in the screenshot.
- This method is intended for personal use only and applies only to documents where text selection is not required.
- Be sure to back up the original password-protected PDF file before proceeding.
- ColtonsvdoCopper Contributor
How to deactivate password in PDF:
First, open that password-protected PDF with any program you have—Microsoft Edge, Chrome, or even the free Adobe Reader. Type in the password and get the file open on your screen.
Now here's the magic part. Press Ctrl + P on your keyboard like you're going to print it. But instead of sending it to a real printer, look at the printer dropdown menu. You'll see "Microsoft Print to PDF" sitting there. Select that.
Click Print or Save (whatever the button says). A window will pop up asking where you want to save this new PDF. Give it a name and save it somewhere you'll remember.
The new PDF you just saved? No password. Seriously, that's all there is to how to deactivate password in PDF. You can open it, share it, edit it, whatever. The password is gone.
This only works if you know the password. If you forgot the password and can't open the file at all, this trick won't help you. You need to get the file open first. Some PDFs have a "permissions password" that blocks printing entirely. If that's the case, the Print option might be grayed out or just not work. But honestly, most regular PDFs don't have that restriction enabled.