Used Space on New Flash Drive: Why It Happens

Data Recovery After Formatting a Flash Drive
It's a common assumption that completely deleting files from a flash drive and subsequently reformatting it will render the drive entirely empty. However, this isn't always the reality.
The question of whether a reformatted flash drive truly shows as empty has prompted today’s featured question from SuperUser, a question-and-answer platform.
Understanding the Issue
Despite the appearance of a clean slate after formatting, remnants of previously stored data can sometimes still be detected. This is due to how flash memory operates and the formatting process itself.
SuperUser is a segment of Stack Exchange, a network of communities dedicated to providing answers to user-submitted questions.
How Formatting Works
Formatting a flash drive doesn’t necessarily erase the data physically. Instead, it primarily clears the file system's index, making the space available for new data.
The original data blocks may remain intact until overwritten by new files. Specialized data recovery software can often locate and retrieve this 'deleted' information.
Image Attribution
The accompanying image for this discussion was generously provided by Adikos and is sourced from Flickr.
Important Note: While a quick format is faster, a full format (if available) performs a more thorough overwrite, increasing the difficulty of data recovery. However, even a full format doesn't guarantee complete data erasure.
Therefore, if secure data deletion is required, specialized software designed for secure wiping should be employed.
The Inquiry
A SuperUser user, Andrew, has posed a question regarding the presence of utilized space on a newly formatted flash drive. He is seeking clarification on this unexpected behavior.
The Scenario
Andrew recently acquired a 16GB SanDisk Cruzer CZ36 USB 2.0 flash drive, initially formatted with the FAT32 file system. Due to the need to store files exceeding the 4GB limit imposed by FAT32, he opted to reformat the drive to NTFS.
Furthermore, the drive came preloaded with SanDisk SecureAccess software, which Andrew wished to remove. He performed a full format—deselecting the Quick Format option—through Windows Explorer on his Windows 7 system.
The Observation
Following the reformatting process, Windows reported that the flash drive was not entirely empty. The Properties window displayed allocated space, as illustrated in the provided screenshot.

Despite the recent full format, approximately 91.7 MB of space was indicated as being in use. This occurred even though no files or folders were visible within Windows Explorer, even with hidden items set to be displayed.
The Question Revisited
Andrew is concerned about this apparent discrepancy and asks why space is being reported as used on a drive that should be completely empty after formatting. He wonders if this is a normal occurrence or if residual files remain on the flash drive.
The core of the issue centers around understanding why a freshly formatted USB drive shows allocated space, despite appearing empty to the user.
Understanding NTFS File System Space Usage
A SuperUser community member, David Schwartz, provides insight into this common observation.
Internal Files Within NTFS
It's typical to find that a newly formatted NTFS file system isn't entirely "empty" in terms of disk space usage.
Several internal files are automatically created during the file system's initialization.
Key System Files
These essential files include the Master File Table (often referred to as "$MFT"), which is a crucial component for tracking files and directories.
The Log File (“$LogFile”) is also present, serving as a record for file system recovery processes.
Furthermore, the Volume Descriptor File (“$Volume”) and other system-related files are automatically generated.
The Cluster Allocation Bitmap
Among these internal files, the cluster allocation bitmap (“$Bitmap”) is often the largest.
This bitmap diligently maintains a record of which disk space is currently in use and which portions remain available.
The space for this bitmap is allocated at the time the file system is initially created.
Further Discussion
Do you have additional information or a different perspective on this topic? Share your thoughts in the comments section below.
For a more comprehensive discussion and insights from other knowledgeable users, you can find the original exchange on the Stack Exchange platform.