10-Minute Data Strategy Audit: Part 2 - Data Debt
Data Debt (The Governance Lens) for Data Strategy Audit
We’ve all been in that meeting. The Head of Sales presents one revenue number. The Head of Marketing presents another. Both look at you to figure out why they don’t match. You spend the next three hours digging through SQL queries only to find that one team defines a “customer” differently than the other. That isn’t a technical error, it is Data Debt.
In my 13 years in this field, I’ve found that data debt is the most expensive kind to carry. Unlike infrastructure debt, which slows down your engineers, data debt slows down the entire company. It destroys trust. And once trust is gone, people start building “shadow dashboards”, their own private versions of the truth, which only makes the problem worse.
What Data Debt Actually Feels Like
It’s rarely about “missing data.” It’s about the friction caused by a lack of shared rules:
The “Shadow” Dashboard: A VP doesn’t trust the official company dashboard, so they have an analyst manually export data to a “private” Excel sheet every Monday.
The Broken Pipeline: A software engineer renames a column in the production database to “clean things up,” and three downstream dashboards instantly go dark because there was no “contract” between the producer and the consumer.
The Metric War: Two teams are looking at the same KPI, but one is using “Gross” and the other is using “Net,” yet both labels just say “Revenue.”
The “Data Archeologist”: You have one person on the team who is the only one who knows which tables are “real” and which ones are “legacy trash from 2021.”
Why We Get Stuck Here
Data debt usually happens because of silos. We build for the immediate need of one department without thinking about how that data will be used by the rest of the organization. We prioritize “getting the data out” over “getting the data right.”
The Path to "Green": Building a Culture of Trust
You don’t solve data debt by “cleaning” the data, that’s just treating the symptom. You solve it by fixing the governance. Here are three ways to move toward a Green score without a year-long overhaul:
1. Standardize the “Core Five”
You don’t need to define every single metric in the company on day one.
The Solution: Identify the five most important metrics that everyone uses (e.g., Active Users, Revenue, Churn). Get the stakeholders in a room, agree on a single definition, and document it in one place. If it’s not in the “Source of Truth,” it doesn’t exist.
2. Introduce “Data Contracts” (The Handshake)
Data debt often happens because the people producing data (software engineers) don’t know who is consuming it (data scientists).
The Solution: Start a simple “handshake” process. Before a source table changes, the producers must notify the consumers. This shifts the mindset from “I’m just changing a database” to “I am delivering a product.” It turns federated data into a consistent, reliable service.
3. Kill the “Zombie” Reports
Shadow dashboards thrive in the dark.
The Solution: Run an audit of your BI tool. If a report hasn’t been viewed in 60 days, archive it. If someone complains, you’ve found a hidden dependency. If nobody notices, you’ve just reduced your “surface area” for errors. Reducing the number of reports makes it much easier to ensure the remaining ones are accurate.
The Bottom Line
Data governance sounds like a boring corporate buzzword, but in reality, it’s just etiquette for data. It’s the agreement that we won’t break each other’s work and that we’ll use the same language to describe our success. Getting to “Green” doesn’t mean your data is perfect. It means that when someone asks, “Where did this number come from?” you have a clear, documented answer that everyone trusts.
Is your team spending more time “cleaning” data than actually analyzing it? That’s the classic sign of a trust deficit. Let’s talk about how to fix the “handshake” in the comments.


Has anyone ever agreed on a single definition for “client”?
What happens if you can’t get that agreement?
Very good read! I would say this is a common theme across most organizations. I love the approach to define the most important 5s!