How to Check NTFS Version in Windows

If you need to know which version of NTFS you are using you can do that with the fsutil.exe and the following command.

In my case I am testing my C:\ drive:

fsutil fsinfo ntfsinfo c: 
 

fsutil

More on NTFS Versions on wikipedia.