Does Windows 8 Explorer have a FolderSize column (or restore the column-handler API)?

55,703

Solution 1

Well no; unfortunately Windows 8 Explorer neither has a folder-size column built-in, nor supports shell-extensions like Folder Size. Moreover, even shell-extensions like Space Dolphin’s Size (which shows a tree of the sizes of all sub-directories of a folder in a Properties dialog tab) don’t work, or rather remain not working as they were broken in Vista.

Unfortunately to see the sizes of subfolders, users will have to continue to use external, third-party tools like WinDirStat and SequoiaView which is just not the same thing because at the very least, they do not let you see the folder sizes right there in Explorer and sort them (technically, some do have a folder-list view which approximates Explorer, but that is still just a work-around and not the same as an actual shell-extension).

Solution 2

I added a reference to the syntech's answer, but he has ignored it. I propose the Folder Size freeware tool.

I like it better than what syntech has proposed, because this tool provides more accurate results, works faster and does not have such a cluttered interface. The latest version can list system and backup folders and reveal better disk usage report than Windows Explorer. While Windows Explorer reported 98GB used on my SSD this tool reported that actually 116 GB were used. Give it a try. enter image description here

Solution 3

I was going to answer by pointing out that while the original Folder Size did not work for some time in Vista and up, it now works by creating a separate window that does track folder sizes. So while it is not in a column inside the existing Explorer window, it does float next to it, and the separate window can be sorted by size.

However, I see that this is pointed out by @Synetech in one of his comments. I agree with him that it is "kludgey".

