Trapped by Design: How Tech Giants Use File Formats to Keep You From Leaving
Imagine spending ten years writing in a journal — only to find out that the journal's manufacturer designed it so that no other notebook can read your handwriting. That sounds absurd. But in the software world, it's standard practice.
Proprietary file formats are one of the most effective — and least talked about — tools that tech companies use to keep customers from ever leaving. It's not a conspiracy. It's a business model. And once you see it, you can't unsee it.
What Makes a File Format "Proprietary"?
At the most basic level, a file format is just a set of rules for how data is organized inside a file. Open formats publish those rules for anyone to use. Proprietary formats keep them secret — or patent-protected — so that only the company that created them (or companies that pay licensing fees) can fully support them.
The .psd format, used by Adobe Photoshop, is a classic example. Adobe has never fully published the specification. Other software can open .psd files with varying degrees of success, but true full-fidelity support? That lives in Photoshop and Photoshop alone. Every time a designer saves a .psd, they're quietly deepening their dependency on Adobe's ecosystem.
Microsoft's .doc and .docx formats tell a similar story. Despite .docx technically being based on an open XML standard, Microsoft's implementation is so layered with proprietary extensions and quirks that competing software — Google Docs, LibreOffice, Apple Pages — all struggle to render complex Word documents perfectly. A document with fancy formatting, embedded macros, or custom styles will often look subtly wrong (or completely broken) when opened outside of Word.
That's not an accident.
The Lock-In Mechanic, Explained
Vendor lock-in through file formats works on a simple principle: the longer you use a format, the more expensive it becomes to leave.
A freelance graphic designer with five years of client work saved as .psd files isn't just using Photoshop — they're dependent on it. Switching to a competitor means either converting thousands of files (with potential quality loss) or maintaining an Adobe subscription indefinitely just to access old work. The files themselves become the chains.
This is sometimes called the data hostage dynamic, and it shows up across almost every major software category:
- Creative work: Adobe's suite (.psd, .ai, .indd) dominates professional workflows so thoroughly that many job listings treat "Adobe proficiency" as a baseline requirement — not because competitors don't exist, but because the file formats have become industry infrastructure.
- Office productivity: Microsoft 365 remains the default in corporate America largely because decades of
.docxand.xlsxfiles are already embedded in business workflows. Switching platforms means dealing with compatibility headaches on every legacy document. - Music production: Apple's Logic Pro uses a proprietary project format that doesn't open in other DAWs. A producer who's been working in Logic for years can't simply hand their session off to a collaborator running Ableton.
- 3D and CAD: Autodesk's
.dwgformat has been the de facto standard in architecture and engineering for decades — and Autodesk has historically been aggressive about protecting it, even suing companies that tried to build compatible software.
Why Companies Do This (It's Not Just Evil)
To be fair, proprietary formats don't exist purely out of malice. There are legitimate technical reasons a company might develop a custom format — to support unique features, optimize performance, or store data in a way that open standards don't yet accommodate.
Photoshop's .psd format, for instance, stores layer data, blending modes, and adjustment layers in ways that no universal image format supports. When Photoshop was invented, there was no open standard that could handle what it needed to do.
The problem isn't innovation. The problem is when companies actively resist open alternatives even after those alternatives mature — because interoperability would reduce switching costs and hurt retention.
Adobe charging $600+ per year for a Creative Cloud subscription is sustainable partly because the exit cost is so high. That's the lock-in working as designed.
The Open Format Resistance Movement
Not everyone is playing along. There's a growing ecosystem of open formats designed specifically to resist lock-in:
- OpenDocument Format (ODF) — Used by LibreOffice and supported by Google Docs, it's an open standard for word processing, spreadsheets, and presentations. No single company owns it.
- WebP and AVIF — Open image formats that are increasingly replacing proprietary compression schemes in web development.
- FLAC — A lossless audio format with a fully open specification, standing in contrast to Apple's proprietary ALAC (though Apple eventually open-sourced ALAC too, under pressure).
- Markdown — Plain text with simple formatting syntax. No company owns it. It opens in anything. It'll be readable in 50 years.
The EU has even started pushing back legislatively. The European Interoperability Framework pushes public sector organizations to prefer open formats, and there's ongoing regulatory pressure on major platforms around data portability.
How to Start Loosening the Grip
You don't have to go full open-source overnight to reduce your exposure. A few practical moves go a long way:
Export aggressively. Whenever you finish a project, export a copy in an open or widely-supported format alongside the native file. A .pdf alongside your .indd. A .csv alongside your .xlsx. Future you will be grateful.
Audit your dependencies. Make a list of the formats your most important files live in. If they're all proprietary, that's a risk worth acknowledging.
Explore alternatives. GIMP and Krita handle a lot of what Photoshop does. LibreOffice handles most of what Microsoft Office does. They're not always identical, but they're often good enough — and they don't hold your files hostage.
Use conversion tools. Pandoc converts between dozens of document formats. FFmpeg handles nearly any audio or video format. These tools exist specifically to help you move data across ecosystems.
The Bottom Line
File formats are infrastructure. And like any infrastructure, whoever controls them holds power over everyone who depends on them. Tech companies know this — and the most successful ones have built business models around it.
That doesn't mean you're powerless. Understanding how the trap works is the first step to not walking into it blindly. The next time you start a new project, it's worth spending thirty seconds asking: who owns this format, and what happens if I need to leave?
Sometimes the answer won't change your decision. But at least it'll be a decision — not a default.