$Mft is the NTFS "Master File Table" – it's the file which holds all information about what files you have and where they are physically.

You seem to have about 8 million files, so assuming a ~1 kB metadata entry per file, an 8 GB $Mft is entirely reasonable.

Answer from grawity on Stack Exchange
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › win32 › fileio › master-file-table
Master File Table (Local File Systems) - Win32 apps | Microsoft Learn
September 5, 2024 - The NTFS file system contains a file called the master file table, or MFT. There is at least one entry in the MFT for every file on an NTFS file system volume, including the MFT itself.
🌐
Super User
superuser.com › questions › 1742249 › what-is-mft-file-and-can-the-size-be-reduced
windows 10 - What is $MFT file and can the size be reduced? - Super User

$Mft is the NTFS "Master File Table" – it's the file which holds all information about what files you have and where they are physically.

You seem to have about 8 million files, so assuming a ~1 kB metadata entry per file, an 8 GB $Mft is entirely reasonable.

Answer from grawity on superuser.com
Discussions

How to view master file table.

🌐 r/windows
4
January 14, 2024
I don't believe there is a native way to do it, but I would use testdisk if I had to. Something to note is a modern window install will use GPT rather then MFT, sit wont exist in that case. More on reddit.com

$MFT where is it located???

🌐 forensicfocus.com
August 29, 2008
I am currently working on some new software and I am trying to locate the $mft, I was able to find information about Fat based systems but from what I... More on forensicfocus.com

windows - Location of MFT file? - Stack Overflow

🌐 stackoverflow.com
I have a partition, formatted as NTFS. I have studied that devices formatted as NTFS have a MFT (Master File Table) which contains a lot of information about the contents of a devices. Is MFT rea... More on stackoverflow.com

Windows 10: The master file table's (MFT) BITMAP attribute is incorrect.

🌐 r/techsupport
7
February 6, 2019
From what I see, you need to check the system drive as well. Check this article for instructions. https://www.tekrevue.com/tip/fix-hard-drives-chkdsk-windows-10/ More on reddit.com
Videos
🌐 YouTube CyDig Cyber Security Digital Forensics Education NTFS Master File Table (MFT) Explained: Extract Recover Files from ...
March 12, 2024
4.45K
🌐
Reddit
reddit.com › r/computerhelp › what is \$mft
r/computerhelp on Reddit: what is \$Mft

Remember to check our discord where you can get faster responses! https://discord.gg/NB3BzPNQyW I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

🌐
ScienceDirect
sciencedirect.com › topics › computer-science › master-file-table
Master File Table - an overview | ScienceDirect Topics
The Master File Table (MFT) is the central metadata repository within the New Technology File System (NTFS), serving as the master list of files and containing metadata for every file object on the system, including files and directories. 1 2 Each file and directory on a Windows system has ...
🌐
Sygnia
sygnia.co › home › blog › the forensic value of mft slack space in modern windows systems
The Forensic Value of MFT Slack Space in Modern Windows Systems
April 23, 2025 - Discover how MFT slack space in NTFS can reveal critical file metadata, even on modern Windows 10 and 11 systems. Learn its forensic significance, recovery techniques, and why it's often overlooked by standard digital forensics tools.
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › win32 › devnotes › master-file-table
Master File Table (Developer Notes) - Win32 apps | Microsoft Learn
January 6, 2021 - A file may have one or more MFT records, and can contain one or more attributes. In NTFS, a file reference is the MFT segment reference of the base file record.
🌐
Flatcap
flatcap.github.io › linux-ntfs › ntfs › files › mft.html
$MFT (0) - File - NTFS Documentation
In NTFS, everything on disk is a file. Even the metadata is stored as a set of files. The Master File Table (MFT) is an index of every file on the volume.
🌐
Reddit
reddit.com › r/windows › how to view master file table.
r/windows on Reddit: How to view master file table.

I don't believe there is a native way to do it, but I would use testdisk if I had to. Something to note is a modern window install will use GPT rather then MFT, sit wont exist in that case.

🌐
MCSI Library
library.mosse-institute.com › articles › 2022 › 05 › windows-master-file-table-mft-in-digital-forensics › windows-master-file-table-mft-in-digital-forensics.html
Windows Master File Table (MFT) in Digital Forensics — MCSI Library
In a classroom, a teacher would have details of all the students who have enrolled in a particular course. Details about each student like student ID, name, enrolment date, etc. are stored in an or...
🌐
Velociraptor
docs.velociraptor.app › windows.ntfs.mft
Windows.NTFS.MFT :: Velociraptor - Digging deeper!
MFTPath: optional filter for offline MFT processing. NOTE: Generally more efficient to filter on filename. Multiple filters are cumulative. OSPath output now uses expected Windows backslash “\”.
🌐
Asdfed
asdfed.com › Master-File-Table-and-Computer-Forensics
Master File Table - MFT and Computer Forensics.
Get Access to the latest Digital - Computer Forensics and eDiscovery training materials in MP3 lectures and other materials.
🌐
Goanywhere
goanywhere.com › home › blog › how windows works with goanywhere mft
How Windows Works with GoAnywhere MFT | Fortra's GoAnywhere
October 7, 2021 - Improve your Windows secure file transfer when you use GoAnywhere MFT’s SFTP server. Learn how running managed file transfer (MFT) on Windows streamlines and simplifies your processes.
🌐
IDERA
idera.com › home › glossary › master file table
Master File Table | IDERA
July 7, 2025 - To view a full list list of MFT attributes, just click on “View” in an open folder with at least one file or subfolder, and then select “Choose Details.” You can make attributes visible by checking or unchecking the boxes in the left column of the pop-up window.
🌐
Ten Forums
tenforums.com › performance-maintenance › 158864-master-file-table-mft-size-speed.html
Master File Table ($MFT) size and speed - Windows 10 Help Forums
June 18, 2020 - Hello. Is there any relation to access speed and \\$MFT size? I am wondering because when you have one big partition only (C drive) the \\$MFT can grow pretty huge. I have seen \\$MFT sizes ranging from 600 to 1000MB in size. Is the \\$MFT loaded all the
🌐
Forensic Focus
forensicfocus.com › forums › general › mft-where-is-it-located
$MFT where is it located???
August 29, 2008 - I am currently working on some new software and I am trying to locate the $mft, I was able to find information about Fat based systems but from what I...
🌐
Forensics
forensics.wiki › $mft
$mft -
In an NTFS volume the \$MFT metadata file keeps records of all file entries in the volume.
🌐
Stack Overflow
stackoverflow.com › questions › 2948229 › location-of-mft-file
windows - Location of MFT file? - Stack Overflow

Accessing a disk's cluster BITMAP can be read via the FSCTL_GET_VOLUME_BITMAP API call. However, it won't tell what files are at each cluster. You need either parse the MFT (faster) or recursively call FSCTL_GET_RETRIEVAL_POINTERS on each file (slow).

Answer from akarnokd on stackoverflow.com
🌐
Wikipedia
en.wikipedia.org › wiki › MFT
MFT - Wikipedia
August 18, 2025 - Look up MFT in Wiktionary, the free dictionary.
🌐
Wikipedia
en.wikipedia.org › wiki › NTFS
NTFS - Wikipedia
2 weeks ago - Notably affected structures are the volume allocation bitmap, modifications to MFT records such as moves of some variable-length attributes stored in MFT records and attribute lists, and indices for directories and security descriptors. ... $LogFile versions implemented by Windows 8, Windows ...