File Explorer not previewing pdf files since 25H2 update

Paul Nicholson 560 Reputation points
2025-10-15T08:07:37.1033333+00:00

Since installing the 25H2 update to Windows 11, the preview for pdf files is not working.

I just get the following message "The file you are attempting to preview could harm your computer. If you trust the file and the source you received it from, open it to view its contents"

I have tried everything to restore the preview without success.

Any help would be much appreciated!

Windows for home | Windows 11 | Files, folders, and storage

Answer recommended by moderator
Vivekanandan Tiwari 210 Reputation points
2025-10-20T03:18:02.11+00:00

Here is a simple solution that worked for me -

in the file explorer, just disable this check box as shown in the image, this simply worked for me

(This happened on windows 10 as well!)
Screenshot 2025-10-20 084655

Was this answer helpful?

90+ people found this answer helpful.

103 additional answers

Sort by: Most helpful
  1. Dale Horstmanshof 65 Reputation points
    2025-10-20T23:22:39.0833333+00:00

    The following fixed network share files however the issue with being able to preview items in OneDrive / Gooogle Drive remains

    Add the following reg keys:

    Windows Registry Editor Version 5.00

    ; Allow previews for files marked Internet Zone (ZoneId=3)

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]

    "180F"=dword:00000000

    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]

    "180F"=dword:00000000

    ; Also allow under "Internet (Lockdown)" zone, in case Explorer uses lockdown policies

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3]

    "180F"=dword:00000000

    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3]

    "180F"=dword:00000000

    Was this answer helpful?

    0 comments No comments

  2. Toni Cuea 1 Reputation point
    2025-10-20T21:35:55.53+00:00

    Same issue .... and what's the solution ???

    Was this answer helpful?


  3. Jodi Siegel 0 Reputation points
    2025-10-20T16:47:29.59+00:00

    I also used the Internet Option with Trusted Sites and now I can preview my files.

    Was this answer helpful?

    0 comments No comments

  4. Anonymous
    2025-10-20T13:28:57.46+00:00

    For now, this temporary workaround works for my company using the following PowerShell command:

    Get-ChildItem -Path "C:\Users\username\Downloads" -Recurse | Unblock-File

    This command removes the block from all existing PDF files in the specified folder, allowing previews to work again. However, it needs to be re-run for newly downloaded files. Hopefully, this issue will be resolved in a future update.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.