Methodology

How every number on Truewise is computed. Last updated 2026-07-17. Data vintages: College Scorecard release 2026-06-10; BLS OEWS May 2023 + Employment Projections 2023-33; CRDC 2020-21.

Sources

Everything comes from public U.S. federal data. College outcomes use two College Scorecard bulk files (most recent release, 2026-06-10), joined on the IPEDS UNITID: the Field-of-Study file (per program: median earnings after completion, median debt) and the Institution file (the state and national high-school-graduate earnings thresholds). Careers demand adds the NCES CIP-to-SOC crosswalk, BLS OEWS wages, and BLS Employment Projections. High-school data comes from the Civil Rights Data Collection (CRDC).

The earnings-premium test (Value Check)

For each program (school × 4-digit CIP × credential) we take median earnings four years after completion, the same figure the Department of Education displays on the public College Scorecard site, falling back to the one-year figure only where the four-year value is suppressed, and compare it to the state high-school-graduate earnings threshold:

The headline number, in full

Our headline is that 1 in 11 college programs with reported earnings leave graduates earning less than a typical high-school graduate. Here is exactly what is behind it, including the parts most coverage leaves out:

Reproduce these numbers: the dataset lives in published/value_check.parquet and the exact script is analysis/summary.py in the GitHub repo.

Principles

The audit that caught our own bug

When we checked Value Check against ED's live College Scorecard site, we found we had originally used one-year earnings while ED publishes the four-year figure. We fixed it to prefer four-year earnings (falling back to one-year only when suppressed), which changed the headline fail rate from 33% to 9% and now matches ED to the dollar (for example UCLA Economics $95,440, Psychology $61,050, Sociology $64,692). We publish this because finding and fixing your own error is the honest thing to do. Full write-up: AUDIT.md.

Why do other studies say 1 in 4?

Some coverage (for example a widely cited HEA Group study) reports that attendees of about 1 in 4 higher-ed programs earn less than high-school graduates. The difference from our 1 in 11 is not a contradiction, it is three definitional choices:

All three are defensible; we state ours plainly so the number is reproducible.

The other modules, in brief

Affordability shows net price by family-income bracket (College Scorecard NPT41 to NPT45), coalesced across a school's sector; suppressed brackets show as "not reported". ROI divides a program's median federal debt by its yearly earnings premium over a high-school graduate (years to recoup what was borrowed); it is null when there is no premium or no debt. Mobility puts Pell share, completion, and the earnings-premium pass rate side by side against the national median, with a transparent "hidden gem" rule (beats all three medians); it is an access-and-outcomes view, not the Chetty income-mobility rate. Careers pools program earnings to the field level and joins BLS occupation pay and outlook through the NCES CIP-to-SOC crosswalk. High schools report, from the CRDC, which advanced courses a school offers, participation, and staffing (counselors, security).

Full detail for every module is in METHODOLOGY.md and the data dictionary.

Known limitations