Geography

California Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations in California for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations in California for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

State Code
CA
State
California
Total Obligated
295.29 billion
295,287,550,199.85
Award Actions
1,808,483
Average Action Value
163,279.14

About California federal contract activity

This page summarizes last 5 years of federal contract activity associated with California. Based on the current FPDS Query dataset, this geography shows 295.29 billion in visible obligations across 1,808,483 award actions, with an average action value of 163,279.14. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in California appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 61.81 billion in obligations, followed by DEPT OF THE AIR FORCE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in California over the last 5 years. The current ranking is led by LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY, with 15.98 billion in obligations, followed by HEALTH NET FEDERAL SERVICES, LLC. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in California across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'CA'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
1700 DEPT OF THE NAVY 61,805,705,096.59 61.81 billion 133,513
5700 DEPT OF THE AIR FORCE 61,149,240,442.13 61.15 billion 45,856
8900 ENERGY, DEPARTMENT OF 26,722,894,036.80 26.72 billion 2,747
2100 DEPT OF THE ARMY 24,023,131,576.38 24.02 billion 32,283
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 23,430,059,254.39 23.43 billion 30,935
3600 VETERANS AFFAIRS, DEPARTMENT OF 16,345,736,334.91 16.35 billion 59,728
97DH DEFENSE HEALTH AGENCY (DHA) 15,166,834,648.92 15.17 billion 4,340
97AS DEFENSE LOGISTICS AGENCY 14,399,784,152.45 14.40 billion 884,459
4732 FEDERAL ACQUISITION SERVICE 5,581,935,124.87 5.58 billion 409,582
12K2 AGRICULTURAL MARKETING SERVICE 4,425,256,128.77 4.43 billion 5,421

Insight

California contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by DEPT OF THE AIR FORCE, which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'CA'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY 4K7L1 15,975,246,939.69 15.98 billion 147
HEALTH NET FEDERAL SERVICES, LLC 3TJW0 14,279,891,216.71 14.28 billion 354
CALIFORNIA INSTITUTE OF TECHNOLOGY 23835 11,925,787,076.91 11.93 billion 8,438
GENERAL ATOMICS AERONAUTICAL SYSTEMS, INC. 0YJB5 9,423,023,044.32 9.42 billion 2,975
SPACE EXPLORATION TECHNOLOGIES CORP. 3BVL8 9,110,393,570.68 9.11 billion 758
BOEING COMPANY, THE 88277 7,625,359,076.25 7.63 billion 659
NATIONAL STEEL AND SHIPBUILDING COMPANY 81220 7,400,082,047.91 7.40 billion 1,511
LOCKHEED MARTIN CORPORATION 06887 7,063,558,269.62 7.06 billion 1,205
QTC MEDICAL SERVICES, INC. 5AR96 6,225,668,443.79 6.23 billion 249
RAYTHEON COMPANY 4U884 5,914,259,321.54 5.91 billion 2,370

Insight

Visible obligations in California over the last 5 years appear concentrated among a relatively small set of leading vendors. LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY ranks first, followed by HEALTH NET FEDERAL SERVICES, LLC, which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'CA'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 42,674,713,938.17 42.67 billion 31,683
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 25,891,985,957.99 25.89 billion 951
336411 AIRCRAFT MANUFACTURING 23,699,121,486.15 23.70 billion 11,667
541330 ENGINEERING SERVICES 19,121,654,789.57 19.12 billion 38,189
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 14,298,631,244.89 14.30 billion 366
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 13,448,128,985.29 13.45 billion 14,958
336611 SHIP BUILDING AND REPAIRING 13,247,764,737.03 13.25 billion 17,650
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 9,232,715,905.96 9.23 billion 9,033
621111 OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) 7,989,654,839.13 7.99 billion 1,404
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 7,142,068,700.66 7.14 billion 65,291

Insight

The top-NAICS table highlights the industries with the largest visible obligations in California over the last 5 years. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'CA'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 19,522,959,095.99 19.52 billion 18,047
AZ11 R&D- OTHER RESEARCH AND DEVELOPMENT (BASIC RESEARCH) 16,064,465,275.66 16.06 billion 652
Q201 MEDICAL- GENERAL HEALTH CARE 14,872,500,451.34 14.87 billion 3,194
M181 OPER OF GOVT R&D GOCO FACILITIES 9,990,927,821.23 9.99 billion 420
R499 SUPPORT- PROFESSIONAL: OTHER 9,040,991,472.95 9.04 billion 9,962
AR22 R&D- SPACE: SCIENCE/APPLICATIONS (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 8,559,392,377.28 8.56 billion 6,743
Q403 MEDICAL- EVALUATION/SCREENING 7,950,795,787.95 7.95 billion 442
1550 UNMANNED AIRCRAFT 7,564,152,216.68 7.56 billion 2,154
V126 TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: SPACE TRANSPORTATION/LAUNCH 6,063,704,870.44 6.06 billion 741
AC24 NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; R&D ADMINISTRATIVE EXPENSES 5,907,095,265.33 5.91 billion 488

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in California over the last 5 years. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'CA'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 59,922,680,944.65 59.92 billion 347,138
2024 59,613,450,578.91 59.61 billion 341,682
2023 64,675,017,932.78 64.68 billion 381,037
2022 57,581,071,600.07 57.58 billion 369,777
2021 53,495,329,143.44 53.50 billion 368,849

Insight

The annual trend shows how obligations in California moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, and annual trends.

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