An extension that automatically cleans up temporary files generated by Visual Studio when the IDE gets closed.
👀 Looking for the Visual Studio 2019 or 2022 version? Find it here.
Did you know that regular use of Visual Studio can easily clutter your system? Because Visual Studio leaves behind its own temporary data, your local temp directory can quickly grow by several gigabytes, piling up hundreds of leftover files over time.
This extension is the definitive solution to that problem.
Once installed, it works automatically in the background. Every time you close Visual Studio, the extension safely purges the temporary junk generated by the IDE from C:\Users\[USERNAME]\AppData\Local\Temp\ and other specific cache locations.
Rest assured, this tool is designed with safety in mind—it will never delete important system or user files. It strictly target Visual Studio leftovers while completely ignoring unrelated temporary data.
- Background download caches and VSIX extraction remnants.
- Diagnostic Tools data and NuGet temporary logs.
- Visual Studio telemetry data and environment settings logs.
- Those annoying, cluttered directories and files with random alphanumeric patterns (e.g.,
########.###). - And more Visual Studio junk.
Say goodbye to the thousands of ghost files that Visual Studio leaves behind and keep your storage fresh and optimized!
You can install the extension using either of the following methods:
- Automated Install: Download it directly from the Visual Studio Marketplace or search for "Telerik Code Converter" inside Visual Studio's Extensions > Manage Extensions menu.
- Manual Install: Download the latest
.vsixpackage from the GitHub Releases page and open the file to trigger the VSIX Installer.
Whenever you close Visual Studio the extension will silently on background delete all the temporary garbage.
You can check the log file C:\Users\[USERNAME]\AppData\Local\Temp\AutoTempFileCleaner_VS2026.log for more details on the last clean operation did by the extension.
Explore the complete list of changes, bug fixes, and improvements across different releases by clicking here.
Your contribution is highly appreciated!. If you have any ideas, suggestions, or encounter issues, feel free to open an issue by clicking here.
Your input helps make this Work better for everyone. Thank you for your support! 🚀
This work is distributed for educational purposes and without any profit motive. However, if you find value in my efforts and wish to support and motivate my ongoing work, you may consider contributing financially through the following options:
| Platform | How to Support |
|---|---|
![]() |
Become my sponsor on GitHub You can show me your support by contributing any amount you prefer, and unlocking rewards! |
![]() |
Make a PayPal Donation You can donate to me any amount you like via PayPal. |
![]() |
Purchase my software at Envato's CodeCanyon If you are a .NET developer, you may want to explore DevCase Class Library for .NET, a huge set of APIs I have on sale. It also contains all pieces of reusable code that you can find across the source code of my open-source works. |
This software and its associated repository are provided strictly on an "as is" basis, without warranties of any kind, whether express or implied. This includes, but is not limited to, any implied warranties of merchantability, reliability, or fitness for a particular purpose.
The authors and copyright holders assume no liability for any direct, indirect, incidental, or consequential damages—including data loss or system errors—arising from the use, misuse, or inability to use this software. You are solely responsible for determining the appropriateness of using this tool and assume all associated risks.
Furthermore, this project operates entirely independently. The utilization of any third-party libraries or components within this software does not imply any affiliation with, or endorsement or approval by, their respective original authors.
By using this software, you agree to indemnify and hold harmless the authors from any claims, damages, or liabilities arising from your use or misuse of it.
This project is licensed under the Apache License, Version 2.0. See the License file for details.


