Award Number

Award Number 9700 / 0002 Federal Contract Action Summary (Last 10 Years)

Federal procurement activity for award number 0002 under agency ID 9700 over the last 10 years, showing 52,742 actions and $23.04 billion obligated.

This page summarizes award number 0002 for agency ID 9700 across the last 10 years. The record includes 52,742 award actions with total obligated amount of $23,041,437,670.44 and an average action value of $436,870.76.

Generated at 03/20/2026

Analysis period: Last 10 years

All figures reflect the stated 10-year analysis window and are based on the provided obligated totals and action count.

Agency ID
9700
PIID
0002
Type
Award
Total Obligated
23.04 billion
23,041,437,670.44
Actions
52,742
Average Action Value
436,870.76

Overview

The award record for PIID 0002 under agency ID 9700 shows sustained procurement activity over the last 10 years. Total obligated amount is $23,041,437,670.44 across 52,742 actions, with an average action value of $436,870.76. The readable obligated figure rounds to $23.04 billion.

How to use this page

This page is useful for reviewing the scale and frequency of actions associated with award number 0002. It can support procurement analysis, historical tracking, and comparisons with other award records using the same agency and time window.

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 = '0002'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
2100 DEPT OF THE ARMY 12,463,775,615.53 12.46 billion 21,479
5700 DEPT OF THE AIR FORCE 4,780,574,352.43 4.78 billion 7,823
1700 DEPT OF THE NAVY 3,346,640,368.19 3.35 billion 11,286
97AS DEFENSE LOGISTICS AGENCY 1,138,129,432.79 1.14 billion 7,559
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 330,190,007.29 330.19 million 610
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 319,772,932.59 319.77 million 612
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 272,053,472.91 272.05 million 497
97DH DEFENSE HEALTH AGENCY (DHA) 255,368,977.10 255.37 million 212
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 121,967,897.35 121.97 million 326
9776 USTRANSCOM 58,243,831.71 58.24 million 196

Insight

For PIID 0002 over the 10-year window, obligations are heavily concentrated in the military departments, led by the Department of the Army at $12.46 billion across 21,479 awards, followed by the Department of the Air Force at $4.78 billion and the Department of the Navy at $3.35 billion. The top three agencies account for the clear majority of obligated dollars in the rows provided, indicating a strong defense-centric distribution. Outside the military departments, obligations drop sharply, with the Defense Logistics Agency at $1.14 billion and all remaining agencies each below $331 million, suggesting a long-tail pattern of comparatively smaller shares.

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 = '0002'
        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,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
GENERAL DYNAMICS LAND SYSTEMS INC. 7W356 1,084,703,119.40 1.08 billion 108
AMENTUM SERVICES, INC. 5W3V7 947,885,014.24 947.89 million 174
MASSACHUSETTS INSTITUTE OF TECHNOLOGY 3G050 674,924,458.16 674.92 million 211
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 615,065,452.76 615.07 million 471
NORTHROP GRUMMAN SYSTEMS CORPORATION 1W025 569,777,085.65 569.78 million 95
KBRWYLE TECHNOLOGY SOLUTIONS, LLC 15151 433,006,024.00 433.01 million 219
BOEING COMPANY, THE 431,228,832.48 431.23 million 147
NORTHROP GRUMMAN SYSTEMS CORPORATION 400,384,150.62 400.38 million 105
AC FIRST, LLC 5KGY8 391,326,653.92 391.33 million 106
COLSA CORPORATION 4U825 323,813,508.92 323.81 million 365

Insight

