JT4, LLC shows a concentrated federal procurement profile centered on the Department of the Air Force and NAICS 541330 Engineering Services. In the last 10 years, the company recorded 384 award actions with an average action value of $6.80 million, and annual obligations in the most recent years ranged from $303.82 million to $443.11 million.
Federal Contractor
JT4, LLC Federal Contract Obligations (Last 10 Years)
JT4, LLC (CAGE 7DS14, UEI JKCNBX9J66E6) has received 384 federal award actions totaling $2.61 billion over the last 10 years, almost entirely from the Department of the Air Force for engineering services.
This summary reflects the last 10 years of readable FPDS obligations and award counts for JT4, LLC.
About JT4, LLC federal contract activity
JT4, LLC recorded $2.61 billion in federal obligations across 384 awards in the last 10 years, with an average award value of $6.80 million. The profile is highly concentrated, indicating a sustained stream of medium-to-large awards rather than broad, low-value activity.
Agency mix and customer concentration
All recorded obligations in the analysis window came from the DEPT OF THE AIR FORCE, which accounted for the full $2.61 billion and all 384 awards. This level of concentration indicates a single-agency dependency profile and limited diversification across the federal customer base.
Industry profile based on NAICS activity
All observed obligations are classified under NAICS 541330, Engineering Services, with the full $2.61 billion tied to 384 awards. The spend pattern suggests JT4, LLC’s federal work is consistently aligned to engineering support activities rather than a mixed-services portfolio.
Annual contract trend over the analysis window
Annual obligations remained above $300 million in each reported year from 2021 through 2025, with a peak of $443.11 million in 2023 and a lower point of $303.82 million in 2021. Award volume also varied modestly, ranging from 48 awards in 2022 to 72 awards in 2025, showing continued procurement activity despite year-to-year fluctuations in dollar value.
How to interpret this page
This summary is based on FPDS award records for JT4, LLC associated with CAGE 7DS14 and UEI JKCNBX9J66E6 over the last 10 years. Totals reflect obligated dollars and award counts in the provided dataset, with agency, NAICS, and annual views derived from the same record set.
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 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 2,612,002,837.46 | 2.61 billion | 384 |
Insight
Over the last 10 years, JT4, LLC’s obligations are fully concentrated in the Department of the Air Force, which accounts for the entire $2.61 billion obligated and all 384 awards. This indicates a single-agency dependency with no visible diversification across other federal agencies in the provided period. The average award value of about $6.8 million suggests a mix of relatively large obligations within this concentrated portfolio.
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 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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 2,612,002,837.46 | 2.61 billion | 384 |
Insight
Over the last 10 years, JT4, LLC (CAGE 7DS14) received $2.61 billion across 384 awards, with an average award value of $6.80 million. All reported obligations are concentrated in NAICS 541330, Engineering Services, indicating complete portfolio concentration in a single industrial classification for this period. This pattern suggests JT4’s obligated activity has been fully focused on engineering services with no observable NAICS diversification in the provided data.
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 10 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 |
| 2024 | 341,509,274.22 | 341.51 million | 52 |
| 2023 | 443,111,526.39 | 443.11 million | 55 |
| 2022 | 307,629,616.78 | 307.63 million | 48 |
| 2021 | 303,818,601.38 | 303.82 million | 54 |
| 2020 | 333,785,791.16 | 333.79 million | 43 |
| 2019 | 278,907,254.52 | 278.91 million | 38 |
| 2018 | 212,309,025.27 | 212.31 million | 22 |
Insight
Over the last 10 years, JT4, LLC (CAGE 7DS14) received $2.61 billion across 384 awards, averaging $6.80 million per award. Annual obligations were concentrated in the later part of the period, with totals remaining above $300 million in most years and peaking in 2023 at $443.11 million; 2025 also remains elevated at $390.93 million. Award volume generally increased over time, rising from 22 awards in 2018 to 72 awards in 2025, indicating a broader distribution of obligations across more actions in the most recent years.
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.