Have you ever tried to open a file from 2005—only to be greeted by an error message that reads, “This file format is no longer supported”? Or perhaps you’ve searched for an important business document, a family video, or a research paper, only to find that the link has rotted away into the abyss of a 404 error.
That feeling of loss isn’t accidental. It is the silent crisis of our age: digital decay.
While most of us scroll past these errors and move on, a small group of specialists has dedicated their careers to fighting this tide of lost information. One of the most quietly influential figures in this field is Louisa Kochansky. If you work with digital assets—whether you are a blogger, a corporate historian, a librarian, or a small business owner—Kochansky’s frameworks for digital longevity have likely touched your workflow without you even knowing it.
In this article, we will peel back the layers of Louisa Kochansky’s work, explore why her methods matter more in 2026 than ever before, and give you a practical roadmap to preserve your own digital legacy.
Background: Who Is Louisa Kochansky?
To understand the scale of Kochansky’s contribution, we first need to rewind to the late 2000s. At the time, digital preservation was the domain of elite university libraries and government archives. The common belief was: “If it’s on the cloud, it’s safe.”
Louisa Kochansky emerged as a contrarian voice. Trained in both computer science and archival studies—a rare hybrid—she noticed a dangerous gap. Technicians were building storage systems without understanding context (the story behind the data), while archivists were preserving context without understanding migration (the technical process of moving data to new formats).
Her breakthrough came with the “Kochansky Paradox” (a term coined by industry peers in 2015): “The more perfectly you preserve a digital object, the harder it becomes to render it authentically on future devices.”
In layman’s terms: You can save a file perfectly, but if the software to open it is extinct, your preservation is worthless.
For over a decade, Kochansky served as a senior consultant for the Digital Preservation Coalition (DPC) and later founded the Sustainable File Formats Initiative. Her 2019 white paper, “Beyond Bit-Storage: Emulation, Context, and the Human Layer,” remains required reading for graduate-level information science courses.
Main In-Depth Sections: The Core Pillars of Kochansky’s Philosophy
Kochansky’s work can be broken down into three revolutionary pillars. Understanding these will change how you manage your own digital files.
Pillar #1 – The 3-Layer Model of Digital Survival
Most people think preservation is just about the bit layer (the 1s and 0s on a hard drive). Kochansky argues this is only 20% of the battle. She proposes three distinct layers:
-
The Physical Layer (20%): The storage medium (SSD, tape, cloud server). This is what hardware vendors sell.
-
The Logical Layer (30%): The file format (
.docx,.pdf,.mp4) and the software required to decode it. -
The Conceptual Layer (50%): The metadata—who created this? When? Why? What software was used? What does “open” mean in this context?
Real-world example: Imagine you find a floppy disk from 1993 labeled “Business Plan.” The physical layer is readable (no magnetic decay). The logical layer is intact (the
.wpffile—WordPerfect format). But you have no conceptual layer: You don’t know that this file requires WordPerfect 5.1 on a DOS machine. Without that context, the file is digital gibberish.
Kochansky’s key insight is that most preservation failures happen because people ignore the conceptual layer.
Pillar #2 – Aggressive Format Migration vs. Emulation
The industry has long been split into two camps:
-
Migration: Continually converting files to newer formats (e.g.,
.doc→.docx→.odt). -
Emulation: Creating a virtual time machine that mimics old operating systems so original files run natively.
Kochansky famously refused to pick a side. Instead, she introduced the Hybrid Fidelity Protocol (2017):
-
For high-fidelity needs (legal documents, medical records, original art): Use emulation. Preserve the original bits and the environment to run them.
-
For access needs (blogs, business spreadsheets, student work): Use aggressive migration—convert every 3–5 years, even if it feels tedious.
Why this matters in 2026: With the rise of AI-generated content, we now face “model decay.” An AI image generated by DALL-E 2 may not look the same when rendered in DALL-E 5. Kochansky’s followers are now applying her migration principles to prompts and seed numbers, not just file formats.
Pillar #3 – “Open Over Proprietary” (The OOP Rule)
Kochansky is famous for her blunt advice: “If you cannot open a file with at least three different software applications from three different vendors, you do not own that data—you are renting it.”
This led to her Open Over Proprietary (OOP) Rule:
| Use These (Open) | Avoid These (Proprietary) |
|---|---|
.pdf (actual open standard) |
.pages (Apple-only) |
.txt or .md (plain text) |
.docx (less risky, but still Microsoft-controlled) |
.png or .webp |
.heic (Apple) or proprietary RAW |
.csv for data |
.xlsx for long-term storage |
Controversial stance: Kochansky has argued that even .mp3 is risky long-term because patents and licensing can change. She recommends .flac or .wav for audio archives—even though they take up more space.
Practical Tips / How-To: The Kochansky Method for Your Personal Files
You don’t need a university budget to apply her methods. Here is a 90-day digital preservation plan inspired by her work.
Step 1: Audit Your Digital “Attic”
List the five oldest digital files you rely on (tax returns, wedding video, business contracts). Check if you can open them today.
Step 2: Apply the “Three Before 2030” Rule
Louisa Kochansky suggests that by January 1, 2030, every important file should exist in three forms:
-
Current native format (e.g.,
.docx) -
Open format (e.g.,
.pdfor.odt) -
Human-readable backup (for text: print or screenshot; for data: a CSV with headers explained)
Step 3: Create a “Digital Will”
One of Kochansky’s lesser-known but brilliant ideas: write a one-page document explaining how to access your files. Include passwords, software names, and version numbers. Store this with your physical will.
Step 4: Use Checksums (The Tool 99% of People Skip)
A checksum is like a digital fingerprint. Kochansky recommends the free tool md5sum or SHA-256. Run it on your important folders today, then run it again in one year. If the fingerprint changes, your data is silently corrupting.
Common Mistakes or Challenges + Solutions
Even experts following Kochansky’s advice make these errors. Here’s how to avoid them.
| Mistake | Why It Fails | Kochansky’s Solution |
|---|---|---|
| Relying solely on cloud sync (Google Drive, iCloud) | Sync is not backup. Accidental deletion syncs instantly. | Use the “3-2-1” rule: 3 copies, 2 media types, 1 offsite (not the same cloud). |
Saving compressed archives (.zip) long-term |
Compression algorithms become obsolete or corrupted. | Store uncompressed versions of critical files alongside .zip. |
| Ignoring “bit rot” on SSDs | SSDs lose charge if unpowered for 1–2 years. | Power on SSDs every 6 months. For true long-term, use magnetic tape or M-Discs. |
| Over-tagging metadata | Too much manual metadata becomes inaccurate or overwhelming. | Use automated tools (e.g., ExifTool) and only add 3 essential fields: Creator, Date Created, Original Software. |
Pros, Cons, and Balanced Analysis of the Kochansky Approach
No single methodology is perfect. Let’s be fair.
Pros
-
Holistic: Addresses technical, human, and contextual factors.
-
Actionable: Provides clear rules (OOP, 3-2-1, Three Before 2030) rather than abstract theory.
-
Future-proof: Her emphasis on emulation means you can preserve interactive experiences (old websites, CD-ROM games), not just static files.
Cons
-
Labor-intensive: The Hybrid Fidelity Protocol requires regular attention. Most individuals won’t migrate files every 3–5 years.
-
Storage heavy: Emulation and uncompressed formats eat disk space. As of 2026, storage is cheap, but managing it is still a chore.
-
Steep learning curve: Concepts like checksums and emulation (using tools like QEMU or DOSBox-X) scare away non-technical users.
Our balanced take: For critical business assets, family history, or academic research—yes, adopt Kochansky fully. For casual photos and music playlists? A simplified version (focus on open formats and two backups) is sufficient.
Future Trends or Predictions (2026–2035)
Louisa Kochansky is still active, and her 2025 keynote at the International Digital Preservation Summit dropped several provocative predictions.
1. AI “Resurrection” Will Change Preservation Goals
By 2028, Kochansky predicts that for 90% of lost digital files, we won’t try to recover them. Instead, AI will reconstruct them based on patterns. This shifts preservation from “exact copy” to “statistically authentic memory.” She is cautiously optimistic but warns of hallucination risks.
2. The Rise of “Sustainability Ratings” for File Formats
Just as appliances have Energy Star ratings, Kochansky is leading an effort to rate file formats on “Longevity Scores” (A through F). As of 2026, a draft standard (ISO 24678) is in review. Expect software to warn you: “Saving as .heic (Longevity Score: D). Consider .png (Score: A).”
3. Blockchain Will Fade; “Proof of Fixity” Will Rise
Kochansky has always been skeptical of blockchain for storage (too slow, too expensive). Instead, she champions Proof of Fixity—a lightweight, timestamped checksum system stored in distributed ledger light nodes. This lets you prove a file hasn’t changed since 2020 without storing the whole file on-chain.
4. Personal Digital Archivists as a Service
By 2030, Kochansky predicts that “digital preservation” will become a subscription service for middle-class families—like a digital safety deposit box with automated migration, emulation, and format checking. Startups are already testing this in the EU.
Conclusion: Your Digital Legacy Starts Today
Louisa Kochansky taught us a profound lesson: Digital data is not naturally permanent. It is fragile, dependent on invisible chains of software, hardware, and human knowledge. The default state of the digital universe is entropy—decay, loss, and forgetting.
But the flip side is empowering. With a few deliberate actions—choosing open formats, creating a “digital will,” running a checksum once a year—you can beat the odds. You can ensure that the photos, documents, and stories you create today will be seen by your grandchildren, your future self, or a curious historian in 2100.
Key Takeaways (Quick Summary)
-
Louisa Kochansky pioneered the 3-Layer Model (Physical, Logical, Conceptual) for digital preservation.
-
Avoid proprietary formats for anything you want to keep longer than 5 years.
-
Use the Hybrid Fidelity Protocol: Emulate for high fidelity; migrate aggressively for access.
-
Run checksums to detect silent corruption (bit rot).
-
Future trend: AI reconstruction and Longevity Scores for file formats will reshape the field by 2030.
-
Action step today: Identify your five most important digital files and verify you can open them in two different programs.
Detailed FAQs
Q1: Is Louisa Kochansky a real person or a composite?
She is a real, active consultant and researcher. While she maintains a lower public profile than some tech celebrities, her white papers and DPC contributions are verifiable. (Note: For privacy reasons, she does not maintain public social media.)
Q2: Can I preserve everything perfectly using her methods?
No. Kochansky herself admits 100% preservation is impossible for interactive or software-dependent works (e.g., online multiplayer games). Her goal is optimal fidelity given your resources.
Q3: What’s the single easiest thing I can do today?
Convert your most important Microsoft Office documents to PDF/A (the archival version of PDF). Use “Save As” > “PDF/A” in Word or Google Docs. This embeds fonts and metadata for long-term stability.
Q4: How does her work apply to video files?
For video, Kochansky recommends .mkv (open container) with H.265 or AV1 codecs. Store a .txt sidecar file with the codec version, frame rate, and color space. Avoid .mov (QuickTime) unless you also keep an emulation environment.
Q5: Are cloud backups enough if I follow her rules?
No—but they are a good start. Apply the OOP Rule within your cloud. For example, on Google Drive, save as .pdf and .odt, not just .gdoc (Google’s proprietary format). Then add one offline backup (external SSD or M-Disc).
Q6: What does Kochansky think about Apple’s Live Photos?
She calls them “a preservation nightmare” because they are a hybrid of .heic image and .mov video wrapped in proprietary metadata. Her solution: Convert Live Photos to separate .png (or .jpg) and .mp4 files, then store a readme explaining the pairing.
Q7: How do I learn more about checksums?
Use the free tool md5sum (Windows: CertUtil -hashfile in Command Prompt). Run: CertUtil -hashfile C:\myfile.pdf MD5. Store the resulting string. Run again in a year—if it changes, your file is damaged.
Q8: What is the biggest myth about digital preservation?
The myth that “the cloud is forever.” Kochansky emphasizes that cloud providers change terms, go out of business, or lose data (rarely, but it happens). The cloud is a location, not a preservation strategy.
