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. Enric Cortés 39,455 Reputation points Volunteer Moderator
    2025-10-30T17:51:56.63+00:00

    Hola, a todos.

    Sí, es una nueva situación conocida debido a las últimas actualizaciones de seguridad del 14 de octubre de 2025 para Windows 11:

    Para Windows 11 22H2 y 23H2, la actualización KB5066793

    Para Windows 11 24H2 y 25H2, la actualización KB5066835

    Microsoft admite que el panel de vista previa del Explorador de archivos no funcionará en Windows 11 24H2 y 25H2 para archivos descargados de Internet de forma predeterminada. Y no se trata de un error sinó de una nueva opción de seguridad.

    Microsoft informó que deshabilitó el panel de Vista Previa del Explorador de Archivos en Windows 11 25H2 y 24H2 para los archivos descargados de internet. Si creas un archivo localmente, aún puedes previsualizarlo, pero la Vista Previa del Explorador de Archivos no funcionará para los archivos descargados de internet por razones de seguridad. Este cambio ya está disponible también en Windows 10 con su última actualización.

    Afortunadamente, existe un script de PowerShell que te permite desbloquear todos los archivos en una ruta específica.

    En PowerShell, sólo necesitas ejecutar el siguiente comando:

    Get-ChildItem -Path "C:\Path\To\PDFs" -Recurse | Unblock-File

    Reemplaza C:\Path\To\PDFs con la ruta de tu carpeta.

    Vuelve a abrir el Explorador de archivos o cambia a otra carpeta y vuelve a ella; las vistas previas deberían mostrarse con normalidad.

    Nota: Ejecuta este comando en la carpeta específica donde se guardan los PDF (por ejemplo, la carpeta Descargas) y de nuevo en la carpeta donde los archives. Los archivos nuevos que se añadan posteriormente conservarán la etiqueta y deberán desbloquearse del mismo modo.

    El comando desbloqueará todos los archivos .pdf de la carpeta de descargas, incluidos los que planees descargar en el futuro. Si confías en lo que descargas, debería funcionar correctamente. Puedes ejecutar el mismo script para otras rutas o tipos de archivo.

    Más información sobre esta medida de seguridad:

    https://support.microsoft.com/topic/56d55920-6187-4aae-a4f6-102454ef61fb https://www.windowslatest.com/2025/10/26/microsoft-admits-file-explorer-preview-pane-wont-work-in-windows-11-25h2-for-internet-files-by-default/

    Otra solución muy buena es instalar la aplicación QuickLook.

    QuickLook es una aplicación gratuita y de código abierto para Windows 11 que permite previsualizar archivos (como imágenes, videos, PDFs, documentos de Office y hasta archivos de Adobe) al seleccionar un archivo y presionar la barra espaciadora, sin necesidad de abrirlos con sus programas correspondientes. Se instala desde la Microsoft Store y funciona en segundo plano, activándose automáticamente para una vista rápida.

    https://apps.microsoft.com/detail/9nv4bs3l1h4s?hl=es-ES&gl=ES


    Saludos,

    Enric

    Was this answer helpful?


  2. Dan Feldman 5 Reputation points
    2025-10-31T16:18:13.54+00:00

    I followed a microsoft article and found a solution that works for me.

    In the windows search, pull up internet options

    Security > Trusted Sites - Click "Sites"

    Add the folder you need unblocked. In my case, it was a mapped drive to my work server and i put the drive letter, ex. "Q:". You'll need to uncheck require server verification.

    Was this answer helpful?

    1 person found this answer helpful.

  3. Avi 5 Reputation points
    2025-11-03T22:46:22.2166667+00:00

    this worked for me. Files are on a server computer. Opened PowerShell (admin)

    C:> Get-ChildItem "$env:C:*Folder-A*" -Filter *.pdf -Recurse | Unblock-File

    The name 'Folder -A' is a generic label for one of many folders in my server's C-drive.

    I restarted the server and the workstations. So far, its still working

    Was this answer helpful?

    0 comments No comments

  4. Andrea Cicchelli 5 Reputation points
    2025-11-04T07:27:56.28+00:00

    Good morning,

    you need to add the server to your intranet sites. Here the solution : https://mecdata.it/en/2025/10/anteprima-scomparsa-sui-file-di-rete-ecco-perche-windows-bloccava-i-tuoi-documenti/

    and reboot your machine

    Was this answer helpful?

    1 person found 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.