9

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
  • 193
  • 1
  • 1
  • 3
  • 1
    http://serverfault.com/questions/1687/what-are-good-tools-to-show-disk-usage-for-windows, http://serverfault.com/questions/94757/server-clean-up-tool, http://serverfault.com/questions/176123/how-to-determine-a-disk-consuming-service-in-windows-2008-server – quanta Aug 08 '11 at 14:46
  • sorry for the dupe. thanks all for pointing me in the right direction! – Frank Aug 08 '11 at 15:44
  • [Scanner](http://steffengerlach.de/freeware/) worked for me. Thanks all. – Frank Aug 10 '11 at 13:06

5 Answers5

9

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

squillman
  • 37,618
  • 10
  • 90
  • 145
  • Du (disk usage) reports the disk space usage for the directory you specify. By default it recurses directories to show the total size of a directory and its subdirectories. https://docs.microsoft.com/en-us/sysinternals/downloads/du – Aruna Mar 20 '21 at 23:07
9

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

user9517
  • 114,104
  • 20
  • 206
  • 289
4

I think you are looking for WinDirStat

http://windirstat.info/

Bogdacutu
  • 147
  • 10
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,823
  • 12
  • 16
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,828
  • 7
  • 45
  • 75