Skip to main content
Category: Digital Preservation

Bit Rot

Also known as: Data decay, Data degradation, Data deterioration, Data rot, Digital decay
Simply put

Bit rot is the gradual corruption of digital information over time, in which the data stored on a medium slowly deteriorates until files can no longer be read reliably. It can result from the physical degradation of storage media or from individual bits changing state unexpectedly. Because the loss tends to be silent and incremental, affected files may appear intact until they are opened and found to be damaged.

Formal definition

Bit rot refers to the progressive corruption of stored digital data, whereby bits held on a storage medium degrade to the point of becoming unreadable or unreliable. Reported causes described in the available evidence include random bit flips and the physical deterioration of the underlying media, such as a drive beginning to fail. The evidence does not provide agreed quantitative failure rates, and practitioners note some variation in how narrowly the term is scoped; usage ranges from single-bit errors to broader media decay. From a recordkeeping perspective, bit rot threatens the integrity and usability of digital records over their retention period, and mitigating it is a matter of storage management and preservation practice; the specific detection and remediation methods (for example, checksums, redundancy, or refresh strategies) fall outside the scope of this definition.

Why it matters

Bit rot poses a direct threat to the integrity and usability of digital records over the length of their retention period. A defining characteristic is that the corruption tends to be silent and incremental: affected files may appear intact in a directory listing and only reveal damage when they are opened. For records that must serve as evidence of activity, this is a serious concern, because a record whose integrity cannot be relied upon may lose its evidential value even if it is nominally still in custody. The risk is most acute for records intended to be kept for long periods, where the cumulative chance of undetected degradation grows over time.

Because the loss is gradual and often goes unnoticed until a file is accessed, organizations can hold digital records under the assumption that they remain complete and readable, only to discover corruption at the point of need, for example, during retrieval for a legal, regulatory, or business purpose. This gap between apparent and actual availability is what distinguishes bit rot from a visible, catastrophic failure such as a lost or crashed drive. It underscores why the mere existence of a stored file is not sufficient evidence that an authoritative record is being preserved.

It is worth noting that the available evidence does not establish agreed quantitative failure rates, and practitioners disagree about how seriously and how narrowly to treat the phenomenon. Some scope the term tightly to individual bit flips, while others use it to describe broader media decay. Organizations should therefore treat bit rot as a recognized preservation risk to be managed through storage and preservation practice, rather than assuming any single figure for how likely or frequent it is.

Who it's relevant to

Digital preservation specialists
Those responsible for keeping digital records readable and trustworthy over long retention periods must account for bit rot as a recognized threat to integrity and usability. Because the corruption is often silent, preservation planning generally assumes that stored files require active management rather than passive custody.
Records managers
Records managers concerned with maintaining records as reliable evidence of activity should recognize that a stored digital file's continued existence does not guarantee its integrity. Bit rot bears directly on whether a digital record remains authoritative and usable across its lifecycle, particularly for records held for extended periods.
IT and storage administrators
Staff managing storage infrastructure encounter bit rot as a storage management issue tied to media condition and hardware behavior, including drives beginning to fail. They are typically positioned to observe degradation and to implement the storage practices through which the risk is managed.
Compliance and information governance leads
Where records must be retained to meet legal, regulatory, or business obligations, undetected corruption can undermine an organization's ability to produce a reliable record when required. Governance leads may need to ensure that preservation of digital records is treated as an ongoing responsibility, noting that requirements and expectations depend on jurisdiction and sector.

Inside Bit Rot

Physical media degradation
The gradual deterioration of the underlying storage medium over time, which can render stored bits unreadable. This encompasses the decay of magnetic media, optical media, and other carriers whose reliability typically diminishes with age and environmental exposure.
Bit-level corruption
The alteration or loss of individual bits within a stored file, often occurring silently without immediate detection. Such corruption can compromise the integrity of a record even when the medium itself remains otherwise functional.
Threat to record integrity
Bit rot bears directly on the integrity property that distinguishes an authoritative record from mere data. Undetected corruption may undermine a record's authenticity, reliability, and usability over the long term, particularly for records intended for permanent preservation.
Silent or undetected failure
A defining characteristic in many cases is that corruption accumulates without triggering obvious errors, meaning damage may only become apparent when a record is retrieved and found to be compromised, often long after the fact.
Relevance across the lifecycle
Bit rot is a concern wherever digital records are retained over extended periods, and it is especially significant in the retention and long-term preservation phases of the record lifecycle rather than at initial creation or capture.

