Award Number

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

Award number 0005 for agency 9700 reflects 2,184 recorded actions over the last 5 years, with $658.09 million obligated.

This page summarizes federal procurement activity for award number 0005 under agency ID 9700 during the last 5 years. The award shows $658,093,427.37 in total obligations across 2,184 actions.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals shown here are based on the provided analysis window and may differ from other reports depending on filtering and timing.

Agency ID
9700
PIID
0005
Type
Award
Total Obligated
658.09 million
658,093,427.37
Actions
2,184
Average Action Value
301,324.83

Overview

Award number 0005 for agency 9700 has 2,184 recorded actions in the last 5 years. Total obligated value is $658,093,427.37, with an average action value of $301,324.83.

How to use this page

Use this page to review the scale and frequency of procurement activity tied to award number 0005. The combination of action count and obligated value provides a straightforward summary for comparing this award against other FPDS records.

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 = '0005'
    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 332,831,828.45 332.83 million 1,125
5700 DEPT OF THE AIR FORCE 190,203,637.74 190.20 million 263
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 141,329,468.48 141.33 million 85
1700 DEPT OF THE NAVY 14,116,502.38 14.12 million 282
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,710,827.71 1.71 million 9
97JC MISSILE DEFENSE AGENCY (MDA) 963,695.70 963.70 thousand 17
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 224,946.07 224.95 thousand 28
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) -1,059.30 -1.06 thousand 2
9748 DEFENSE HUMAN RESOURCES ACTIVITY -16,104.53 -16.10 thousand 1
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) -23,538.07 -23.54 thousand 2

Insight

Over the 5-year window for PIID 0005 under agency 9700, obligations are highly concentrated in three components: the Department of the Army ($332.83 million across 1,125 awards), the Department of the Air Force ($190.20 million across 263 awards), and DISA ($141.33 million across 85 awards). These three agencies account for the vast majority of the positive obligated value in the provided rows, while the remaining agencies contribute materially less, with the Navy at $14.12 million and all others at $1.71 million or below. Small negative obligations appear for DFAS, DHRA, and DODEA, indicating limited downward adjustments rather than a broad offsetting pattern.

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 = '0005'
        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
MASSACHUSETTS INSTITUTE OF TECHNOLOGY 3G050 169,179,534.43 169.18 million 87
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 97,037,769.96 97.04 million 39
FLUOR INTERCONTINENTAL INCORPORATED 1CZV4 91,137,184.08 91.14 million 23
CHENEGA FACILITIES MANAGEMENT, LLC 6TLQ7 77,861,711.68 77.86 million 115
TECH SYSTEMS, INC. 0YKH7 70,271,920.06 70.27 million 136
NCR GOVERNMENT SYSTEMS LLC 1DBT2 47,697,648.18 47.70 million 20
LOCKHEED MARTIN CORPORATION 98897 21,286,964.85 21.29 million 12
LEIDOS, INC. 5UTE0 18,999,449.35 19.00 million 19
AECOM USA, INC. 0CXR6 18,490,347.81 18.49 million 24
GEORGIA TECH APPLIED RESEARCH CORPORATION 1FEZ4 17,959,725.57 17.96 million 53

Insight

Over the last 5 years, obligations under PIID 0005 are concentrated among a small set of vendors, led by Massachusetts Institute of Technology at $169.18 million across 87 awards. The next four vendors each received between $70.27 million and $97.04 million, indicating a second tier of substantial performers rather than a single dominant contractor beyond MIT. Award volume is also dispersed across multiple vendors, with Tech Systems, Inc. (136 awards) and Chenega Facilities Management, LLC (115 awards) receiving many smaller awards relative to dollars obligated. Overall, the pattern suggests recurring multi-award use across both academic/research and commercial vendors, with obligations spread across several high-use suppliers.

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 = '0005'
    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 238,836,787.11 238.84 million 326
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 181,072,112.81 181.07 million 364
541330 ENGINEERING SERVICES 153,900,770.54 153.90 million 462
511210 SOFTWARE PUBLISHERS 47,455,642.36 47.46 million 24
336411 AIRCRAFT MANUFACTURING 20,847,549.91 20.85 million 91
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 17,828,151.13 17.83 million 85
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 16,913,904.73 16.91 million 37
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 5,564,891.83 5.56 million 6
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 4,936,697.85 4.94 million 10
333319 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 3,766,971.52 3.77 million 20

Insight

Obligations over the 5-year window are concentrated in a small set of NAICS codes, led by Facilities Support Services ($238.84M) and R&D in the physical, engineering, and life sciences ($181.07M), followed by Engineering Services ($153.90M). These three categories account for the bulk of reported obligations and indicate a portfolio weighted toward support, technical, and research activities. Award volume is more dispersed than dollars, with Engineering Services (462 awards) and R&D (364 awards) outpacing Facilities Support Services (326 awards), while Software Publishers captures comparatively high dollars across only 24 awards, suggesting larger individual obligations in that category.

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 = '0005'
    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 238,352,149.35 238.35 million 303
AC61 R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (BASIC RESEARCH) 169,022,321.59 169.02 million 97
D316 IT AND TELECOM- TELECOMMUNICATIONS NETWORK MANAGEMENT 97,317,134.36 97.32 million 52
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 65,000,287.13 65.00 million 298
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 40,100,049.89 40.10 million 34
1510 AIRCRAFT, FIXED WING 23,917,507.04 23.92 million 40
AJ41 R&D- GENERAL SCIENCE/TECHNOLOGY: ENGINEERING (BASIC RESEARCH) 16,913,904.73 16.91 million 37
J069 MAINT/REPAIR/REBUILD OF EQUIPMENT- TRAINING AIDS AND DEVICES 15,545,752.60 15.55 million 26
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 12,810,300.75 12.81 million 85
1680 MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS 5,509,396.51 5.51 million 21

Insight

Over the last 5 years, obligations for award PIID 0005 are concentrated in support, R&D, and IT-related PSCs, led by R706 Logistics Support at $238.35 million across 303 awards and AC61 Basic Research at $169.02 million across 97 awards. The next tier is materially smaller, with D316 Telecommunications Network Management at $97.32 million and R425 Engineering/Technical Support at $65.00 million, indicating a broad but top-heavy distribution. Award counts are also dispersed, with R706 and R425 accounting for the most actions among the listed PSCs, while several smaller categories such as aircraft and maintenance-related codes contribute comparatively limited obligated amounts.

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 = '0005'
    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 251,321,463.35 251.32 million 843
2022 107,693,609.33 107.69 million 534
2023 90,165,998.13 90.17 million 367
2024 149,246,664.04 149.25 million 273
2025 59,665,692.52 59.67 million 167

Insight

Obligated dollars for PIID 0005 peaked in 2021 at $251.32 million across 843 awards, then declined sharply in 2022 and 2023 before rebounding in 2024 to $149.25 million. Award volume fell each year from 843 in 2021 to 167 in 2025, indicating a sustained reduction in transaction count despite the 2024 increase in obligated value. Overall, the five-year pattern suggests spending remained concentrated in a smaller number of higher-value awards after 2021.

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.