Google Chrome includes built-in PDF viewing capabilities that allow users to open PDF documents directly within the browser. While this feature is convenient for some users, many organizations, IT administrators, and business users prefer downloaded PDF files to remain in the Downloads folder without opening automatically.
Automatic opening of PDF files can create several issues, including unnecessary application launches, interruption of workflows, increased resource consumption on shared servers, and potential security concerns when users unknowingly open downloaded documents.
This article explains how to prevent Google Chrome from automatically opening PDF files after download and ensure that PDF documents are downloaded only.
Chrome may automatically open PDF files because of:
Users may observe the following behavior:
Download any PDF file.
Locate the downloaded file in Chrome's download bar or Downloads section.
Click the small arrow (â–¼) beside the downloaded PDF.
If "Always Open Files of This Type" is checked, click it once to disable it.
Future PDF downloads will remain in the Downloads folder and will not open automatically.
Enter the following URL in Chrome:
chrome://settings/content/pdfDocuments
"Download PDFs instead of automatically opening them in Chrome"
Chrome will download PDF files rather than displaying them inside the browser.
Chrome stores file handling preferences in the user profile.
Ensure all Chrome windows are closed.
%LOCALAPPDATA%\Google\Chrome\User Data\Default
Preferences
Create a copy of the Preferences file.
Open the file with Notepad.
Search for entries such as:
Remove the related settings and save the file.
Restart Chrome.
Sometimes Chrome profiles become corrupted.
Removes all stored download-opening preferences.
For managed environments and Windows Servers:
gpedit.msc
Computer Configuration
→ Administrative Templates
→ Google Chrome
Look for PDF-related policies.
Ensure no policy forces automatic opening.
Open:
chrome://policy
Review all active policies.
If policies are forcing PDF behavior, update or remove them through Group Policy or registry settings.
Run:
reg query "HKLM\SOFTWARE\Policies\Google\Chrome"
reg query "HKCU\SOFTWARE\Policies\Google\Chrome"
reg delete "HKLM\SOFTWARE\Policies\Google\Chrome" /f
reg delete "HKCU\SOFTWARE\Policies\Google\Chrome" /f
Restart Chrome afterward.
Organizations running Windows Server 2019 or Remote Desktop Services (RDS) environments should pay special attention to PDF handling.
Disabling automatic PDF opening offers several advantages:
✓ Disable "Always Open Files of This Type"
✓ Enable "Download PDFs Instead of Opening"
✓ Check Chrome Policies
✓ Review Group Policy Settings
✓ Clear Chrome Preferences
✓ Verify User Profile Configuration
✓ Restart Chrome
✓ Test with a new PDF download
Google Chrome's automatic PDF opening behavior can be easily disabled through browser settings, profile adjustments, or enterprise policies. In business environments, particularly on Windows Server and Remote Desktop Services platforms, disabling automatic PDF opening improves user experience, reduces resource consumption, enhances security, and ensures downloaded files remain under user control.
Organizations should standardize PDF download behavior through Chrome policies and Group Policy to maintain consistency across all user accounts and devices.