Federal Contractor

LELAND STANFORD JUNIOR UNIVERSITY, THE Federal Contract Obligations (Last Year)

Federal procurement profile for LELAND STANFORD JUNIOR UNIVERSITY, THE (CAGE 1KN27, UEI HJD6G4D6TJY5) covering the last full year of obligated awards.

In the last full year, LELAND STANFORD JUNIOR UNIVERSITY, THE recorded 234 award actions and $783,122,085.55 in obligated funding, with an average action value of $3,346,675.57. The Department of Energy accounted for most obligations, and research and development in the physical, engineering, and life sciences was the dominant NAICS category.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the analysis window shown and are based on readable FPDS obligations, with the annual trend limited to 2025.

CAGE Code
1KN27
UEI
HJD6G4D6TJY5
Total Obligated
783.12 million
783,122,085.55
Award Actions
234
Average Action Value
3,346,675.57

About LELAND STANFORD JUNIOR UNIVERSITY, THE federal contract activity

LELAND STANFORD JUNIOR UNIVERSITY, THE (CAGE 1KN27, UEI HJD6G4D6TJY5) recorded 783.12 million in obligated awards across 234 actions in the last full year, for an average award value of 3.35 million. The vendor’s profile is dominated by federally funded research activity rather than broad administrative or commodity procurement.

Agency mix and customer concentration

The Department of Energy accounted for 746.15 million of the total, or the clear majority of obligated dollars, across 49 awards. NASA was the next largest customer by award count with 129 awards but only 16.12 million obligated, followed by the Department of Veterans Affairs and NIH; USSOCOM contributed a minimal 156.03 thousand, indicating a highly concentrated agency mix with DOE as the primary funding source.

Industry profile based on NAICS activity

NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, dominated the profile with 752.19 million across 64 awards. The remaining obligation base was spread across biotechnology R&D, specialized physical/engineering/life sciences R&D, testing laboratories and services, and colleges/universities, which together represent a much smaller share and reinforce a research-centered contracting pattern.

Annual contract trend over the analysis window

The annual trend shows 783.12 million obligated in 2025, with 234 awards recorded for the full year. Because the analysis window includes only the last full year, this dataset supports a single-year snapshot rather than a multi-year growth trend.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 1KN27 and UEI HJD6G4D6TJY5 for the last full year. Totals reflect obligated dollars and award counts aggregated by agency and NAICS, and categories are ranked by total obligated value; no additional assumptions were applied.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1KN27'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
8900 ENERGY, DEPARTMENT OF 746,148,479.30 746.15 million 49
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 16,122,044.65 16.12 million 129
3600 VETERANS AFFAIRS, DEPARTMENT OF 11,263,715.18 11.26 million 26
7529 NATIONAL INSTITUTES OF HEALTH 9,284,231.95 9.28 million 12
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 156,025.00 156.03 thousand 9
7527 INDIAN HEALTH SERVICE 125,078.07 125.08 thousand 2
1700 DEPT OF THE NAVY 22,511.40 22.51 thousand 1
7524 FOOD AND DRUG ADMINISTRATION 0.00 0.00 2
8960 FEDERAL ENERGY REGULATORY COMMISSION 0.00 0.00 3
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 0.00 0.00 1

Insight

Over the last full year, obligations to LELAND STANFORD JUNIOR UNIVERSITY, THE (CAGE 1KN27) were highly concentrated in the Department of Energy, which accounted for $746.15 million of $783.12 million total obligated, or about 95%. NASA was a distant second by dollars at $16.12 million but led in award count with 129 of 234 awards, indicating a much smaller but more transaction-heavy relationship. VA and NIH were the next largest obligation sources at $11.26 million and $9.28 million, respectively, while all remaining agencies each obligated less than $0.2 million.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1KN27'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 752,193,479.30 752.19 million 64
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 9,973,269.00 9.97 million 5
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,445,077.95 4.45 million 15
541380 TESTING LABORATORIES AND SERVICES 3,518,960.16 3.52 million 5
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 2,982,334.78 2.98 million 27
621991 BLOOD AND ORGAN BANKS 783,805.64 783.81 thousand 2
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 125,078.07 125.08 thousand 4
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 0.00 0.00 1
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING -2,021.00 -2.02 thousand 2
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES -18,013.87 -18.01 thousand 2

Insight

LELAND STANFORD JUNIOR UNIVERSITY, THE is highly concentrated in NAICS 541710, which accounts for $752.19 million of $783.12 million total obligated funding across 64 awards in the last full year. The remaining obligations are distributed across a small number of R&D and related NAICS codes, led by 541714 at $9.97 million and 541715 at $4.45 million, with all other listed categories each below $3.52 million. Negative obligations are minimal and limited to 334510 and 541720, indicating limited downward adjustment relative to the overall award volume.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1KN27'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 783,122,085.55 783.12 million 234

Insight

During the last full year, LELAND STANFORD JUNIOR UNIVERSITY, THE (CAGE 1KN27) recorded $783.12 million in obligated awards across 234 actions, for an average award value of $3.35 million. This indicates a highly concentrated annual obligation profile with relatively large average awards rather than a high-volume, small-dollar distribution. With only one year in the 1-year window, no year-over-year trend can be assessed from the provided data.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.