General with FAT 12/16/32 changing the cluster size results in other difficulties like reduced MAX partition size. FAT16 2gb MAX@16k cluster, whoever thought this was a good idea, was wrong.....dead wrong.
DO NOT FORMAT your hdd with data on it. You should ONLY FORMAT, a brand new partition/drive!! I CAN NOT emphasize this enough.
You could probably use gparted or partedmagic bootable ISO to do this job.

The most effective thing you can do is to resize the clusters, or add another partition (shrink your existing partition, and add in the free space) and format new partition with smaller clusters.(don't accept the defaults when formatting)
In addition, you could place all/most the small files inside a zip file, but that could disrupt the functionality of your programs. Also you need to keep extracting and putting them back in the ZIP file, what a pain.
You could create and mount a VHD file from disk management, and it would get assigned its own drive letter. It would still be a bit slower, but would still allow you to format a virtual drive with a smaller cluster without the hassle of repartitioning nor the extract/compress hassle of ZIP or other file compression.
File/folder compression doesn't help as each file still uses 1 cluster minimum.
You can have .5k,1k,2k,or 4k clusters anything larger would have even more waste.
First you have to identify which files are wasting the most space, and group them by program.
Then depending on how much free space you have, move a couple of them over to the new drive/partition. You decide when the ratio is good enough for you to stop.
4check the cluster size and file system type. Is it nfts and 4k, that usually the defaults and has good results. Search your file system see how many files you have smaller than the cluster size. – cybernard – 2017-07-17T13:53:53.360
1Even with an average file size of 0.5Kb with 64Kb clusters you'd be looking at a ballpark figure of about 24Gb of file slack for that many files (63.5Kb * 388285). I'm ignoring folders as iirc they're handled somewhat differently. What you've got there looks excessive to say the least. How is the disk formatted? – Mokubai – 2017-07-17T14:35:53.330
use notepad create a file containing Hi there save it, now how many bytes does that use on disk. – cybernard – 2017-07-17T15:06:11.857
1I agree with @Mokubai; there is over 700KB of unaccounted-for space per file and folder (combined). – lungj – 2017-07-17T15:37:50.290
May I ask why you removed the “nas” tag and the picture from your question? – Daniel B – 2017-07-24T09:07:28.250
I reverted the change. While it might be justified to remove the NAS tag depending on the circumstances, removing the picture while still stating ".. as linked." just doesn't make sense. The only thing resembling a link was that picture. – Seth – 2017-07-24T09:47:26.940