Share via

When trying to open the downloads folder, File Explorer crashes.

calvin sucharov 25 Reputation points
2026-02-08T22:09:52.9366667+00:00

There is a possibility that I downloaded a video that was either corrupted or had some type of malware. When I tried to open the downloads folder to delete it, file explorer would crash.

Since then, I have tried:

Restarting File Explorer

Changing the folder to the "general items" type

Running these commands in powershell - sfc /scannow, Dism /Online /Cleanup-Image /ScanHealth, Dism /Online /Cleanup-Image /CheckHealth

Windows security scans

RKill and I am currently running a full scan. [EDIT] The scan found a trojan which I have quarantined, but I still cannot open the downloads folder.

I am still able to download things and the overall functionality of my PC hasn't changed apart from the aforementioned problem. Any help would be much appreciated!

Windows for home | Windows 10 | Files, folders, and storage
0 comments No comments
{count} votes

Answer accepted by question author
  1. Thomas4-N 10,995 Reputation points Microsoft External Staff Moderator
    2026-02-09T09:32:01.3966667+00:00

    Hello calvin sucharov, welcome to Microsoft Q&A forum.

    I understand your situation. There are two reliable ways to delete the contents of the Downloads folder without triggering the crash:

    Via Command Prompt (run as administrator):

    del /F /Q "%USERPROFILE%\Downloads*.mp4"

    This deletes all .mp4 files in your Downloads folder.

    • You can change *.mp4 to another video extension like *.mkv, *.avi, or use *.* to delete everything in the folder.
    • Note: Don’t replace %USERPROFILE% with your actual username — just leave it as-is.

    Via Safe Mode:

    Boot into Safe Mode using the official Microsoft guide: Windows Startup Settings

    In Safe Mode, Windows loads only essential drivers and services, which should avoid the crash. Once you’re in Safe Mode, just open the Downloads folder and delete the problematic files as usual.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 


0 additional answers

Sort by: Most 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.