What happens if I never run a fixity check on my preserved digital records?
A fixity check verifies that a digital file has not changed since it was captured or last verified. It works by generating a checksum (a unique digital fingerprint, such as an MD5 or SHA hash) and comparing it against the value recorded earlier. If the two match, the file is intact. If they differ, something has altered the bits. Skipping this step does not make your records safer; it simply removes your ability to know whether they are still trustworthy.
What can go wrong silently
Digital storage is not permanent in the way many assume. Over time, files can degrade or change without any obvious warning through:
- Bit rot — gradual decay of storage media that flips or drops individual bits.
- Hardware and transfer errors — faults during copying, migration, or backup.
- Software or system failures — incomplete writes, corrupted indexes, or storage bugs.
- Undetected tampering — unauthorized edits that leave no visible trace.
Without periodic fixity checks, this damage accumulates quietly. By the time a corrupted file is finally opened, the original may be long gone and unrecoverable.
Why it matters for records
Preservation is not just about keeping a file; it is about keeping a file you can rely on. Records management standards emphasize that records must remain authentic, reliable, and usable for as long as they are retained. Fixity is one of the core controls that supports those qualities.
If you never run fixity checks, you risk:
- Loss of integrity — you cannot demonstrate that a record is unchanged from its original state.
- Loss of authenticity — you cannot prove the record is what it claims to be, which can undermine its value as evidence.
- Loss of trust — auditors, courts, FOIA requesters, or researchers may reasonably question records that lack documented integrity controls.
- Irreversible loss — corruption discovered too late often cannot be fixed.
Good practice
Run fixity checks on a regular schedule, log the results, and keep at least one verified copy in separate storage so a damaged file can be replaced from a known-good source. Documenting these checks creates an audit trail that shows your records have been actively maintained, not merely stored and forgotten.
To explore related topics, see the archives and preservation hub.
Sources & further reading
Authoritative government and non-profit references.
- Digital preservation (Library of Congress) — Library of Congress
- ISO 15489-1 Records management — ISO
How to cite this page
APA
RM University Editorial. (2026). What happens if I never run a fixity check on my preserved digital records?. Records Management University. https://www.recordsmgmt.org/questions/what-happens-if-you-never-run-fixity-checks-on-digital-records/
MLA
RM University Editorial. "What happens if I never run a fixity check on my preserved digital records?." Records Management University, 16 June 2026, www.recordsmgmt.org/questions/what-happens-if-you-never-run-fixity-checks-on-digital-records/.
Related questions
- Are vital records the same as permanent or archival records, or are they different?
- Can a company store records subject to one country's laws on cloud servers located in another country?
- Can an organization be held liable if permanent records are lost to digital obsolescence?
- Can blockchain be used to prove records are authentic and tamper-proof, and is it accepted for legal recordkeeping?
- Can I just keep everything forever instead of identifying which records are vital or permanent?