That said, in case others do not peruse the comments as closely as I did, I'll leave this as a possible answer, although it's not strictly speaking an actual "answer" to the original question. (Also, I can't post comments yet.)

Someone answered with the name of a third party app. I agree with @Synetech that this doesn't answer the question, which was whether Microsoft had relaxed its restriction on creating columns in explorer or if there was any software that managed to do so. (I also agree with @Synetech's comment that most of the answerer's posts across this site refer to the same software maker, so perhaps there is a bias or agenda here.)

That said, in the interests of fairness and because the third party app posted is a pay app, here are some free alternatives:

Enjoy.

Editing further in 2020: Double Explorer, which is an open source Norton-Commander-like explorer, doesn't provide a column for directory sizes, but if you space bar to select, will quite quickly calculate its size. Very handy.

Share:
55,703

Related videos on Youtube

Synetech
Author by

Synetech

Sadly, I’ve become soured by the SE network. It started great, but went downhill. Some mods are too aggressive/bias, policies are arbitrarily/capriciously/selectively applied, and some users treat the sites as MMOGs, “rep-whoring”, copying others’ work, and posting random guesses to game the system by abusing and exploiting auto-bounty assignment. I care(d) about the integrity of the site, so I feel anywhere that allows such disreputable behavior isn’t somewhere worth staying. My OCD not withstanding, I won’t be contributing much here anymore and will find somewhere else to help people. I apologize to all of the people I would have helped here in the future. Press the chemise key to continue… 😈 Images As a visual-learner, I often add images to my posts to make them more effective. Sometimes I take photos, sometimes I create them with software, sometimes I find them through Google Images or Wikipedia. Mod I’ve been asked hey bro, y u no b mod? get u POWR! impr0ve site (or some other variation). I had considered it and was even tempted to run a few times, but I just have too much to do already, so I can’t take on that kind of commitment when I know I won’t be able to do as good a job as I’d like, or as Sweet Brown would say, ain’t nobody got time fo’ dat. Besides, as the behavior of the other mods became more and more apparent, I realized that it would be pointless.

Updated on September 18, 2022

Comments

  • Synetech
    Synetech almost 2 years

    One of the biggest complaints about Windows Vista (and 7) was that it removed the API that allows developers to create column-handlers, and as such, useful programs like Folder Size can no longer function.

    It seems that a lot of people reported the “bug” and complained, but as yet, no update has been released to provide support for column-handling shell-extensions. I know it’s a long-shot, but has Microsoft finally listened to users and either restored the ability to add column-handlers so that Folder Size can function again, or at least added a built-in column to display folder (and sub-folder) sizes?

    To be clear, I am not interested in general size of any individual folder (the Properties dialog works fine for that), the goal is to have visual access to all folders in a directory and be able to sort them by size.

  • Synetech
    Synetech over 11 years
    Sadly, even the Space Dolphin shell-extension that adds a tab to the Properties dialog to show the sizes of sub-directories does not work in Vista+ with no built-in alternative. ಠ╭╮ಠ
  • Synetech
    Synetech over 10 years
    I ignored nothing; your edit was reviewed and rejected by other users for being too minor. Your new post is better, but not actually an answer to the question that was asked. I did not ask “how can I see folder sizes in Windows 8”? That’s already a well documented question with many answers (including the one you suggested). The question I actually asked was whether Windows 8 had a built-in folder-size column or if it re-enabled the IColumnProvider interface that FolderSize used. I only mentioned the others as non-ideal workarounds.
  • Synetech
    Synetech over 10 years
    Also, Folder Size is a commercial product which may have led them to reject your edit—especially since you mentioned Mind Gems in 60% of your posts. (Plus, it doesn’t have a tree-map view like the others I mentioned.) Regardless, your reasoning for its use is welcome, though since it’s not actually an answer, it should be a comment, but you don’t have enough rep to post comments yet, so you—or someone else—will need to flag it to have a moderator convert it. For the record, the original FolderSize now includes a “kludgey” workaround to support Vista and up.
  • Sarah Williams
    Sarah Williams over 10 years
    Thank you for the clarification. To answer your question: There is no such information and better not be unless it is for a different file system. Why? Pretty simple. This information is not available in the file system and should be collected every time - it adds extra load to your storage. That is why I hated the shell extension that you proposed. 1. It makes my system veeery slow 2. It damages my drives by performing extra operations I prefer the solution that I provide as it add a "Scan with Folder Size" context menu inside Windows Explorer that I use whenever I need it. It is better.
  • Sarah Williams
    Sarah Williams over 10 years
    Yes Folder Size has a PRO version, but most of the important features are available in the FREE version - listing all the file and folder sizes, largest files and folders reports etc. - the things you need for a good disk cleanup.
  • Synetech
    Synetech over 10 years
    There is no such information Yes, sadly that is indeed the answer which I already said. This information is not available in the file system and should be collected every time Yes, that too is already well known. It adds extra load to your storage. Huh? That is why I hated the shell extension that you proposed. It makes my system veeery slow Then you shouldn’t have added the column to every folder/root directory. The column is not enabled by default, so it has ZERO impact until you actually enable it, and even then, it uses a cache to reduce impact.
  • Sarah Williams
    Sarah Williams over 10 years
    I do not think you are right. That shell extension installs a service that constantly updates its information on every file operation - an IO hook which is an overkill for such information IMHO.
  • Synetech
    Synetech over 10 years
    It damages my drives by performing extra operations If your drive is too old or sick, any drive activity would be risky. I prefer the solution that I provide as it add a "Scan with Folder Size" context menu inside Explorer that I use whenever I need it. Sure, and a lot of people are happy with that, but it’s not the same as having the size right there in Explorer itself. Folder Size has a PRO version, but most of the important features are available in the FREE version True, but 60% of your posts promote Mind Gems, so it seems like marketing.
  • Synetech
    Synetech over 10 years
    I do not think you are right. That shell extension installs a service that constantly updates its information on every file operation - an IO hook which is an overkill for such information IMHO. Yes it does so to keep up to date with the occasional write, but it does not have a detrimental impact on most systems because of its cache. The FREE version [has most of] the things you need for a good disk cleanup. Except for a tree-map view which is the most useful piece of information for disk cleanup.
  • Sarah Williams
    Sarah Williams over 10 years
    Syntech I am not arguing with you ... I am just pointing things out with arguments to backup my thesis. Its a matter of personal preference. It is always nice to have more alternatives. Peace ;)
  • Synetech
    Synetech over 10 years
    No worries; I’m not arguing either, I’m just explaining to clear up the confusion. In any case, Folder Size doesn’t answer this question. If you like Folder Size and want to suggest it, feel free to mention it in some of the many existing questions to which it does apply.
  • Lucky
    Lucky almost 10 years
    @SarahWilliams +1 the tool helped me what i was looking for..it lists the folders in a new tab and shows the size of each folder while navigating through normal windows explorer..i m just using the free version n it has the most features i want..