How to clean temporary files in windows 10

You may be surprised to know that your Windows operating system and the applications that run on your computer generate temporary files.

This article is meant to help you understand what these temporary files are used for and how they may impact the performance of your computer and the capacity of your internal hard disk.

💯We will show you how to delete temporary files in Windows 11 as well as other versions of the OS, to help keep your machine running at peak efficiency.

What are Temporary Files?

How to clean temporary files in windows 10

In the Windows operating system, temporary files are created by the operating system itself and several applications running on your computer. These files often end up in the Windows Temp folder. Temp files on Windows 10 can be from running applications, backups of works, browsing history, or even system requirements.

One way to free up disk space in Windows 10, 8, 7, Vista, and XP is to delete temporary files. Temp files are files that your operating system only needed to exist temporarily while in use, but are now just wasting space.

Most temporary files are stored in the Windows Temp folder, the location of which differs from computer to computer. Manually cleaning this out in Windows usually takes less than a minute, but it could take longer depending on how large the collection of temporary files is.

How to Remove Junk Files From Windows 11

How to Delete Temporary Files in Windows

Follow these simple steps to delete your temporary Windows files:

  1. Windows 10: Select the Cortana search box just to the right of the Start button on the taskbar.

    Windows 8.1: Right-click or tap-and-hold the Start button and then choose Run.

    Windows 8.0: The easiest way to access Run is from the Apps screen.

    In earlier versions of Windows, choose Start to bring up the search box or find Run.

    Another way to open the Run dialog box is to enter the WIN+R keyboard shortcut.

  2. In the Run window or search box, enter the following command exactly:

    %temp%
    

    This command, which is technically one of many environment variables in Windows, will open the folder that Windows has designated as your Temp folder, probably C:\Users\[username]\AppData\Local\Temp.

  3. Select all the files and folders within the Temp folder that you want to delete. Unless you have a reason to otherwise, select them all.

    How to clean temporary files in windows 10
    How to clean temporary files in windows 10

    If you're using a keyboard or mouse, click one item and then use Ctrl+A to select every item within the folder. If you're on a touch-only interface, choose Select all from the Home menu at the top of the folder.

    You don't need to know what each temp file you're going to delete is for, or what or how many files are included in any subfolders you select. Windows won't let you delete any files or folders that are still in use. More on that in a bit.

  4. Delete all the temporary files and folders you've selected, either using the Delete key on your keyboard or the Delete button from the Home menu.

    Depending on your version of Windows, and how your computer is configured, you might be asked to confirm that you wish to Delete Multiple Items. You may even have to select Yes on a special Confirm Multiple File Delete window that appears. Handle any messages about hidden files in this folder the same way—it's fine to delete those, too.

  5. Choose Skip if you're presented with a File In Use or a Folder In Use warning during the temporary file deletion process.

    How to clean temporary files in windows 10
    How to clean temporary files in windows 10

    This is Windows telling you that the file or folder you're trying to delete is locked and still in use by a program, or maybe even Windows itself. Skipping these allows the deleting to continue with the remaining data.

    If you're getting a lot of these messages, check the Do this for all current items checkbox and then select Skip again. You'll have to do it once for the file messages and again for the folder ones, but warnings should stop after that.

    Rarely will you see a message like Error Deleting File or Folder that will stop the temp file deleting process completely. If this happens, restart your computer and try again. If even that doesn't work, try starting Windows in Safe Mode and repeating the steps above.

  6. Wait while all the temp files are deleted, which could take anywhere from a few seconds if you only have a few files in this folder, and up to several minutes if you have many and they're large.

    You won't be prompted when the process is complete. Instead, the progress indicator will just disappear, and you'll see your empty, or almost empty, temp folder up on the screen. Feel free to close this window.

    If you happen to be deleting so much data that not all of it can be sent to Recycle Bin, you'll be told that they'll be permanently removed.

  7. Finally, locate Recycle Bin on your Desktop, right-click or tap-and-hold the icon, and then choose Empty Recycle Bin.

    How to clean temporary files in windows 10
    How to clean temporary files in windows 10

    Can't find Recycle Bin? It might have been hidden. You can still open a hidden Recycle Bin in File Explorer.

  8. Select Yes on the prompt to confirm that you want to delete the items, which will permanently remove those temporary files from your computer. You now, in the short term, have an empty temporary files section.

The next time you delete temporary files in Windows, feel free to hold down Shift as you delete the files. It's a trick that will skip over storing them in Recycle Bin, essentially "permanently" deleting them and saving you this last step.

Using a Command Line Command

The steps shown above are considered the normal way to delete temporary files, but you have to do it manually. If you'd rather, you can build your own mini-program that can delete these temp files automatically with a simple double-click/tap of a BAT file.

