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: Oldest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Alberto Pinho 15 Reputation points
    2026-03-24T20:10:01.4166667+00:00

    Não é só extensão pdf, são várias. Abra o terminal do Windows ou prompt (cmd) como administrador, na pasta, e digite conforme abaixo:

    **Get-ChildItem -Path . -Recurse -Include *.pdf, *.xls, *.xlsx, *.doc, *.docx, *.txt, .ppt, .pptx -File | Unblock-File

    Was this answer helpful?

    1 person found this answer helpful.

  3. Job 30 Reputation points
    2026-03-25T07:41:11.82+00:00

    Yes, finally a solution for me!! I tried all of the above and nothing worked.
    This worked:

    Change the default app for .pdf files to Google Chrome (or Microsoft Edge)

    Go to:

    Settings → Apps → Default apps → .pdf
    
    1. Select Chrome (or Edge)

    After this change, PDF preview in File Explorer works again.


    Conclusion:

    • Unblock-File did not solve the issue because the files are on a network share and were not the root cause
    • The actual problem was a broken Adobe preview handler
    • Switching to Chrome or Edge fixes the preview immediatelyThe real cause was the PDF preview handler.
      • Adobe Acrobat was set as the default PDF application
      • Its preview handler was not working correctly
      • As a result, File Explorer could not show PDF previews

    Was this answer helpful?

    1 person found this answer helpful.

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.