Articles

How to Clear Cache and Temp Files from Mac OS

by Mike B. Blogger

You’ve no doubt heard the term cache and temp files, at least as it relates to your Mac. There are numerous times when removing a cache or temp file may be part of a troubleshooting tip to return an app or the system to a more robust condition. It’s also common to hear about removing these files to free up space on a Mac’s startup drive.

But before we head down the road to clearing out cache and temp files, let’s take a moment to find out what functions they serve, and whether it’s really a good idea to remove them willy-nilly.

(Third-party utilities, such as TinkerTool System, can help you remove troublesome cache files.)

What Are Cache Files and Temp Files?
Cache and temp files serve a similar function; they provide a place to temporarily store data in files on your Mac.

Cache files are accessed and updated frequently, and they can remain after the app or system function that created them has closed or exited. They can also remain through shutdown or restart cycles.

Temp files are created by an app or system process to temporarily store data that is later used by the process that created the file. Unlike cache files, temp files are usually removed by the process that created them, usually when the process exits, or during a shutdown or restart cycle.

Examples of cache files include browser caches that save the information from a webpage. When you return to the same page, the browser can load the page data from the cache file, provided the page data hasn’t changed. This saves you the time it would take to access the web server and download the entire page again.

Another type of cache you use everyday on your Mac is the DNS cache. Like the browser cache, the DNS cache can let your Mac grab the IP address of a website it has visited recently without having to perform a DNS lookup, which can take a great deal of time.

Other caches are used by the system to store frequently used icons, images, and just about any type of information that is used over and over, where storing the data is faster than recreating the information every time.

(My system temp files are located in a folder named T, at the end of a cumbersome pathname.)

Temp files, on the other hand, are transitory; they tend to be removed once the app or process that created them is terminated. An example of a temp file is an application that has many levels of undo. In the loosest of terms, the undo temp file holds the state of the app at each point a command was issued, letting you go back in time (undo) to previous states. When you quit the app, the undo temp file is deleted since it’s no longer needed.

Temp files can also hold static items, such as an image, or data that will be used frequently by an app but doesn’t need to be saved beyond the current app cycle.

Where Are Cache Files and Temp Files Located?
The Mac has two primary types of cache files, System and User, which are located in three primary locations. The system caches are located at /Library/Cache as well as /System/Cache. The user caches are located at ~/Library/Cache. The tilde (~) in the last cache location is a shortcut for your home folder. So, if your home folder was named tnelson, as mine is, the full path would be /Users/tnelson/Library/Cache. As you can see, it’s easier to just use the shortcut than to type full pathnames.

I recommend leaving the system caches alone unless you’re having a specific problem whose troubleshooting guide suggests removing one or more of the system cache files. Otherwise, I tend to leave system cache management to the system.

Temp files, especially those used by third-party apps, can be located just about anywhere, making some app temp files difficult to track down. However, apps that follow good coding practices will make use of a few standard locations. Unfortunately, many of these standard locations are hidden from the Finder, blocking you from direct access. You can use the following Terminal tip to open a Finder window on two of the most used temp locations:

  • Launch Terminal, located at /Applications/Utilities.
  • Enter the following at the Terminal prompt: open $TMPDIR
  • Hit Enter or Return on your keyboard.
  • A Finder window will open on the current system temporary directory.

Note: The Finder window will have a different name for this directory. The $TMPDIR is a variable that holds the current temp directory pathname.

(Terminal’s “open” command can be used to view the directories being used by the system for temporary storage.)

The second common temp location can also be found using Terminal. Enter the following at the Terminal prompt:

  • Open /tmp
  • Hit Enter or Return on your keyboard.
  • A Finder window will open on the tmp directory.

Should You Remove Cache and Temp Files?
Generally speaking, the Mac’s operating system is pretty good at managing both cache and temp files. The Mac OS includes maintenance routines that are run at specific times to clear out unneeded cache and temp files. In addition, most temp files are cleared out automatically by the app or process that created them. The Mac OS will also remove many of the temp files whenever you shut down or restart your Mac.

Even though the Mac OS tends to take care of cache and temp files, there are times when manual intervention may be appropriate. As mentioned earlier, deleting cache files is a common troubleshooting tip. In these cases, a specific cache file may have become corrupt, and as a result, contains bad or meaningless information that is causing a related app to lose its mind. Cache files can also become excessively large, leading to long load times for the app that makes use of the file, or unusually long times for executing a specific function.

(Using the Managed Storage feature of OS X Sierra, I found over 70 GB of cache files used by an app I haven’t used in quite a while.)

The other common reason to remove cache and temp files is to increase the amount of free space on a storage volume. In researching this article, I discovered that a number of cache files used by the Steam gaming platform had grown to over 70 GB on my Mac. This was a surprise, since I haven’t used Steam in over a year, and really had no use for those cache files. The Steam cache files got the heave-ho.

But before you dump your cache and temp files, remember that generally speaking, cache and temp files are designed to improve the performance of an app or service. So, unless you’re having issues, including needing more free space, or an app that’s behaving badly, it’s probably better to leave the cache and temp files alone and let your Mac manage them.

Removing Cache and Temp Files

Warning: Before you remove any cache or temp file, make sure you have a current backup of your Mac.

One method for removing these files is to simply navigate to their location and send the various cache and temp files to the trash. You can use the Finder and the tips mentioned above to locate the files. Do not, however, delete the various cache folders; just the actual cache files within the folders.

An even easier way to access and clear out the files is to use a third-party app designed to assist in managing cache and temp files.

(Cocktail provides an easy-to-use interface for deleting cache files.)

A number of these apps come to mind; most are available as demos to try out:

§  Cocktail: This is a general-purpose utility for repairing and optimizing your Mac. It also gives you access to many of the Mac’s hidden settings, including the ability to run the various cache maintenance scripts.

§  Onyx: Provides access to hidden Mac features, system maintenance, and the ability to customize the system and some apps.

§  TinkerTool System 5: Provides access to many hidden preferences and settings of the operating system. Includes the ability to restore caches if you discover that removing a cache didn’t fix an issue.


Remember that cache and temp files are there to help performance. For the most part, I don’t recommend wholesale removal of these files as any type of “maintenance” practice. Instead, selectively removing a cache or temp file as part of a troubleshooting process can be a useful task.

Read More Related Blogs: Junk File Cleaner


Sponsor Ads


About Mike B. Junior   Blogger

4 connections, 0 recommendations, 19 honor points.
Joined APSense since, April 6th, 2019, From Las Vegas, United States.

Created on Apr 6th 2019 09:48. Viewed 456 times.

Comments

No comment, be the first to comment.
Please sign in before you comment.