In the 1980s and early 90s, hard drives were "dumb" devices that required an external controller. Users often had to perform a manual low-level format to match the drive's physical layout to the specific controller being used.
A is a disk formatting process that prepares a storage device by defining the physical structure of tracks and sectors directly on the hardware. Historically, this meant physically creating the magnetic markers a drive controller uses to read and write data. low level format
These older technologies allowed users to define the number of sectors and tracks manually. In the 1980s and early 90s, hard drives
In modern computing, true low-level formatting is performed at the factory. When users talk about "low-level formatting" today, they are typically referring to a —a process that overwrites every bit of data on the drive with zeros to ensure it is unrecoverable. History: From Manual to Factory Formatting When users talk about "low-level formatting" today, they
For modern SATA, SAS, and NVMe drives, a "low-level format" is essentially a . Unlike a "quick format"—which only clears the file system's "table of contents"—an LLF-style zero-fill touches every physical sector.
Starting in the late 1980s, drive manufacturers began building the controller directly into the drive itself. This allowed for more complex, factory-calibrated formatting that users could no longer perform safely at home. How Low-Level Formatting Works Today