In the last full year, BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085, UEI DMHSJF9K3XP9) received $1,902,192,938.20 in federal obligations across 244 award actions. The portfolio was concentrated in the Department of the Army and in NAICS 336992 for military armored vehicle, tank, and tank component manufacturing.
Federal Contractor
BAE SYSTEMS LAND & ARMAMENTS L.P. Federal Contract Obligations (Last Year)
BAE SYSTEMS LAND & ARMAMENTS L.P. recorded $1.90 billion in obligated federal awards across 244 actions in the last full year, led by Department of the Army contracting.
Totals reflect the analysis window provided and include awards recorded under multiple agencies and NAICS codes, including some actions with zero obligated value.
About BAE SYSTEMS LAND & ARMAMENTS L.P. federal contract activity
BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085, UEI DMHSJF9K3XP9) recorded 244 FPDS awards totaling $1.90 billion in the last full year, with an average award value of about $7.80 million. The profile is highly concentrated in a small set of large obligations rather than a broad base of low-value awards.
Agency mix and customer concentration
The DEPT OF THE ARMY accounted for nearly all activity, with 218 awards and $1.90 billion in obligations. The only other obligating agency in the period was the DEFENSE LOGISTICS AGENCY, which contributed $1.19 million across 8 awards; DCMA appears as an oversight or administrative awarding entity with 18 awards and no recorded obligated value.
Industry profile based on NAICS activity
The vendor’s work is dominated by NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, which represents $1.76 billion across 125 awards. Engineering Services (541330) is the second-largest category at $132.14 million and 83 awards, while smaller amounts appear in Motor Vehicle Body Manufacturing and Current-Carrying Wiring Device Manufacturing; several awards are coded to Other Electronic Component Manufacturing but carry no obligated value.
Annual contract trend over the analysis window
The annual trend shows $1.90 billion in obligated value across 244 awards in 2025, which is the full analysis year provided. Because only one year is represented, the data supports a point-in-time concentration view rather than a multi-year growth or decline assessment.
How to interpret this page
Figures are based on FPDS award records associated with the vendor’s CAGE code 06085 and UEI DMHSJF9K3XP9 over the last full year. Agency and NAICS totals are summarized from recorded obligated amounts and award counts; zero-obligation records are included in award counts where present, and totals may reflect rounding in readable displays.
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 1 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 | 1,901,001,032.36 | 1.90 billion | 218 |
| 97AS | DEFENSE LOGISTICS AGENCY | 1,191,905.84 | 1.19 million | 8 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 18 |
Insight
BAE SYSTEMS LAND & ARMAMENTS L.P. received 1.90 billion in obligations across 244 awards in the last full year, with activity heavily concentrated in the Department of the Army. The Army accounted for 1.90 billion and 218 awards, representing nearly all obligated dollars and the clear bulk of award volume. Defense Logistics Agency obligations were minimal at 1.19 million across 8 awards, while DCMA recorded 18 awards with no obligated dollars, indicating administrative or non-obligating activity rather than funded procurement.
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 1 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 | 1,759,955,904.38 | 1.76 billion | 125 |
| 541330 | ENGINEERING SERVICES | 132,144,451.61 | 132.14 million | 83 |
| 336211 | MOTOR VEHICLE BODY MANUFACTURING | 8,998,221.86 | 9.00 million | 28 |
| 335931 | CURRENT-CARRYING WIRING DEVICE MANUFACTURING | 1,191,905.84 | 1.19 million | 3 |
| 334419 | OTHER ELECTRONIC COMPONENT MANUFACTURING | 0.00 | 0.00 | 4 |
| 811111 | GENERAL AUTOMOTIVE REPAIR | -97,545.49 | -97.55 thousand | 1 |
Insight
BAE SYSTEMS LAND & ARMAMENTS L.P. received $1.90 billion across 244 awards in the last full year, with obligations heavily concentrated in NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, which accounts for $1.76 billion across 125 awards. The next largest category, NAICS 541330 Engineering Services, represents $132.14 million across 83 awards, indicating a sharp drop-off from the core manufacturing line of business to supporting services. Remaining NAICS codes are comparatively immaterial, with obligations below $9.0 million each, including one negative obligated value in NAICS 811111, suggesting a minor deobligation or adjustment.
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 1 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 |
Insight
In the last full year, BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 06085) recorded $1.90 billion in obligated value across 244 awards, for an average award value of about $7.80 million. Because the full 1-year window is represented by a single annual total, no year-over-year trend can be assessed from the provided data. The award mix indicates a relatively broad distribution of obligation across multiple actions rather than reliance on a small number of awards alone.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.