During the last full year, JT4, LLC recorded $390.93 million in obligated federal awards across 72 actions, for an average action value of $5.43 million. All reported obligation in this window came from the Department of the Air Force and was classified under NAICS 541330, Engineering Services.
Federal Contractor
JT4, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for JT4, LLC (CAGE 7DS14, UEI JKCNBX9J66E6) covering obligations, awards, agencies, and NAICS activity in the last full year.
Figures reflect the last full year and are based on the provided FPDS summary totals, award counts, and categorical rollups.
About JT4, LLC federal contract activity
JT4, LLC (CAGE 7DS14, UEI JKCNBX9J66E6) recorded $390.93 million in obligations across 72 awards during the last full year, for an average award value of about $5.43 million. The profile indicates a high-volume, mid-to-large dollar contract base rather than a small number of exceptional awards.
Agency mix and customer concentration
All observed obligations came from the DEPT OF THE AIR FORCE, which accounted for the full $390.93 million and all 72 awards. This concentration indicates a single-agency demand profile with no diversification across other federal buyers in the analysis window.
Industry profile based on NAICS activity
All recorded obligations were classified under NAICS 541330, Engineering Services, with 72 awards totaling $390.93 million. The uniform NAICS profile suggests JT4’s federal work in this period was fully concentrated in engineering services rather than spanning multiple procurement categories.
Annual contract trend over the analysis window
The annual trend shows all observed obligations in 2025, totaling $390.93 million across 72 awards. Because the analysis window is the last full year and only one year is represented, the available data supports a snapshot view rather than a multi-year trajectory.
How to interpret this page
This summary is based on FPDS obligation records tied to JT4, LLC using CAGE 7DS14 and UEI JKCNBX9J66E6 over the last full year. Agency, NAICS, and annual trend sections reflect the provided aggregated totals and award counts; no additional inferences were made beyond the supplied 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 = '7DS14'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 390,931,747.74 | 390.93 million | 72 |
Insight
JT4, LLC’s obligation profile for the last full year is entirely concentrated in the DEPT OF THE AIR FORCE, which accounts for 100% of the reported $390.93 million in obligations across 72 awards. The average award value was approximately $5.43 million, indicating a multi-award pattern rather than reliance on a single large obligation. This level of agency concentration suggests the vendor’s federal portfolio during the period was highly specialized and dependent on one department.
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 = '7DS14'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 390,931,747.74 | 390.93 million | 72 |
Insight
JT4, LLC’s obligations in the last full year are fully concentrated in NAICS 541330, Engineering Services, which accounts for the full $390.93 million and all 72 awards. This indicates a highly concentrated award profile with no observed diversification across other NAICS codes in this window. The average award value of about $5.43 million suggests a mid- to large-value award pattern within this single industrial category.
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 = '7DS14'
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 | 390,931,747.74 | 390.93 million | 72 |
Insight
Over the last full year, JT4, LLC (CAGE 7DS14) recorded $390.93 million in obligated value across 72 awards, for an average award value of about $5.43 million. Because only one year is represented in this window, no year-over-year trend can be assessed from the available data. The award activity indicates a moderately distributed obligation profile across a relatively high number of actions, rather than reliance on a small number of large awards.
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.