How the American Worker Index Works

The American Worker Index (AWI) is a quarterly composite measure of the American worker’s position, scored 0–100. The current reading is 65.8 (High) for 2025-Q3. On average, the American worker's inputs sit worse than in 66% of their own quarterly histories. The index is built from 9 long-run federal data series organized into 4 equal-weighted domains — the paycheck, the job, the power, the divide. Each series is ranked against its own full quarterly history, one yardstick applied the same way to every input. The published series runs 1948-Q1 through 2025-Q3; it peaks at 85.9 in 2011-Q4 and bottoms at 10.0 in 1953-Q2. Higher means a worse position for the worker.

The Four Domains

Every input series belongs to one of four domains, and every domain carries the same weight. The weight rule is structural, not fitted: equal domains: full-coverage weight = 1/len(DOMAIN_IDS); published composite = unweighted mean of present domains; zero hand-typed weights.

The Paycheck

3 inputs

What the paycheck buys: real production-worker wages, real median weekly earnings, and the gap between productivity and pay, each as five-year growth.

Real Production & Nonsupervisory Wage (Computed (BLS AHETPI / CPI via FRED)). Real Median Weekly Earnings (LES1252881600Q). Productivity-Pay Wedge (Computed (BLS OPHNFB vs COMPRNFB via FRED)).

The Job

2 inputs

How durable the job is: unemployment, the long-term share of the unemployed, and involuntary part-time work.

Unemployment Rate (UNRATE). Involuntary Part-Time Share of Employment (Computed (BLS LNS12032194 / CE16OV via FRED)).

The Power

2 inputs

How much bargaining power the worker holds: union membership and labor’s share of business income.

Union Membership Rate (BLS Union Members (spliced)). Labor Share of Nonfarm Business Income (PRS85006173).

The Divide

2 inputs

How the gains get divided: the family income Gini and the bottom half’s share of household wealth.

Family Income Inequality (Gini) (GINIALLRF). Bottom 50% Share of Household Wealth (WFRBSB50215).

The Math

Percentile normalization

Each series is converted to a percentile within its own full quarterly history, in one pass. That is the Hazen percentile: rank every quarter of the series, average tied ranks, subtract half a rank, divide by the series length. The engine’s own statement of the rule: Hazen percentile per series over its entire available quarterly history in one pass: (average_rank - 0.5) / n * 100, ties averaged. One yardstick, shared with the ADI/SDI/CDI family.

Direction is read from each input’s data file, never assumed: Every input's direction field is read from its JSON; lower_is_worse values are negated before ranking so higher always means worse for the worker. A missing or unexpected direction aborts the build.

De-trended pay

The paycheck series would drift upward forever on a raw-level percentile — a record real wage would read as favorable. So the three Paycheck members enter as growth, not level: the three Paycheck members (real production wage, real median weekly earnings, productivity-pay wedge) enter as 5-year annualized % growth before ranking — de-trending the wage series so a record real level does not read as favorable, and answering the trending-percentile critique

Aggregation

A domain’s score at quarter T is the mean of its member percentiles present at T. The composite is the mean of the four domain scores. There are no fitted weights anywhere in the chain.

What the composite is, and is not

The composite is a mean of input percentiles. It is not itself a percentile of quarters. The two read differently on purpose: the current composite of 65.8 carries the gloss “On average, the American worker's inputs sit worse than in 66% of their own quarterly histories,” while the composite’s own rank in the published record is stated separately — The composite itself sits higher than 87% of all published quarters since 1948. The two numbers answer different questions, and the index publishes both so neither gets quoted as the other.

The Five Bands

The 0–100 scale splits into five equal bands. The thresholds are uniform — not calibrated to any narrative period — and the labels are an editorial decision, severity ascending with the band number. The engine’s usage rule: the labels describe the national time axis and always publish with the literal mean-of-input-histories reading; higher bands mean a worse position for the worker.

Band Score range Reading
5 · Severe 80–100
4 · High 60–80 Current (65.8)
3 · Typical 40–60
2 · Low 20–40
1 · Minimal 0–20

The Record Since 1948

The published series holds its worst readings and its best against the worker’s own postwar record — peaking at 85.9 in 2011-Q4 and bottoming at 10.0 in 1953-Q2. Nothing in the method points at those quarters; they emerge from ranking each series against its own record.

American Worker Index — quarterly composite, 1948-Q1 to 2025-Q3

Source: American Default Research. AWI computed quarterly from BLS, Census Bureau, and Federal Reserve source data via FRED.

Data Rules

Missing data

  • no imputation of an absent member within a quarter; a domain scores on the members present
  • no cross-series interpolation; annual members carry a real published value forward under the annual_carry_rule
  • a quarter with fewer than the publication minimum of domains is not published
  • the published tail is trimmed to the last full-member quarter
  • orientation and direction are read from each member JSON, never hardcoded here

Annual members and the trailing edge

Two members arrive once a year, not four times. The carry rule keeps them honest: annual members (family income Gini, union membership) are step-carried across their release year and up to 4 further quarters, superseded by the next annual release — a documented carry of a real published value, never an interpolation.

And the published tail is trimmed so the latest reading is never a ragged partial edge: the published series is trimmed at the tail to the last quarter carrying the full current member set, so the latest reading is never a ragged partial edge; interior partial-member quarters are kept.

Publication gate

