Share via

Removing temp files

Anonymous
2022-06-01T03:36:57+00:00

Hi,
Disk properties on C:\ shows about 38Gb being populated by temp files. Trying to delete it via disk cleanup as well as accessing the folder via run with %temp% does not clear all files. Is there any way to clear up this space. I had around 50gigs which I always keep free on C:\ but now its down to 22Gb, i am worried that C:\ will soon run out of space despite having nothing other than windows and programs on it, even libraries are on another drive.

Thank You.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-06-01T04:40:01+00:00

    Hi SyamandhakamHome,

    I'm Paul and I'm here to help you with your concern.

    You can use the command prompt to clean the Temp folder.

    > Open Command Prompt (Admin) or PowerShell (Admin) from the list.

    > Copy-paste the command below and enter.

    del /q/f/s %TEMP%*

    > Close the command prompt and restart the PC.

    I hope this helps. Feel free to ask back any questions and keep me posted.

    10 people found this answer helpful.
    0 comments No comments