10

Possible Duplicates:
What are good tools to show disk usage (for Windows)?
How to determine a disk consuming service in Windows 2008 server?

I am troubleshooting performance on a PC with (running Windows 7) whose hard disk is almost full. I am assuming that there is some directory where the user has dumped many large files. On Unix, I would use the 'du' command to determine which directories contributed most to disk usage. How do I accomplish this on Windows? TIA - Frank

Frank
  • 203

5 Answers5

10

There is the sysinternals du command but you may find something more native like getfoldersize easier to use.

user9517
  • 117,122
9

Use something like TreeSize Free from JAM Software or WinDirStat which is open source.

squillman
  • 38,163
5

I think you are looking for WinDirStat

http://windirstat.info/

Bogdacutu
  • 157
2

I'm not aware of any cli tools for checking disk usage. I usually use windirstat to track down what is using my diskspace.

Sgaduuw
  • 1,843
1

Just to weigh in on GUI tools, I prefer sunburst-style graphs, like Scanner2, to treemaps like WinDirStat; I think they're much easier to read.

wfaulk
  • 6,986