You can do this using the rd (remove directory) Command Prompt command to delete the entire folder and all the subfolders.

Type the following command into Notepad or some other text editor, and save it with the .BAT file extension:

rd %temp% /s /q

The q parameter suppresses confirmation prompts to delete the files and folders, and s is for deleting all the subfolders and files in the temp folder.

If the %temp% environment variable is for some reason not working, feel free to substitute in the actual folder location mentioned in Step 2 above, but make sure you type the correct folder path, and to be safe, surround the path in quotes like this (change the username, of course):

rd "C:\Users\jonfi\AppData\Local\Temp" /s /q

How to clean temporary files in windows 10
How to clean temporary files in windows 10

Other Types of Temporary Files in Windows

The Windows Temp folder isn't the only place temporary files, and other no-longer-needed groups of files, are stored on Windows computers.

The folder you found in Step 2 above is where you'll find some of the operating-system-created temporary files in Windows, but the C:\Windows\Temp\ folder contains a number of additional files that you no longer need to keep. Feel free to open that Temp folder and delete anything you find in there.

The Settings app in Windows 10 has an entire section dedicated to deleting temporary files. Get there through Settings > System > Storage > Temporary files. Included there are things like delivery optimization files, Windows upgrade log files, temporary files left over by apps, and more. Choose what to remove, and then select Remove files.

How to clean temporary files in windows 10
How to clean temporary files in windows 10

Those same, harder-to-find locations for temporary files are accessible in older versions of Windows, too, like Windows 7, via Disk Cleanup. This utility is included in all versions of Windows and can help remove the contents of some of those other temp folders for you automatically. You can open that in a Run dialog box (WIN+R) via the cleanmgr command.

How to clean temporary files in windows 10
How to clean temporary files in windows 10

Check Your Browser Cache

Your browser also keeps temporary files, usually in an attempt to speed up your browsing by loading cached versions of web pages when you revisit them. Review our guide on how to clear your browser's cache for help deleting these types of temporary files. Ctrl+Shift+Del (Windows) or Command+Shift+Delete (Mac) is usually the shortcut to that option.

How to clean temporary files in windows 10
How to clean temporary files in windows 10

Handy Tools for Easy Removal

Dedicated "system cleaners" like the free CCleaner program can make this, and similar jobs, really easy. Many free computer cleaner programs exist to choose from, too, including Wise Disk Cleaner.

Check how much free space your hard drive has, both before and after you delete temporary files, to see how much space you recovered.

FAQ

  • How do you delete temp internet files?

    To delete temporary internet files and cookies in Internet Explorer, go to Tools (gear icon) > Internet Options and select Delete under Browsing history. In Firefox, open the menu and go to Options > Preferences > Privacy & Security > Clear History. In Chrome, go to More > More tools > Clear browsing data.

  • How do you clear temp files on Android?

    Older versions of Android used to let you clear a device's cache all at once. Now, you need to clear the cache of individual apps. To do that, go to Settings > Apps, select an app, and choose Storage & cache > Clear cache, or Storage > Clear Cache.

  • Where does Excel store temp files?

    The default location for temporary Excel files in Windows 11 and 10 is C:\Users\AppData\Local\Microsoft\Office\UnsavedFiles. If you're trying to find a deleted or lost Excel workbook, this is the first place you should look. Copy and paste the file into a new location, such as Documents or your Desktop, then open it in Excel.

  • Where does Firefox store temp files?

    Firefox calls temp files the "cache". You can get information about it by typing about:cache in the location bar. Typically, Firefox places temporary cache files in the C:\Users\[username]\AppData\Local\Temp location.

    Can I delete all temp files in Windows 10?

    Click on This PC. Right-click the drive with the Windows 10 installation and select the Properties option. Click the Disk Cleanup button. Click the “Clean up system files” button.

    How do I clean out temporary files?

    Clear your junk files.
    On your Android device, open Files by Google ..
    On the bottom left, tap Clean ..
    On the "Junk Files" card, tap. Confirm and free up..
    Tap See junk files..
    Select the log files or temporary app files you want to clear..
    Tap Clear ..
    On the confirmation pop up, tap Clear..

    How do I get rid of temporary files on my computer Windows 10?

    To delete temporary files:.
    In the search box on the taskbar, type disk cleanup, and select Disk Cleanup from the list of results..
    Select the drive you want to clean up, and then select OK..
    Under Files to delete, select the file types to get rid of. To get a description of the file type, select it..
    Select OK..

    How do I clear my cache temp and junk files in Windows 10?

    Click Start > File Explorer > This PC (Windows 10). Right-click your main hard drive (usually the C: drive) and select Properties. Click the Disk Cleanup button and you'll see a list of items that can be removed, including temporary files and more. For even more options, click Clean up system files.