Methodology

How every number on Truewise is computed. Last updated 2026-07-17. Data vintages: College Scorecard release 2026-06-10; BLS OEWS May 2024 + Employment Projections 2024-34; CRDC 2021-22.

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:

How sensitive is that number?

The fair criticism of any rate built on the reported 26% is that suppression might not be random, so the visible programs could be a flattering sample. Suppression is indeed not random: undergraduate certificates are about 82% suppressed and fail at 38.6% where reported, while bachelor's degrees are about 59% suppressed and fail at 4.5%. Reported programs have a median of 33 graduates; suppressed ones have 4. So we tested whether that changes the answer.

Assuming every suppressed program fails at the rate observed in its own credential-and-sector group, and re-estimating across all 220,960 programs, the rate becomes 9.03%, against the 8.96% we publish. The composition of the hidden programs moves the headline by seven hundredths of a percentage point, so the figure is robust to the most likely objection to it.

One distinction worth stating plainly, because it is easy to conflate. Our headline counts programs. Weighted by the number of graduates instead, the rate is 7.37%. So: about 1 in 11 programs, but about 1 in 14 graduates. Failing programs are somewhat smaller than average. Both numbers are in site/data/value_check_summary.json and are recomputed by analysis/summary.py on every data refresh, so they cannot drift away from the data.

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.

Cite this

If you use the Truewise dataset or code, please cite it:

Anandraj. (2026). Truewise: open US college program value data from the College Scorecard (Version 0.1.0) [Data set and software]. Zenodo. https://doi.org/10.5281/zenodo.21781702

That DOI (10.5281/zenodo.21781702) always resolves to the latest version. To cite the exact version you used, v0.1.0 is 10.5281/zenodo.21781703. Every release is archived on Zenodo with its data files and checksums. A machine-readable CITATION.cff is in the repository, and GitHub's "Cite this repository" button reads from it.

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.

Loan repayment, and why some figures say "or less"

School pages report whether borrowers actually pay their debt down, using the College Scorecard's borrower-based repayment status for students who completed, measured two years after entering repayment (share in default, share already paid in full), plus the share of all borrowers whose balance is declining three years in.

These columns behave differently from earnings. Besides ordinary suppression, the Department of Education censors small rates, publishing them as "at most" a value rather than an exact number. We neither discard those nor present them as exact: a censored figure is shown as "2% or less", which is precisely what ED published. Censored values are never used in averages or rankings. Of 6,273 institutions, about 3,600 have a usable default figure (roughly a third exact, the rest censored bounds) and about 4,700 have the three-year repayment rate.

Known limitations