Geography

California Federal Contract Obligations (Last 10 Years)

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

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

Generated at 03/15/2026

Analysis period: Last 10 years

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

State Code
CA
State
California
Total Obligated
580.87 billion
580,866,232,520.36
Award Actions
3,661,337
Average Action Value
158,648.66

About California federal contract activity

This page summarizes last 10 years of federal contract activity associated with California. Based on the current FPDS Query dataset, this geography shows 580.87 billion in visible obligations across 3,661,337 award actions, with an average action value of 158,648.66. 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 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 122.82 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 10 years. The current ranking is led by HEALTH NET FEDERAL SERVICES, LLC, with 28.10 billion in obligations, followed by LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY. 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 10 years, from 2016 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 10 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 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
1700 DEPT OF THE NAVY 122,815,419,399.47 122.82 billion 300,289
5700 DEPT OF THE AIR FORCE 112,627,644,783.64 112.63 billion 95,394
3600 VETERANS AFFAIRS, DEPARTMENT OF 51,472,451,988.71 51.47 billion 127,807
8900 ENERGY, DEPARTMENT OF 45,441,395,791.71 45.44 billion 5,973
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 45,404,697,513.43 45.40 billion 67,116
2100 DEPT OF THE ARMY 43,223,498,973.96 43.22 billion 76,714
97AS DEFENSE LOGISTICS AGENCY 35,908,996,258.33 35.91 billion 1,933,674
97DH DEFENSE HEALTH AGENCY (DHA) 30,682,043,231.55 30.68 billion 5,722
12K2 AGRICULTURAL MARKETING SERVICE 8,504,362,958.11 8.50 billion 8,342
4732 FEDERAL ACQUISITION SERVICE 8,394,689,969.27 8.39 billion 569,135

Insight

California contract activity over the last 10 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 10 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
HEALTH NET FEDERAL SERVICES, LLC 3TJW0 28,102,429,656.75 28.10 billion 947
LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY 4K7L1 23,874,863,340.56 23.87 billion 277
CALIFORNIA INSTITUTE OF TECHNOLOGY 23835 21,762,785,510.11 21.76 billion 17,406
MCKESSON CORPORATION 1MKG3 20,543,243,934.69 20.54 billion 11,529
GENERAL ATOMICS AERONAUTICAL SYSTEMS, INC. 0YJB5 18,663,071,486.77 18.66 billion 5,425
LOCKHEED MARTIN CORPORATION 06887 16,142,427,761.21 16.14 billion 3,051
NATIONAL STEEL AND SHIPBUILDING COMPANY 81220 12,531,095,101.11 12.53 billion 3,462
SPACE EXPLORATION TECHNOLOGIES CORP. 3BVL8 10,489,505,694.66 10.49 billion 907
THE AEROSPACE CORPORATION 12782 9,807,451,672.02 9.81 billion 3,294
RAYTHEON COMPANY 4U884 9,581,015,471.25 9.58 billion 4,062

Insight

Visible obligations in California over the last 10 years appear concentrated among a relatively small set of leading vendors. HEALTH NET FEDERAL SERVICES, LLC ranks first, followed by LAWRENCE LIVERMORE NATIONAL SECURITY LIMITED LIABILITY COMPANY, 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 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 58,424,161,248.88 58.42 billion 44,813
336411 AIRCRAFT MANUFACTURING 51,091,724,669.50 51.09 billion 24,388
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 44,102,669,032.51 44.10 billion 3,241
541330 ENGINEERING SERVICES 36,300,847,370.22 36.30 billion 80,638
524114 DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS 29,499,615,571.02 29.50 billion 1,108
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 26,282,002,723.30 26.28 billion 23,745
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 24,470,055,951.58 24.47 billion 34,931
336611 SHIP BUILDING AND REPAIRING 24,468,135,895.96 24.47 billion 38,502
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 22,227,383,417.60 22.23 billion 30,813
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 16,297,680,153.94 16.30 billion 19,358

Insight

The top-NAICS table highlights the industries with the largest visible obligations in California over the last 10 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 10 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
6505 DRUGS AND BIOLOGICALS 36,356,578,824.03 36.36 billion 193,299
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 34,764,577,095.98 34.76 billion 36,233
Q201 MEDICAL- GENERAL HEALTH CARE 30,545,493,064.05 30.55 billion 8,551
AZ11 R&D- OTHER RESEARCH AND DEVELOPMENT (BASIC RESEARCH) 26,368,416,714.19 26.37 billion 2,311
AR22 R&D- SPACE: SCIENCE/APPLICATIONS (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 21,046,411,026.33 21.05 billion 17,833
R499 SUPPORT- PROFESSIONAL: OTHER 18,238,821,546.97 18.24 billion 21,972
M181 OPER OF GOVT R&D GOCO FACILITIES 18,165,257,411.63 18.17 billion 813
1550 UNMANNED AIRCRAFT 14,557,047,923.16 14.56 billion 4,014
Q403 MEDICAL- EVALUATION/SCREENING 10,650,121,395.40 10.65 billion 906
J999 NON-NUCLEAR SHIP REPAIR (WEST) 9,613,139,427.01 9.61 billion 26,973

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in California over the last 10 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 10 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
2020 57,792,494,936.36 57.79 billion 365,961
2019 55,613,700,505.33 55.61 billion 396,774
2018 61,649,477,158.39 61.65 billion 371,343
2017 55,753,436,218.49 55.75 billion 353,408
2016 54,769,573,501.94 54.77 billion 365,368

Insight

The annual trend shows how obligations in California moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.