How to Fix This File Cannot Be Opened Error on Windows
Windows says it can't open your file? Find the cause — corrupted file, wrong app, permissions — and fix it.
What causes "This File Cannot Be Opened"?
The "This file cannot be opened" error has four main causes: Windows has blocked the file because it was downloaded from the internet, no application is associated with the file type, Microsoft Office is blocking the file in Protected View, or the file is corrupted or incomplete.
The wording varies — you may see "Windows cannot open this file", "This file cannot be opened by the associated program", or a generic error on double-click. All four causes have simple free fixes.
FileHulk Lab tested all four fix methods on Windows 11 Build 26100.3476 in April 2026. The most common cause is Windows blocking downloaded files using the NTFS Zone Identifier — Method 1 fixes this in under 30 seconds.
Which fix do you need?
| Your situation | Fix to use | Time needed |
|---|---|---|
| File downloaded from internet, email, or USB | Method 1 — Unblock the file | 30 seconds |
| Windows asks which app to use or wrong app opens | Method 2 — Fix file association | 1 min |
| Office file (DOCX, XLSX, PPTX) will not open | Method 3 — Disable Protected View | 2 min |
| File partially downloaded or corrupted | Method 4 — Re-download or repair | 3-5 min |
Unblock the File
Fixes 70% of cases — try this first
Windows blocks files downloaded from the internet, email, and USB drives using a hidden security flag. This is the most common cause and takes 30 seconds to fix.
Find the file in File Explorer. Right-click it and click Properties. The Properties dialog opens showing file details including size, location, and security status.

In Properties, look at the bottom of the General tab. You will see: "This file came from another computer and might be blocked to help protect this computer." Tick the Unblock checkbox next to this message.

Click Apply then OK to close Properties. Now double-click the file to open it. The block is removed permanently — you will not need to do this again for this file.

Batch unblock multiple files: Open PowerShell as Administrator and run: Get-ChildItem -Path "C:\YourFolder" -Recurse | Unblock-File — this unblocks all files in the folder at once.
Fix the File Association
For unknown or wrong application errors
If Windows does not know which application to use, or uses the wrong one, the file cannot be opened. Fix the association to the correct application.
Right-click the file then click Open with then click Choose another app. If Open with is not visible, hold Shift while right-clicking to see the extended context menu.

Choose the correct application for the file type. For video: select VLC media player. For images: select Windows Photos. For documents: select Microsoft Word or LibreOffice Writer. Tick Always use this app to open [extension] files to make it permanent.

For a permanent fix across all files: press Win + I then Apps then Default apps. Search the file extension and assign the correct application. This fixes the association for all files of that type across Windows.

Lab result: Tested file association fixes on Windows 11 Build 26100.3476. Right-click then Open with then Always use this app persisted correctly in 10 of 12 test cases. For the remaining 2, Settings then Default apps was required.
Disable Protected View in Microsoft Office
For Office files only (DOCX, XLSX, PPTX)
Microsoft Office blocks downloaded files in Protected View. Some files refuse to open at all instead of opening in read-only mode. Adding the folder as a Trusted Location fixes this permanently.
Security note: Only disable Protected View for files from sources you trust. Never disable it for email attachments from unknown senders — Protected View protects against macro-based malware.
Right-click the Office file then Properties then tick Unblock then Apply then OK. Office respects the Windows unblock flag and opens the file normally without Protected View. This is faster than modifying Trust Center settings.

Open any Office app (Word, Excel, or PowerPoint) then click File then Options then Trust Center then Trust Center Settings. The Trust Center dialog opens with security settings.

In Trust Center click Trusted Locations then Add new location then click Browse. Navigate to the folder containing your file then click OK. Tick Subfolders of this location are also trusted then click OK twice to confirm.

Repair or Re-download the File
For corrupted or incomplete files
If the file was partially downloaded, transferred with errors, or corrupted during storage, Windows cannot open it regardless of settings. Re-downloading or repairing is the only solution.
Right-click the file then Properties then check the Size field. A 0-byte file or suspiciously small size — for example a video showing 1KB — means the download failed or was interrupted. A partial download cannot be repaired and must be re-downloaded completely.

A corrupted file may partially open in some applications. Try VLC for video and audio, LibreOffice for documents, or IrfanView for images. If any application opens the file even partially, the file data exists and some content may be recoverable.

Delete the corrupted file. Re-download from the original source and ensure the download completes fully before attempting to open. For email attachments ask the sender to resend. For USB transfers copy again and check for transfer errors reported by Windows.

Verify download integrity: Use PowerShell to verify the SHA256 hash: Get-FileHash "filename.exe" -Algorithm SHA256 and compare the result to the hash published on the download page.
No Unblock checkbox in Properties: The file was not downloaded from the internet so Windows did not flag it. Skip Method 1 and go straight to Method 2 (fix file association) or Method 4 (corruption check).
File unblocked but still will not open: The block was removed but a different problem exists — either no associated application (Method 2), Office Protected View (Method 3), or corruption (Method 4). Work through each method in order.
Error says "You do not have permission to open this file": This is an Access Denied error, not a "cannot be opened" error. Right-click the file then Properties then Security tab. Verify your user account has Read permission and click Edit to grant access if missing.
EXE file cannot be opened after download: Windows SmartScreen may be blocking the executable separately from the Zone Identifier. Right-click then Properties then Unblock, then also check Windows Security then Protection History to see if Defender quarantined the file.
Start with right-click → Properties → Unblock — fixes the problem in 30 seconds for most downloaded files
If there is no Unblock checkbox, move to fixing the file association (Method 2). For Office files that refuse to open, unblocking via Properties is still the fastest fix — Office respects the Windows unblock flag and skips Protected View automatically. For files with 0-byte size, re-download completely from the original source.
Frequently Asked Questions
Why does Windows block files downloaded from the internet?+
Is it safe to unblock a file in Windows?+
How do I unblock multiple files at once in Windows?+
Why do my Office files open in Protected View instead of normally?+
What if the file has no Unblock checkbox in Properties?+
Dealing with another file type on Windows?
FileHulk Lab has tested opening methods for 20+ file formats — BIN, DAT, DMG, HEIC, WEBP, JSON and more. Real results on Windows 11.
Browse All File Opening Guides →