# FAT16

> file system

**Wikidata**: [Q3141148](https://www.wikidata.org/wiki/Q3141148)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/FAT16)  
**Source**: https://4ort.xyz/entity/fat16

## Summary  
FAT16 is a 16-bit file system developed by Microsoft, part of the File Allocation Table (FAT) family, widely used in early personal computers and storage devices. It organizes and manages files on disk drives using a simple directory structure and cluster-based allocation. FAT16 was commonly found on MS-DOS and early Windows systems, supporting volumes up to 2 GB.

## Key Facts  
- Instance of: File Allocation Table, file system  
- Based on: File Allocation Table (FAT)  
- Aliases: File Allocation Table 16-bit  
- Partition type identifiers: 04h and 06h (used in master boot record)  
- Maximum volume size: 2 GB  
- Described at URLs: ECMA-107 standard, 010 Editor Binary Template  
- Supported languages on Wikipedia: German, English, French, Japanese, Dutch, Polish, Portuguese, Ukrainian  
- Stack Exchange tag: fat16  
- Wikidata description: file system  
- Sitelink count: 8  

## FAQs  
### Q: What is FAT16 used for?  
A: FAT16 is used to manage files and directories on storage devices such as hard disks and floppy disks. It was especially prevalent in MS-DOS and early Windows operating systems due to its simplicity and broad compatibility.

### Q: How large can a FAT16 partition be?  
A: A FAT16 partition can support a maximum volume size of 2 GB. Larger volumes require newer file systems like FAT32 or NTFS.

### Q: Is FAT16 still in use today?  
A: While largely obsolete for modern computing, FAT16 is still found in some embedded systems and legacy devices due to its minimal resource requirements and ease of implementation.

## Why It Matters  
FAT16 played a foundational role in personal computing by providing a standardized method for organizing and accessing files on storage media. As one of the earliest widely adopted file systems, it enabled interoperability across different hardware platforms and operating systems during the rise of PC technology. Its straightforward design made it ideal for low-resource environments, contributing to its long-term usage in embedded systems and portable devices. Though superseded by more advanced file systems, FAT16 remains historically significant as a stepping stone in the evolution of digital storage management.

## Notable For  
- One of the first widely supported file systems in personal computing  
- Used extensively in MS-DOS and early Windows systems  
- Simple architecture suitable for low-resource environments  
- Supports cluster sizes up to 64 KB with a maximum volume size of 2 GB  
- Standardized under ECMA-107  

## Body  

### Overview  
FAT16 is a version of the File Allocation Table (FAT) file system that uses 16-bit values to represent cluster chains. Developed by Microsoft, it became a core component of MS-DOS and early versions of Windows, offering a reliable way to store and retrieve data on floppy disks and hard drives.

### Technical Specifications  
- Cluster addressing limited to 16 bits  
- Maximum number of clusters: 65,536 (due to 16-bit limit)  
- Volume size limit: up to 2 GB  
- Commonly used sector size: 512 bytes  
- Directory entries: 32 bytes each  
- Root directory size fixed at startup; typically 512 entries  

### Historical Context  
FAT16 evolved from earlier versions of FAT, including FAT12, which was used primarily on floppy disks. With the increasing capacity of hard drives in the late 1980s and early 1990s, FAT16 emerged as a practical solution for managing larger volumes while maintaining backward compatibility with existing software.

### Standards and Documentation  
The FAT16 specification has been documented through various technical standards bodies, including Ecma International via ECMA-107. Additionally, detailed binary templates for analyzing FAT16 structures are available through tools like 010 Editor.

### Legacy and Compatibility  
Despite being outdated for general-purpose computing, FAT16 continues to appear in embedded systems, older industrial equipment, and certain memory cards where simplicity and reliability outweigh performance needs. Its influence persists indirectly through successors like FAT32 and exFAT, which retain structural similarities but offer greater scalability.