<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Windirstat on inetshell</title><link>https://inet.sh/en/tags/windirstat/</link><description>Recent content in Windirstat on inetshell</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 20 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://inet.sh/en/tags/windirstat/index.xml" rel="self" type="application/rss+xml"/><item><title>WinDirStat: see what is eating the disk on Windows</title><link>https://inet.sh/en/posts/windows/windirstat-disk-usage/</link><pubDate>Thu, 20 Aug 2026 00:00:00 +0000</pubDate><guid>https://inet.sh/en/posts/windows/windirstat-disk-usage/</guid><description>WinDirStat is a Windows disk usage analyzer: like du, but with a treemap, extension stats, and duplicate detection. Download at windirstat.net.</description><content:encoded><![CDATA[<h2 id="tldr">TL;DR</h2>
<p><strong>WinDirStat</strong>: treemap of which folders and extensions own the disk (like <code>du</code>, visual).</p>
<p>On Linux, when a disk fills up, the reflex is:</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span><span class="lnt">2
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-shell" data-lang="shell"><span class="line"><span class="cl">du -xh --max-depth<span class="o">=</span><span class="m">1</span> / <span class="p">|</span> sort -h
</span></span><span class="line"><span class="cl"><span class="c1"># or ncdu /</span>
</span></span></code></pre></td></tr></table>
</div>
</div><p>On <strong>Windows</strong> there is no decent <code>du</code> in the box. Explorer → Properties is slow and opaque. The tool I use in the lab and on desktops: <strong><a href="https://windirstat.net/">WinDirStat</a></strong> — free, open source, interactive treemap.</p>
<p>Think of it as <code>du</code> on steroids: scan a drive or folder and see <strong>where</strong> the space went, not only how many GB.</p>
<h2 id="what-it-does-beyond-summing-bytes">What it does (beyond summing bytes)</h2>
<table>
  <thead>
      <tr>
          <th>View</th>
          <th>Use</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Directory list</td>
          <td>Sort by size, like <code>du | sort -h</code></td>
      </tr>
      <tr>
          <td>Extension stats</td>
          <td>See whether <code>.iso</code>, <code>.vmdk</code>, <code>.log</code>, or <code>.bak</code> dominate</td>
      </tr>
      <tr>
          <td>Treemap</td>
          <td>Each rectangle is a file; area is size; color is type</td>
      </tr>
      <tr>
          <td>Largest files / duplicates</td>
          <td>Obvious delete-or-move candidates</td>
      </tr>
  </tbody>
</table>
<p>The <a href="https://windirstat.net/">project site</a> documents multithreaded scans, direct NTFS scanning when available, dark mode, and Explorer integration.</p>
<h2 id="quick-use">Quick use</h2>
<ol>
<li>Download the installer (or portable build) from <a href="https://windirstat.net/">windirstat.net</a> / the project&rsquo;s GitHub releases.</li>
<li>Run <strong>as Administrator</strong> if you are scanning all of <code>C:\</code> (permissions on <code>Windows</code>, other user profiles, etc.).</li>
<li>Pick a volume or a specific folder (<code>D:\VMs</code>, <code>C:\Users\…\AppData</code>).</li>
<li>Wait for the scan. Large disks take time; this is not <code>du</code> on a tmpfs.</li>
<li>In the treemap, zoom into the fat block. Open the folder in Explorer, or delete from the UI only when you know what it is.</li>
</ol>
<h2 id="when-to-use-it">When to use it</h2>
<ul>
<li>Disk is “full” and you do not know whether it is Downloads, hibernation, pagefile, ISOs, or VM snapshots.</li>
<li>Before/after cleanup of a profile or a share.</li>
<li>Showing a non-CLI person what owns the space (the treemap sells itself).</li>
</ul>
<h2 id="what-it-is-not">What it is not</h2>
<ul>
<li>It does not replace <code>du</code>/<code>ncdu</code> on Linux or on a NAS over SSH.</li>
<li>It is not a magic cleaner: deleting System Volume Information, WinSxS, or “big” databases because they look large will break the host.</li>
<li>A full <code>C:\</code> scan on a file server with millions of files can take a long time; narrow the root.</li>
</ul>
<h2 id="mental-map">Mental map</h2>
<table>
  <thead>
      <tr>
          <th>World</th>
          <th>Tool</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Linux CLI</td>
          <td><code>du</code>, <code>ncdu</code></td>
      </tr>
      <tr>
          <td>Windows GUI</td>
          <td><strong>WinDirStat</strong></td>
      </tr>
      <tr>
          <td>macOS</td>
          <td>DaisyDisk / OmniDiskSweeper (another family)</td>
      </tr>
  </tbody>
</table>
<p>Download and docs: <a href="https://windirstat.net/">https://windirstat.net/</a>.</p>
]]></content:encoded></item></channel></rss>