Guides · Advanced
Digital Preservation
Digital preservation is the set of managed activities, policies, and technical strategies required to keep digital information usable — locatable, renderable, and authentic — across long periods, despite the obsolescence of hardware, software, and file formats. It is distinct from backup, which guards against short-term data loss; preservation additionally addresses format obsolescence, media decay, loss of contextual metadata, and shifts in the knowledge of the community expected to use the material. The field's central reference framework is the Open Archival Information System (OAIS) reference model, standardized as ISO 14721. Practice couples that conceptual model with concrete measures: preservation-oriented file formats such as PDF/A and TIFF, fixity mechanisms (checksums and cryptographic hashes) to detect bit-level corruption, redundant managed storage, and active format management over time through migration, normalization, and, less commonly, emulation. Major institutional practitioners include national libraries and archives such as the Library of Congress and the U.S. National Archives and Records Administration, alongside non-governmental web archives such as the Internet Archive.
By PrinterArchive EditorialEdited by PrinterArchive Editorial
Overview
Digital preservation is the set of managed activities, policies, and technical strategies required to keep digital information usable — locatable, renderable, and authentic — across long periods, despite the obsolescence of the hardware, software, and file formats on which that information depends. It is distinct from ordinary backup: backup guards against short-term data loss, whereas digital preservation additionally addresses format obsolescence, media decay, loss of contextual metadata, and the changing knowledge of the community expected to use the material.
The field's central reference framework is the Open Archival Information System (OAIS) reference model, standardized as ISO 14721. Preservation practice couples that conceptual model with concrete measures: preservation-oriented file formats (for documents, notably PDF/A and TIFF), fixity mechanisms (checksums and cryptographic hashes) to detect bit-level corruption, and active format management over time (migration, normalization, and, less commonly, emulation). Major institutional practitioners include national libraries and archives — for example, the Library of Congress and the U.S. National Archives and Records Administration (NARA) — and non-governmental web archives such as the Internet Archive.
History and origin
The concept of preserving records is ancient, but digital preservation emerged as a distinct discipline in the 1990s, when it became clear that digital storage media degrade, that file formats and the software to read them fall out of use, and that born-digital and digitized content could disappear without deliberate stewardship.
A defining milestone was the development of the OAIS reference model by the Consultative Committee for Space Data Systems (CCSDS), an international body originally concerned with the long-term stewardship of space-mission data. The OAIS model was issued as a CCSDS Recommended Practice (Blue Book, CCSDS 650.0-B-1, approved in 2002) and then adopted as an international standard, ISO 14721:2003. It was revised as ISO 14721:2012 and again as ISO 14721:2025; the current CCSDS text (650.0-M-3, a Magenta Book) is identical to ISO 14721:2025. A companion audit-and-certification standard for trustworthy digital repositories, ISO 16363:2012 ("Audit and certification of trustworthy digital repositories"), expanded on the earlier TRAC criteria and defines how a repository's OAIS conformance can be assessed.
In parallel, web archiving began in 1996 when Brewster Kahle founded the Internet Archive, which developed the ARC container format for storing web crawls; its successor, WARC, was later standardized as ISO 28500 (first edition ISO 28500:2009, second edition ISO 28500:2017). For document preservation specifically, the PDF/A archival format family was introduced beginning with ISO 19005-1:2005.
What it is
Digital preservation is the active, ongoing management of digital objects so that they remain:
- Available — the bitstream survives on functioning storage and can be retrieved.
- Renderable / usable — software and format knowledge exist to open and interpret the object as intended.
- Authentic and reliable — the object is provably unchanged (or its changes are documented), and its provenance is recorded.
- Understandable — sufficient contextual and technical metadata accompany the object so a future user can make sense of it.
OAIS frames this around a Designated Community: the identified group of consumers who should be able to understand the preserved information, given their assumed knowledge base. Preservation is judged relative to that community, not in the abstract.
How it works
In practice, digital preservation combines several recurring activities:
- Ingest and normalization. Content is received, validated, characterized (format identification and technical metadata extraction), and often normalized — converted on input to a small set of well-supported preservation formats. Preemptive migration on ingest is commonly termed normalization.
- Fixity generation and monitoring. A cryptographic checksum (hash) is computed at ingest and stored. Fixity is the assurance that a file has remained unchanged. Periodic re-computation and comparison detects corruption or bit rot; because even a one-bit change yields a completely different hash, checksums act as digital fingerprints. They confirm that a file changed but not where.
- Redundant, managed storage. Multiple copies, ideally geographically and technologically diverse, guard against media failure and disaster.
- Active format management. Formats are monitored for obsolescence risk; at-risk content is migrated to current formats, with new fixity values recorded after each transformation.
- Preservation metadata. Provenance, technical characteristics, rights, and every preservation action or event are recorded — commonly using the PREMIS data dictionary and descriptive standards such as Dublin Core, packaged in structures like METS and BagIt.
Common hash algorithms include MD5 (fast, adequate for detecting accidental corruption), SHA-1, and SHA-256 (stronger against deliberate tampering, relevant where legal or evidential weight matters). Verification cadences vary by medium, reflecting a trade-off between early detection and system load.
Architecture and components
The OAIS reference model defines six functional entities:
1. Ingest — receives submissions, validates them, and generates Archival Information Packages. 2. Archival Storage — stores, maintains, and retrieves the preserved packages; handles media refresh and internal migration. 3. Data Management — maintains descriptive metadata and the databases and indexes supporting discovery and administration. 4. Administration — day-to-day operations, agreements, and policy. 5. Preservation Planning — monitors the environment (formats, technology, the Designated Community) and recommends preservation actions to keep content accessible. 6. Access — supports discovery and delivery to consumers.
OAIS also defines three information package types:
- SIP (Submission Information Package) — what a Producer delivers to the archive.
- AIP (Archival Information Package) — what the archive stores for the long term.
- DIP (Dissemination Information Package) — what is delivered to a Consumer.
Additionally, OAIS enumerates a set of mandatory responsibilities an organization must discharge to be an OAIS — including negotiating for and accepting appropriate information from Producers, obtaining sufficient control to preserve it, determining the Designated Community, ensuring the information is independently understandable to that community, following documented preservation policies, and making the preserved information available.
Relationship to scanning and OCR
Digitization (scanning) is frequently the source of preservation material: paper and analog records are captured as digital images. Preservation practice then governs what happens next — which formats the scans are stored in, what technical and descriptive metadata are captured, and how integrity is maintained thereafter. Scanning alone does not constitute preservation; an unmanaged folder of TIFFs or PDFs is not a preserved collection.
Optical character recognition (OCR) adds a searchable and extractable text layer to scanned images. For preservation this matters in two ways. First, OCR output enables discovery and reuse and can support accessibility. Second, format choices interact with OCR — for example, PDF/A conformance level A requires tagging, defined reading order, and Unicode character mappings (supporting accessibility and reliable text extraction), while level U guarantees Unicode text mappings for searchability without full structural tagging, and level B guarantees only faithful visual reproduction. OCR text and its accuracy are themselves candidates for preservation metadata, since OCR is imperfect and may be re-run with better engines later.
Relationship to PDF and preservation formats
PDF is a widely used document format, but not every PDF is suitable for archiving: features such as external font references, embedded multimedia, JavaScript, and encryption can compromise future renderability. The PDF/A family (ISO 19005) constrains PDF to a self-contained, device-independent subset intended for long-term preservation — for example, requiring the embedding of all fonts and prohibiting features (such as encryption) that would impair reliable future rendering.
The PDF/A parts are:
- PDF/A-1 — ISO 19005-1:2005, based on PDF 1.4; conformance levels a and b.
- PDF/A-2 — ISO 19005-2:2011, based on PDF 1.7; conformance levels a, b, u.
- PDF/A-3 — ISO 19005-3:2012, based on PDF 1.7; levels a, b, u; differs from PDF/A-2 mainly in permitting arbitrary (non-PDF/A) file attachments.
- PDF/A-4 — ISO 19005-4:2020, based on PDF 2.0; the a/b/u level scheme is replaced, with variants such as PDF/A-4f for arbitrary embedded files and PDF/A-4e aimed at engineering and 3D use (superseding the earlier PDF/E).
TIFF is another long-established, widely used raster preservation format; it stores high-fidelity raster images. Compared with TIFF, PDF/A can represent structured content (text and vector graphics) alongside images, embed metadata, and is generally more storage-efficient. Format choice depends on content type and institutional policy; neither is universally "best." Format-suitability judgments are commonly made against the Library of Congress sustainability factors and against institutional risk frameworks such as NARA's.
Relationship to records management and compliance
Digital preservation overlaps with, but is broader than, records management. Records management (addressed by standards such as ISO 15489) governs the creation, classification, retention, and disposition of records for as long as they have business or legal value; digital preservation supplies the technical means to keep records — and other digital content — usable and authentic across the retention period and, for permanent records, indefinitely.
The two intersect strongly where authenticity and evidential value matter. Fixity and provenance metadata (for example, PREMIS event records) support the demonstration that a record has not been altered — relevant where legal admissibility or auditability is required. National archives make this explicit: NARA requires that files transferred for permanent preservation have recorded fixities to support auditing, and publishes file-format transfer guidance identifying sustainable formats for permanent records, backed by its Digital Preservation Framework (a risk matrix plus preservation action plans) covering hundreds of file-format versions.
This page names regulations and standards factually and does not provide legal advice; specific compliance obligations depend on jurisdiction and content type and should be assessed with qualified counsel.
Advantages
- Longevity against obsolescence. A managed program keeps content usable as formats, software, and media change — something passive storage cannot guarantee.
- Integrity assurance. Fixity checking detects silent corruption and supports authenticity claims.
- Interoperability and reuse. Standardized formats and metadata (OAIS packaging, PREMIS, Dublin Core) make content portable across systems and institutions.
- Accountability and auditability. Recorded provenance and preservation events support trust, certification (ISO 16363), and, where relevant, evidential or compliance needs.
- A shared conceptual vocabulary. OAIS gives practitioners common terms (SIP/AIP/DIP, Designated Community, the six functional entities) that improve system design and cross-institutional collaboration.
Limitations
- Ongoing cost and effort. Preservation is continuous, not a one-time act; storage, staffing, and repeated migration carry recurring costs.
- Fixity's limits. Checksums detect that a file changed but not where or why, and do not by themselves repair damage; recovery still depends on redundant copies.
- Migration risk. Each format migration can lose "significant properties" (layout, behavior, embedded functionality) of the original object.
- Emulation's burden. Emulation preserves the original look and feel but requires maintaining or recreating historical software and hardware environments and navigating their licensing and complexity; it is less widely adopted than migration.
- Metadata dependence. Preservation is only as good as the accompanying metadata; sparse or inaccurate metadata undermines future understandability.
- Format and community judgment calls. Assessing a format's sustainability, or defining a Designated Community, involves judgment and can date as technology and audiences change.
Modern relevance
Digital preservation has grown from a specialist concern into infrastructure-scale practice. Web archiving at the Internet Archive and national libraries stores content at large scale using WARC (ISO 28500). Government archives have moved preservation into cloud-based systems — for example, NARA's ERA 2.0 entered production in 2018 — and maintain public, machine-readable format-risk frameworks. The Library of Congress maintains an openly accessible Sustainability of Digital Formats resource and a periodically updated Recommended Formats Statement.
Continuing pressures — the volume and heterogeneity of born-digital content, complex and proprietary formats, and the fragility of online content — keep the discipline central to libraries, archives, research data management, and enterprise records governance alike.
Timeline
1996
Internet Archive founded by Brewster Kahle; web archiving begins (ARC container format).
2002
OAIS issued as a CCSDS Recommended Practice (CCSDS 650.0-B-1, Blue Book).
2003
OAIS adopted as ISO 14721:2003.
2005
PDF/A-1 published as ISO 19005-1:2005 (based on PDF 1.4).
2009
WARC standardized as ISO 28500 (first edition; revised 2017).
2011
PDF/A-2 published as ISO 19005-2:2011 (based on PDF 1.7).
2012
OAIS revised as ISO 14721:2012; ISO 16363:2012 (audit and certification of trustworthy digital repositories) published; PDF/A-3 published as ISO 19005-3:2012.
2018
NARA's cloud-based ERA 2.0 preservation system enters production.
2020
PDF/A-4 published as ISO 19005-4:2020 (based on PDF 2.0).
2025
OAIS revised as ISO 14721:2025 (identical to CCSDS 650.0-M-3).
Frequently asked questions
- How is digital preservation different from backup?
- Backup guards against short-term data loss and hardware failure. Digital preservation goes further: it manages format obsolescence, media decay, loss of contextual metadata, and the changing knowledge of the community expected to use the material, so content stays renderable and authentic over the long term.
- What is the OAIS reference model?
- The Open Archival Information System (OAIS) reference model, standardized as ISO 14721, is the field's central conceptual framework. It defines six functional entities (Ingest, Archival Storage, Data Management, Administration, Preservation Planning, Access), three information package types (SIP, AIP, DIP), the notion of a Designated Community, and a set of mandatory responsibilities.
- What is fixity, and why does it matter?
- Fixity is the assurance that a file has remained unchanged. A cryptographic checksum (hash) is computed at ingest and periodically re-computed; because even a one-bit change yields a completely different hash, checksums act as digital fingerprints. They confirm that a file changed but not where, and they do not repair damage — recovery still depends on redundant copies.
- Is PDF/A required for digital preservation?
- No. PDF/A (ISO 19005) is a self-contained, device-independent PDF subset well suited to document preservation, but format choice depends on content type and institutional policy. TIFF is another long-established raster preservation format, and format suitability is commonly assessed against frameworks such as the Library of Congress sustainability factors. Neither format is universally best.
Source transparency (14 sources)
These references support claims made in this entry. The archive uses verified institutional and public-domain sources only; see Source policy.
Sources consulted (14)
- OAIS Reference Model (ISO 14721:2025) — ISO
- Open archival information system (OAIS) — Reference model (ISO 14721:2012) — ISO
- Open archival information system — Reference model (ISO 14721:2003) — ISO
- Reference Model for an Open Archival Information System (OAIS), CCSDS 650.0-M-3 — CCSDS
- OAIS standards process (version and CCSDS/ISO mapping) — oais.info
- Audit and certification of trustworthy digital repositories (ISO 16363:2012) — ISO
- WARC file format (ISO 28500:2009) — ISO
- WARC file format, 2nd edition (ISO 28500:2017) — ISO
- ISO 19005-4 / PDF/A-4 — PDF Association
- The PDF/A Standards — PDFlib
- Sustainability of Digital Formats: Planning for Library of Congress Collections — Library of Congress
- Recommended Formats Statement 2025–2026 — Library of Congress
- Fixity and checksums (Digital Preservation Handbook) — Digital Preservation Coalition
- Digital Preservation Framework for Risk Assessment and Preservation Planning — NARA
Continue in the archive
Related reading
Tools
PDF/A
PDF/A (ISO 19005) is the archival subset of PDF for long-term preservation, using embedded fonts, device-independent color, and standardized metadata.
Guides · Intermediate
Microfilm Digitization
How analog microforms — roll film, microfiche, and aperture cards — are converted to digital images and searchable text, and the standards involved.
Workflows
OCR for Archives
How optical character recognition makes archival and library scans searchable while preserving the original page image as the authoritative record.
Guides · Intermediate
Records management
Records management is the systematic control of records from creation to disposition, governed by standards such as ISO 15489 and NARA schedules.
Modern tools
Contemporary apps for the same task, published by HELPERG LLC — the publisher of this archive.