Common questions

Answers to the questions practitioners most commonly ask about Bit Rot.

Is bit rot the same as a hard drive simply failing?
Not exactly. Bit rot typically refers to the gradual degradation or corruption of individual bits within stored data over time, which may occur even on media that is otherwise operational. Outright hardware failure is a distinct concern, though the two often intersect because failing storage media can accelerate or reveal bit-level corruption. In recordkeeping practice it is useful to treat media failure and bit-level data degradation as related but separate risks to the integrity of records.
Does bit rot only affect old or physically decaying storage media?
No. While aging magnetic and optical media are commonly associated with degradation, bit rot can also arise on newer media through undetected write errors, silent corruption, or faults that occur during copying and migration. Because corruption can be introduced at various points in a record's lifecycle, relying on the perceived newness of media is not a dependable safeguard for maintaining integrity.
How can an organization detect whether bit rot has affected its records?
Detection generally depends on comparing stored data against a previously captured reference value, such as a checksum or cryptographic hash generated at the point of capture. Periodically recalculating and comparing these values, sometimes described as fixity checking, can reveal whether the underlying bits have changed. Depending on organizational policy and the systems in use, such checks may be automated at intervals across a repository.
What role does fixity information play in managing bit rot?
Fixity information, often in the form of checksums or hashes recorded when a record is captured, provides a baseline against which later states of the data can be verified. It supports the integrity property that helps distinguish an authoritative record from an altered or corrupted version. Fixity does not by itself prevent corruption; it typically serves to detect change so that remediation, such as restoring from a verified copy, can follow.
How does maintaining multiple copies help address bit rot?
Holding more than one copy of a record, ideally across separate media or locations, can allow a corrupted copy to be replaced from an intact one once corruption is detected. This approach depends on being able to verify which copies remain uncorrupted, which is why redundancy is often paired with fixity checking. The specific number and placement of copies typically depends on organizational policy, risk tolerance, and the value assigned to the records.
How does migration relate to protecting records from bit rot?
Migration, meaning the periodic copying of records to refreshed media or updated formats, is often used to reduce the risk that data becomes unreadable through media degradation or obsolescence. Because copying can itself introduce errors, verifying integrity before and after migration, typically through fixity comparison, is commonly regarded as important. Migration addresses accessibility and media longevity concerns that overlap with, but are not limited to, bit rot.

Common misconceptions

Bit rot only affects old or obsolete media, so recently written files are safe.
While the likelihood of degradation often increases with the age of a medium, bit-level corruption can occur on relatively new media as well, depending on conditions and media quality. Integrity should not be assumed simply because storage is recent.
If a file opens and appears normal, it has not suffered bit rot.
Corruption is frequently silent and may not prevent a file from opening or produce an obvious error. Apparent usability is not a reliable indicator of integrity; verification typically requires deliberate integrity checking rather than casual inspection.
Keeping a single copy in a good location is sufficient protection against bit rot.
A single copy provides no means of detecting or recovering from silent corruption. Guarding against bit rot generally depends on redundancy and integrity verification so that a compromised copy can be identified and, where possible, restored.

Best practices

Generate and store checksums or hash values for digital records at the point of capture, and re-verify them periodically to detect silent corruption before it affects the authoritative record.
Maintain multiple, independently stored copies of records so that a corrupted copy can be identified and replaced from a verified, uncorrupted version.
Refresh or migrate records to fresh media before the storage medium reaches an age or condition where degradation becomes more likely, rather than relying on media indefinitely.
Prioritize integrity monitoring for records with long or permanent retention requirements, since these face the greatest cumulative exposure to bit rot over time.
Control the storage environment where feasible, since environmental conditions can influence the rate at which physical media deteriorate.
Establish routine, documented integrity-checking procedures rather than relying on the ability to open a file as evidence that its contents remain intact.