Windows – 7z file manager crashed and left temp files behind

7-zipcrashdisk-cleanuptemporary-fileswindows

So I did a drag&drop extraction from 7z (windows), which creates temporary files (this was on purpose, as I was extracting to a network share.)

Unfortunately, 7z crashed during this process and 7GB of temporary files were left behind on my disk. I tried deleting %TEMP% via Disk Cleanup and manually, but the files were not there.

Anyone knows how to locate 7z temporary files?

Edit: This is a work PC, so I cannot install 3rd-party software.

Best Answer

Using the run command: (WIN+R) type "%TEMP%" and hit enter.

This will bring up all the temp files stored on your PC through the user account you are on.

7-zip tells you the temp location it uses (extract from 7-zip.org/faq.html):

7-Zip doesn't know folder path of drop target. Only Windows Explorer knows exact drop target. And Windows Explorer needs files (drag source) as decompressed files on disk. So 7-Zip extracts files from archive to temp folder and then 7-Zip notifies Windows Explorer about paths of these temp files. Then Windows Explorer copies these files to drop target folder.

To avoid temp file usage, you can use Extract command of 7-Zip or drag-and-drop from 7-Zip to 7-Zip.

Related Question