Award Number

Award Number 9700 / 0003 Federal Contract Action Summary (Last 5 Years)

Federal procurement summary for award number 0003 under agency ID 9700, covering the last 5 years of action history and obligations.

This page summarizes award number 0003 for agency ID 9700 over the last 5 years. The award records 3,130 actions and total obligated funding of 1.06 billion.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may differ from current system values if records are updated.

Agency ID
9700
PIID
0003
Type
Award
Total Obligated
1.06 billion
1,059,677,745.83
Actions
3,130
Average Action Value
338,555.19

Overview

Award number 0003 under agency ID 9700 shows 3,130 recorded actions in the last 5 years. Total obligated funding is $1,059,677,745.83, with an average action value of $338,555.19. This page is intended to support review of the award’s obligation and action history.

How to use this page

Use this page to review the award-level procurement record for agency ID 9700 and compare its action volume with obligated dollars. The figures provide a compact view of activity over the selected 5-year window and can support follow-up analysis of obligation patterns.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = '0003'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
2100 DEPT OF THE ARMY 816,062,783.07 816.06 million 1,711
5700 DEPT OF THE AIR FORCE 236,820,283.48 236.82 million 371
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 47,020,159.02 47.02 million 74
1700 DEPT OF THE NAVY 19,652,489.16 19.65 million 367
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 2,010,027.36 2.01 million 11
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 318,548.97 318.55 thousand 42
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 57,122.86 57.12 thousand 4
9748 DEFENSE HUMAN RESOURCES ACTIVITY -16,373.08 -16.37 thousand 1
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) -93,876.44 -93.88 thousand 3
97AS DEFENSE LOGISTICS AGENCY -603,008.49 -603.01 thousand 76

Insight

Obligations for PIID 0003 over the past 5 years are highly concentrated in the Department of the Army, which accounts for $816.06 million across 1,711 awards, well ahead of all other agencies. The Department of the Air Force is a distant second at $236.82 million across 371 awards, followed by Washington Headquarters Services at $47.02 million and the Department of the Navy at $19.65 million. The remaining agencies each represent relatively small shares, and several show net negative obligated amounts, indicating downward adjustments or deobligations within the period.

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(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
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = '0003'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
AMENTUM SERVICES, INC. 5W3V7 599,642,638.61 599.64 million 187
NORTHROP GRUMMAN SYSTEMS CORPORATION 78022 104,104,513.87 104.10 million 64
CARNEGIE MELLON UNIVERSITY 0LCF8 98,328,843.56 98.33 million 22
DCS CORPORATION 1P418 48,732,805.04 48.73 million 51
BOOZ ALLEN HAMILTON INCORPORATED (3626) 17038 40,818,168.74 40.82 million 5
AVION INC 1BFU7 34,057,299.08 34.06 million 28
MISSION1ST GROUP, INC 8ALY7 29,380,500.60 29.38 million 17
MASSACHUSETTS INSTITUTE OF TECHNOLOGY 3G050 29,296,151.71 29.30 million 45
BAE SYSTEMS ORDNANCE SYSTEMS INC 6NDQ0 21,737,041.96 21.74 million 22
HONEYWELL INTERNATIONAL INC. 40931 19,853,852.96 19.85 million 29

Insight

Over the last 5 years, obligations for PIID 0003 under agency 9700 are highly concentrated: AMENTUM SERVICES, INC. accounts for $599.64 million across 187 awards, far exceeding the next largest vendor, NORTHROP GRUMMAN SYSTEMS CORPORATION, at $104.10 million across 64 awards. The remaining vendors each received less than $100 million, with a notable mid-tier spread among CARNEGIE MELLON UNIVERSITY, DCS CORPORATION, and BOOZ ALLEN HAMILTON INCORPORATED. Award volume is more distributed than dollars, indicating reliance on a small number of high-value obligations rather than a broad even allocation across vendors.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = '0003'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561210 FACILITIES SUPPORT SERVICES 632,718,062.99 632.72 million 279
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 206,502,780.80 206.50 million 627
541330 ENGINEERING SERVICES 96,370,568.80 96.37 million 647
336411 AIRCRAFT MANUFACTURING 91,815,882.68 91.82 million 137
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 53,008,701.11 53.01 million 81
541512 COMPUTER SYSTEMS DESIGN SERVICES 25,303,207.08 25.30 million 43
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 12,795,677.83 12.80 million 75
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 10,205,062.61 10.21 million 6
562910 REMEDIATION SERVICES 6,307,925.90 6.31 million 92
237120 OIL AND GAS PIPELINE AND RELATED STRUCTURES CONSTRUCTION 3,669,184.00 3.67 million 5

Insight

Over the past 5 years, obligations under PIID 0003 are concentrated in facilities support services (NAICS 561210), which accounts for $632.72 million across 279 awards and is the clear dominant category. The next largest obligations are in R&D in the physical, engineering, and life sciences ($206.50 million; 627 awards) and engineering services ($96.37 million; 647 awards), indicating a secondary emphasis on technical and research support with relatively high award counts but lower dollar value per award. Remaining NAICS categories are materially smaller, with no other code exceeding $53.01 million in obligations, suggesting a broad but sharply tiered distribution of spending.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = '0003'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 604,682,564.86 604.68 million 268
AC61 R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (BASIC RESEARCH) 124,156,903.73 124.16 million 110
1510 AIRCRAFT, FIXED WING 101,083,705.59 101.08 million 76
R499 SUPPORT- PROFESSIONAL: OTHER 89,530,430.31 89.53 million 168
AD92 R&D- DEFENSE OTHER: OTHER (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 48,695,391.70 48.70 million 60
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 34,655,871.38 34.66 million 354
AC21 NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; BASIC RESEARCH 33,751,547.32 33.75 million 128
D304 IT AND TELECOM- TELECOMMUNICATIONS AND TRANSMISSION 32,335,993.04 32.34 million 57
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 28,146,722.20 28.15 million 32
H935 OTHER QC/TEST/INSPECT- SERVICE AND TRADE EQUIPMENT 19,766,033.01 19.77 million 30

Insight

Obligations for award 0003 are concentrated in a small set of PSCs, led by R706 Support- Management: Logistics Support at $604.68 million across 268 awards, far exceeding every other code. The next largest categories are AC61 at $124.16 million, 1510 Aircraft, Fixed Wing at $101.08 million, and R499 at $89.53 million, indicating a mix of logistics, R&D, and aviation-related spending rather than a single narrow activity. Award counts are more dispersed than dollars, with R425 Support- Professional: Engineering/Technical recording 354 awards but only $34.66 million, suggesting a high-volume, lower-dollar service profile in that category.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = '0003'
    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 ASC
Year Total Obligated Readable Actions
2021 376,927,874.45 376.93 million 1,248
2022 227,921,270.15 227.92 million 747
2023 176,464,160.53 176.46 million 515
2024 144,709,427.96 144.71 million 401
2025 133,655,012.74 133.66 million 219

Insight

For PIID 0003 under agency 9700, obligated dollars and award volume declined each year across the five-year window, falling from 376.93 million and 1,248 awards in 2021 to 133.66 million and 219 awards in 2025. The pattern indicates a sustained contraction in both funding and transaction frequency, with the largest reduction occurring between 2021 and 2022. By 2025, obligations were about one-third of the 2021 level, suggesting a materially lower concentration of activity at the end of the period.

Use FPDS Query for deeper award and vehicle analysis

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