Hi,
Clearing file explorer history did not solved the problem for me.
I was forced to delete all files in Downloads folder using CMD.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Windows 11 hangs when entering Downloads folder and "Working on it..." is displayed.
When trying to close the window I am receiving the message "Windows explorer is not responding"
I have already tried
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Full Disk Cleanup with system files.
Thanks,
AG
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
Clearing file explorer history did not solved the problem for me.
I was forced to delete all files in Downloads folder using CMD.
This solved my problem. I unpinned the Downloads folder from the quick access tab and navigated to the folder via explorer. It worked.
Afterwards, I pinned the folder back to the quick access and it worked again.
Hi,
I came across this thread because I just encountered the same problem.
I always re-locate my "Downloads" folder to a different drive on my computer.
My solution, I used the default location, then just brought back to my Data disk and it worked.
I faced this issue today (11th Dec'24). it seems there was a mp4 file which was downloaded which created this. I went to cmd and manually deleted the mp4 files from the download folder. Once deleted, I opened the Windows explorer and the download function worked perfectly.
In my case, the Downloads folder just seemed to have become too big, running a command to delete files that were older than X days solved my issue. Here's the command I used (deleting all files older than 600 days) :
forfiles /p "C:\your\folder\path" /s /d -600 /c "cmd /c del /f /q @path"