SwiftDisk is a disk space analyzer for Windows that helps you find what is using disk space by scanning a drive or folder and showing the result as an interactive treemap. It does this very quickly by bypassing the operating system and instead reading the information directly from the drive's NTFS Master File Table.
SwiftDisk supports Windows 10, Windows 11, and Windows Server 2016 and later.
To install SwiftDisk, unzip the downloaded file to a folder where you want to keep the app. To start the app, run SwiftDisk.exe from the unzipped folder. Windows will show a User Account Control prompt when SwiftDisk starts since it needs administrator permission to read the NTFS Master File Table.
The first time you start SwiftDisk, Microsoft Defender SmartScreen may display a "Windows protected your PC" message because the app is not digitally signed and its publisher is therefore shown as unknown. If this happens, click More info, and then click Run anyway. The exact message text and button names may differ depending on your Windows display language.
- Start
SwiftDisk.exe. - Choose what to scan:
- Select a drive in the path field.
- Or type a folder path or click
Browse...to select a folder.
- Click
Scan, or press Enter to start the scan. - Use the treemap to find large folders and files:
- Larger rectangles use more disk space.
- Hover over a rectangle to see its name and size.
- Click a folder rectangle to drill into it.
- Use the parent folder bars at the top of the treemap to go back up.
- Right-click a rectangle to open it, show it in File Explorer, copy its path, or view properties.
- Click
Helpto see more detailed instructions.
- On NTFS drives, SwiftDisk is very fast because it reads the MFT.
- NTFS is the default file system for Windows operating systems and the MFT, or Master File Table, is NTFS's own index of files and folders.
- Reading the MFT is much faster than scanning each folder one by one.
SwiftDisk is a native Windows C++ application built with CMake. It requires a Microsoft Visual C++ compiler (MSVC). The build has been verified to work with Visual Studio 2026 as the CMake Generator.
cmake -S . -B build -G "Visual Studio 18 2026" -A x64
cmake --build build --config ReleaseThe executable is written to:
build\Release\SwiftDisk.exeSwiftDisk is released under the GNU General Public License version 3. See LICENSE.
