PSC Code

PSC R706 Federal Contract Obligations (Last 10 Years)

PSC R706 covers support-management logistics support obligations across the federal government over the last 10 years, totaling $74.35 billion across 379,151 award actions.

R706 captures federal spending for support-management logistics support, with obligations concentrated in the Department of the Army, Department of the Air Force, USSOCOM, the Department of the Navy, and the Department of State. Annual obligations in the provided trend are highest in 2021 at $8.80 billion and remain above $6.65 billion in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of FPDS award activity for PSC R706 and may include multiple award actions tied to the same vendor or agency.

PSC Code
R706
PSC Description
SUPPORT- MANAGEMENT: LOGISTICS SUPPORT
Total Obligated
74.35 billion
74,354,178,908.25
Award Actions
379,151
Average Action Value
196,107.03

About PSC R706 federal contract activity

PSC R706, SUPPORT- MANAGEMENT: LOGISTICS SUPPORT, accounts for $74.35 billion in obligations across 379,151 awards over the last 10 years, with an average award value of $196,107.03. The volume of awards indicates a broad mix of smaller transactions alongside a concentrated set of larger logistics support obligations.

Agency demand and leading federal buyers

The Department of the Army leads all agencies in obligations at $33.88 billion, followed by the Department of the Air Force at $13.66 billion and U.S. Special Operations Command at $7.86 billion. The Department of the Navy and the Department of State also represent significant demand, showing that this PSC supports both defense and civilian logistics requirements.

Vendor concentration and leading contractors

Lockheed Martin Corporation is the largest vendor by obligations at $6.97 billion and also leads in award count among the listed vendors. Vectrus Systems Corporation, KBR Services, LLC, Fluor Intercontinental Incorporated, and Kellogg Brown and Root Services Incorporated all capture multi-billion-dollar obligations, indicating a concentrated supplier base for logistics support services.

Annual contract trend over the analysis window

Annual obligations remain consistently elevated, ranging from $6.65 billion in 2025 to a recent peak of $8.80 billion in 2021 among the years shown. Award counts are highest in 2022, 2023, and 2024, suggesting sustained procurement activity even as obligated dollars fluctuate year to year.

How to interpret this page

This summary is based on FPDS award records classified under PSC R706 for the last 10 years, using obligated dollars and award counts from the provided analysis window. Agency, vendor, and annual views reflect totals aggregated from the same FPDS data set; no additional sources or assumptions were used.

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 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
2100 DEPT OF THE ARMY 33,878,126,296.93 33.88 billion 16,675
5700 DEPT OF THE AIR FORCE 13,661,933,368.78 13.66 billion 7,289
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 7,858,043,252.69 7.86 billion 13,350
1700 DEPT OF THE NAVY 7,132,275,451.00 7.13 billion 34,785
1900 STATE, DEPARTMENT OF 3,199,938,847.31 3.20 billion 8,246
4732 FEDERAL ACQUISITION SERVICE 2,331,380,808.51 2.33 billion 278,407
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,086,941,421.59 1.09 billion 2,302
97AS DEFENSE LOGISTICS AGENCY 882,727,691.72 882.73 million 430
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 613,109,029.92 613.11 million 55
7013 TRANSPORTATION SECURITY ADMINISTRATION 564,110,621.23 564.11 million 135

Insight

Over the last 10 years, PSC R706 obligated $74.35 billion across 379,151 awards, indicating a high-volume, moderately concentrated spend profile with an average award value of $196,107. The Department of the Army led all agencies with $33.88 billion, or about 46% of total obligations, followed by the Department of the Air Force at $13.66 billion and USSOCOM at $7.86 billion. Award volume is more distributed than dollars, with the Federal Acquisition Service accounting for 278,407 awards but only $2.33 billion, while the top three obligating agencies account for the majority of PSC R706 spend.

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 10 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
LOCKHEED MARTIN CORPORATION 622B7 6,966,598,111.76 6.97 billion 11,436
VECTRUS SYSTEMS CORPORATION 1D510 5,513,900,173.76 5.51 billion 645
KBR SERVICES, LLC 3GJU9 5,323,636,828.49 5.32 billion 866
FLUOR INTERCONTINENTAL INCORPORATED 1CZV4 2,847,901,977.73 2.85 billion 280
KELLOGG BROWN AND ROOT SERVICES INCORPORATED (1250) 3GJU9 2,834,418,145.75 2.83 billion 513
DYNCORP INTERNATIONAL LIMITED LIABILITY COMPANY (7126) 1SMB2 2,165,458,481.80 2.17 billion 252
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 2,016,650,033.83 2.02 billion 737
SIERRA NEVADA CORPORATION 8X691 1,966,377,738.69 1.97 billion 505
AMENTUM SERVICES, INC. 5W3V7 1,849,575,370.01 1.85 billion 572
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. 78JP6 1,728,605,336.11 1.73 billion 216

Insight

R706 obligations total $74.35 billion across 379,151 awards over the last 10 years, with an average award value of $196,107, indicating a high-volume, relatively fragmented award profile. Top vendor obligations are concentrated among a small set of firms, led by Lockheed Martin Corporation at $6.97 billion, followed by Vectrus Systems Corporation at $5.51 billion and KBR Services, LLC at $5.32 billion. The remaining top vendors each account for roughly $1.73 billion to $2.85 billion, suggesting substantial spend concentration among a limited group of logistics support contractors while award counts vary widely by vendor.

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 10 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
2024 7,671,175,888.97 7.67 billion 55,322
2023 7,766,762,661.85 7.77 billion 54,014
2022 6,896,554,057.29 6.90 billion 56,448
2021 8,802,663,051.87 8.80 billion 37,017
2020 7,686,521,032.78 7.69 billion 60,991
2019 7,608,982,884.35 7.61 billion 50,786
2018 8,076,913,389.57 8.08 billion 21,916
2017 7,196,060,388.74 7.20 billion 14,106
2016 6,000,821,070.25 6.00 billion 14,284

Insight

Over the last 10 years, PSC R706 obligated $74.35 billion across 379,151 awards, with an average award value of $196,107. Obligations have been relatively stable in a narrow band from $6.00 billion to $8.80 billion annually, indicating sustained demand for logistics support services rather than a single-year spike. Peak annual obligations occurred in 2021 at $8.80 billion, while 2025 shows a partial-year total of $6.65 billion to date. Award counts are more volatile, ranging from 14,106 in 2017 to 60,991 in 2020, suggesting shifts in award fragmentation and buying activity even where obligation levels remained comparatively steady.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.