Format Obsolescence
The process by which file formats become unusable as the software and systems needed to read them disappear.
Also known as: File Format Obsolescence, Digital Format Decay, Format Deprecation
Category: Concepts
Tags: digital-preservation, information-management, maintenance, software, formats
Explanation
Format obsolescence occurs when a file format can no longer be read, rendered, or processed because the software, hardware, or ecosystem that supported it has been discontinued, superseded, or abandoned. It is one of the most significant threats to long-term digital preservation.
**Examples of format obsolescence:**
- **WordPerfect documents** (.wpd): Once dominant, now difficult to open
- **Adobe Flash** (.swf): Entire era of web content rendered inaccessible after Flash's deprecation in 2020
- **Lotus 1-2-3** (.wks): Early spreadsheet files largely unreadable today
- **RealMedia** (.rm): Streaming format from the early web era
- **HyperCard** stacks: Apple's early hypertext system with no modern equivalent
- **Floppy disk images**: Even when the data is preserved, the format context may be lost
**Why it happens:**
- **Proprietary formats**: Companies go out of business or abandon products
- **Technology evolution**: New formats replace old ones (JPEG 2000 → WebP, Flash → HTML5)
- **Market consolidation**: Winning formats absorb users; losing formats die
- **DRM and encryption**: Protected content becomes permanently locked when key servers shut down
- **Undocumented formats**: Without specifications, reverse-engineering is difficult
**Risk factors:**
- Proprietary/closed formats (higher risk)
- Small user base (less incentive to maintain support)
- Complex formats dependent on specific rendering engines
- Formats tied to specific hardware or operating systems
- DRM-protected content
**Mitigation strategies:**
- **Use open standards**: Prefer formats with published specifications (PDF/A, PNG, Markdown, ODF)
- **Format migration**: Regularly convert files to current formats
- **Multiple formats**: Store critical content in both native and preservation formats
- **Emulation**: Preserve the software environment alongside the data
- **File-over-app philosophy**: Choose formats that outlive any single application
- **Documentation**: Record what format versions are used and how to access them
Format obsolescence is a race against time. The best defense is choosing formats wisely today and maintaining active stewardship of important digital content.
Related Concepts
← Back to all concepts