The engine refuses to publish a quarter rather than publish a partial one. The rule: publish a quarter only when at least 3 of the 4 domains have a present member; the composite is the equal-weight mean of the domains present. Every run also re-proves a set of validation gates — weights, label vocabulary, orientation, series-seam integrity, and reproducibility — and writes nothing if any gate fails.

Revisions and vintages

Inputs are revised series (BLS, BEA, and Federal Reserve constructs via FRED, plus the spliced union-membership series). Historical AWI values are computed on today's revised vintages. Every run restates the full history: the percentile yardstick grows by one quarter per refresh and upstream revisions re-rank past quarters. No out-of-sample claim is made for any historical reading, and the index makes no forecast.

Every refresh restates the full history on today's revised source vintages; the percentile yardstick grows by one quarter per run.

Limitations

The AWI is a national time-series composite. It measures the American worker’s position against the worker’s own postwar record; it does not score individual states, counties, or demographic groups. A high reading does not say which workers are worst off, only that the population-level signal sits high in its own record.

The percentile method reads each series against its own published history. Quarters early in a series’ record have fewer comparison points, and every refresh restates history by small amounts as the yardstick grows. The index treats that restatement as a feature — the alternative, freezing a baseline window, would make the scale depend on a chosen era.

The AWI is not a forecast of wages, employment, or any future outcome. It measures current conditions against the historical record and makes no claim about what comes next.

The American Worker Index is the worker-conditions member of the index family. ADI ranks the nation's present quarter against its own history; SDI and CDI rank places; AWI ranks the American worker's present quarter against 1948-present. Same Hazen transform, same orientation rule, same equal-weight-domain shape.

Replication

The full scoring pipeline is open source. The production engine is at scripts/indexes/compute_worker_index.py, the shared percentile transform at scripts/indexes/family_normalization.py, and the independent validator at scripts/indexes/validate_worker_index.py. All are Python with no dependencies beyond the standard library and numpy.

Source data

9 series, all freely available federal and Federal Reserve data:

Series Source Domain Starts Direction
Real Production & Nonsupervisory Wage Computed (BLS AHETPI / CPI via FRED) The Paycheck 1969-Q1 lower = worse
Real Median Weekly Earnings (LES1252881600Q) BLS via FRED The Paycheck 1984-Q1 lower = worse
Productivity-Pay Wedge Computed (BLS OPHNFB vs COMPRNFB via FRED) The Paycheck 1952-Q1 higher = worse
Unemployment Rate (UNRATE) BLS via FRED The Job 1948-Q1 higher = worse
Involuntary Part-Time Share of Employment Computed (BLS LNS12032194 / CE16OV via FRED) The Job 1955-Q2 higher = worse
Union Membership Rate BLS Union Members (spliced) The Power 1948-Q1 lower = worse
Labor Share of Nonfarm Business Income (PRS85006173) BLS via FRED The Power 1947-Q1 lower = worse
Family Income Inequality (Gini) (GINIALLRF) Census via FRED The Divide 1947-Q1 higher = worse
Bottom 50% Share of Household Wealth (WFRBSB50215) Federal Reserve via FRED The Divide 1989-Q3 lower = worse

FRED attribution

Per FRED’s terms of service, source attribution is required for any FRED-derived series: “[Source Agency], [Full Series Title] [SERIES_ID], retrieved from FRED, Federal Reserve Bank of St. Louis.” Users replicating the index should include the appropriate FRED citation per series. FRED data may not be used for AI/ML training, per the same terms.

License

The AWI score, methodology, and underlying scoring code are released under the Creative Commons Attribution 4.0 license. Reuse is free, commercial use is permitted, and the only obligation is attribution to American Default Research with a link to https://americandefault.org/methodology/awi/.

How to Cite

The American Worker Index is an open data product released under Creative Commons Attribution 4.0. If you use it in research, policy analysis, or journalism, please cite American Default Research as the source.

APA

American Default Research. (2026). American Worker Index: Methodology and scoring. https://americandefault.org/methodology/awi/

MLA

American Default Research. “American Worker Index: Methodology and Scoring.” American Default Research, 2026, americandefault.org/methodology/awi/.

Chicago (author-date)

American Default Research. 2026. “American Worker Index: Methodology and Scoring.” https://americandefault.org/methodology/awi/.

News-copy short form

“According to American Default Research’s American Worker Index, the American worker’s position read 65.8 (High) in 2025-Q3. On average, the American worker's inputs sit worse than in 66% of their own quarterly histories.”

In-line attribution

“American Default Research’s American Worker Index...” or, on second reference: “AWI data...”

Change Log

Substantive methodology changes are recorded here with the date applied. Routine quarterly data refreshes (which update scores but not methodology) are not change-log events.

  • 2026-07-12 Band labels aligned with the national time-series contract: Minimal, Low, Typical, High, and Severe. Scores, thresholds, inputs, and historical values did not change.
  • 2026-07-07 American Worker Index published under the family-v1 method with Hazen normalization, four equal-weighted domains, refuse-to-publish gates, and five equal score segments. Methodology page /methodology/awi/ first published as the canonical reference.
🛟
If this affects you, we can help. Get a free action plan · Call (307) 264-2992 Find help near you · Browse the Glossary Prefer a nonprofit? HUD-approved housing counselors offer free foreclosure-prevention counseling (1-800-569-4287).