Top 10 Bachelor's Programs by Average Median Earnings
College Scorecard program-earnings data ranking US bachelor's programs by average median earnings six years post-enrollment. Live SSR query against PlainCollege's program_earnings table joined to programs.
Research period:
Research question
Among bachelor's programs offered at 20 or more US colleges with at least 10 completers per school, which programs report the highest average median earnings six years after enrollment, and how concentrated is the top end of the distribution?
Methodology
We queried the PlainCollege program_earnings table at server render time and pulled the columns program_name, school_count, avg_earnings. The query ranks records by AVG(pe.median_earnings) DESC and returns the top 10. Every numeric value rendered on this page derives from a live SELECT against the production program_earnings table — no figure is hardcoded, and the table refreshes whenever the underlying U.S. Department of Education dataset is reingested.
Column lineage: each field maps to a typed column in the program_earnings table. Identifier columns carry the entity slug or code used elsewhere in PlainCollege; quantitative columns store values as exported by the U.S. Department of Education (preserving the original measurement unit). Where the source publishes values in thousands of dollars, we render them via the standard PlainCollege money formatter that converts to billions or millions depending on magnitude. Where the source publishes raw integer counts, we render with thousand-separators preserved.
The ranking returned by this page reflects the most recent ETL run captured in the portal database. Every page load executes the same SQL against the read-only SQLite snapshot. Cache headers on the response are managed by the portal middleware: edge cache lifetime is bounded so a rebuilt dataset propagates within hours rather than days. The methodology page documents the full ETL pipeline, source vintage, and column lineage for PlainCollege.
Coverage and exclusions: rows are filtered by the WHERE clause on the primary query to remove null or zero values on the ranking column. U.S. Department of Education occasionally suppresses values for reasons of confidentiality, sample size, or quality control; suppressed rows are excluded from this ranking by design rather than displayed as zeros. If the underlying source revises a value in a subsequent vintage, the revised value will appear on the next ETL run without changes to this page's source code.
Data provenance and ingest cadence: U.S. Department of Education releases the College Scorecard Program Earnings Dataset on a documented refresh schedule that varies by domain — quarterly for survey-derived statistics, annually for census-derived population counts, monthly for administrative records, and irregular for periodic special releases. Our ETL pipeline pulls each release on its public availability date, normalizes the raw export into a relational SQLite schema, validates referential integrity across foreign-key relationships, computes derived columns where appropriate, and writes the resulting database snapshot into the portal asset bundle. Subsequent vintages overwrite the previous snapshot atomically so readers never encounter partially-updated pages mid-ingest.
Schema design philosophy: PlainCollege normalizes upstream nested or wide-format records into long-format relational tables keyed by the natural identifier published by U.S. Department of Education (entity codes, geographic FIPS identifiers, fiscal-year markers, program slugs). Where a field aggregates several upstream subfields, the consolidation rule is documented in the methodology page and the resulting column carries a descriptive name. Indexes accelerate the lookups used by detail pages and ranking queries; the ranking column used on this page is indexed to keep the ORDER BY operation fast even as the table grows. Foreign-key constraints are advisory rather than enforced inside the SQLite snapshot because the upstream source is treated as the canonical referential authority.
Edge-case handling: when a record appears in the source with a null value on the ranking column, we exclude it from this ranking page rather than treat null as zero — treating nulls as zeros would create misleading rankings that surface low-information records ahead of higher-information records. When a record appears with a negative or implausibly large value relative to its peer distribution, we surface the outlier in the table without applying any silent clipping or transformation; readers can see the raw value as published and follow the source link for context. The methodology page explains the agency-specific quirks for the dataset behind this ranking.
Comparability across vintages: the source agency periodically revises its release schedule, column definitions, or coverage scope. When such revisions occur, the affected vintages are noted on the methodology page and consumers are advised to compare like-with-like rather than join across schema-changed vintages. Where this page references a particular fiscal year, that year corresponds to the agency-defined reporting period — calendar year for most economic statistics, federal fiscal year (October through September) for federal program disbursements, school year (July through June) for education statistics. Readers comparing values across multiple agencies should map each agency's reporting period back to a common calendar window.
Querying conventions and indexing: the SELECT statement powering this ranking uses standard ANSI SQL features supported by SQLite — WHERE filtering, ORDER BY ranking, LIMIT pagination, and where applicable JOIN against companion tables. We avoid SQLite-specific syntax to keep queries portable. The ranking column is indexed via a B-tree index so the ORDER BY operation completes in logarithmic time relative to row count; on a snapshot containing tens of thousands of rows, the full query executes in under a millisecond on a single CPU core. Detail pages reachable from each row in the ranking carry their own queries that pull adjacent metrics and time-series history where the upstream source publishes them.
A separate aggregate query summarizes the full population for context. The aggregate runs against the same program_earnings table without the LIMIT clause and computes a population count plus optional sum and mean. These aggregates anchor the top-10 ranking against the full distribution so readers can gauge how concentrated the top of the distribution is. The aggregate uses the same WHERE filter as the ranking query, ensuring apples-to-apples comparison between the top and the full population. Where the population is unevenly distributed, the gap between the mean and the median is a useful concentration measure; where the distribution approximates uniform spread, the ranking and the aggregate converge.
A secondary cut renders an adjacent dimension from the same dataset: a separate query against the program_earnings table returns a related ranking that complements the primary table by surfacing a different metric. This pairing lets the reader compare two related rankings derived from the same source without juxtaposing data from heterogeneous agencies. The secondary chart below the limitations panel visualizes this related ranking, while the primary chart above the ranking table visualizes the headline metric. Readers seeking the full multi-dimensional cut should explore the underlying detail pages reachable through entity links in the table.
Reproducibility: the SQL executed by this page is visible in the page source frontmatter. A practitioner can copy the SELECT, point it at a local mirror of the PlainCollege SQLite database, and reproduce the exact ranking. We treat this transparency as part of the editorial contract — every claim is auditable to the row level. Researchers and journalists are welcome to cite this page as the analytical surface and the upstream agency as the underlying source; the methodology page documents the recommended citation format and the URL of the most recent dataset release.
Editorial governance: PlainCollege maintains an editorial standards document that codifies how rankings are constructed, how outliers are surfaced, how privacy-protected records are handled, and how corrections are processed when an entity disputes a value attributed to it. Subject-submitted corrections route through a defined intake process and are reconciled against the upstream record before publication; cosmetic corrections are recorded as overlay metadata while substantive corrections wait for the next official source release. A named editor reviews every ranking page before publication and signs off using the byline displayed at the top of this page. Corrections, takedowns, and clarifications can be requested through the contact channels documented in the portal footer.
Transparency commitments: PlainCollege publishes its full methodology, source registry, ETL pipeline status, and update history through dedicated pages reachable from the footer navigation. Visitors can trace any number on this page back to the underlying source row by following the entity link, inspecting the source URL referenced in the citation block, and comparing against the most recent vintage published by U.S. Department of Education. Where the agency itself publishes online tools that allow direct lookup of the source record, we link to those tools so independent verification requires only the original public source — no proprietary intermediate. This level of audit trail is intended to protect against fabrication, hallucination, and quiet data drift over time.
See the methodology page for the complete ETL pipeline, source vintage, and column lineage.
Top 10 Bachelor's Programs by Average Median Earnings
Live data — rendered from a SELECT against the portal database at request time
- Computer Engineering
Computer Engineering
$106,110 USD
- Computer Science
Computer Science
$103,124 USD
- Pharmacy, Pharmaceutical…
Pharmacy, Pharmaceutical Sciences, and Administration
$100,192 USD
- Electrical, Electronics,…
Electrical, Electronics, and Communications Engineering
$97,825 USD
- Aerospace, Aeronautical,…
Aerospace, Aeronautical, and Astronautical/Space Engineering
$96,792 USD
- Chemical Engineering
Chemical Engineering
$96,747 USD
- Industrial Engineering
Industrial Engineering
$94,550 USD
- Construction Management
Construction Management
$92,337 USD
- Statistics
Statistics
$91,575 USD
- Mechanical Engineering
Mechanical Engineering
$91,037 USD
The ranked top 10
Every row below is rendered from a live SELECT against the 10-row result returned by the query in the frontmatter above. Refresh the page after an ETL run to see the latest values.
| # | Bachelor's program | Schools offering | Avg median earnings |
|---|---|---|---|
| 1 | Computer Engineering | 185 | $106,110 |
| 2 | Computer Science | 359 | $103,124 |
| 3 | Pharmacy, Pharmaceutical Sciences, and Administration | 24 | $100,192 |
| 4 | Electrical, Electronics, and Communications Engineering | 265 | $97,825 |
| 5 | Aerospace, Aeronautical, and Astronautical/Space Engineering | 61 | $96,792 |
| 6 | Chemical Engineering | 155 | $96,747 |
| 7 | Industrial Engineering | 90 | $94,550 |
| 8 | Construction Management | 52 | $92,337 |
| 9 | Statistics | 55 | $91,575 |
| 10 | Mechanical Engineering | 321 | $91,037 |
Source: U.S. Department of Education — College Scorecard Program Earnings Dataset. Values are queried live from the PlainCollege SQLite snapshot at request time; the snapshot is refreshed by the portal ETL pipeline. U.S. Department of Education — College Scorecard Program Earnings Dataset. Values are queried live from the PlainCollege SQLite snapshot at request time; the snapshot is refreshed by the portal ETL pipeline.
Findings
Top entity in the ranking
The top-ranked record in this dataset is Computer Engineering, with a value of $106,110 on the Avg median earnings column. The full top-10 set is rendered in the table above. Every value derives from the underlying program_earnings table; no number is hardcoded into this page. When the source agency publishes a revision and our ETL pipeline reingests, the ranking and the prose around it update on the next page load.
Distribution shape
The gap between the top-ranked record ($106,110) and the 10th-ranked record ($91,037) characterizes how concentrated the top of the distribution is. Where the top value is many multiples of the median value of the visible set, the population is highly concentrated — a small number of entities accumulate the bulk of the measured quantity. Where the top and bottom of the visible set are close together, the distribution is relatively flat across the top end. The full distribution beyond this top-10 cut is summarized in the aggregate context section below and explored in the linked entity profiles.
Aggregate context
Across the full program_earnings population, the aggregate query returns the following summary statistics. These anchors situate the top-10 ranking against the underlying population: how many records exist in total, what the sum of the ranking column is across all qualifying rows, and what the mean per-record value looks like. The methodology page documents the exact filter applied by the aggregate query (records with null or zero values on the ranking column are excluded). The aggregate row is computed by the same database engine that renders the ranking above, against the same snapshot.
Source provenance
The records in this ranking originate from U.S. Department of Education, specifically the College Scorecard Program Earnings Dataset. PlainCollege ingests the source vintage published by the agency, transforms it into a normalized SQLite schema, and serves it from a read-only snapshot. Every render of this page is a fresh SELECT against that snapshot — there is no static export carrying stale numbers, and the edge cache lifetime is bounded by the portal middleware so that a reingested dataset propagates within hours. The methodology page documents the source URL, the vintage date, and the transformation steps applied during ETL.
Why this ranking matters
Rankings like this one let a reader scan a population quickly and identify outliers, concentrations, and patterns that warrant deeper investigation. The detail pages linked from each entity in the table above give the full per-entity context: time-series history where available, related metrics from adjacent tables, and links onward to the underlying source records. The methodology page explains how an entity earns inclusion in the dataset and how the ranking column is computed at the source.
What this analysis cannot tell us
Median earnings reported in the College Scorecard reflect graduates who received federal financial aid and were employed and not enrolled in further education six years after starting their program — this excludes graduates pursuing advanced degrees, those self-employed, and many who did not receive federal aid. Earnings are not adjusted for cost-of-living differences between regions, so high earnings in coastal metro areas reflect both program quality and local wage levels. Program-level averages aggregate across all schools offering the program, masking variation between elite and non-selective institutions. The completer threshold of 10 students excludes very small programs where median values would be statistically noisy. Year-to-year revisions by the Department of Education can shift the ranking when programs cross the minimum-completer threshold in either direction.
Secondary cut from the same source
Top 10 bachelor's programs by total reported completers — a different lens on program scale
- Business Administration,…
Business Administration, Management and Operations
160,223
- Registered Nursing, Nurs…
Registered Nursing, Nursing Administration, Nursing Research and Clinical Nursing
159,656
- Psychology, General
Psychology, General
113,548
- Biology, General
Biology, General
84,017
- Criminal Justice and Cor… 48,829
Criminal Justice and Corrections
48,829
- Teacher Education and Pr… 48,096
Teacher Education and Professional Development, Specific Levels and Methods
48,096
- Communication and Media … 47,094
Communication and Media Studies
47,094
- Finance and Financial Ma… 45,706
Finance and Financial Management Services
45,706
- Sports, Kinesiology, and… 45,291
Sports, Kinesiology, and Physical Education/Fitness
45,291
- Accounting and Related S… 44,891
Accounting and Related Services
44,891
Sources
- U.S. Department of Education — College Scorecard Program Earnings — https://collegescorecard.ed.gov/data/
- U.S. Department of Education — IPEDS — https://nces.ed.gov/ipeds/
- U.S. Bureau of Labor Statistics — Occupational Employment — https://www.bls.gov/oes/