In the last full year, JACOBS TECHNOLOGY INC. received $472,931,145.25 in obligated federal awards across 488 actions, averaging $969,121.19 per action. NASA accounted for most of the total, followed by the Department of the Air Force, with activity concentrated in research and development, engineering services, and facilities support.
Federal Contractor
JACOBS TECHNOLOGY INC. Federal Contract Obligations (Last Year)
Federal procurement profile for JACOBS TECHNOLOGY INC. (CAGE 07486, UEI H2RGSKWXKHQ5) covering last full year obligations and award activity.
Agency, NAICS, and annual totals reflect FPDS award actions for the selected analysis window and may not equal contract ceiling values.
About JACOBS TECHNOLOGY INC. federal contract activity
JACOBS TECHNOLOGY INC. recorded $472.93 million in obligated contract value across 488 awards in the last full year, for an average award value of about $969.1 thousand. The profile indicates a high-volume federal supplier with spending concentrated in a relatively small number of large obligations, led by work associated with technical and scientific support services.
Agency mix and customer concentration
NASA is the dominant customer, accounting for $342.74 million and 107 awards, which represents the clear majority of obligated value. The DEPT OF THE AIR FORCE is the second-largest agency at $111.87 million across 79 awards, while smaller amounts were spread across the Public Buildings Service, Federal Acquisition Service, and EPA. The agency mix is therefore heavily concentrated in aerospace and defense, with a secondary federal civilian presence.
Industry profile based on NAICS activity
The vendor’s obligations are concentrated in R&D and engineering-related work. NAICS 541715 alone accounts for $246.11 million, followed by 541330 at $137.81 million and 561210 at $97.67 million; together these three categories comprise nearly all observed obligated value. Smaller activity appears in 541712 and 811219, but these do not materially change the core mix.
Annual contract trend over the analysis window
The annual trend shows a single-year total of $472.93 million across 488 awards in 2025, which matches the full analysis window provided. Because only one year is available, the data supports a point-in-time snapshot rather than a multi-year growth assessment. The volume of awards relative to obligated dollars suggests a workload split between a few large contracts and many smaller actions.
How to interpret this page
This summary is based only on the provided FPDS Query aggregates for the last full year, using total obligated dollars, award counts, agency totals, NAICS totals, and the annual trend record. Agency and NAICS rankings are interpreted strictly from the supplied values, and no additional contract-level attributes were inferred. Where percentages are not shown, concentration is described qualitatively to avoid overstating precision beyond the source data.
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 1 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 | 342,741,576.27 | 342.74 million | 107 |
| 5700 | DEPT OF THE AIR FORCE | 111,873,226.87 | 111.87 million | 79 |
| 4740 | PUBLIC BUILDINGS SERVICE | 9,033,274.31 | 9.03 million | 57 |
| 4732 | FEDERAL ACQUISITION SERVICE | 4,681,166.78 | 4.68 million | 18 |
| 6800 | ENVIRONMENTAL PROTECTION AGENCY | 2,875,134.19 | 2.88 million | 153 |
| 1700 | DEPT OF THE NAVY | 2,300,747.31 | 2.30 million | 29 |
| 7022 | FEDERAL EMERGENCY MANAGEMENT AGENCY | 790,613.11 | 790.61 thousand | 5 |
| 2100 | DEPT OF THE ARMY | 490,319.63 | 490.32 thousand | 13 |
| 8900 | ENERGY, DEPARTMENT OF | 71,928.19 | 71.93 thousand | 2 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 7 |
Insight
JACOBS TECHNOLOGY INC. received $472.93 million across 488 awards in the last full year, with obligations heavily concentrated at NASA and the Department of the Air Force. NASA accounted for $342.74 million across 107 awards, or roughly 72% of total obligated value, while the Air Force added $111.87 million across 79 awards, bringing the top two agencies to about 96% of total obligations. The remaining agencies contributed comparatively small dollar values, though EPA had 153 awards at only $2.88 million, indicating a high-award, low-value distribution outside the two primary funding sources.
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 1 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) | 246,106,874.01 | 246.11 million | 144 |
| 541330 | ENGINEERING SERVICES | 137,808,989.00 | 137.81 million | 197 |
| 561210 | FACILITIES SUPPORT SERVICES | 97,666,094.24 | 97.67 million | 90 |
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 1,148,929.37 | 1.15 million | 31 |
| 811219 | OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE | 632,152.00 | 632.15 thousand | 3 |
| 541320 | LANDSCAPE ARCHITECTURAL SERVICES | 617,020.00 | 617.02 thousand | 4 |
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | -2,488.93 | -2.49 thousand | 2 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | -11,046,424.44 | -11.05 million | 17 |
Insight
Jacobs Technology Inc. shows strong concentration in technical and mission-support NAICS, with 541715 accounting for $246.11 million across 144 awards and 541330 adding $137.81 million across 197 awards. Together with 561210 at $97.67 million across 90 awards, these three NAICS comprise the clear majority of last year’s $472.93 million in obligations. Smaller amounts are spread across a limited set of additional codes, while negative obligations in 541512 (-$11.05 million) and 541710 (-$2.49 thousand) indicate post-award deobligations or adjustments in those 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 = '07486'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
Insight
In the last full year, JACOBS TECHNOLOGY INC. (CAGE 07486) recorded $472.93 million in obligated value across 488 awards, for an average award value of approximately $969.1K. Activity for the 1-year window is concentrated in a single reporting year (2025), so no year-over-year trend can be assessed from the provided data. The volume of awards relative to total obligated value suggests a broadly distributed award profile with moderate average dollar size.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.