Award Number

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

Federal procurement analysis for award number 0013 under agency ID 9700, covering the last 10 years of obligated activity.

This page summarizes award number 0013 for agency ID 9700 over the last 10 years. The record shows 11,659 award actions and total obligated amount of 3.45 billion dollars.

Generated at 03/20/2026

Analysis period: Last 10 years

Amounts are based on the provided analysis window and may reflect rounded public totals; the exact total obligated value is 3,449,807,147.87.

Agency ID
9700
PIID
0013
Type
Award
Total Obligated
3.45 billion
3,449,807,147.87
Actions
11,659
Average Action Value
295,892.20

Overview

Over the last 10 years, award number 0013 under agency ID 9700 recorded 11,659 actions and $3,449,807,147.87 in total obligated dollars. The average action value across the period was $295,892.20, indicating a high volume of individual award activity within the analysis window.

How to use this page

Use this page to review the award-level obligation total, action count, and average action value for award number 0013. The figures provide a concise baseline for comparing this award against other awards, time periods, or agency-level procurement activity.

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 = '0013'
    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 1,270,855,923.37 1.27 billion 3,736
1700 DEPT OF THE NAVY 731,080,601.05 731.08 million 2,807
5700 DEPT OF THE AIR FORCE 699,787,657.87 699.79 million 1,276
97AS DEFENSE LOGISTICS AGENCY 336,736,232.68 336.74 million 2,673
97JC MISSILE DEFENSE AGENCY (MDA) 161,906,380.08 161.91 million 149
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 85,945,926.78 85.95 million 171
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 51,545,977.19 51.55 million 82
9776 USTRANSCOM 51,414,180.89 51.41 million 52
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 36,781,221.56 36.78 million 197
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 19,441,120.70 19.44 million 46

Insight

Obligations for PIID 0013 are concentrated in a few defense agencies, led by the Department of the Army at $1.27 billion across 3,736 awards, followed by the Department of the Navy at $731.08 million and the Department of the Air Force at $699.79 million. The Defense Logistics Agency also has a sizable presence at $336.74 million and 2,673 awards, indicating a broad distribution of award activity across multiple defense components. Smaller but still material obligations are spread across MDA, USSOCOM, DTRA, USTRANSCOM, DISA, and WHS, each contributing under $162 million over the 10-year window.

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 = '0013'
        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
LOCKHEED MARTIN CORPORATION 81755 370,349,645.10 370.35 million 157
LOCKHEED MARTIN CORPORATION 03538 278,795,137.92 278.80 million 17
LOCKHEED MARTIN CORPORATION 130,654,801.65 130.65 million 73
BELL BOEING JOINT PROJECT OFFICE 82,852,249.54 82.85 million 1
VIASAT, INC. 47358 69,897,106.00 69.90 million 6
GENERAL ELECTRIC COMPANY 63,078,515.01 63.08 million 9
LOCKHEED MARTIN CORPORATION 3VQB0 60,223,338.80 60.22 million 44
ADAMS COMMUNICATION & ENGINEERING TECHNOLOGY, INC. 1UN08 51,790,623.95 51.79 million 32
BELL BOEING JOINT PROJECT OFFICE 3B1R2 51,055,288.90 51.06 million 15
SOUTHEASTERN COMPUTER CONSULTANTS, INC. 1W582 48,197,289.96 48.20 million 232

Insight

Award activity under PIID 0013 is concentrated among a small set of vendors, with multiple Lockheed Martin Corporation entries accounting for the largest obligations across the 10-year window. The highest obligated amounts are LOCKHEED MARTIN CORPORATION (CAGE 81755) at $370.35 million across 157 awards, LOCKHEED MARTIN CORPORATION (CAGE 03538) at $278.80 million across 17 awards, and another LOCKHEED MARTIN CORPORATION entry at $130.65 million across 73 awards, indicating recurring awards to the same corporate family under different CAGEs. Outside Lockheed Martin, obligations drop to a lower tier led by BELL BOEING JOINT PROJECT OFFICE at $82.85 million on a single award and VIASAT, INC. at $69.90 million across 6 awards, with the remaining vendors each below $64 million.

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 = '0013'
    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 480,531,130.60 480.53 million 1,882
