Outlook Attachment Preview Not Working for Word or Excel Files: Fix
🔍 WiseChecker

Outlook Attachment Preview Not Working for Word or Excel Files: Fix

You click an attached Word document or Excel spreadsheet in Outlook, but the preview pane shows a blank area, an error message, or the message “This file cannot be previewed.” This happens even though the file opens correctly when you double-click it. The root cause is usually a broken or disabled preview handler in Windows, which Outlook relies on to render Office files. This article explains why the preview fails and provides step-by-step fixes to restore attachment previews for Word and Excel files.

Key Takeaways: Restoring Word and Excel Attachment Previews in Outlook

  • File Explorer > View > Options > Change folder and search options > View tab > Always show icons, never thumbnails: Disable this setting if enabled, as it blocks preview handlers for Office files.
  • Command Prompt run as administrator > regsvr32 /u and regsvr32 for Office preview handlers: Unregister and re-register the preview handler DLLs to fix corrupted registrations.
  • Control Panel > Programs > Turn Windows features on or off > Windows Search: Ensure Windows Search is enabled because Outlook uses its indexing infrastructure for previews.

ADVERTISEMENT

Why Outlook Cannot Preview Word or Excel Attachments

Outlook uses the Windows Preview Handler framework to display attachments inside the Reading Pane. When you select an email with an Office file attached, Outlook asks Windows to load the correct preview handler — in this case, the Microsoft Office preview handler for .docx, .xlsx, and similar file types. If the handler is missing, disabled, or corrupted, the preview fails.

Several conditions cause this failure:

Corrupted or Unregistered Preview Handler DLLs

Each file type has a registered COM component that renders the preview. For Office files, the DLLs are typically located in the Office installation folder. A Windows update, Office repair, or third-party software can accidentally unregister these DLLs. When Outlook requests the preview, Windows returns an error instead of the rendered document.

Windows Explorer Preview Settings Blocking Handlers

The Windows Explorer folder option “Always show icons, never thumbnails” also disables all preview handlers system-wide. This setting is often enabled by IT administrators or security software to improve performance. When active, Outlook’s Reading Pane cannot render any attachment preview, including Office files.

Windows Search Service Not Running

Outlook relies on the Windows Search service to index and retrieve preview data for attachments. If the service is stopped or disabled, the preview pane cannot access the file metadata needed to render the document. This is a less common cause but appears after aggressive system optimization tools disable the service.

Steps to Fix Outlook Attachment Preview for Word and Excel Files

Follow these methods in the order listed. Each method targets a specific cause. Test the preview after each step before proceeding to the next.

Method 1: Disable “Always show icons, never thumbnails” in File Explorer

  1. Open File Explorer Options
    Press Windows + R, type control folders, and press Enter. Alternatively, open File Explorer, click the View tab on the ribbon, and select Options.
  2. Navigate to the View tab
    In the Folder Options dialog, click the View tab.
  3. Locate the preview setting
    In the Advanced settings list, find Always show icons, never thumbnails. If the checkbox is checked, uncheck it.
  4. Apply and restart Outlook
    Click Apply, then OK. Close and reopen Outlook. Select an email with a Word or Excel attachment and check the Reading Pane preview.

Method 2: Re-register the Office Preview Handler DLLs

  1. Close Outlook and all Office applications
    Ensure no Office programs are running. Check the system tray for background processes.
  2. Open Command Prompt as administrator
    Click Start, type cmd, right-click Command Prompt, and select Run as administrator. Click Yes in the User Account Control prompt.
  3. Unregister the current preview handler
    Type the following command and press Enter:
    regsvr32 /u "C:\Program Files\Microsoft Office\root\Office16\GROOVEEX.DLL"
    If you use a 32-bit Office on 64-bit Windows, the path is:
    regsvr32 /u "C:\Program Files (x86)\Microsoft Office\root\Office16\GROOVEEX.DLL"
    A dialog confirming successful unregistration appears. Click OK.
  4. Re-register the preview handler
    Type the following command and press Enter:
    regsvr32 "C:\Program Files\Microsoft Office\root\Office16\GROOVEEX.DLL"
    Adjust the path for 32-bit Office as shown above. Click OK in the confirmation dialog.
  5. Restart Outlook and test
    Open Outlook, select an email with a Word or Excel attachment, and verify the preview appears in the Reading Pane.

