On my hunt to find an answer, I came across an answer to the opposite question, how to find which file occupies a sector (on Windows, use nfi.exe from the Windows 2000 OEM toolkit).
From what I know, finding the sector(s) a file is occupying is quite possible as a program I had used called Ultimate Defrag does this (for fragmented files in it's list).
Does anyone know of a program that will report the sector(s) a file occupies on NTFS?
SysInternals' DiskView will show you which clusters a file occupies (GUi only and not files which are in use such as system files).
Run it, let it scan, then use the Hightlight row at the top to pick a file to locate. Double click somewhere on the disk-mapping to see the details.
Not sure that answers your question about sectors, but since NTFS can sit on top of hardware RAID, it can't really know which sectors it's on. Or whether it's on a disk device where sectors is a sensible thing to talk about at all (e.g. an SSD).
There is several GUI tools including SysInternals' DiskView. You can use MyFragmenter to get a text output.
The converse of this question was asked on Superuser. It has a few answers, but like I suggested there, using any of several different defrag utility is the fastest, simplest solution. It works FAT* as well as NTFS.
The same applies to this question because many defrag tools will highlight the clusters used by a selected file in the disk map, even if it is fragmented (of course you have to do a filesystem analysis first, but that doesn’t usually take long).