Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Outlook / Outlook Attachment Preview Error: This File Cannot Be Previewed

November 16, 2022 OutlookWindows 10Windows 11

Outlook Attachment Preview Error: This File Cannot Be Previewed

The attachment file preview suddenly stopped working in my desktop Outlook app. When selecting an attachment file (PDF, XLSX or DOCX), an error appears in the Outlook preview window:

This file cannot be previewed because there is no previewer installed for it.

Or:

This file cannot be previewed because the following previewer has been disabled.
This file cannot be previewed because of an error with the following previewer: Microsoft Excel previewer.

Outlook: This file cannot be previewed

Let’s see how to fix the Outlook preview issue on Windows 10/11.

First of all, make sure that an app to view this file type is installed on your computer. For example, Adobe Reader for PDF or Microsoft Excel for XLSX files. Also, note that the bitness of Outlook and the viewer app must match. For example, if you have 32-bit Outlook and Adobe Reader x64, you will not be able to preview PDF files in Outlook. Install the correct version of the viewer.

Then check the preview settings in Outlook.

  1. Go to File -> Options -> Trust Center -> Trust Center Settings -> Attachment Handling;
  2. Make sure that the Turn off Attachment Preview option is not enabled;
  3. Click Attachment and Document Previewers;
  4. Check that the viewer app for the file types you need is enabled n the application list; Outlook check attachment previewers settings
  5. Then go to the General tab and check Optimize for compatibility option in the User Interface options. Microsoft Outlook - Optimize for compatibility

Then check the association settings for the preview programs in the registry. Run regedeit.exe and go to one of the following registry keys depending on your Outlook version:

  • Microsoft Outlook from Office 365 (Microsoft 365 Apps for enterprise) – HKLM\​SOFTWARE\​Microsoft\​Office\​ClickToRun\​REGISTRY\​MACHINE\​Software\​Microsoft\​Windows\​CurrentVersion\​PreviewHandlers
  • x86 version of Outlook from Office 2021/2019/2016 – HKLM\​SOFTWARE\​Microsoft\​Windows\​CurrentVersion\​PreviewHandlers
  • Outlook x64 – HKLM\​SOFTWARE\​Wow6432Node\​Microsoft\​Windows\​CurrentVersion\​PreviewHandlers

Make sure that there are the parameters below in your registry branch (each option for the specific file type or app):

Registry parameterValue
{00020827-0000-0000-C000-000000000046}Microsoft Excel previewer
{21E17C2F-AD3A-4b89-841F-09CFE02D16B7}Microsoft Visio previewer
{65235197-874B-4A07-BDC5-E65EA825B718}Microsoft PowerPoint previewer
{84F66100-FF7C-4fb4-B0C0-02CD7FB668FE}Microsoft Word previewer
{DC6EFB56-9CFA-464D-8880-44885D7DC193}Adobe PDF Preview Handler for Vista

If one of these parameters is missing in the registry key, create it manually (use the REG_SZ type).

If you have a REG_EXPAND_SZ parameter with the specified ID containing @%CommonProgramFiles%\Microsoft Shared\Office16\oregres.dll,-403, remove it.

In my case, I had the following item:

{00020827-0000-0000-C000-000000000046} = @%CommonProgramFiles%\Microsoft Shared\Office16\oregres.dll,-403

I removed it and created a new REG_SZ parameter:

{21E17C2F-AD3A-4b89-841F-09CFE02D16B7} = Microsoft Visio previewer

After that, the Excel file preview works fine in Outlook.

If you cannot preview PDF files in Outlook using Adobe Acrobat Reader (in this particular app!), check that the AppID = {534A1E02-D58F-44f0-B58B-36CBED287C7C} parameter exists in the HKLM\SOFTWARE\WOW6432Node\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193} registry key.

If PowerToys is installed on the computer, make sure that the Enable PDF Preview option is disabled in its settings (in the File Explorer add-ons section)

disable pdf preview in powertoys

If nothing helped, try to both programs (both Outlook and the viewer app).

0 comment
1
Facebook Twitter Google + Pinterest
previous post
How to Disable TLS 1.0 and TLS 1.1 in Windows Using GPO?
next post
How to Enable Maintenance Mode on Exchange Server?

Related Reading

Configuring Event Viewer Log Size on Windows

May 24, 2023

How to Detect Who Changed the File/Folder NTFS...

May 24, 2023

Enable Single Sign-On (SSO) Authentication on RDS Windows...

May 23, 2023

How to Create, Change, and Remove Local Users...

May 17, 2023

Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows

May 16, 2023

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Configuring Event Viewer Log Size on Windows

    May 24, 2023
  • How to Detect Who Changed the File/Folder NTFS Permissions on Windows?

    May 24, 2023
  • Enable Single Sign-On (SSO) Authentication on RDS Windows Server

    May 23, 2023
  • Allow Non-admin Users RDP Access to Windows Server

    May 22, 2023
  • How to Create, Change, and Remove Local Users or Groups with PowerShell?

    May 17, 2023
  • Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows

    May 16, 2023
  • View Success and Failed Local Logon Attempts on Windows

    May 2, 2023
  • Fix: “Something Went Wrong” Error When Installing Teams

    May 2, 2023
  • Querying Windows Event Logs with PowerShell

    May 2, 2023
  • Configure Windows LAPS (Local Administrator Passwords Solution) in AD

    April 25, 2023

Follow us

  • Facebook
  • Twitter
  • RSS
Popular Posts
  • Fix: Signature Button Not Working in Outlook 2019/2016/365
  • Outlook Keeps Asking for Password on Windows
  • Send Outlook Emails Using Excel VBA Macro or PowerShell
  • How to Manually Configure Exchange or Microsoft 365 Account in Outlook 365/2019/2016?
  • Blank Sign-in Screen in Office 365 Apps (Outlook, Teams, etc.)
  • Fix: Microsoft Outlook Search Not Working on Windows 10/11
  • Export Exchange or Office 365 Global Address List (GAL) to CSV
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top