Method 3: Ensure Windows Search Is Running

  1. Open Services
    Press Windows + R, type services.msc, and press Enter.
  2. Locate Windows Search
    Scroll down the list and find Windows Search. Double-click it.
  3. Set startup type and start the service
    In the Properties dialog, set Startup type to Automatic (Delayed Start). If the Service status is not Running, click Start. Click Apply, then OK.
  4. Rebuild the Outlook search index
    In Outlook, go to File > Options > Search. Click Indexing Options. In the Indexing Options dialog, click Advanced. Under Troubleshooting, click Rebuild. Confirm the rebuild. This may take several minutes.
  5. Restart Outlook and test
    Close and reopen Outlook. Verify the attachment preview works.

Method 4: Repair Microsoft Office Installation

  1. Open Programs and Features
    Press Windows + R, type appwiz.cpl, and press Enter.
  2. Select Microsoft Office
    Find Microsoft 365 or Microsoft Office in the list. Right-click it and select Change.
  3. Choose Quick Repair
    In the Office repair dialog, select Quick Repair and click Repair. Follow the on-screen instructions. If the preview still does not work, repeat the process and choose Online Repair for a full reinstall. Restart your computer after the repair completes.

ADVERTISEMENT

If Outlook Still Has Issues After the Main Fix

Outlook preview shows “This file cannot be previewed” for PDF attachments

This error for PDFs is unrelated to the Office handler. It occurs when the Windows PDF preview handler is missing or disabled. To fix it, install the Microsoft Print to PDF feature or a third-party PDF preview tool like Adobe Acrobat Reader. Go to Settings > Apps > Optional features > Add a feature, search for PDF Reader, and install it. Then restart Outlook.

Outlook preview pane is completely blank for all attachments

If the preview pane fails for all file types including images and text files, the issue is likely with the Reading Pane itself. Go to View > Reading Pane and select Right or Bottom to re-enable it. If it is already enabled, try toggling it off and on. Also check that the preview pane is not collapsed by dragging the divider line.

Outlook crashes when selecting an email with a Word attachment

A crash when previewing attachments suggests a corrupted Office installation or a conflict with an add-in. Start Outlook in safe mode by pressing Ctrl while clicking the Outlook icon. If the crash stops, disable all COM add-ins via File > Options > Add-ins > Go. Re-enable them one at a time to identify the culprit. If safe mode does not help, run the Office Online Repair as described in Method 4.

Outlook Reading Pane vs Opening Attachments: Key Differences

Item Reading Pane Preview Double-Click to Open
Trigger Selecting an email in the message list Double-clicking the attachment in the email header
File access method Reads file from a temporary cache via Windows Preview Handler Opens file in the native Office application (Word, Excel)
Dependencies Windows Search service, registered preview handler DLL, Explorer thumbnail settings Office application installation, file association, no preview handler required
Security restrictions Protected View may block preview for files from external senders Protected View still applies but can be dismissed by clicking Enable Editing
Performance impact Minimal; only renders a static snapshot of the first page Loads full application, uses more memory and CPU

Outlook attachment previews for Word and Excel files depend on a chain of Windows and Office components. The Reading Pane provides a quick look without launching the full application, but it fails when any link in that chain breaks. Double-clicking the attachment bypasses the preview handler entirely and opens the file in its native program, which is why that method still works.

To restore the preview, start with the simplest fix: uncheck “Always show icons, never thumbnails” in File Explorer Options. If that does not help, re-register the preview handler DLL using regsvr32. Ensure Windows Search is running and rebuild the index. Finally, use the Office repair tool as a last resort. After applying the fix, test with a .docx and a .xlsx file to confirm both formats render correctly. For ongoing reliability, avoid system optimization tools that disable Windows Search or thumbnail previews.

ADVERTISEMENT