Award Number

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

Federal procurement summary for award number 0001 under agency ID 9700, covering activity in the last 10 years.

This page summarizes award number 0001 for agency ID 9700 over the last 10 years. The record shows 59,920 award actions with total obligated value of $25,807,604,264.52.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals are based on the provided 10-year analysis window and reflect the exact obligated amount and action count supplied.

Agency ID
9700
PIID
0001
Type
Award
Total Obligated
25.81 billion
25,807,604,264.52
Actions
59,920
Average Action Value
430,701.01

Overview

Over the last 10 years, award number 0001 under agency ID 9700 accounts for $25,807,604,264.52 in obligated value across 59,920 award actions. The average action value is $430,701.01, which provides a useful benchmark for comparing the scale of individual modifications or transactions within the award record.

How to use this page

Use this page to review the award-level procurement activity tied to PIID 0001 and to place its obligations in context over the selected period. The totals and averages support basic analysis of volume, value, and transaction frequency without adding assumptions beyond the supplied data.

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 = '0001'
    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 16,203,897,615.45 16.20 billion 28,131
1700 DEPT OF THE NAVY 3,101,379,308.45 3.10 billion 11,308
5700 DEPT OF THE AIR FORCE 2,697,844,480.00 2.70 billion 5,330
97AS DEFENSE LOGISTICS AGENCY 1,828,732,401.05 1.83 billion 8,474
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 622,622,373.54 622.62 million 745
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 458,655,740.24 458.66 million 471
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 366,580,719.04 366.58 million 624
97JC MISSILE DEFENSE AGENCY (MDA) 255,361,473.26 255.36 million 362
9776 USTRANSCOM 178,419,192.18 178.42 million 397
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 78,860,210.32 78.86 million 271

Insight

Over the 10-year window for award PIID 0001, obligations are heavily concentrated in the DEPT OF THE ARMY, which accounts for $16.20 billion across 28,131 awards. The next two agencies, DEPT OF THE NAVY and DEPT OF THE AIR FORCE, are materially smaller at $3.10 billion and $2.70 billion, respectively, indicating a steep drop-off after the top obligor. Beyond the top four, obligations fall below $623 million per agency, with most remaining agencies clustered under $500 million, suggesting a broad but much smaller secondary distribution of activity.

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 = '0001'
        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
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 988,140,159.35 988.14 million 566
GENERAL DYNAMICS LAND SYSTEMS INC. 559,897,968.37 559.90 million 68
THE MITRE CORPORATION 7L030 552,072,435.06 552.07 million 162
AM GENERAL LLC 0H3G6 470,961,539.05 470.96 million 7
GENERAL ATOMICS AERONAUTICAL SYSTEMS, INC. 0YJB5 461,092,422.45 461.09 million 22
LOCKHEED MARTIN CORPORATION 440,570,581.70 440.57 million 314
BOEING COMPANY, THE 411,022,984.76 411.02 million 216
GENERAL DYNAMICS LAND SYSTEMS INC. 7W356 398,619,042.26 398.62 million 95
LOCKHEED MARTIN CORPORATION 03538 354,001,508.60 354.00 million 34
RAYTHEON COMPANY 05716 343,645,300.90 343.65 million 36

Insight

Obligations are concentrated among a small set of large defense contractors, with SCIENCE APPLICATIONS INTERNATIONAL CORPORATION leading at $988.14 million across 566 awards, followed by GENERAL DYNAMICS LAND SYSTEMS INC. at $559.90 million and THE MITRE CORPORATION at $552.07 million. The distribution is also spread across multiple supplier records for the same parent firms, including GENERAL DYNAMICS LAND SYSTEMS INC. and LOCKHEED MARTIN CORPORATION appearing more than once with separate CAGE codes and material obligated totals. Award counts vary significantly, ranging from 7 awards for AM GENERAL LLC to 566 for SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, indicating that some vendors are supported through frequent smaller awards while others receive fewer, larger obligations.

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 = '0001'
    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
