PSC Code

PSC R706 Federal Contract Obligations (Last Year)

R706 covers federal logistics support obligations in the last full year, led by the Department of the Army and major defense contractors.

In the last full year, PSC R706, Support- Management: Logistics Support, recorded $6.65 billion across 14,267 award actions, with an average action value of $465,951.10. The Department of the Army accounted for the largest share of obligations, followed by USSOCOM, the Department of the Air Force, the Department of the Navy, and ICE.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of FPDS-observed obligations for PSC R706 and summarizes totals, award counts, and leading agencies and vendors.

PSC Code
R706
PSC Description
SUPPORT- MANAGEMENT: LOGISTICS SUPPORT
Total Obligated
6.65 billion
6,647,724,482.58
Award Actions
14,267
Average Action Value
465,951.10

About PSC R706 federal contract activity

PSC R706, SUPPORT- MANAGEMENT: LOGISTICS SUPPORT, accounted for 6.65 billion in obligations across 14,267 awards in the last full year, with an average award value of 465,951.10. The volume and value profile indicate broad use of logistics management support services across federal missions, with spending concentrated in a relatively small set of high-value awards.

Agency demand and leading federal buyers

The Department of the Army led obligations for this PSC at 2.98 billion across 1,396 awards, followed by U.S. Special Operations Command at 772.65 million and the Department of the Air Force at 751.97 million. The Department of the Navy also represented a significant share at 728.30 million, while U.S. Immigration and Customs Enforcement stood out for 600.77 million across only 6 awards, indicating very large individual actions.

Vendor concentration and leading contractors

VECTRUS SYSTEMS CORPORATION was the largest vendor by obligations at 1.04 billion across 94 awards, followed by ACQUISITION LOGISTICS LLC at 869.52 million across 17 awards and LOCKHEED MARTIN CORPORATION at 765.36 million across 1,024 awards. KBR SERVICES, LLC and AMENTUM SERVICES, INC. also ranked among the top vendors, showing that obligations are distributed across a mix of high-dollar, lower-count awards and more numerous recurring award actions.

Annual contract trend over the analysis window

The annual trend for 2025 shows 6.65 billion obligated across 14,267 awards, which serves as the full-year baseline for this analysis window. With only one year shown in the available trend data, no year-over-year movement can be assessed from this extract.

How to interpret this page

This summary is based on FPDS obligations tied to PSC R706 for the last full year, using total obligated dollars, award counts, and average award value. Agency, vendor, and trend views reflect the provided ranked aggregates; values are reported as supplied and should be interpreted as obligation totals, not outlays or estimated contract ceilings.

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__productOrServiceInformation__productOrServiceCode = 'R706'
        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
2100 DEPT OF THE ARMY 2,982,938,409.93 2.98 billion 1,396
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 772,653,742.63 772.65 million 1,048
5700 DEPT OF THE AIR FORCE 751,969,538.09 751.97 million 695
1700 DEPT OF THE NAVY 728,299,903.69 728.30 million 2,083
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 600,767,387.86 600.77 million 6
1900 STATE, DEPARTMENT OF 243,649,427.68 243.65 million 731
4732 FEDERAL ACQUISITION SERVICE 182,019,609.05 182.02 million 6,620
97AS DEFENSE LOGISTICS AGENCY 81,770,742.55 81.77 million 47
7013 TRANSPORTATION SECURITY ADMINISTRATION 69,552,237.33 69.55 million 27
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 65,041,258.35 65.04 million 176

Insight

R706 obligations total $6.65 billion across 14,267 awards in the last full year, with spending concentrated in the Department of the Army at $2.98 billion, or about 45% of total obligations. USSOCOM, the Department of the Air Force, and the Department of the Navy together add another $2.25 billion, indicating that defense organizations account for the vast majority of PSC R706 activity. Federal Acquisition Service stands out for volume rather than dollars, with 6,620 awards but only $182.02 million obligated, while ICE has $600.77 million across just 6 awards, reflecting a highly uneven distribution of award sizes across top agencies.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'R706'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
VECTRUS SYSTEMS CORPORATION 1D510 1,036,778,692.54 1.04 billion 94
ACQUISITION LOGISTICS LLC 50E79 869,523,179.48 869.52 million 17
LOCKHEED MARTIN CORPORATION 622B7 765,356,562.02 765.36 million 1,024
KBR SERVICES, LLC 3GJU9 586,651,830.50 586.65 million 161
AMENTUM SERVICES, INC. 5W3V7 318,490,391.67 318.49 million 102
AMENTUM PARSONS LOGISTICS SERVICES LLC 80D08 255,397,715.50 255.40 million 29
SIERRA NEVADA COMPANY, LLC 4EXW5 235,201,136.31 235.20 million 69
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 192,770,260.56 192.77 million 45
MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. 5N741 155,750,399.75 155.75 million 20
GENERAL ATOMICS AERONAUTICAL SYSTEMS, INC. 0YJB5 119,060,170.88 119.06 million 80

Insight

R706 logistics support obligations totaled $6.65 billion across 14,267 awards in the last full year, with an average award value of about $465.9K. Top vendor obligations are moderately concentrated: VECTRUS SYSTEMS CORPORATION led at $1.04 billion, followed by ACQUISITION LOGISTICS LLC at $869.5 million and LOCKHEED MARTIN CORPORATION at $765.4 million. The remaining top vendors each received less than $600 million, and award volume is more dispersed than obligation value, with LOCKHEED MARTIN receiving 1,024 awards versus relatively high-dollar, lower-count awards for several other vendors.

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__productOrServiceInformation__productOrServiceCode = 'R706'
        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 6,647,724,482.58 6.65 billion 14,267

Insight

For the last full year, PSC R706 obligated $6.65 billion across 14,267 awards, indicating a high-volume, broadly distributed logistics support buying pattern. The average award value of about $465.9 thousand suggests a mix of smaller transactions with some larger obligations, but no year-over-year trend can be assessed from the single-year window.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.