Federal Contractor

JACOBS TECHNOLOGY INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for JACOBS TECHNOLOGY INC. (CAGE 07486, UEI H2RGSKWXKHQ5) covering obligations, agencies, NAICS codes, and annual trends over the last 10 years.

JACOBS TECHNOLOGY INC. has 5,251 recorded award actions and 8.07 billion in obligated federal spending across the last 10 years, with an average action value of 1.54 million. NASA is the largest customer by obligation, followed by USSOCOM, the Department of the Army, the Department of the Air Force, and the Federal Acquisition Service.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window and may include multiple award types and modified actions.

CAGE Code
07486
UEI
H2RGSKWXKHQ5
Total Obligated
8.07 billion
8,070,569,707.13
Award Actions
5,251
Average Action Value
1,536,958.61

About JACOBS TECHNOLOGY INC. federal contract activity

JACOBS TECHNOLOGY INC. has recorded $8.07 billion in obligated federal spending across 5,251 awards over the last 10 years, with an average award value of $1.54 million. The profile indicates a high-volume, technically oriented contracting base rather than reliance on a small number of large single awards.

Agency mix and customer concentration

NASA is the dominant customer, accounting for $4.55 billion across 1,493 awards, or well over half of total obligations. The next largest agency relationships are USSOCOM, the Department of the Army, the Department of the Air Force, and the Federal Acquisition Service, showing a mix of space, defense, and government-wide support demand.

Industry profile based on NAICS activity

The award portfolio is concentrated in technical service categories led by R&D in the physical, engineering, and life sciences under NAICS 541712 and 541715, together totaling nearly $3.88 billion. Engineering services, computer systems design services, and facilities support services add substantial volume, indicating a broad technical services footprint with recurring support and systems work.

Annual contract trend over the analysis window

Annual obligations in the visible recent years peaked in 2021 and 2022 at about $1.24 billion and $1.23 billion, then declined to $879.52 million in 2023 and $538.58 million in 2024. Through 2025, obligations remain below the earlier peak, with $472.93 million recorded, suggesting a lower current run rate relative to the prior high period.

How to interpret this page

This summary is based on FPDS-observed obligations, award counts, and associated agency and NAICS classifications for JACOBS TECHNOLOGY INC. over the last 10 years. Totals reflect reported obligated dollars and are not adjusted for inflation, deobligation timing, or award scope changes.

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 = '07486'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 4,546,064,986.81 4.55 billion 1,493
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 985,383,581.51 985.38 million 244
2100 DEPT OF THE ARMY 822,392,575.74 822.39 million 538
5700 DEPT OF THE AIR FORCE 733,334,267.73 733.33 million 714
4732 FEDERAL ACQUISITION SERVICE 569,148,543.41 569.15 million 323
4740 PUBLIC BUILDINGS SERVICE 126,239,441.17 126.24 million 538
6800 ENVIRONMENTAL PROTECTION AGENCY 93,705,358.86 93.71 million 966
1700 DEPT OF THE NAVY 59,145,879.69 59.15 million 192
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 54,328,964.73 54.33 million 55
1344 US PATENT AND TRADEMARK OFFICE 28,927,245.55 28.93 million 15

Insight

Over the last 10 years, JACOBS TECHNOLOGY INC. has obligated $8.07 billion across 5,251 awards, with spending heavily concentrated at NASA, which accounts for $4.55 billion and 1,493 awards, or more than half of total obligations. The next largest customers are USSOCOM, the Department of the Army, and the Department of the Air Force, each contributing materially but at a much lower level than NASA, indicating a strong federal portfolio centered on space and defense agencies. Obligations are also distributed across civilian and acquisition organizations, including GSA, EPA, and USPTO, suggesting some diversification beyond the core mission agencies.

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 = '07486'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,989,129,085.41 1.99 billion 790
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,882,874,750.14 1.88 billion 982
541330 ENGINEERING SERVICES 1,690,468,508.00 1.69 billion 1,686
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,577,260,608.46 1.58 billion 545
561210 FACILITIES SUPPORT SERVICES 861,596,580.15 861.60 million 1,037
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 27,650,589.83 27.65 million 106
541519 OTHER COMPUTER RELATED SERVICES 24,030,503.33 24.03 million 34
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 16,198,083.16 16.20 million 46
541320 LANDSCAPE ARCHITECTURAL SERVICES 617,020.00 617.02 thousand 4
541618 OTHER MANAGEMENT CONSULTING SERVICES 431,749.88 431.75 thousand 3

Insight

Over the last 10 years, JACOBS TECHNOLOGY INC. received 8.07 billion across 5,251 awards, with obligations concentrated in technical service and R&D NAICS codes. The top five NAICS categories account for the vast majority of obligated dollars, led by 541712 ($1.99 billion), 541715 ($1.88 billion), 541330 ($1.69 billion), and 541512 ($1.58 billion), indicating a heavy focus on physical, engineering, and life sciences R&D, engineering services, and computer systems design. Facilities support services (561210) is also a material category at $861.60 million and 1,037 awards, while the remaining NAICS codes are relatively minor by obligation value.

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 = '07486'
        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 472,931,145.25 472.93 million 488
2024 538,575,873.58 538.58 million 522
2023 879,520,472.56 879.52 million 583
2022 1,226,307,377.03 1.23 billion 635
2021 1,237,224,936.05 1.24 billion 627
2020 1,110,039,022.13 1.11 billion 762
2019 1,007,199,474.12 1.01 billion 449
2018 1,041,757,417.36 1.04 billion 558
2017 531,017,995.65 531.02 million 553
2016 25,995,993.40 26.00 million 74

Insight

JACOBS TECHNOLOGY INC. has obligated $8.07 billion across 5,251 awards over the last 10 years, with an average award value of $1.54 million. Annual obligations were highly concentrated in 2018–2022, when funding remained above $1.0 billion each year and peaked in 2021 at $1.24 billion and 627 awards; 2020 also had the highest award count at 762. Activity then declined in 2023–2025, falling from $879.52 million in 2023 to $472.93 million in 2025, with award counts decreasing from 583 to 488. Only 2016 and 2017 were materially below the later period, indicating a long-term shift from a low base to sustained high-obligation years followed by a recent contraction.

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.