Download WizTree

  For 32 and 64 bit versions of Windows 11, 10, 8, 7, Vista, XP, Server (2003 and later)
DOWNLOAD INSTALLER
V 4.19 5 March 2024 [4.6MB]
DOWNLOAD PORTABLE
V 4.19 5 March 2024 [6.9MB]

What's new?



Updates / Upgrades

To update/upgrade your existing version of WizTree, simply download and run the installer at the top of this page - you don't need to uninstall the older version first. If you're using the portable version, download the portable zip file above and unzip over your old WizTree files.

WizTree 4.19 (5 March 2024)

  • WizTree can now locate duplicate files by Name and Size, or Name, Size and Date.
    WizTree considers file names that have been automatically renamed by Windows as equivalent.
    e.g. "NAME.EXT", "NAME (1).EXT", "NAME (2).EXT", "NAME - COPY.EXT", "NAME - COPY (1).EXT" are equivalent
    Note that WizTree currently doesn't compare the file contents, so take care before deleting files that might not be true duplicates.

    To locate duplicates, select the "File View" then select the duplicate detection method from the "Duplicate Files" drop down box. If any duplicate files are located while scanning, they will be indicated by a "+" symbol next to the file name - click on the plus to expand the list of duplicate files which will be displayed under the original file.

    New "Dup Count" (number of duplicates the file has) and "Dup Size" (total size of all other duplicate files) columns will appear and the list can be sorted by these to quickly locate duplicates. Select the "Duplicates only" checkbox to quickly display only files that have duplicates.
  • A new separate "File Name" column has been added to the "File View" that displays just the file name, excluding the path
  • File view might not have shown all relevant files when "max files" was not set to "ALL" and sorting was not by size - fixed
  • File view sorting is much quicker now
  • Regular expression filters would incorrectly be applied to "entire path" when match by "name only" was selected if the reg expression contained a backslash - fixed
  • Themes are now automatically disabled when WizTree is running as local system account ("SYSTEM") as this would cause some display elements not to render correctly when using remote access tools such as ScreenConnect
  • Stability improvements when scanning network folders and drives

WizTree 4.18 (2 February 2024)

  • "Include" filter is now no longer applied WHILE scanning as this causes files and folders to be filtered out incorrectly - it is now applied after scanning. Only the "Exclude" filter is applied while scanning now.
  • Improved "=folder" filter processing. It's now possible to locate folders of a certain size by using a filter like:
    =folder >1g
    (This finds folders larger than 1 Gig in size)
  • fixed bug in allocated size filtering (file size was used instead of allocated size when filtering by allocated size, e.g. a>100m)
  • Copy/Cut/Delete and other operations now work correctly with multiple files from different folders selected. Previously it would only work if all files were in the same folder.
  • progress bar tweaked to be a little smoother
  • progress was not being updated on screen when loading CSV files - fixed

WizTree 4.17 (22 January 2024)

  • "Include" and "exclude" filters are now applied WHILE scanning non NTFS drives (folders, network shares, mobile phones, etc.) This can greatly speed up scans by prevening certain folders from being scanned at all, and can also greatly reduce memory use. This also works when exporting via the command line.

    Toggle filters on/off by clicking on the filter button under the Scan button, or Options->Filter Scan Results (Ctrl+Shift+F)

    For example, if you use Synology NAS, you can get WizTree to ignore snapshot and recycle folders by setting the "exclude filter" to: #snapshot|#recycle|@recycle
    before starting a scan. Note that there should not be any spaces between the vertical pipes (vertical pipes are interpreted as "OR" and spaces interpreted as "AND"). The example above will exclude any file or folder name that contains "#snapshot" OR "#recycle" OR "@recycle".

    Another example:
    To exclude the "C:\Windows\WinSxS" and "C:\Program Files" folders from being scanned, you would set the exclude filter to C:\Windows\WinSxS\|"C:\Program Files\"
    Note that double quotes are required around filter items that contain spaces.
  • Exploring a folder containing an exe with the same name as the folder would launch the exe instead of opening the folder - fixed
  • WizTree will now automatically remove any spaces between vertical pipes in filter and search fields to ensure they work as expected
  • Slovak, Turkish and Swedish translations updated

