WizTree 是一款高效的磁盘空间分析工具,专为快速扫描和可视化显示存储设备的使用情况而设计。它能够直接读取磁盘的主文件表(MFT),以极快的速度展示所有文件和文件夹的大小分布,并以直观的树状图和热力图形式呈现存储信息。WizTree 支持 NTFS、FAT、exFAT 文件系统,并允许用户快速查找占用空间较大的文件或冗余数据,从而有效优化存储管理。该工具特别适合需要处理大量数据或频繁管理存储的个人与企业用户。
官方网站:https://diskanalyzer.com/
截屏
功能摘要
- 超高速扫描
- 通过读取 NTFS 分区的 MFT,几秒内完成大容量磁盘的扫描,比传统扫描工具快得多。
- 存储可视化展示
- 采用树状图和热力图形式展示文件和文件夹大小,使用户快速定位占用空间最多的项目。
- 多文件系统支持
- 支持 NTFS、FAT 和 exFAT 文件系统,涵盖大多数存储设备类型。
- 大文件搜索与清理
- 快速筛选出体积庞大的文件,帮助用户识别和清理无用文件或冗余数据。
- 重复文件检测
- 内置重复文件查找功能,方便用户释放存储空间并优化资源。
- 文件类型分类统计
- 自动统计不同类型文件(如视频、图片、文档)的总大小,帮助用户分析存储结构。
- 过滤与排序功能
- 支持按文件大小、类型、修改日期等多种条件进行排序和筛选,提高分析效率。
- 导出分析报告
- 支持将扫描结果导出为 CSV 格式,方便进一步处理和报告。
- 便携式版本
- 提供无需安装的便携版,适用于各种场景中的快速分析。
更新日志
https://diskanalyzer.com/whats-new
2025-08-26
Seer / QuickLook integration added
Seer and QuickLook both provide a quick and easy way to preview files by simply pressing the space bar when a file is selected in Windows File Explorer. If you have either Seer or QuickLook active (running in the background), press space to quickly view the contents of the currently selected file within WizTree. Press space again to close the view.
Filtering/searching by time now supported
Example 1: To find files modified at exactly 1pm (any day):
=13:00:00
or use am/pm like this:
=1:00pm
Example 2: To find files modified at 3am or earlier (any day):
<=3am
Use the "NOW" filter variable for the current date/time.
Example 3: To find files modified in the last 5 minutes, use filter:
>NOW-5
(find all files with modified date greater than time now minus 5 minutes)
Use a 's', 'm' (default) or 'h' suffix to indicate seconds, minutes or hours.
Example 4: To find files modified in the last 1 hour:
>NOW-1h
Example 5: Find files modified more than one hour ago, but less than 4 hours ago:
<NOW-1h &ht;NOW-4h
Similar results can be achieved by subtracting seconds, minutes or hours from the "TODAY" filter variable:
>TODAY-5m
This will show all files modified in the last 5 minutes. Use an 'h', 'm' or 's' suffix to indicate hours, minutes or seconds
WizTree would incorrectly display "internal corruption detected" error if running from a path containing non ansi characters (e.g. Chinese or Japanese) - fixed
Config folder override registry setting was not working when WizTree not running in admin mode - fixed
CSV export can now be configured to export UTC date/times instead of local system date/times. Use command line parameter:
/exportUTCTime=1
Setting the license key (supporter code) and configuring auto update checking via the installer will now work for all users on the PC regardless of which user ran the installer. Previously these settings were user specific which could cause confusion
Fixed allocated size calculation bug that could occur on drives formatted with large cluster sizes
Most of WizTree's configuration options can now be set via the registry - useful for mass deployments (installed version only)
Add settings to the HKEY_LOCAL_MACHINE\Software\Antibody Software\WizTree\ConfigOverride\frmWizTreeMain key.
Setting names should match those used in the WizTree3.ini file and all value types should be of type "REG_SZ" (string).
e.g. to set the "run as admin" option to false create a "REG_SZ" value named "actRunAsAdmin_Checked" in the
HKEY_LOCAL_MACHINE\Software\Antibody Software\WizTree\ConfigOverride\frmWizTreeMain registry key and set the value to "FALSE"
To make a setting "read only", prefix the name in the registry with an exclamation point (!), e.g. !actRunAsAdmin_Checked
When the installed version of WizTree starts (does not matter which user is logged in), it will first look to the registry and set its settings accordingly. If WizTree is being run by a user with admin rights, it will also update these registry settings when it's closed unless the registry setting is "read only" (!).
From WizTree 4.27 onwards, the installer will automatically create the necessary registry entries if it's run with command line parameters /supportercode=xxxx-xxxx-xxxx-xxxx, /runasadmin=TRUE/FALSE, or /checkforupdates=TRUE/FALSE
To set runasadmin / checkforupdates to read only, use:
/!runasadmin=TRUE/FALSE, or /!checkforupdates=TRUE/FALSE
2025-07-02
Total disk and free space will now be displayed (if available) when scanning a single folder (local or network share)
Fixed path sorting bug on "File View" that occurred when "scan MFT" tweak enabled
Fixed "No MFT Root found" error when loading some CSV files when "scan MFT" tweak enabled
Fixed UI issue on Windows 7 when classic theme enabled
Fixed issue with color index #1 being changed to red when using the "Options->Colors" function due to buggy color picker control
Trying to export a treemap image file that's too large to fit in memory will now display an error message instead of crashing the application
Polish, Japanese and Turkish translations updated
2025-02-28
CSV Export options that were previously only available via command line are now selectable when using the Export to CSV function. Additional data items can be included in the export along with extra filtering and sorting options. Note that either "Tree View" or "File View" data will be exported depending on which tab is active. Select the correct tab before selecting the CSV export function.
CSV file exports will now include drive size info by default (total space, space used, space free and reserved space). To exclude this info from the exported CSV file, set command line parameter /exportdrivecapacity=0
CSV files containing drive size info will have the info displayed on screen (previously only space used was displayed when importing a CSV file)
CSV file import speed greatly increased
Fixed bug in 32 bit version that would prevent Windows\System32 folder from being scanned correctly when using slower non NTFS method
2025-01-31
WizTree will now hide drives hidden by Windows Group Policy settings (if any). Note that these hidden drives can still be selected by using 'Select Folder' and then typing in the drive name, e.g. "c:" (like Windows Explorer allows)
percentage displayed for file extensions was not calculated correctly when multiple items were scanned together - fixed
Percentages displayed will now always default to being calculated using "allocated" values instead of "size", unless sort order is set to "Size" as "Allocated" is the default sort order
Duplicate detection method now defaults to name, size AND date (previously just name and size) - will affect new installs only
it's now possible to set the WizTree config folder location via command line parameter. e.g. /configfolder="c:\WizTreeConfig"
OR by creating the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Antibody Software\WizTree
and creating a string named "configfolder" within this key containing the config file folder location.
The command line parameter will take precedence over the registry key. This setting and command line work with both the installer (setup) and WizTree executables (4.24 or newer)
2024-12-03
Copy/Cut functions were not working correctly - fixed
Values too wide to fit into a cell will be indicated by a red vertical line on the left edge of the cell to indicate that the column should be widened to display the entire number
WizTree application icon updated ("extra large" icon added)
模组信息
- 去除右上角捐赠提示
下载地址
WizTree 4.27 便携版
https://pan.quark.cn/s/8080634212c0
https://osssr.lanzoum.com/b01xjp2hi
https://www.123pan.com/s/uhN9-OXPD.html
https://url20.ctfile.com/d/12493720-58765033-c61f60 密码:osssr
我喜欢 SpaceSniffer,方便、直观、好用!
wiztree、treesize、SpaceSniffer等等磁盘文件空间管理软件,全部试了一遍wiztree应该是综合最强的了。
感谢楼主提供分享。这个软件工具很有用的