Federal Contractor

JPATS LOGISTICS SERVICES, LLC Federal Contract Obligations (Last 10 Years)

JPATS LOGISTICS SERVICES, LLC's federal procurement record shows $1.93 billion in obligated awards across 824 actions over the last 10 years, led by the Department of the Air Force.

JPATS LOGISTICS SERVICES, LLC is associated with 824 federal contract actions and $1,930,149,101.25 in obligated awards during the last 10 years. The activity is concentrated in NAICS 488190, Other Support Activities for Air Transportation, with all listed obligations from the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the provided trend data remain above $200 million each year from 2021 through 2025, with 2025 at $425.55 million.

CAGE Code
7S9G5
UEI
LNM9GYXMBE38
Total Obligated
1.93 billion
1,930,149,101.25
Award Actions
824
Average Action Value
2,342,413.95

About JPATS LOGISTICS SERVICES, LLC federal contract activity

JPATS LOGISTICS SERVICES, LLC (CAGE 7S9G5, UEI LNM9GYXMBE38) recorded 824 FPDS awards over the last 10 years, with total obligations of 1.93 billion and an average award value of 2.34 million. The profile is concentrated in a single federal customer and a single NAICS code, indicating a highly focused contracting footprint rather than a diversified vendor base.

Agency mix and customer concentration

All observed obligations and awards in the analysis window are attributed to the DEPT OF THE AIR FORCE (agency ID 5700), which accounts for the full 1.93 billion and 824 awards. This indicates a sole-agency dependency profile, with no evidence in the provided data of material contract activity outside the Air Force.

Industry profile based on NAICS activity

Contract activity is fully concentrated in NAICS 488190, Other Support Activities for Air Transportation, which represents the entire 1.93 billion and all 824 awards. The mix suggests the vendor’s federal work is aligned to air-transportation support services and shows no diversification across other NAICS categories in the supplied dataset.

Annual contract trend over the analysis window

Annual obligations in the recent period show sustained high-value activity, rising from 231.73 million in 2021 to 425.55 million in 2025. Award counts remained relatively stable year to year, ranging from 109 to 129 in the years shown, indicating that changes in obligated dollars were driven more by award size than by volume.

How to interpret this page

This summary is based on FPDS award records for the last 10 years tied to CAGE 7S9G5 and UEI LNM9GYXMBE38. Totals, counts, and averages reflect the supplied overview metrics, while agency, NAICS, and annual trend statements are derived from the provided top-line distributions and yearly obligation 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 = '7S9G5'
        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 1,930,149,101.25 1.93 billion 824

Insight

Over the last 10 years, JPATS LOGISTICS SERVICES, LLC has had all recorded obligated dollars concentrated in a single agency: the Department of the Air Force. The Air Force accounts for the full $1.93 billion in obligations across 824 awards, indicating a highly concentrated customer base with no diversification across other agencies in this period. The average award value across the vendor’s overall activity is approximately $2.34 million.

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 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
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 1,930,149,101.25 1.93 billion 824

Insight

Over the last 10 years, JPATS LOGISTICS SERVICES, LLC’s obligations are fully concentrated in NAICS 488190, Other Support Activities for Air Transportation. The vendor received 824 awards under this single NAICS, totaling $1.93 billion, indicating a highly specialized and non-diversified award profile. The average award value across the period was about $2.34 million, suggesting recurring contract activity at moderate per-award scale within the same industry classification.

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 10 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
2020 202,581,810.44 202.58 million 98
2019 166,599,348.04 166.60 million 99
2018 85,643,437.95 85.64 million 39
2017 6,692,113.00 6.69 million 6

Insight

Over the last 10 years, JPATS LOGISTICS SERVICES, LLC has obligated $1.93 billion across 824 awards, with annual activity concentrated in the most recent years. Obligations increased sharply from $6.69 million in 2017 to $166.60 million in 2019, then generally remained above $200 million annually from 2020 onward, peaking at $425.55 million in 2025. Award counts also expanded over time, rising from 6 awards in 2017 to a range of 98 to 129 awards annually since 2020, indicating sustained and broad procurement activity.

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.