Federal Contractor

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

Federal procurement profile for JACOBS TECHNOLOGY INC. (CAGE 07486, UEI H2RGSKWXKHQ5) covering the last 5 years of FPDS award activity.

JACOBS TECHNOLOGY INC. recorded $4.35 billion in obligated contract spending across 2,855 award actions in the last 5 years, with an average action value of $1.53 million. NASA is the largest awarding agency by far, followed by the Department of the Air Force, USSOCOM, the Department of the Army, and the Federal Acquisition Service.

Generated at 03/21/2026

Analysis period: Last 5 years

This page summarizes readable FPDS obligations and award counts for the stated analysis window; totals may differ from other reports because of rounding and data classification.

CAGE Code
07486
UEI
H2RGSKWXKHQ5
Total Obligated
4.35 billion
4,354,559,804.47
Award Actions
2,855
Average Action Value
1,525,239.86

About JACOBS TECHNOLOGY INC. federal contract activity

JACOBS TECHNOLOGY INC. recorded 4.35 billion in obligated FPDS awards across 2,855 actions over the last 5 years, with an average award value of 1.53 million. The vendor’s activity is concentrated in federal science, engineering, and mission-support work, indicating a broad but technically specialized contracting profile.

Agency mix and customer concentration

NASA is the dominant buyer at 2.31 billion across 693 awards, accounting for more than half of total obligations in the period. The remainder is spread across the Department of the Air Force, USSOCOM, the Department of the Army, and the Federal Acquisition Service, showing a mix of civil space, defense, and shared-services demand rather than reliance on a single program office.

Industry profile based on NAICS activity

The largest NAICS category is 541715, followed closely by 541330, with 541512 and 541712 also contributing substantial obligation volume. This mix points to recurring work in research and development, engineering services, and computer systems design, supported by a smaller but meaningful facilities support base under 561210.

Annual contract trend over the analysis window

Obligations peaked in 2021 and 2022 at roughly 1.24 billion and 1.23 billion, then declined in 2023, 2024, and 2025 to 472.93 million in the latest year shown. Award counts followed a similar downward pattern, suggesting a contraction in annual funding volume rather than a shift toward fewer, larger awards.

How to interpret this page

This page summarizes FPDS award data associated with CAGE 07486 and UEI H2RGSKWXKHQ5 for the last 5 years. Totals, counts, averages, and rankings are based on obligated dollars in the analysis window; agency and NAICS groupings reflect the reported award records and should be interpreted as obligation concentration, not necessarily the vendor’s full commercial footprint.

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 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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,305,186,477.73 2.31 billion 693
5700 DEPT OF THE AIR FORCE 657,526,187.47 657.53 million 293
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 466,756,614.34 466.76 million 95
2100 DEPT OF THE ARMY 363,875,169.90 363.88 million 215
4732 FEDERAL ACQUISITION SERVICE 343,162,658.28 343.16 million 181
4740 PUBLIC BUILDINGS SERVICE 78,661,598.91 78.66 million 314
6800 ENVIRONMENTAL PROTECTION AGENCY 46,747,181.66 46.75 million 799
9776 USTRANSCOM 23,968,817.56 23.97 million 27
1344 US PATENT AND TRADEMARK OFFICE 18,275,665.72 18.28 million 11
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 17,241,924.66 17.24 million 30

Insight

Over the last 5 years, JACOBS TECHNOLOGY INC. (CAGE 07486) received $4.35 billion across 2,855 awards, with obligations concentrated heavily at NASA ($2.31 billion, 693 awards), which accounts for more than half of total obligated dollars. The next largest customers are the Department of the Air Force ($657.53 million, 293 awards), USSOCOM ($466.76 million, 95 awards), the Department of the Army ($363.88 million, 215 awards), and the Federal Acquisition Service ($343.16 million, 181 awards), indicating a broader but substantially smaller secondary demand base. Several agencies issued a relatively high number of lower-dollar awards, including the Environmental Protection Agency (799 awards, $46.75 million) and the Public Buildings Service (314 awards, $78.66 million), suggesting a mixed profile of large task orders and smaller recurring obligations.

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 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) 1,225,785,568.87 1.23 billion 842
541330 ENGINEERING SERVICES 1,083,184,525.33 1.08 billion 950
541512 COMPUTER SYSTEMS DESIGN SERVICES 799,713,355.95 799.71 million 254
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 756,636,739.62 756.64 million 233
561210 FACILITIES SUPPORT SERVICES 455,184,420.48 455.18 million 512
541519 OTHER COMPUTER RELATED SERVICES 23,968,817.56 23.97 million 28
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 9,410,038.55 9.41 million 17
541320 LANDSCAPE ARCHITECTURAL SERVICES 617,020.00 617.02 thousand 4
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 118,320.00 118.32 thousand 1
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 79,750.00 79.75 thousand 2

Insight

Over the last 5 years, JACOBS TECHNOLOGY INC. has obligated $4.35 billion across 2,855 awards, with activity concentrated in technical services NAICS codes. The largest shares are in 541715 ($1.23 billion, 842 awards), 541330 ($1.08 billion, 950 awards), 541512 ($799.71 million, 254 awards), and 541712 ($756.64 million, 233 awards), indicating a strong emphasis on R&D and engineering support. Facilities support services (561210) is also material at $455.18 million across 512 awards, while the remaining NAICS codes represent relatively minor obligated amounts.

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 5 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

Insight

JACOBS TECHNOLOGY INC. received $4.35 billion across 2,855 awards over the last 5 years, with annual obligations declining from $1.24 billion in 2021 to $472.93 million in 2025. Obligations were concentrated in 2021–2022, which together accounted for about 56% of the 5-year total, while the subsequent years show a sustained downward shift in funding volume. Award counts also trended down from 635 in 2022 to 488 in 2025, indicating a parallel reduction in transaction activity alongside lower obligated dollars.

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