Award activity under PIID 0002 over the 10-year window is moderately concentrated among a small set of vendors, led by GENERAL DYNAMICS LAND SYSTEMS INC. at $1.08 billion, followed by AMENTUM SERVICES, INC. at $947.89 million and MASSACHUSETTS INSTITUTE OF TECHNOLOGY at $674.92 million. Obligations are spread across a mix of large contractors and research/technical organizations, with no single vendor accounting for a dominant share of the total within this top-vendor set. Award volume is also dispersed: SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, KBRWYLE TECHNOLOGY SOLUTIONS, LLC, and COLSA CORPORATION each received a high number of awards, indicating recurring, smaller-value obligations alongside larger-dollar contracts.

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 = '0002'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 3,617,603,101.91 3.62 billion 7,296
561210 FACILITIES SUPPORT SERVICES 2,822,327,448.95 2.82 billion 1,863
541330 ENGINEERING SERVICES 2,699,078,216.06 2.70 billion 8,333
336411 AIRCRAFT MANUFACTURING 1,329,683,880.40 1.33 billion 849
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 1,176,928,385.29 1.18 billion 253
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,027,556,792.08 1.03 billion 1,257
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 909,630,996.12 909.63 million 3,404
541512 COMPUTER SYSTEMS DESIGN SERVICES 723,377,042.77 723.38 million 642
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 653,180,870.47 653.18 million 961
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 617,558,127.24 617.56 million 330

Insight

Over the 10-year window, obligations under PIID 0002 are concentrated in a small set of NAICS codes, led by 541712 at $3.62 billion across 7,296 awards, followed by 561210 at $2.82 billion and 541330 at $2.70 billion. The mix is weighted toward research, engineering, facilities support, and other technical services, but also includes major manufacturing and construction activity such as aircraft manufacturing, armored vehicle manufacturing, and commercial building construction. Award counts are unevenly distributed, with 541330 and 541712 generating the highest volume, while higher-obligation manufacturing codes occur on fewer awards, indicating a concentration of dollars in specialized sectors rather than broad-based distribution.

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 = '0002'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 2,465,209,153.11 2.47 billion 4,816
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 2,078,007,786.73 2.08 billion 1,195
1510 AIRCRAFT, FIXED WING 995,546,513.93 995.55 million 230
AC61 R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (BASIC RESEARCH) 974,875,921.12 974.88 million 477
R499 SUPPORT- PROFESSIONAL: OTHER 962,759,995.17 962.76 million 1,764
2355 COMBAT, ASSAULT, AND TACTICAL VEHICLES, WHEELED 637,733,598.92 637.73 million 64
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 582,874,478.26 582.87 million 1,210
R799 SUPPORT- MANAGEMENT: OTHER 499,840,898.28 499.84 million 401
1325 BOMBS 428,051,563.51 428.05 million 49
AZ12 R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 425,372,377.86 425.37 million 1,219

Insight

Over the 10-year window, obligations under PIID 0002 are concentrated in professional support and logistics services, led by R425 at $2.47 billion across 4,816 awards and R706 at $2.08 billion across 1,195 awards. Material spending is also distributed across acquisition and R&D categories, including fixed-wing aircraft (1510, $995.55 million), defense electronics basic research (AC61, $974.88 million), and other professional support (R499, $962.76 million). The remaining PSCs each account for less than $638 million, indicating a broad but top-heavy obligation profile with a small number of categories absorbing most dollars.

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 = '0002'
    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 ASC
Year Total Obligated Readable Actions
2016 7,270,811,422.90 7.27 billion 18,470
2017 6,006,686,209.80 6.01 billion 14,576
2018 4,637,657,232.93 4.64 billion 7,631
2019 1,560,109,399.64 1.56 billion 4,207
2020 1,202,895,197.89 1.20 billion 3,032
2021 797,013,998.45 797.01 million 1,947
2022 472,162,850.60 472.16 million 1,230
2023 407,717,124.06 407.72 million 792
2024 413,302,437.74 413.30 million 545
2025 273,081,796.43 273.08 million 312

Insight

Obligations and award volume for PIID 0002 under agency 9700 declined sharply over the 10-year window, falling from 7.27 billion across 18,470 awards in 2016 to 273.08 million across 312 awards in 2025. The decline is not linear but sustained, with the largest reductions occurring between 2018 and 2021, followed by continued contraction at much lower levels in 2022–2025. This pattern indicates a marked shift away from the high-obligation, high-volume activity seen at the start of the period toward a smaller, more limited award profile in recent years.

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