You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Francine G.3's avatar
Francine G.3
Explorer | Level 4
5 years ago

How can I find empty subfolders without opening all folders (I have a lot of nested folders)

I have a lot of folders nested in folders (sometimes nested in nested folders).  I suspect some of them are empty.  Is there a way to do that without having to open each folder separately to get to the subfolders?  I tried sorting on size using the direction you posted to Avik on 5/15/19 at 2:49- but that doesn't help.

 

Thanks.

  • If you're on Mac or Linux, you could open a terminal and run

    find ~/Dropbox -type d -empty

    (assuming Dropbox is in your home directory), to locate all of them.

  • Jay's avatar
    Jay
    Icon for Dropbox Staff rankDropbox Staff

    Hi Francine G.3, thanks for posting today!

     

    Currently, there isn't a way to detect empty folders automatically via the site. Calculating the folder size would show the sizes, but you'd need to recalculate if you you navigate away from that folder.

     

    If you wish, you can suggest this change for others to vote on, so the dev team can look into this in future!

    • zacanger's avatar
      zacanger
      Helpful | Level 6

      If you're on Mac or Linux, you could open a terminal and run

      find ~/Dropbox -type d -empty

      (assuming Dropbox is in your home directory), to locate all of them.