Federal Agency

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

Federal procurement overview for the Department of the Army (Agency ID 2100) covering obligations, awards, vendors, NAICS mix, and annual trends over the last 10 years.

Over the last 10 years, the Department of the Army recorded 1,632,637 award actions totaling $983.76 billion in obligations, with an average action value of $602,558.06. The largest obligations are concentrated in defense contractors and technical service categories, including Lockheed Martin Corporation, Pfizer Inc., Raytheon Company, General Dynamics Land Systems Inc., and The Boeing Company.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the selected 10-year analysis window and may include multiple award actions and contract types across fiscal years.

Agency ID
2100
Total Obligated
983.76 billion
983,758,585,378.26
Award Actions
1,632,637
Average Action Value
602,558.06

About DEPT OF THE ARMY federal contract activity

Over the last 10 years, the DEPT OF THE ARMY (Agency ID 2100) recorded $983.76 billion in obligations across 1,632,637 awards, for an average award value of $602,558.06. The volume and dollar value indicate a procurement portfolio that is both large-scale and highly diversified across services, construction, and major weapon system acquisitions.

Vendor concentration and leading contractors

LOCKHEED MARTIN CORPORATION is the largest vendor in this period at $69.93 billion across 12,104 awards, followed by PFIZER INC. at $31.85 billion across 68 awards and RAYTHEON COMPANY at $30.22 billion across 8,385 awards. GENERAL DYNAMICS LAND SYSTEMS INC. and BOEING COMPANY, THE also rank among the top recipients, reflecting sustained spending with major defense and industrial contractors.

Industry profile based on NAICS activity

The largest NAICS category is 236220 Commercial and Institutional Building Construction at $89.17 billion and 126,556 awards, followed by 336414 Guided Missile and Space Vehicle Manufacturing at $71.96 billion and 6,241 awards. Engineering Services, Facilities Support Services, and Aircraft Manufacturing also account for substantial obligations, showing a mix of infrastructure, technical support, and defense manufacturing requirements.

Annual contract trend over the analysis window

Annual obligations remained above $100 billion in each of the five most recent years shown, ranging from $103.91 billion in 2025 to a peak of $114.20 billion in 2021. Award counts stayed elevated but declined from 154,233 in 2021 to 123,649 in 2025, indicating sustained high-dollar activity with some recent contraction in transaction volume.

How to interpret this page

This page summarizes FPDS award activity for the DEPT OF THE ARMY over the last 10 years using obligated dollars and award counts. Vendor and NAICS rankings are based on total obligated value, and annual trend figures reflect yearly obligations within the stated analysis window.

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 10 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 69,927,852,157.80 69.93 billion 12,104
PFIZER INC. 31,849,487,045.15 31.85 billion 68
RAYTHEON COMPANY 30,218,063,860.86 30.22 billion 8,385
GENERAL DYNAMICS LAND SYSTEMS INC. 23,704,870,640.56 23.70 billion 4,859
BOEING COMPANY, THE 15,211,800,732.20 15.21 billion 2,545
OSHKOSH DEFENSE, LLC 15,046,803,988.08 15.05 billion 4,226
BAE SYSTEMS LAND & ARMAMENTS L.P. 14,989,701,518.17 14.99 billion 2,429
NORTHROP GRUMMAN SYSTEMS CORPORATION 13,079,593,729.43 13.08 billion 4,306
THE BOEING COMPANY 10,301,669,749.46 10.30 billion 1,601
VECTRUS SYSTEMS CORPORATION 9,567,821,337.37 9.57 billion 1,801

Insight

Over the last 10 years, DEPT OF THE ARMY obligated $983.76 billion across 1,632,637 awards, with the top 10 vendors accounting for a substantial share of total obligations. LOCKHEED MARTIN CORPORATION leads at $69.93 billion, followed by PFIZER INC. at $31.85 billion and RAYTHEON COMPANY at $30.22 billion, indicating a concentrated vendor base among a small number of large recipients. The distribution also shows a mix of high-dollar, high-volume defense contractors and a smaller number of very large awards, as seen in PFIZER INC.’s 68 awards versus LOCKHEED MARTIN CORPORATION’s 12,104 awards.

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 10 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 89,165,378,094.13 89.17 billion 126,556
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 71,962,449,787.92 71.96 billion 6,241
541330 ENGINEERING SERVICES 64,800,783,021.44 64.80 billion 121,916
561210 FACILITIES SUPPORT SERVICES 56,771,245,591.13 56.77 billion 59,296
336411 AIRCRAFT MANUFACTURING 53,770,335,965.51 53.77 billion 10,922
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 53,538,958,442.45 53.54 billion 11,603
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 51,212,990,704.89 51.21 billion 42,363
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 37,234,422,114.22 37.23 billion 2,046
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 33,105,370,738.80 33.11 billion 7,418
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 29,706,185,028.73 29.71 billion 51,738

Insight

Over the last 10 years, DEPT OF THE ARMY obligated $983.76 billion across 1,632,637 awards, with Top NAICS concentrated in a mix of construction, engineering, facilities support, and defense manufacturing. NAICS 236220 led by obligation at $89.17 billion, followed by 336414 at $71.96 billion and 541330 at $64.80 billion, indicating significant spending across both infrastructure and specialized technical production. Award volume was more dispersed, with high-count categories such as 236220, 541330, and 561210 accounting for far more actions than manufacturing NAICS with fewer, larger awards.

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 10 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
2020 101,728,658,014.16 101.73 billion 178,030
2019 89,884,855,880.57 89.88 billion 174,059
2018 95,506,056,208.84 95.51 billion 186,994
2017 83,887,019,650.09 83.89 billion 194,351
2016 72,464,565,354.32 72.46 billion 204,870

Insight

Over the last 10 years, DEPT OF THE ARMY obligated $983.76 billion across 1,632,637 awards, with an average award value of $602,558. Obligations generally increased from 2016 ($72.46 billion) to a peak in 2021 ($114.20 billion), then remained elevated but somewhat lower in 2022–2025, ranging from $101.73 billion to $110.02 billion. Award volume peaked in 2016 at 204,870 and declined steadily to 123,649 in 2025, indicating higher obligation levels were concentrated in fewer awards over time.

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