After a Windows or Outlook update, you may find that double-clicking a PDF attachment in Outlook opens a blank preview pane or shows the error “This file cannot be previewed.” This happens because the update resets or disables the PDF preview handler that Outlook relies on to render attachments in the Reading Pane and the main window. This article explains why the preview breaks and provides four tested methods to restore PDF preview functionality in Outlook on Windows 10 and Windows 11.
Key Takeaways: Restore PDF Preview in Outlook
- Control Panel > Default Programs > Set Associations > .pdf: Choose Microsoft Edge or Adobe Acrobat as the default PDF handler to re-register the previewer.
- File > Options > Trust Center > Trust Center Settings > Attachment Handling: Turn off “Turn off Attachment Preview” to re-enable all attachment previews.
- Windows Settings > Apps > Default Apps > Choose defaults by file type: Reset the .pdf association if the preview handler is missing or corrupted.
Why Outlook Cannot Preview PDF Attachments After an Update
Outlook uses Windows shell preview handlers to render attachments in the Reading Pane and the attachment preview window. When Windows or Outlook updates, the update may change the default program associated with the .pdf file extension. If the new default program does not register a preview handler compatible with Outlook, the preview fails. Common causes include:
- Windows Update sets Microsoft Edge as the default PDF reader, and Edge’s preview handler is not fully compatible with Outlook’s preview infrastructure.
- An Office update resets the Trust Center settings, disabling attachment previews globally.
- The PDF preview handler DLL is unregistered or corrupted after the update.
Steps to Fix PDF Preview in Outlook
Apply these methods in the order listed. Test the PDF preview after each method before moving to the next.
Method 1: Change the Default PDF Handler to Adobe Acrobat
- Open Default Apps in Windows Settings
Press Windows key + I to open Settings. Go to Apps > Default apps. - Search for the .pdf file type
In the “Set defaults for applications” section, type “pdf” in the search box under “Set a default for a file type or link type.” - Select Adobe Acrobat or Acrobat Reader
Click the current default app next to .pdf. From the list, choose Adobe Acrobat Reader DC or Adobe Acrobat Pro. If neither is installed, download and install Adobe Acrobat Reader DC from the official Adobe website. - Restart Outlook
Close and reopen Outlook. Open an email with a PDF attachment and double-click the file to test the preview.
Method 2: Enable Attachment Preview in Trust Center
- Open Outlook Trust Center
In Outlook, go to File > Options > Trust Center > Trust Center Settings. - Navigate to Attachment Handling
In the left pane, select Attachment Handling. - Disable the preview block
Under Attachment and Document Previewers, uncheck the box labeled “Turn off Attachment Preview.” Click OK twice to close all dialog boxes. - Restart Outlook and test
Close and reopen Outlook. Open a PDF attachment to verify the preview now works.
Method 3: Re-register the PDF Preview Handler
- Open Command Prompt as Administrator
Press Windows key + X and select Terminal (Admin) or Command Prompt (Admin). - Run the regsvr32 command for Acrobat preview handler
Type the following command and press Enter:regsvr32 "C:\Program Files\Adobe\Acrobat Reader DC\Reader\x64\PDFPreviewHandler64.dll"
If you use Adobe Acrobat Pro, adjust the path accordingly. For 32-bit Outlook on 64-bit Windows, use the x86 version:regsvr32 "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\x86\PDFPreviewHandler64.dll" - Confirm success
You should see a dialog that says “DllRegisterServer in PDFPreviewHandler64.dll succeeded.” Click OK. - Restart Outlook and test
Close and reopen Outlook. Open a PDF attachment to verify the preview now works.
Method 4: Repair Office Installation
- Open Programs and Features
Press Windows key + R, typeappwiz.cpl, and press Enter. - Select Microsoft 365 or Office
Find Microsoft 365 Apps for enterprise or Microsoft Office in the list. Right-click it and select Change. - Choose Quick Repair first
Select Quick Repair and click Repair. Follow the on-screen instructions. If the problem persists, run an Online Repair (requires internet and takes longer). - Restart Outlook and test
After repair completes, restart Outlook and test the PDF preview.
If Outlook Still Cannot Preview PDF Attachments
PDF preview still blank after all methods
Run the Windows System File Checker to repair corrupted system files that may affect preview handlers. Open Command Prompt as Administrator and run sfc /scannow. Restart the computer and test again.
Edge shows PDF but Outlook preview pane stays empty
This indicates that Edge is set as the default PDF reader but its preview handler is not being used by Outlook. Switch the default PDF handler to Adobe Acrobat Reader DC as described in Method 1. If you prefer Edge as your reader, you must accept that Outlook’s preview pane will not show PDF files when Edge is the default.
Outlook crashes when opening a PDF attachment
A corrupted preview handler DLL can cause Outlook to crash. Run Method 3 to re-register the handler. If crashes continue, disable third-party PDF add-ins in Outlook: go to File > Options > Add-ins, select COM Add-ins in the Manage dropdown, click Go, and uncheck any PDF-related add-ins.
| Item | Adobe Acrobat Reader DC | Microsoft Edge |
|---|---|---|
| Preview handler compatibility | Full Outlook preview support | Limited; often fails after updates |
| Default association after update | May be overwritten by Windows | Windows may set Edge as default |
| Registration command | regsvr32 PDFPreviewHandler64.dll | No user-registrable preview handler |
| Recommended for Outlook preview | Yes | No |
You can now restore PDF preview in Outlook by changing the default PDF handler to Adobe Acrobat Reader DC and verifying the Trust Center settings. If the issue returns after a future update, rerun Method 1 first because it resolves most cases. For persistent failures, re-register the preview handler DLL directly rather than reinstalling the PDF reader.