Outlook Attachments Blocked
Resolution Checklist
- 1 Understand Why Outlook Blocks Attachments
- 2 Unblock Specific File Types via Registry
- 3 Fix Attachments That Cannot Be Previewed
- 4 Clear the Temporary Attachments Folder
- 5 Resolve Group Policy and Admin-Blocked Attachments
Outlook Attachments Blocked
Outlook may display the message “Outlook blocked access to the following potentially unsafe attachments” or simply prevent you from opening, previewing, or saving file attachments. This security feature protects against malicious files, but it can also block legitimate attachments. This guide shows you how to resolve attachment access issues safely.
Step 1: Understand Why Outlook Blocks Attachments
Outlook uses a built-in list of blocked file extensions to prevent potentially harmful files from being opened.
- Level 1 blocked extensions are completely inaccessible — you cannot open, save, or preview them. These include: .exe, .bat, .cmd, .vbs, .js, .msi, .scr, .ps1, .reg
- Level 2 blocked extensions require you to save them to disk before opening — they cannot be opened directly from the email.
- The blocking applies to files inside ZIP archives in some configurations.
- Attachments may also be blocked by:
- Antivirus software scanning email attachments
- Microsoft 365 Advanced Threat Protection (ATP) policies
- Group Policy settings managed by your IT department
Step 2: Unblock Specific File Types via Registry
You can remove specific file extensions from the blocked list using the Windows Registry.
Warning: Modifying the registry incorrectly can cause system instability. Create a backup before proceeding.
- Close Outlook.
- Press Win+R, type regedit, and press Enter.
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Security
- If the Security key does not exist, right-click Outlook, select New > Key, and name it Security.
- Right-click in the right pane, select New > String Value, and name it Level1Remove.
- Double-click Level1Remove and enter the file extensions you want to unblock, separated by semicolons:
.exe;.bat;.ps1
- Click OK, close the Registry Editor, and restart Outlook.
- The specified file types will no longer be blocked.
Note: Only unblock extensions you trust. Unblocking executable file types increases security risk.
Step 3: Fix Attachments That Cannot Be Previewed
If attachment previews show “This file cannot be previewed”, the issue is usually a missing previewer or a security setting.
- Ensure the file previewer is installed and enabled:
- Go to File > Options > Trust Center > Trust Center Settings
- Click Attachment Handling
- Ensure Turn off Attachment Preview is unchecked
- Click Attachment and Document Previewers and verify all previewers are checked
- For PDF previews, install Adobe Acrobat Reader or ensure the built-in Edge PDF previewer is registered.
- For Excel/Word previews, ensure the correct Office version is set as the default handler for those file types.
- On macOS, Outlook uses Quick Look for previews. Ensure the file type has a Quick Look plugin installed.
- If previews still fail, try saving the attachment to your desktop first and opening it from there.
Step 4: Clear the Temporary Attachments Folder
When you open attachments directly from Outlook, they are saved to a temporary folder. If this folder is full or has permission issues, attachments may fail to open.
- Find the temporary attachments folder location:
- Press Win+R and type regedit
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Security
- Look for the OutlookSecureTempFolder value and note the path
- Open the path in File Explorer.
- Delete all files in this folder — these are temporary copies that are safe to remove.
- If you cannot find the registry key, the default location is typically:
%LOCALAPPDATA%\Microsoft\Windows\INetCache\Content.Outlook\
- Clear all subfolders within Content.Outlook.
- Restart Outlook and try opening the attachment again.
Step 5: Resolve Group Policy and Admin-Blocked Attachments
In corporate environments, your IT administrator may enforce attachment policies via Group Policy.
- Check if a Group Policy is overriding your settings:
- Open Command Prompt and run:
gpresult /h %TEMP%\gpreport.html && start %TEMP%\gpreport.html
- Search the report for Outlook and Attachment policies
- If policies are blocking attachments, contact your IT administrator to:
- Add specific file types to the allowed list via the Exchange Admin Center
- Configure Safe Attachments policies in Microsoft 365 Defender
- Whitelist specific senders or domains
- As a workaround, ask the sender to:
- Rename the file extension (e.g., from .exe to .exe.txt) — you can rename it back after downloading
- Upload the file to OneDrive or SharePoint and share a link instead
- Compress the file in a .zip archive with a password
- On macOS, Outlook generally has fewer attachment restrictions, but corporate MDM profiles can still enforce blocking policies. Check System Settings > Profiles for any active management profiles.