WizTree 4.16 (13 November 2023)

  • New "Tweaks" option added to Options menu:
    - Drag/drop can be enabled/disabled
    - Open file on double click can be enabled/disabled
    - File system monitoring can be enabled/disabled (disabling it will prevent WizTree from detecting deleted files and folders)
    - Max modified date diaplayed can toggle between maximum date of all sub folders and files or the last modified date of the folder itself
    - WizTree classic theme can be enabled/disabled. Some users claim the classic theme makes the UI snappier
    - Grid horizontal lines can be enabled/disabled
    - Alternate row colors for grids can be enabled/disabled
    - Gradient colors in treemap can be enabled/disabled
    - Number of decimal places can be set
  • Selecting files now also shows total allocated size of selected, along with total file size
  • Sorted column will now be highlighted
  • Fixed rare issue where WizTree would sometimes incorrectly flag files as deleted when scanning very large drives
  • File and folder icons in tree/file views tweaked to look better when scaled
  • Unicode characters were not being saved to search and filter drop down history correctly - fixed
  • Emojis were not being displayed correctly in file search and filter fields - fixed
  • Tweaked mobile phone scanning code to be more robust. It should now work on phones that failed to scan previously

WizTree 4.15 (14 August 2023)

  • UI tweaked to look like Windows 11 style
  • WizTree can now export/import ".tsv" (tab separated values) files. Simply set the file name extension to ".tsv" when saving to enable this, otherwise it will use a comma to separate the values
  • Some UI elements would be slightly blurry on high DPI screens - fixed
  • Deleted files will now be marked with a red outline in the treemap as they are detected
  • Fixed treemap hover glitch which could happen in certain situations when deleting files
  • Various translations updated

WizTree 4.14.0.1 (6 June 2023)

  • Fixed row height scaling issue with high DPI screens - if you already downloaded 4.14 (5 June 2023) please download again and reinstall. Apologies for any inconvenience.

WizTree 4.14 (5 June 2023)

  • Fixed rare bug that might cause some folders not to be detected by WizTree when parsing MFT file due to unusual MFT record ordering
  • Tree, file and extension views text size can be increased/decreased by using Ctrl+MouseWheel
  • When importing CSV files WizTree will now display the line number containing invalid data that caused the import to fail. Useful for those who create WizTree compatible CSV files
  • Added new "Reset Configuration to default values" function to the File menu. This will set all but the licencing info back to default values. Use this if you notice anything weird happening (like very large or small column widths, font sizes, etc)
  • WizTree will now by default display the maximum "last modified date" for all files and folders within a folder instead of the standard Windows last modified date. This will only apply to new installations or when resetting the configuration. To disable this edit the WizTree3.ini file and change the following setting:
    ShowMaxModifiedDate=0
  • WizTree will now default to sorting by "Allocated" space instead of "Size" as this better reflects actual space used by files. Allocated space will now also be displayed on the Treemap by default. This will only apply to new installations or when resetting the configuration
  • Installer has been updated to use the correct configuration file location when being installed to a non "Program Files" location. If WizTree detects it's running from the "Program Files" folder it assumes it's the "installed" version and keeps the config file in the %appdata%\WizTree3 folder, otherwise it will keep the config file in the same folder it's running from. Previously the installer would always assume the config file was in %appdata% folder, which would be incorrect when installing to a non default location.
    This is useful for Enterprise users running automated installs as the "SYSTEM" user as the various config command line parameters will now be applied to the correct configuration file.
    e.g. to do a silent install of WizTree into the "C:\WizTreeApp" folder with no desktop icon, auto configuring it to not run as admin, disable checking for updates, and setting the license key:
    wiztree_4_14_setup.exe /DIR="C:\WizTreeApp" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /MERGETASKS=!desktopicon /runasadmin=false /checkforupdates=false /supportercode=xxxx-xxxx-xxxx
  • Installer will now update the registry to make mapped network drives that were created by non elevated processes visible to elevated processes like WizTree. This will require a restart to take effect if not already enabled.

