Tip Of The Day: finding lost disk space in Windows

February 21st, 2007 by Luc-Eric - Viewed 2595 times - Popularity: 7%




First, stuff you already know.  You need to take a look at your temp folder once in a while.  The folder’s location is placed at a tedious location on Windows, something like C:\Document And Setttings.. then into a hidden folder.  Some people move it to an easier location, but it’s in fact really easy to get to it.

At the command prompt you can symply type  “CD /D  %TEMP%”  The slash D is to allow CD to change drive and directory at the same time.    You could also do “pushd %TEMP%”  to go there, which will then allows you simply type  “popd” to get back to where you were.

I’m more of a GUI type when it comes file management.  To open explorer directly in temp folder, simply go Start->Run and type in “%TEMP%”.  (Many people do not know explorer supports environment variables)   You could also type this in the explorer Address Bar if it’s visible.  What’s tedious about Explorer for file managenent is that it will abort deleting files on any error, so you might need the command prompt anyway to do that ‘del /s’

Sometime your lost disk space simply isn’t in your temp drive, and it’s impossible to remember what was that latest thing we installed, or who left a temporary file where.  I’ve found a few years ago an amazing free tool to find lost space, it is called sequoia

It takes quite a while for Sequoia to scan your disk, but after that it shows you a boxes-in-boxes view of your hard disk, which is a proportionnal view of folders and files.  There is some intelligent grouping logic behind it, it isn’t simply about big boxes for big files and small boxes for small ones.  You’ll have to try it to see how great it is.  Simply right-click on the large files to open explorer and delete them, you’ll never feel more in control of your hard disk usage.

4 Responses to “Tip Of The Day: finding lost disk space in Windows”

  1. Kim Aldis Says:

    that’s kind of fun.

    there’s also treesize at http://www.jam-software.com/freeware/index.shtml

  2. kuronekogrrl Says:

    um, call me a noob but how does finding lost disk space relate to XSI? Is it so it can use more memory if this lost memory is deleted? Can’t you just do the same thing with Disk Cleanup or by defragmenting your drives?
    ‘Scuse my lack of advanced computer knowledge ^^;

  3. Kim Aldis Says:

    keeping space free on disks relates to anyone using a computer and you always need to be aware of how your space is being used. You only need to run out of space once when you’re rendering.
    disk space isn’t memory.

    defragging drives doesn’t free up space.

    Disk Cleanup, in general, is pretty hopeless.

  4. 'stoph Says:

    Wow, this is pretty cool!! :-))
    Thanks for sharing,
    ’stoph

Leave a Reply