Federal Contractor

THE REGENTS OF THE UNIVERSITY OF CALIFORNIA Federal Contract Obligations (Last 10 Years)

Federal procurement profile for THE REGENTS OF THE UNIVERSITY OF CALIFORNIA (CAGE 1GGD0, UEI PKK5TD16N4H1) covering awards over the last 10 years.

THE REGENTS OF THE UNIVERSITY OF CALIFORNIA recorded 218 award actions totaling $4.42 billion in obligations over the last 10 years, with an average action value of $20.28 million. Most obligations came from the Department of Energy, and the largest NAICS category was research and development in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect readably formatted FPDS obligations for the stated 10-year analysis window and may not reconcile to a single award instrument due to modifications and multiple actions.

CAGE Code
1GGD0
UEI
PKK5TD16N4H1
Total Obligated
4.42 billion
4,421,191,941.68
Award Actions
218
Average Action Value
20,280,696.98

About THE REGENTS OF THE UNIVERSITY OF CALIFORNIA federal contract activity

THE REGENTS OF THE UNIVERSITY OF CALIFORNIA recorded 218 FPDS awards totaling 4.42 billion over the last 10 years, with an average award value of 20.28 million. The profile is highly concentrated, with most obligations flowing through a small number of awards tied to federally funded research and development activity.

Agency mix and customer concentration

The Department of Energy dominates the vendor relationship, accounting for 4.37 billion across 141 awards, or essentially all recorded obligation value. NASA is a distant second at 46.41 million across 54 awards, while all other agencies in the top five contribute only minimal dollars and appear to reflect niche or transactional activity.

Industry profile based on NAICS activity

The vendor's NAICS profile is led by research and development in the physical, engineering, and life sciences, which represents 3.88 billion across 120 awards. Higher education activity is also material through colleges, universities, and professional schools at 498.22 million, while the only other substantial line item is guided missile and space vehicle parts and auxiliary equipment manufacturing at 46.41 million, mirroring the NASA obligation profile.

Annual contract trend over the analysis window

Annual obligations are concentrated in 2023 through 2025, with 1.38 billion in 2023, 1.31 billion in 2024, and 1.28 billion in 2025. Earlier years are much smaller, including 68.02 million in 2021 and 4.87 million in 2022, indicating a recent step-up in recorded contract activity rather than a steady long-run distribution.

How to interpret this page

This summary uses FPDS obligations and award counts for the vendor identified by CAGE 1GGD0 and UEI PKK5TD16N4H1 over the last 10 years. Agency, NAICS, and annual views are based on the provided top-line aggregates and are presented as observed in the source data without additional inference.

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 = '1GGD0'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 4,374,526,597.24 4.37 billion 141
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 46,414,097.87 46.41 million 54
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 167,290.56 167.29 thousand 8
7529 NATIONAL INSTITUTES OF HEALTH 59,372.00 59.37 thousand 4
3600 VETERANS AFFAIRS, DEPARTMENT OF 19,534.01 19.53 thousand 9
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 7,500.00 7.50 thousand 1
7008 U.S. COAST GUARD -2,450.00 -2.45 thousand 1

Insight

Over the last 10 years, obligations to THE REGENTS OF THE UNIVERSITY OF CALIFORNIA are highly concentrated at the Department of Energy, which accounts for $4.37 billion across 141 awards, or nearly all of the $4.42 billion obligated to this vendor. NASA is a distant second at $46.41 million across 54 awards, while all other agencies are immaterial by comparison, each remaining below $170 thousand. The award pattern indicates a heavy reliance on a single customer agency with limited diversification across the federal portfolio.

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 = '1GGD0'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 3,876,299,554.24 3.88 billion 120
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 498,215,617.01 498.22 million 23
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 46,414,097.87 46.41 million 54
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 152,290.56 152.29 thousand 7
513210 SOFTWARE PUBLISHERS 59,372.00 59.37 thousand 4
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 22,500.00 22.50 thousand 2
621511 MEDICAL LABORATORIES 20,648.00 20.65 thousand 2
517210 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 3,982.00 3.98 thousand 3
517312 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 3,880.00 3.88 thousand 3

Insight

Over the last 10 years, obligations for THE REGENTS OF THE UNIVERSITY OF CALIFORNIA are highly concentrated in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, which accounts for 3.88 billion of 4.42 billion total obligated across 120 of 218 awards. NAICS 611310, Colleges, Universities, and Professional Schools, is a distant second at 498.22 million, while NAICS 336419, Other Guided Missile and Space Vehicle Parts and Auxiliary Equipment Manufacturing, adds 46.41 million across 54 awards. The remaining NAICS codes are immaterial in dollar value, indicating a procurement profile dominated by research and education activities with limited diversification into other categories.

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 = '1GGD0'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,278,236,162.49 1.28 billion 63
2024 1,306,799,313.91 1.31 billion 51
2023 1,384,359,380.71 1.38 billion 45
2022 4,871,900.00 4.87 million 6
2021 68,021,728.50 68.02 million 7
2020 57,013,697.35 57.01 million 13
2019 103,778,976.82 103.78 million 10
2018 117,311,131.89 117.31 million 11
2017 100,799,650.01 100.80 million 12

Insight

THE REGENTS OF THE UNIVERSITY OF CALIFORNIA (CAGE 1GGD0) obligated 4.42 billion across 218 awards over the last 10 years, with an average award value of about 20.28 million. Obligations are highly concentrated in the most recent three years: 2023 through 2025 account for roughly 3.97 billion, or about 90 percent of total obligations, while award counts also increased from 45 in 2023 to 63 in 2025. Prior years were comparatively low and steady, ranging from 4.87 million in 2022 to 117.31 million in 2018, indicating a sharp recent expansion in funded activity.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.