
If you’ve recently opened File Explorer to browse a folder on your network server or NAS and noticed that the helpful previews for your documents (be they PDFs, Word, or Excel files) have been replaced by generic white icons, you are not alone.
Worse, you might have received the misleading message, “This file cannot be previewed because of an error in the previewer” or even the alarming warning, “The file you are attempting to preview could harm your computer.”
Don’t worry—the problem is likely not with your file or your software, but with a recent tightening of Windows security policies that can be fixed in a few simple steps.
🛑 The Mystery: Why Does It Work Locally But Not on the Network?
The root cause of this seemingly random behavior lies in how Windows manages Security Zones within your operating system.
- Local Files Are Trusted: When a file is on your local C: drive (Documents, Desktop), Windows classifies it in the “maximum trust” zone and is free to run the code necessary to generate the complex document thumbnail.
- Servers Are Suspicious: A recent Windows update has made the interpretation of network paths (servers or NAS) more restrictive. Your PC stopped automatically recognizing the server as part of the Local Intranet and began classifying it as an “external” or “Internet” source.
- The Execution Block: To mitigate security risks (such as the potential for credential theft), Windows intentionally blocks the execution of third-party preview handlers for files coming from sources that are not fully trusted. The result is the disappearance of the preview.
✅ The Simple Fix: Declare Your Server as “Local Intranet”
The most effective and lasting solution is to explicitly tell Windows that your network server is a secure, internal source for your business.
Note: You have to restart your PC after this procedure.
- Open Internet Options:
- Press the Windows key + R simultaneously (to open the Run window).
- Type
inetcpl.cpland press Enter.
- Go to Security Settings:
- In the window that opens, navigate to the Security tab.
- Select the Local intranet icon
- Click the Sites button.
- Add the Server Path:
- Click the Advanced button.
- In the box “Add this website to the zone:”, enter your server’s path. It is important to use the correct format, for example:
- If you use the IP address:
\\192.168.1.2(or your correct server IP) - If you use the server name:
\\MYSERVERNAME
- If you use the IP address:
- Click Add, then Close, and finally OK in all open windows.
Restart your computer. After the restart, Windows should recognize the server as Local Intranet and immediately restore the preview display for all file types.
⚠️ What to Do with Files You Already Moved
If you noticed that a file, once moved from the server to your PC (e.g., in your Documents folder), still wouldn’t show the preview locally, it means the file retained a “security marker” (called the Mark-of-the-Web).
For those specific files:
- Right-click on the file.
- Select Properties.
- In the General tab, look for the Security section at the bottom.
- Check the “Unblock” box.
- Click OK.
At this point, the local preview should reappear, confirming that the issue was purely a security restriction applied by the operating system.

