Federal Contractor

UNITED PARCEL SERVICE CO. Federal Contract Obligations (Last Year)

UNITED PARCEL SERVICE CO. (CAGE 0FAG6, UEI YF8QFWJLNBV8) received 199.06 million in federal obligations across 1,778 award actions in the last full year.

In the last full year, UNITED PARCEL SERVICE CO. recorded 199,058,144.93 in obligated spending across 1,778 award actions, for an average action value of 111,956.21. Activity was concentrated in USTRANSCOM and the Department of Veterans Affairs, with most obligations aligned to couriers and express delivery services.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the selected analysis window and may include deobligations; the NAICS and agency splits are based on reported FPDS award records.

CAGE Code
0FAG6
UEI
YF8QFWJLNBV8
Total Obligated
199.06 million
199,058,144.93
Award Actions
1,778
Average Action Value
111,956.21

About UNITED PARCEL SERVICE CO. federal contract activity

UNITED PARCEL SERVICE CO. (CAGE 0FAG6, UEI YF8QFWJLNBV8) recorded 1,778 FPDS actions totaling $199.06 million in the last full year, for an average award value of $111,956.21. The obligation profile is heavily concentrated in logistics and delivery services, indicating a contract base centered on transportation support rather than diversified federal work. Both award volume and dollars suggest sustained use across multiple purchasing offices.

Agency mix and customer concentration

USTRANSCOM was the largest funding source by obligation at $105.81 million across 48 awards, accounting for a little over half of total dollars. The Department of Veterans Affairs contributed $65.43 million across 654 awards, while the Internal Revenue Service added $14.36 million across only 6 awards, showing a mix of high-volume transactional buying and a smaller number of larger obligations. The Social Security Administration and U.S. Patent and Trademark Office were smaller but recurring customers.

Industry profile based on NAICS activity

The portfolio is dominated by NAICS 492110, Couriers and Express Delivery Services, which represents $193.27 million across 1,751 awards and is the core of the vendor's federal activity. Smaller amounts appear under 481212 and 481112, indicating some air freight transport-related obligations. A single negative obligation under 561431 should be treated as an adjustment or de-obligation rather than a new business line.

Annual contract trend over the analysis window

The provided analysis window contains one annual observation for 2025, with $199.06 million obligated across 1,778 awards. Because no prior-year data is included, directionality and growth rate cannot be established from this extract alone. The available year nonetheless confirms that the vendor maintained a high-activity federal footprint throughout the period.

How to interpret this page

This summary is based on FPDS obligation records attributed to UNITED PARCEL SERVICE CO. using the supplied CAGE code and UEI over the last full year. Amounts reflect total obligated dollars and award counts as provided; a negative obligation is retained as reported and may indicate an adjustment. No assumptions were made beyond the supplied metrics.

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 = '0FAG6'
        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
9776 USTRANSCOM 105,810,412.08 105.81 million 48
3600 VETERANS AFFAIRS, DEPARTMENT OF 65,427,645.93 65.43 million 654
2050 INTERNAL REVENUE SERVICE 14,358,271.47 14.36 million 6
2800 SOCIAL SECURITY ADMINISTRATION 4,140,003.20 4.14 million 22
1344 US PATENT AND TRADEMARK OFFICE 1,342,000.00 1.34 million 2
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 1,160,220.50 1.16 million 585
6800 ENVIRONMENTAL PROTECTION AGENCY 978,281.45 978.28 thousand 47
1205 USDA, DEPARTMENTAL ADMINISTRATION 960,956.11 960.96 thousand 14
12H2 AGRICULTURAL RESEARCH SERVICE 625,727.27 625.73 thousand 4
12E3 RURAL HOUSING SERVICE 487,145.27 487.15 thousand 3

Insight

Over the last full year, UNITED PARCEL SERVICE CO. (CAGE 0FAG6) received $199.06 million across 1,778 awards, with obligation concentration heavily weighted toward USTRANSCOM and the Department of Veterans Affairs. USTRANSCOM obligated $105.81 million on 48 awards, accounting for more than half of the top-agency total, while VA obligated $65.43 million across 654 awards, indicating a broader, more fragmented award pattern. Other agencies contributed materially less, with the next highest obligations at IRS ($14.36 million) and SSA ($4.14 million), suggesting a sharp drop-off after the top two buying activities.

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 = '0FAG6'
        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
492110 COURIERS AND EXPRESS DELIVERY SERVICES 193,265,583.27 193.27 million 1,751
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 5,468,763.45 5.47 million 21
481112 SCHEDULED FREIGHT AIR TRANSPORTATION 334,521.00 334.52 thousand 5
561431 PRIVATE MAIL CENTERS -10,722.79 -10.72 thousand 1

Insight

UNITED PARCEL SERVICE CO. shows a highly concentrated NAICS profile in the last full year, with 492110 COURIERS AND EXPRESS DELIVERY SERVICES accounting for 193.27 million of 199.06 million total obligated, or roughly 97% of obligations, across 1,751 of 1,778 awards. The remaining obligations are limited to 481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION at 5.47 million and 481112 SCHEDULED FREIGHT AIR TRANSPORTATION at 334.52 thousand, indicating a narrow transportation-focused mix outside the core courier activity. A single negative obligation appears under 561431 PRIVATE MAIL CENTERS, but its impact on overall spend is immaterial.

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 = '0FAG6'
        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 199,058,144.93 199.06 million 1,778

Insight

Over the last full year, UNITED PARCEL SERVICE CO. (CAGE 0FAG6) recorded $199.06 million in obligated dollars across 1,778 awards, for an average award value of $111,956.21. The annual activity is concentrated in a single reported year, indicating a sustained procurement relationship rather than multi-year fluctuation within the 1y window. The volume of awards relative to total obligated dollars suggests a high transaction count with generally moderate award values.

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.