Federal Agency

DEPT OF THE ARMY Federal Contract Obligations (Last 5 Years)

FPDS query results for the DEPT OF THE ARMY (Agency ID 2100) covering obligations, award counts, vendors, NAICS codes, and annual trends over the last 5 years.

Over the last 5 years, the DEPT OF THE ARMY obligated 540.29 billion across 694,333 award actions, with an average action value of 778,138.77. Annual obligations ranged from 103.91 billion in 2025 to 114.20 billion in 2021, while major activity concentrated in construction, missile and vehicle manufacturing, pharmaceuticals, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided analysis window and may differ slightly by rounding; vendor, NAICS, and annual rankings are based on obligated dollars.

Agency ID
2100
Total Obligated
540.29 billion
540,287,430,270.28
Award Actions
694,333
Average Action Value
778,138.77

About DEPT OF THE ARMY federal contract activity

Over the last 5 years, the DEPT OF THE ARMY obligated 540.29 billion across 694,333 awards, with an average award value of 778,138.77. This volume reflects a very large, high-transaction acquisition portfolio spanning construction, weapons systems, engineering, and pharmaceuticals.

Vendor concentration and leading contractors

Vendor obligations are concentrated among a small set of major defense and life sciences contractors. LOCKHEED MARTIN CORPORATION led with 38.91 billion across 6,358 awards, followed by PFIZER INC. with 29.84 billion across 67 awards, while RAYTHEON COMPANY, GENERAL DYNAMICS LAND SYSTEMS INC., and BAE SYSTEMS LAND & ARMAMENTS L.P. also ranked among the top recipients.

Industry profile based on NAICS activity

The largest obligations align with construction, defense manufacturing, and technical services. The top NAICS categories were 236220 Commercial and Institutional Building Construction at 49.81 billion, 336414 Guided Missile and Space Vehicle Manufacturing at 46.10 billion, and 325412 Pharmaceutical Preparation Manufacturing at 31.82 billion, indicating a mix of infrastructure, materiel procurement, and health-related supply activity.

Annual contract trend over the analysis window

Annual obligations stayed above 103.91 billion in each year of the period, peaking at 114.20 billion in 2021 and remaining elevated through 2023 at 110.02 billion. Award counts were highest in 2021 at 154,233 and then trended downward to 123,649 in 2025, while obligated dollars remained relatively stable across the five-year window.

How to interpret this page

This page summarizes FPDS award activity for agency ID 2100, using the last 5 years of available records. Totals, award counts, averages, vendor rankings, NAICS groupings, and annual trends are based on obligated dollars and award volume within the selected analysis period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '2100'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 38,907,149,337.93 38.91 billion 6,358
PFIZER INC. 29,838,204,545.15 29.84 billion 67
RAYTHEON COMPANY 16,495,316,974.85 16.50 billion 3,491
GENERAL DYNAMICS LAND SYSTEMS INC. 13,607,597,956.92 13.61 billion 2,849
BAE SYSTEMS LAND & ARMAMENTS L.P. 8,831,698,055.33 8.83 billion 1,559
NORTHROP GRUMMAN SYSTEMS CORPORATION 8,233,704,122.88 8.23 billion 2,093
THE BOEING COMPANY 6,526,326,169.31 6.53 billion 537
VECTRUS SYSTEMS CORPORATION 6,268,131,435.74 6.27 billion 927
REGENERON PHARMACEUTICALS, INC. 5,565,000,000.00 5.57 billion 8
OSHKOSH DEFENSE, LLC 5,403,614,544.97 5.40 billion 2,707

Insight

Over the last 5 years, DEPT OF THE ARMY obligated $540.29 billion across 694,333 awards, with an average award value of $778,138.77. Vendor obligations are concentrated among a small set of large contractors: the top 10 vendors account for $139.82 billion, or about 25.9% of total obligations. Lockheed Martin Corporation is the largest recipient at $38.91 billion, followed by Pfizer Inc. at $29.84 billion despite only 67 awards, indicating a mix of high-dollar, low-count awards alongside higher-volume defense suppliers such as Raytheon, General Dynamics, BAE Systems, and Northrop Grumman.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '2100'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 49,812,630,374.12 49.81 billion 59,957
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 46,097,824,286.36 46.10 billion 3,207
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 31,817,301,161.60 31.82 billion 947
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 30,337,870,383.35 30.34 billion 19,469
541330 ENGINEERING SERVICES 29,857,492,049.99 29.86 billion 53,779
561210 FACILITIES SUPPORT SERVICES 29,445,180,573.24 29.45 billion 28,388
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 27,923,793,119.68 27.92 billion 6,182
336411 AIRCRAFT MANUFACTURING 23,737,311,169.05 23.74 billion 4,319
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 22,675,819,598.38 22.68 billion 3,511
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 19,565,513,655.13 19.57 billion 27,733

Insight

Over the last 5 years, DEPT OF THE ARMY obligated 540.29 billion across 694,333 awards, with spending concentrated in a mix of construction, engineering, and defense manufacturing NAICS. The top NAICS is 236220, Commercial and Institutional Building Construction, at 49.81 billion across 59,957 awards, followed closely by 336414, Guided Missile and Space Vehicle Manufacturing, at 46.10 billion; together, the top 10 NAICS account for a substantial share of total obligations. Award volume is especially concentrated in service and construction categories such as 236220, 541330, and 561210, while higher-dollar manufacturing categories such as 336414, 325412, and 336992 reflect fewer but larger obligations.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '2100'
        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 DESC
Year Total Obligated Readable Award Actions
2025 103,907,728,534.28 103.91 billion 123,649
2024 105,648,806,411.87 105.65 billion 133,295
2023 110,016,688,886.19 110.02 billion 140,121
2022 106,509,755,179.75 106.51 billion 143,035
2021 114,204,451,258.19 114.20 billion 154,233

Insight

Over the last 5 years, DEPT OF THE ARMY obligated $540.29 billion across 694,333 awards, with an average award value of $778,138.77. Annual obligations were relatively stable within a narrow range, declining from $114.20 billion in 2021 to $103.91 billion in 2025, with the highest annual obligation in 2021 and the lowest in 2025. Award volume also trended downward over the period, from 154,233 awards in 2021 to 123,649 in 2025, indicating a modest contraction in both spending and award activity.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.