541330 ENGINEERING SERVICES 4,021,501,390.83 4.02 billion 10,203
561210 FACILITIES SUPPORT SERVICES 2,677,979,142.99 2.68 billion 3,640
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 2,458,504,962.44 2.46 billion 5,818
336411 AIRCRAFT MANUFACTURING 1,599,700,971.30 1.60 billion 850
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 1,564,074,705.64 1.56 billion 327
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,299,590,564.12 1.30 billion 1,333
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 984,891,828.85 984.89 million 1,395
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 880,492,920.49 880.49 million 3,390
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 739,922,299.78 739.92 million 885
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 603,428,482.31 603.43 million 2,835

Insight

Over the past 10 years, obligations under award PIID 0001 are concentrated in technical, engineering, and sustainment-related NAICS codes. Engineering Services (541330) is the largest category at $4.02 billion across 10,203 awards, followed by Facilities Support Services (561210) at $2.68 billion and R&D in physical/engineering/life sciences (541712) at $2.46 billion. Aerospace and defense manufacturing also represent a substantial share, including Aircraft Manufacturing (336411) at $1.60 billion and Military Armored Vehicle, Tank, and Tank Component Manufacturing (336992) at $1.56 billion, indicating a mix of high-volume service procurement and fewer high-dollar manufacturing obligations.

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 = '0001'
    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 3,819,510,800.64 3.82 billion 6,092
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 1,694,604,769.83 1.69 billion 2,394
R499 SUPPORT- PROFESSIONAL: OTHER 1,083,060,190.49 1.08 billion 2,141
J025 MAINT/REPAIR/REBUILD OF EQUIPMENT- VEHICULAR EQUIPMENT COMPONENTS 771,184,401.05 771.18 million 356
AC61 R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (BASIC RESEARCH) 762,340,778.65 762.34 million 766
2355 COMBAT, ASSAULT, AND TACTICAL VEHICLES, WHEELED 705,909,033.46 705.91 million 130
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 564,402,680.49 564.40 million 603
AZ14 R&D- OTHER RESEARCH AND DEVELOPMENT (ENGINEERING DEVELOPMENT) 555,141,290.71 555.14 million 190
J058 MAINT/REPAIR/REBUILD OF EQUIPMENT- COMMUNICATION, DETECTION, AND COHERENT RADIATION EQUIPMENT 515,358,804.96 515.36 million 588
2320 TRUCKS AND TRUCK TRACTORS, WHEELED 504,604,148.01 504.60 million 86

Insight

Over the 10-year window for award PIID 0001 under Agency ID 9700, obligations are concentrated in professional support PSCs, led by R425 at $3.82 billion across 6,092 awards, followed by R706 at $1.69 billion and R499 at $1.08 billion. The remaining top PSCs are more fragmented but still substantial, with a mix of maintenance, R&D, IT, and vehicle-related categories, including J025, AC61, 2355, D399, AZ14, J058, and 2320. Overall, the profile indicates a broad support-services and technical sustainment mix, with engineering/technical support representing the clear dominant obligation driver.

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 = '0001'
    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 8,704,576,972.37 8.70 billion 21,275
2017 7,900,220,143.23 7.90 billion 15,660
2018 4,414,134,896.75 4.41 billion 8,234
2019 1,795,193,320.80 1.80 billion 4,979
2020 1,251,429,916.62 1.25 billion 3,860
2021 742,469,897.15 742.47 million 2,326
2022 335,533,562.18 335.53 million 1,485
2023 283,490,305.30 283.49 million 928
2024 230,264,474.25 230.26 million 689
2025 150,290,775.87 150.29 million 484

Insight

Award activity under PIID 0001 is heavily concentrated in the earlier years of the 10-year window, with obligations declining from 8.70 billion and 21,275 awards in 2016 to 150.29 million and 484 awards in 2025. Both obligated dollars and award counts fall steadily across the period, indicating a sustained contraction in annual activity rather than a single-year fluctuation. The sharpest decline occurs between 2017 and 2020, after which obligations and award volume continue to taper at lower levels.

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.