WizTree 4.13 (15 March 2023)

  • Regular Expression search added. To perform a regex search, type in a forward slash followed immediately by the regex, e.g.:
    /[0-9]{4}-[0-9]{2}-[0-9]\.csv$
    If the regex contains spaces, enclose it in double quotes, like this:
    /"[0-9]{4} [0-9]{2} [0-9]\.csv$"
    Regular expression searches can be used for file search and include/exclude filters
  • Search history dropdown added to File Search and Include/Exclude filters
  • Include/Exclude Filters can now be applied to entire path (default) or file name only
  • New command line parameter /filterfullpath=[0|1] added to control whether filters are applied to full path or file name only. Default is full path.
    e.g. WizTree64.exe /filterfullpath=0
  • Support for DrivePool, Storage Spaces and other similar "virtual" drives added (WizTree would crash or stop working when scanning these types of drive before)
  • Importing a CSV file would display incorrect file dates/times due to timezone adjustment error - fixed
  • Fixed possible "Access Violation" error on startup when scanning for devices such as mobile phones
  • default sorting can now be set via command line /sortby=sortoption, where sortoption can be
    1 = sort by file size (desc), file name
    2 = sort by allocated size (desc), file name
    3 - sort by modified date (desc)
  • Percent of Drive calculations (File View) were incorrect when multiple drives were selected - fixed
  • WizTree will now remember if tree and file view data is being sorted by size or allocated and use the same sort order when restarted
  • New Indonesian translation added (thanks to Marcellinus Ferdinand Suciadi)

WizTree 4.12 (1 December 2022)

  • Fixed issue with file size filters (e.g. >1g) not handling folders correctly
  • Fixed file filter bug that could cause matching files not to appear in some cases
  • New Czech translation added (thanks to Masterix)

