Federal Contractor

BAE SYSTEMS LAND & ARMAMENTS L.P. Federal Contract Obligations (Last 5 Years)

BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085, UEI DMHSJF9K3XP9) has received 1,114 federal award actions totaling $7.69 billion over the last five years.

Federal obligations to BAE SYSTEMS LAND & ARMAMENTS L.P. are dominated by the Department of the Army, which accounts for $7.64 billion across 993 actions. Most of the value is concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, with additional activity in motor vehicle body manufacturing and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected five-year analysis window and include both positive and negative obligation amounts as recorded in the source data.

CAGE Code
06085
UEI
DMHSJF9K3XP9
Total Obligated
7.69 billion
7,694,417,320.01
Award Actions
1,114
Average Action Value
6,907,017.34

About BAE SYSTEMS LAND & ARMAMENTS L.P. federal contract activity

BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085, UEI DMHSJF9K3XP9) recorded $7.69 billion in obligated FPDS awards across 1,114 actions in the last 5 years, with an average award value of $6.91 million. The profile is heavily concentrated in defense land systems and armored vehicle contracting, indicating a large, sustained federal procurement footprint rather than a broad multi-agency services portfolio.

Agency mix and customer concentration

The Department of the Army accounts for nearly all observed spend, with $7.64 billion and 993 awards, making it the dominant customer by a wide margin. Smaller obligations from the Defense Logistics Agency and Department of the Navy are material only at the margin, while DCMA shows negative obligated value, which suggests deobligations or contract adjustments rather than net new demand.

Industry profile based on NAICS activity

Award activity is concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, which represents the core of the vendor’s federal work at $6.02 billion across 727 awards. Secondary activity appears in 336211 Motor Vehicle Body Manufacturing and 541330 Engineering Services, with limited additional obligations in electronic and wiring-device manufacturing codes, consistent with a platform, components, and engineering support profile.

Annual contract trend over the analysis window

Annual obligations rose sharply from $83.20 million in 2021 to $777.70 million in 2022, then accelerated to $2.37 billion in 2023 and peaked at $2.57 billion in 2024 before easing to $1.90 billion in 2025. Award counts stayed relatively stable from 200 to 244 per year, indicating that the recent funding growth was driven more by larger award values than by a major increase in transaction volume.

How to interpret this page

This summary is based on FPDS award records for the last 5 years and uses obligated dollars and award counts as reported in the dataset. Agency, NAICS, and annual breakdowns reflect aggregated totals for the vendor’s CAGE and UEI, and negative obligations are preserved where present to account for deobligations or modifications.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '06085'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 7,636,394,412.36 7.64 billion 993
97AS DEFENSE LOGISTICS AGENCY 63,402,841.95 63.40 million 17
1700 DEPT OF THE NAVY 396,932.30 396.93 thousand 12
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -5,776,866.60 -5.78 million 92

Insight

Over the last 5 years, BAE SYSTEMS LAND & ARMAMENTS L.P. received $7.69 billion across 1,114 awards, with obligations highly concentrated in the Department of the Army. The Army accounted for $7.64 billion and 993 awards, representing the overwhelming share of vendor activity in this period. The Defense Logistics Agency was a distant second at $63.40 million across 17 awards, while Navy obligations were minimal at $396.93 thousand across 12 awards. DCMA shows -$5.78 million across 92 awards, indicating net negative obligations in this account over the period.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '06085'
        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
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 6,015,313,691.76 6.02 billion 727
336211 MOTOR VEHICLE BODY MANUFACTURING 1,358,631,999.18 1.36 billion 178
541330 ENGINEERING SERVICES 274,889,690.04 274.89 million 176
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 43,786,799.10 43.79 million 11
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 17,153,899.05 17.15 million 4
561210 FACILITIES SUPPORT SERVICES 0.00 0.00 1
922160 FIRE PROTECTION -1,981,674.40 -1.98 million 8
811111 GENERAL AUTOMOTIVE REPAIR -3,801,733.35 -3.80 million 5
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES -9,575,351.37 -9.58 million 4

Insight

Over the last 5 years, BAE SYSTEMS LAND & ARMAMENTS L.P. received 1,114 awards totaling $7.69 billion, with obligations heavily concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, which accounts for $6.02 billion across 727 awards. NAICS 336211, Motor Vehicle Body Manufacturing, is the second-largest category at $1.36 billion across 178 awards, bringing these two manufacturing codes to the clear majority of obligated dollars. Engineering Services (NAICS 541330) is a distant third at $274.89 million across 176 awards, while the remaining NAICS codes contribute comparatively small amounts and include several negative-obligation entries, indicating some deobligations or adjustments.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '06085'
        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 1,902,192,938.20 1.90 billion 244
2024 2,565,695,184.32 2.57 billion 238
2023 2,365,625,370.57 2.37 billion 223
2022 777,701,403.40 777.70 million 200
2021 83,202,423.52 83.20 million 209

Insight

BAE SYSTEMS LAND & ARMAMENTS L.P. received $7.69 billion across 1,114 awards over the last 5 years, with an average award value of $6.91 million. Obligations are heavily concentrated in the most recent three years: 2023 through 2025 account for about $6.84 billion, while 2021 was comparatively low at $83.20 million. Award counts are relatively stable year to year, ranging from 200 to 244, indicating the increase in obligations is driven more by larger award values than by a material rise in award volume.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

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