Skip to main content

What is a Data Quality Score?

A data quality score turns the health of your data into a single number. Learn how it is calculated, what counts as a good score, and how to track it over time.

What a Data Quality Score Is

A data quality score is a single number that summarizes how fit your data is for its intended use. Instead of asking “is our data good?” and getting a vague answer, a score turns the question into one figure — usually a percentage from 0 to 100 — that you can track, compare, and act on.

The score is sometimes called a data reliability score. Both names describe the same thing: a composite measure that rolls several underlying quality checks into one headline number.

A score on its own is not the goal. Its value is what it lets you do: set a baseline, watch for degradation, and prove that improvement work is paying off.

Why a Single Number Matters

Raw quality checks produce dozens of separate signals — fill rates, duplicate counts, format errors, stale records. On their own they are hard to communicate and easy to ignore. A single score solves three problems at once:

ProblemHow a Score Solves It
No shared languageOne number everyone understands, from analysts to executives
No way to track progressA trend line that shows whether quality is improving or slipping
No way to prioritizeA breakdown that points to the weakest dimension or field

The score is the headline. The breakdown behind it is what you act on.

How a Data Quality Score Is Calculated

A data quality score is a weighted average of individual quality dimensions. The calculation happens in three steps.

Step 1: Measure Each Dimension

Each dimension is measured as a pass rate — the share of records or values that satisfy a defined rule.

DimensionWhat It MeasuresExample Rule
CompletenessRequired data is presentMandatory fields are populated
ValidityData conforms to a formatEmail addresses match a valid pattern
UniquenessNo duplicate recordsOne record per customer
TimelinessData is currentRecords updated within 90 days
ConsistencyValues are uniformCountry stored as “USA”, never “US”

For a deeper look at each, see The Five Dimensions.

Step 2: Apply Weights

Not every dimension matters equally. A weight reflects how important a dimension is to the business, and the weights add up to 100%.

DimensionPass RateWeightContribution
Completeness92%30%27.6
Validity88%25%22.0
Uniqueness99%20%19.8
Timeliness75%15%11.3
Consistency90%10%9.0
Total100%89.7

Step 3: Combine Into One Score

The contributions are summed into the final figure. In the example above, the data quality score is 89.7 out of 100.

The general formula is:

Data Quality Score = Σ (Dimension Pass Rate × Dimension Weight)

Because the score is weighted, two organizations with the same raw data can report different scores if they weight the dimensions differently — and that is intentional. The weights encode what “good” means for your business.

Levels of Measurement

A single org-wide score is useful for reporting, but the real work happens when you can break it down.

LevelQuestion It AnswersUse
Org / datasetHow healthy is our data overall?Executive reporting, trend tracking
Object / tableWhich entity is dragging the score down?Prioritizing remediation
FieldExactly which column is the problem?Targeted fixes and validation rules

A score of 89.7 might hide a single field at 40% completeness. Field-level breakdowns turn a vague number into a specific to-do list.

What Counts as a Good Score

There is no universal pass mark. The right target depends on what the data is used for — the same “fit for purpose” principle that underpins data quality generally.

Score RangeInterpretationTypical Use
95–100%TrustedCustomer-facing and regulated data
85–94%ReliableGeneral operational data
70–84%Needs attentionInternal or secondary data
Below 70%Not trustworthyRemediate before relying on it

Set the threshold from the cost of being wrong. A field that feeds billing or compliance needs a higher bar than one used for occasional internal lookups.

Tracking the Score Over Time

A score measured once is a snapshot. Measured repeatedly, it becomes a trend — and the trend is where the value is.

  • Point-in-time scores answer “where do we stand today?”
  • Continuous scores answer “are we getting better or worse?”

CRM and operational data decay continuously through manual entry, integrations, and the passage of time, so a score that looked healthy last quarter can quietly slip. Scheduled re-measurement catches degradation early, before it reaches a report or an AI model.

Data Quality Score in Salesforce

Inside Salesforce, the same model applies: dimensions are measured across objects like Accounts, Contacts, and Leads, weighted, and rolled into a single score you can monitor on a dashboard.

DQS (Data Quality Score) measures this natively — no data export — across the five dimensions, and adds PII detection for AI readiness. To see how the score is built and read inside a CRM, continue with:

Frequently Asked Questions

What is a data quality score?

A data quality score is a single number, usually expressed as a percentage from 0 to 100, that summarizes how fit your data is for its intended use. It is calculated as a weighted average of individual quality dimensions such as completeness, validity, uniqueness, timeliness, and consistency.

How is a data quality score calculated?

Each quality dimension is measured as a pass rate — the share of records or values that meet a defined rule. Those dimension scores are then combined into a weighted average, where each dimension’s weight reflects how important it is to the business. The result is a single percentage between 0 and 100.

What is a good data quality score?

There is no universal pass mark, because the right target depends on what the data is used for. As a rule of thumb, 95% or higher is expected for customer-facing and regulated data, 85% or higher is acceptable for general operational data, and anything below 70% signals data that needs remediation before it can be trusted.

Is a data quality score the same as a data reliability score?

Yes. The terms are used interchangeably. Both describe a single composite number that expresses how trustworthy a dataset is by combining several underlying quality dimensions into one figure you can track over time.

Next Steps