336411 AIRCRAFT MANUFACTURING 411,553,430.74 411.55 million 290
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 320,721,060.42 320.72 million 204
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 262,781,311.29 262.78 million 795
324110 PETROLEUM REFINERIES 234,005,699.65 234.01 million 405
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 162,557,088.34 162.56 million 692
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 145,340,511.77 145.34 million 148
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 143,955,171.94 143.96 million 247
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 101,169,681.17 101.17 million 75
561210 FACILITIES SUPPORT SERVICES 91,904,072.56 91.90 million 270

Insight

Over the 10-year window, obligations are concentrated in engineering and aerospace-related NAICS codes, led by 541330 Engineering Services at $480.53 million across 1,882 awards. The next largest categories—336411 Aircraft Manufacturing and 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing—add another $732.27 million combined, indicating a strong procurement emphasis in aviation and technical systems. Spending is also distributed across R&D, petroleum refining, construction, software, and facilities support, but each of these categories remains well below the top three in obligated dollars.

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 = '0013'
    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
1510 AIRCRAFT, FIXED WING 413,579,103.68 413.58 million 222
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 287,185,422.17 287.19 million 980
5840 RADAR EQUIPMENT, EXCEPT AIRBORNE 278,870,572.34 278.87 million 24
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 211,858,219.14 211.86 million 260
AC24 R&D- DEFENSE SYSTEM: MISSILE/SPACE SYSTEMS (ENGINEERING DEVELOPMENT) 140,141,762.12 140.14 million 78
1520 AIRCRAFT, ROTARY WING 137,894,415.10 137.89 million 30
AZ12 R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 126,871,779.56 126.87 million 218
1680 MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS 100,147,417.23 100.15 million 95
R499 SUPPORT- PROFESSIONAL: OTHER 98,513,081.99 98.51 million 346
5821 RADIO AND TELEVISION COMMUNICATION EQUIPMENT, AIRBORNE 79,848,907.69 79.85 million 38

Insight

Over the 10-year window, obligations for PIID 0013 are concentrated in aircraft and defense-related PSCs, led by 1510 Aircraft, Fixed Wing at $413.58 million across 222 awards. The next largest PSCs—R425 engineering/technical support, 5840 radar equipment, 9130 liquid propellants and fuels, and AC24 missile/space R&D—show a broad mix of procurement activity, with obligation levels ranging from $140.14 million to $287.19 million. Award counts are uneven relative to dollars, indicating some high-value, lower-volume buys (notably 5840 and 1520) alongside more fragmented support and R&D spending, such as R425’s 980 awards and AZ12’s 218 awards.

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 = '0013'
    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 1,450,352,650.27 1.45 billion 4,913
2017 918,886,157.62 918.89 million 3,642
2018 763,033,885.40 763.03 million 1,331
2019 192,809,540.13 192.81 million 693
2020 78,975,610.00 78.98 million 466
2021 46,891,134.04 46.89 million 263
2022 -194,917.07 -194.92 thousand 131
2023 5,199,435.34 5.20 million 89
2024 -4,122,790.78 -4.12 million 83
2025 -2,023,557.08 -2.02 million 48

Insight

Award obligations for PIID 0013 under Agency 9700 are heavily concentrated in the earlier years of the 10-year window, declining from $1.45 billion across 4,913 awards in 2016 to $918.89 million in 2017 and $763.03 million in 2018. Obligations then fell sharply to $192.81 million in 2019 and below $80 million annually in 2020–2021, with award counts also contracting from 4,913 to 48 by 2025. The series includes negative obligations in 2022, 2024, and 2025, indicating net de-obligations in those years and a materially reduced recent funding profile.

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.