Over the last 5 years, JPATS LOGISTICS SERVICES, LLC recorded 582 award actions totaling $1,468,632,391.82 in obligated federal spending, with an average action value of $2,523,423.35. The entire obligation is concentrated in the Department of the Air Force and NAICS 488190, Other Support Activities for Air Transportation.
Federal Contractor
JPATS LOGISTICS SERVICES, LLC Federal Contract Obligations (Last 5 Years)
JPATS LOGISTICS SERVICES, LLC (CAGE 7S9G5, UEI LNM9GYXMBE38) shows 5-year federal procurement activity centered on Air Force air-transportation support.
Annual obligations ranged from $218,150,506.78 in 2022 to $425,551,460.39 in 2025, based on readable FPDS data for the analysis window.
About JPATS LOGISTICS SERVICES, LLC federal contract activity
JPATS LOGISTICS SERVICES, LLC (CAGE 7S9G5, UEI LNM9GYXMBE38) recorded 1.47 billion in FPDS obligations across 582 awards over the last 5 years, for an average award value of 2.52 million. The spending profile is highly concentrated, indicating sustained federal use rather than a broad multi-agency footprint.
Agency mix and customer concentration
Obligations are fully concentrated in the DEPT OF THE AIR FORCE, which accounts for the entire 1.47 billion and all 582 awards in the analysis window. This indicates a single-agency relationship with no observable diversification across other federal departments or agencies in the provided period.
Industry profile based on NAICS activity
All observed obligations fall under NAICS 488190, OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION, with the same 1.47 billion and 582 awards attributed to that code. The vendor’s federal work is therefore tightly aligned to air transportation support services, with no evidence in the supplied data of material activity outside that category.
Annual contract trend over the analysis window
Annual obligations remained above 200 million in each year of the window, ranging from 218.15 million in 2022 to 425.55 million in 2025. After a decline from 2021 to 2022, obligations increased in 2023 and 2024, then rose sharply in 2025, while award counts stayed relatively stable between 109 and 129 per year.
How to interpret this page
This summary is based on the supplied FPDS analysis window of the last 5 years and the provided obligation, award count, agency, NAICS, and annual trend aggregates. Amounts reflect obligated dollars only and should be interpreted as the total federal spend captured in the source dataset for the identified vendor identifiers.
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 = '7S9G5'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 1,468,632,391.82 | 1.47 billion | 582 |
Insight
Over the last 5 years, JPATS LOGISTICS SERVICES, LLC’s obligated dollars are fully concentrated in a single top agency: the DEPT OF THE AIR FORCE. The Air Force accounts for the full $1.47 billion in obligations and all 582 awards in the period, indicating complete agency concentration with no diversification across other agencies. The average award value across this activity is about $2.52 million, suggesting a pattern of repeated awards within one agency portfolio rather than distributed federal demand.
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 = '7S9G5'
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 |
|---|---|---|---|---|
| 488190 | OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION | 1,468,632,391.82 | 1.47 billion | 582 |
Insight
Over the last 5 years, JPATS LOGISTICS SERVICES, LLC’s obligations are fully concentrated in NAICS 488190, Other Support Activities for Air Transportation. This NAICS accounts for the full $1.47 billion in obligated value across 582 awards, indicating a highly concentrated contract profile with no diversification across additional NAICS codes in the provided data. The average award value is approximately $2.52 million, suggesting recurring award activity within a single functional 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 = '7S9G5'
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 | 425,551,460.39 | 425.55 million | 113 |
| 2024 | 331,432,885.95 | 331.43 million | 115 |
| 2023 | 261,763,719.87 | 261.76 million | 129 |
| 2022 | 218,150,506.78 | 218.15 million | 116 |
| 2021 | 231,733,818.83 | 231.73 million | 109 |
Insight
JPATS LOGISTICS SERVICES, LLC obligated 1.47 billion across 582 awards over the last 5 years, with an average award value of 2.52 million. Obligations increased from 231.73 million in 2021 to 425.55 million in 2025, despite award counts remaining relatively stable at 109 to 129 annually. The trend indicates growing dollar concentration in recent years, with 2025 representing the highest annual obligation in the period.
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.