WizTree 4.11 (26 October 2022)

  • "Today" file search filter (=today) was not working correctly in some time zones - fixed
  • Command line parameters for /filter and /filterexclude now support literal double quotes. This is useful when filtering paths containing spaces, to prevent the filter from treating the space as an "AND" operator.

    Use a single quote character to represent the double quote, like this:
    WizTree64.exe /filter="'C:\Program Files\'|'C:\Program Files (x86)\'"
    The example above would set the "include filter" to
    "C:\Program Files\"|"C:\Program Files (x86)\"
    The filter above will match file names containing "C:\Program Files\" OR "C:\Program Files (x86)\"

    Two single quotes in a row will be treated as one literal single quote:
    WizTree64.exe /filter="'C:\Program Files\'|'C:\Program Files (x86)\'|'C:\Bob''s Folder\'"
    This would set the "include filter" to
    "C:\Program Files\"|"C:\Program Files (x86)"|"C:\Bob's Folder\"

    Without the quotes the filtering will not work as expected:
    C:\Program Files\|C:\Program Files (x86)\
    This would match any file names containing "C:\Program" AND ( "Files\" OR "C:\Program" ) AND "Files" AND "(x86)\"

    Previously the way to work around this problem was to replace the spaces with wildcard question marks, like this:
    WizTree64.exe /filter="C:\Program?Files\|C:\Program?Files?(x86)\"

  • WizTree 4.09/4.10 would crash when run as "SYSTEM" user ("NT AUTHORITY\SYSTEM") due to some issues with the newly added drag/drop functionality - fixed
  • Fixed some cosmetic issues with Italian translation

WizTree 4.10 (29 August 2022)

  • Treemap would not be rendered correctly when "show free space" option not selected in some cases (such as mapped Google Drives or when scanning a mobile phone) - fixed
  • It is now possible to disable the new drag/drop and double click to open functionality added in 4.09. To do this close WizTree and edit the WizTree3.ini file and change these 2 settings in the [frmWizTreeMain] section:
    [frmWizTreeMain]
    enabledragdrop=0
    enabledoubleclickopen=0
  • Fixed rare command line export error when using "/exportalldates" parameter
  • Fixed error that would occur when using the "save treemap as png file" option with multiple selections and show free space enabled
  • Korean, Serbian and Polish translations updated

WizTree 4.09 (15 August 2022)

  • Disk free space on treemap will now be displayed separately for each selection when using the "select multiple" option
  • Export functions updated to always format floating point values (like percentages) using a point as currency separator. Previously it used the system locale character which is a comma in some countries. This extra comma would create problems when importing the data into other applications (like spreadsheets)
  • Double clicking a file or folder in the tree or file view will now automatically open it
  • Files/folders can now be dragged out of WizTree and into Windows Explorer windows to copy/move them. Hold Ctrl key while dragging to copy the file, otherwise it will be moved. Dragging will only work when dragged from the file name column. Dragging in other columns will select all files in the selection rectangle.
  • Copy (Ctrl+C)/Cut (Ctrl+X) menu items added to File Menu. Copy path shortcut changed from Ctrl+C to Ctrl+Alt+C
  • Copy Path function will no longer include a trailing carriage return if only one item is selected
  • Drive name now displayed in tree view and treemap
  • Menu accelerator keys were not working in dark mode (fixed)
  • new command line parameter added to select size or allocated space for treemap image export (default is size):
    /treemapimageshowallocated=[0|1]
    e.g.
    WizTree64.exe C: /treemapimagefile="C:\temp\cdriveimage_%d.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0 /treemapimageshowallocated=1

WizTree 4.08 (14 February 2022)

  • Added new "Filter Scan Results" option which allows entire scan results to be filtered using a user defined filter.
    Toggle the filter on or off by clicking on the filter icon under the Scan button, or select Options->Filter Scan Results, or press Ctrl+Shift+F
    The "Include Filter" will include only matching files in the results
    The "Exclude Filter" will exclude any matching files from the results
    Click on the "Apply Filter" button (or press Enter after making a filter change) to apply any filter changes made. Files are matched using the entire file path and file name. The filters support all standard file search functionality, such as wild cards, file size, file date etc. See this link for all search options: https://diskanalyzer.com/guide#search
    e.g. To filter only files of type mp3 or wav, larger than 5MB, excluding anything in the C:\Windows folder, you'd enter:
    Include Filter: *.mp3|*.wav >5m
    Exclude Filter: C:\Windows\
  • Wildcard search for file extensions was not working correctly when "match entire path" option was used - fixed
    e.g. searching for *.c would include files including ".c" anywhere in the file name, which would include *.cpp or *.c.bak files too.
  • Total space, space used, space free display fields widened to correctly display very large TB drive values when displaying as Bytes
  • Window position was not being restored to correct position if Windows taskbar was not positioned at bottom of screen - fixed
  • Fixed some dark mode display issues on older versions of Windows (2003, XP)

WizTree 4.07 (6 December 2021)

  • file name search will now ignore character accents (like é and ö) when searching.
    e.g. searching for "melee" will now correctly match file names containing "mêlée" or "MÊLÉE"
  • WizTree was not handling MTP/PTP devices that did not provide a "friendly name" correctly - fixed
  • MFT dump would fail on Windows XP - fixed
  • Removable USB devices formatted with NTFS would not be detected for high speed scanning or allow MFT dump - fixed
  • Checks if Windows Imaging Component is installed before starting up (cannot run without it). This is required for Windows 2003 and possibly some versions of XP

WizTree 4.06 (19 November 2021)

  • File size info will now also be displayed on the treemap (if "show file and names in treemap" option enabled)
  • WizTree will now actually work on older versions of Windows like Windows XP ("fix" in 4.05 was incorrect)
  • treemap image can now be exported via command line. Use the following command line parameters:
    Set image file name (use %d and %t for current date and time in file name):
    /treemapimagefile=<png image file name>
    Set image width (default is 1920 if omitted):
    /treemapimagewidth=<image width (numeric)>
    Set image height (default is 1080 is omitted):
    /treemapimageheight=<image height (numeric)>
    Export image in gray scale. Defaults to 0 if omitted
    /treemapimagegray=0|1
    Show free space on tree map. Defaults to 1 if omitted
    /treemapimagefreespace=0|1
    e.g. To export the entire C: drive to an image file of size 1024x768 without free space included:
    WizTree64.exe C: /treemapimagefile="C:\temp\cdriveimage_%d.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0

    Exporting of the image file can be combined with exporting CSV data as well, e.g.:
    WizTree64.exe C: /export="C:\temp\cdrive_%d_%t.csv" /treemapimagefile="C:\temp\cdrive_%d_%t.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0

WizTree 4.05 (17 November 2021)

  • WizTree 4.04 would display some error messages on PCs without MTP support (e.g. old versions of Windows XP) - fixed
  • Toggling Windows Explorer integration off did not fully remove WizTree from Windows Explorer context menus (bug introduced in 4.04) - fixed
  • Fixed title bar display issues issues with very high DPI screens (maximize/minimize buttons were too small)
  • WizTree installer now supports the following (optional) command line parameters:
    Set the supporter code license on install:
    /supportercode=xxxx-xxxx-xxxx-xxxx
    Set the "always run as admin" setting:
    /runasadmin=TRUE|FALSE
    Set the "check for updates" setting:
    /checkforupdates=TRUE|FALSE
    e.g. wiztree_x_xx_setup.exe /supportercode=1234-5678-abcd-1234 /runasadmin=false /checkforupdates=false

WizTree 4.04 (4 November 2021)

  • WizTree can now scan mobile phones, music players, storage devices, cameras and other portable devices that support MTP/PTP (Media Transfer Protocol/Picture Transfer Protocol)
    For example, to scan files on your mobile phone, connect it to your PC using a USB cable. Your phone will then prompt you to select either "file transfer" or "photo transfer" mode. Once you've done this, your phone will appear in WizTree's drop down drive list and can be selected to perform a scan.
  • MTP/PTP device folders may now be selected when using the "select folder" option
  • drawing treemap for multiple large drives may have left status message as "Show Treemap" even after drawing complete - fixed
  • Not (!) operator was not working correctly when followed by quoted search text - fixed
  • some results were not being included when using "?" wildcard and searching entire path - fixed
  • File search box and highlighted text were not handling right to left languages like Arabic correctly - fixed

WizTree 4.03 (22 September 2021)

  • Treemap may have failed to render on some very large hard drives - fixed
  • Zooming in on treemap will now hide "free space" if "show free space on treemap" is enabled
  • A limited context menu will now be available when loading CSV or MFT files from other PCs. Previously no context menu would appear if the file/folder didn't exist on the local PC.

WizTree 4.02 (20 September 2021)

  • Treemap now displays file and folder names for large files and folders.
    Double click on a folder or file in the treemap to "zoom" the treemap into that folder. Use new ".." and "\" buttons on treemap to unzoom one level or to reset the treemap to the root. You can also select "Zoom in Treemap" and "Zoom out treemap" from the file or folder context menu (right click menu)
    File and folder name display can be toggled via "Options->Show File and Folder Names in Treemap"
  • The "explore folder" option will now automatically select the file in Windows explorer if a file was selected
  • New search terms added to file search for files or folders only:
    Type in =folder or =folders in search to display folders only.
    Type in =file or =files in search to display files only.
  • new file length and path length search terms added:
    Use "namelen" and "pathlen" to search by file name length and path length
    e.g. to find files with path length (includes file name) greater than 255:
    pathlen>255
    to find file names with exactly 1 character:
    namelen=1
  • new export command line parameters:
    To export "percent of parent" data, include the parameter:
    /exportpercentofparent=1
    To set the maximum folder depth to be exported, include the parameter:
    /exportmaxdepth=n
    Where n is the maximum folder depth.
    e.g. to export the root folders and files only:
    /exportmaxdepth=1
    A max depth of 0 means unlimited (default)
  • Gradient in treemap can be now disabled by editing the WizTree3.ini file and setting
    GradientEnabled=0

WizTree 4.01 (21 June 2021)

  • Supporter codes purchased before version 4.00 was released have been automatically converted to "lifetime" licenses and will now work on all future releases of WizTree
  • Some drive types were not displaying total and free space (fixed)
  • Treemap context menu now displays various treemap configuration options (show treemap, show allocated space, show free space)
  • Polish translation updated
  • Turkish translation updated

WizTree 4.00 (10 June 2021)

  • Multiple drives and folders may now be selected and scanned at once (use the "Select multiple" option in the drop down, or press Alt+F3 to select drives and folders)
  • When selecting multiple drives or folders, you can add custom folders to the list by clicking on the "add folder" button. These new user defined folders will also appear in the main drop down selection box for quick access.
  • The file search has been updated to work the way WizFile does. These new search filter options can also be used as filters when calling WizTree from the command line.

    Use operators "=", ">", ">=", "<", "<=" to filter files based on size or modified date. NB: Don't put any spaces between operators and values!
    e.g. to find files less than 100 bytes in size:
    <100
    Append a 'k', 'm', 'g', or 't' to the number to search in Kb, Mb, Gb, Tb
    e.g. to find files between 500MB and 1Gb:
    >=500m <=1g
    'kb', 'mb', 'gb', 'tb' can also be used, e.g.:
    >=500mb <=1gb

    To filter by "allocated" size, use "a=", "a>", etc.
    e.g. To find files with allocated size between 100MB and 200MB:
    a>=100m a<=200m
    e.g. to find files with 0 allocated size and greater than zero file size:
    a=0 >0

    To filter by date, specify a date in the format: yyyy/mm/dd
    e.g. Filter files modified before 2020/01/01:
    <2020/01/01

    Use the constant "today" to reference today's date. Optionally add or subtract a number of days from this constant.
    e.g. to find files modified in the last 7 days:
    >=today-7

    e.g. to find all files larger than 1gb that were modified in the last month (last 30 days):
    >=1gb >=today-30

    Place the search item in quotes to force a file name search.
    e.g. to find file names that contain "=0" instead of displaying files with zero size:
    "=0"
  • File search speed has been increased
  • Matching text will now be highlighted in the file search results
  • The wiztree web site has moved to from "wiztreefree.com" to "diskanalyzer.com"
  • Licensing has changed. Commercial users will now purchase licenses based on their business size. These licenses will be valid for all versions of WizTree released within one year of purchase. For example, if a user purchases a license on 1 July 2021, it will work with all versions of WizTree that are released before 1 July 2022 (one year from 1 July 2021).

WizTree 3.41 (5 May 2021)

  • Fixed bug introduced in 3.40 that could prevent mapped network drives from being scanned correctly
  • Fixed bug where cluster size may have been incorrect leading to incorrect "allocated size" calculations
  • Fixed bug where right clicking on drive letter would not display context menu
  • Fixed inconsistency with how "percent of parent" was calculated when displaying individual files that had been grouped together within a folder ("x files in folder"). The percentage displayed is now the percentage size of the individual file within the group.

WizTree 3.40 (4 May 2021)

  • Incorrect allocated space value was being displayed for cloud based files (like OneDrive) - fixed
  • Search filter text and number of files drop down on "files" view invisible on some older versions of Windows - fixed
  • updated EULA

WizTree 3.39 (15 April 2021)

  • Launching WizTree with a command line parameter path containing a trailing backslash would cause scanning problems (bug introduced in 3.38, fixed)
  • Chinese (Simplified) translation updated
    Note that many of the WizTree translations are out of date as the original translators are no longer available. If you find that the translation for your language is not correct and you'd like to update it please contact us for details.

WizTree 3.38 (14 April 2021)

  • Clicking on a file in the tree map would sometimes not bring it into view correctly (fixed)
  • Ctrl clicking on files in the tree map now allow selections to be toggled on and off (could not unselect by ctrl clicking a file in the treemap previously)
  • Support for very long file names (>260 characters in total)
  • Scanning of network drives would fail in some cases (e.g. on Parallels desktop for Mac) - fixed
  • Minor cosmetic changes. Label color issue on Windows XP fixed.
  • Updated Turkish translation (thanks to Ferhat MURAT)
    Note that many of the WizTree translations are out of date as the original translators are no longer available. If you find that the translation for your language is not correct and you'd like to update it please contact us.

WizTree 3.37 (23 February 2021)

  • Tweaked tree map display drawing. Will now only display drawing progress when dealing with more than 1,000,000 files as it's quicker to not display anything.
  • Drive selection box would not work correctly if "display drive letters" option in Windows File Explorer was turned off (fixed)
  • Digital signature verification method changed as previous Windows API method (WinVerifyTrust) would trigger unwanted Internet access if required digital certificates were not already installed on the PC

WizTree 3.36 (16 February 2021)

  • support for Windows 10 "dark mode". Theme can be changed via Options->Colors->UI Theme
  • Rescanning the same drive or folder (by clicking Scan or pressing F5) will now preserve the current state of the tree and file views so folders and files that were visible or selected before the rescan will remain visible and selected if they still exist after the rescan. This makes "refreshing" the view much easier than before.
  • WizTree may have incorrectly decoded some MFT records on very large hard drives which could lead to extremely large allocated size information being displayed for some files (fixed)
  • .mft and .csv files created by WizTree can now be dragged into WizTree to be processed. Note that due to the way Windows implements security, you won't be able to drag files from Windows explorer into WizTree if Windows explorer is running non elevated (non admin rights) and WizTree is running elevated (admin rights). You either have to start up Windows explorer in admin mode, or start WizTree in non admin mode (disable "always run as administartor") for this to work.
  • Allocated size for files compressed using NTFS LZX compression would appear as 0 when scanning folders (fixed)
  • File search filtering sped up significantly
  • support for very high DPI (200%+ scaling)
  • When dealing with extremely large numbers of files WizTree will display a progress bar after scanning when loading tree data and/or drawing the tree map. We recommend turning the tree map off (toggle with F9) when dealing with very large numbers of files as it can take some time to draw a tree map for millions of files.
  • minor UI changes
  • Dutch translation updated (thanks to Jan Verheijen)

WizTree 3.35 (31 August 2020)

  • Fixed bug introduced in 3.34 that might cause WizTree to hang when scanning certain hard drives
  • Fixed integer overflow issue that would cause problems when dumping extremely large MFT files
  • Multi selection on file view did not unselect when Ctrl+Clicking selected item (fixed)
  • debug logging is now possible by using the new command line parameter "/debug=1". This will create log files in the %appdata%\WizTree3\DebugLogs folder. Send these to us if you have any problems.

WizTree 3.34 (29 August 2020)

  • When sorting by allocated size, the percentage of parent calculation will now use allocated size values
  • Improved MFT file scanning method. Should greatly improve scanning speed on drives with very large MFT files.
  • Menu items using non English alphabet will no longer have auto generated shortcuts added to them
  • some minor UI tweaks (file groups now line up properly, percentage display slightly wider, progress bar lagging fixed)
  • WizTree can now be configured to display the maximum "last modified date" for all files and folders within a folder instead of the standard Windows last modified date.
    To do this edit the WizTree3.ini file and change the following setting:
    ShowMaxModifiedDate=1
    Default setting is off (0). WizTree3.ini is located in %appdata%\WizTree3\WizTree3.ini (for installed version) or in the same folder as the WizTree exe file for the portable version.
  • Updated translations for Russian (thanks to Dmitry Yerokhin), Japanese (thanks to maboroshin), Korean (thanks to Kim YoungCheon)

WizTree 3.33 (14 May 2020)

  • Network and substituted drives that may not have been visible to WizTree when running as administrator will now be selectable. This is a work around for a Windows bug/feature that does not allow elevated applications to access network and substituted drives that were created by a non elevated process. See: https://technet.microsoft.com/en-us/library/ee844140(v=ws.10).aspx
    In such a case WizTree will display the contents of the network drive using the UNC name (e.g. \\servername\sharename) instead of the mapped drive letter. Similarly substituted drives will display the contents of the local folder the drive is mapped to instead of the mapped drive letter.
  • Added option to display values in TB. Values larger than 1024GB will be displayed in TB in dynamic value display mode.
  • /filterexclude would not work unless a /filter was specified (fixed)
  • Folder names will now be matched against the filter specification using a trailing backslash
    (setting a /filterexclude to "C:\windows\" would export the "C:\windows\" folder record incorrectly as it would filter using "C:\windows" instead of "c:\windows\")
  • Files without an extension can now be filtered for by using "*." filter. This did not work previously as the period was not included in the filename used to match against the filter.
  • Importing a CSV file that was exported with folders only ( "/exportfiles=0") will now display total file and folder info correctly
  • Importing a CSV file that did not contain complete folder information could cause file names to become corrupted. This would prevent context menu from working correctly.
  • Importing a CSV file from a network share (e.g. \\servername\sharename) would drop the leading "\\" when importing (fixed)
  • row height can be set in the WizTree3.ini file ("rowheight=xx"). Default is 19. Useful if you've increased the fontheight setting in this file.
  • when sorting by allocated size, the percentage of parent calculation will now use allocated size values
View complete change log for all versions.
Older versions of WizTree can be downloaded on this page.