Defragmentation utilities to remove file fragmentation

The Windows NT Filesystem (NTFS) generates less file fragmentation compared to FAT16/FAT32. File fragmentation still occurs, but one doesn’t have to defrag so often.

Windows NT provides an API that 3rd party defragmentation tools can use defragment partitions. The initial API for online defragmentation was rather limited, but have been extended with each new versions of Windows NT.

  • Cannot defragment NTFS partitions with a cluster size larger than 4 KByte (Increased to 64 KByte with WinXP)
  • Cannot defragment NTFS system files like MFT. (Limitation removed with WinXP)
  • Cannot defragment directories (Limitation removed with Win2k)
  • Cannot move a single cluster at a time but 16 at a time (Limitation removed with WinXP)
  • More Info MS KB227463, MS KB942092

To get around these limitation the 3rd party tools has to perform an offline/boot-time defragmentation. Windows 2000/XP includes a lite edition of Execsoft DisKeeper, which can perform an online defragmentation.

The following 3rd party freeware defragmenting tools are available:

There also exists tools that one can pay money for:

Related Compress Old Files causes defrag to hang in Win2k/WinXP

Credits ArsTechnica.com