Federal Contractor

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

BAE SYSTEMS LAND & ARMAMENTS L.P. recorded 1,445,782,011.16 in obligated federal awards across 2,156 actions in the last 5 years.

This vendor profile summarizes federal procurement activity for BAE SYSTEMS LAND & ARMAMENTS L.P. using the CAGE code 44114 and UEI YNJNTZWVC3H6. The Department of the Navy accounted for most obligations, while work was concentrated in ordnance, guided missile parts, shipbuilding, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS-obligated award data and may not include every transaction detail.

CAGE Code
44114
UEI
YNJNTZWVC3H6
Total Obligated
1.45 billion
1,445,782,011.16
Award Actions
2,156
Average Action Value
670,585.34

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

BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 44114, UEI YNJNTZWVC3H6) obligated $1.45 billion across 2,156 FPDS awards over the last 5 years, for an average award value of $670,585.34. The profile is dominated by defense procurement and reflects a high-volume, mid-to-large dollar contract mix.

Agency mix and customer concentration

The DEPT OF THE NAVY is the clear primary customer, accounting for $1.35 billion and 915 awards, or the large majority of obligated value in the period. Secondary demand is much smaller, led by the DEPT OF THE ARMY and DEPT OF THE AIR FORCE, while the DEFENSE LOGISTICS AGENCY contributes a high award count but comparatively low obligated value, indicating many smaller transactions. The U.S. COAST GUARD appears only marginally in the record.

Industry profile based on NAICS activity

Award activity is concentrated in ordnance, missile-related parts, shipbuilding, fabricated metal products, and engineering services. The largest obligations are in NAICS 332994 and 336419, with substantial value also in 336611 and 332999, which points to a mix of weapons systems, platform components, and industrial support work. Engineering services is present at scale but represents a smaller share of total dollars than the manufacturing-heavy categories.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $359.15 million and remained elevated in 2025 at $261.21 million, after a strong 2023 total of $328.22 million. Award counts were highest in 2022 through 2024, with 2022 showing the most awards at 492 despite lower obligated value than later years. The pattern suggests relatively stable procurement activity with year-to-year shifts in contract size rather than a single sustained growth or decline trend.

How to interpret this page

This summary is based on FPDS-obligated dollars and award counts for the last 5 years tied to CAGE 44114 and UEI YNJNTZWVC3H6. Agency, NAICS, and annual figures reflect the provided top-ranking categories and totals, and should be read as a profile of recorded federal obligations rather than a full reconstruction of contract scope or performance.

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 = '44114'
        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
1700 DEPT OF THE NAVY 1,349,944,637.18 1.35 billion 915
2100 DEPT OF THE ARMY 51,508,821.08 51.51 million 20
5700 DEPT OF THE AIR FORCE 27,138,451.77 27.14 million 25
97AS DEFENSE LOGISTICS AGENCY 19,368,575.71 19.37 million 1,082
7008 U.S. COAST GUARD 166,137.00 166.14 thousand 1
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
1406 DEPARTMENTAL OFFICES 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,345,111.58 -2.35 million 111

Insight

Over the last 5 years, BAE SYSTEMS LAND & ARMAMENTS L.P. received $1.45 billion across 2,156 awards, with obligations heavily concentrated at the Department of the Navy ($1.35 billion, 915 awards), which accounts for the vast majority of total spend. The next largest obligators are much smaller: the Department of the Army ($51.51 million) and the Department of the Air Force ($27.14 million), while the Defense Logistics Agency issued a high volume of awards (1,082) but only $19.37 million in obligations. Remaining agencies contributed minimal obligated value, including a negative net amount at DCMA (-$2.35 million), indicating adjustments or deobligations within 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 = '44114'
        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
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 363,968,934.20 363.97 million 438
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 359,628,446.00 359.63 million 34
336611 SHIP BUILDING AND REPAIRING 262,858,009.11 262.86 million 130
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 191,888,932.00 191.89 million 13
541330 ENGINEERING SERVICES 152,827,441.25 152.83 million 200
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 78,834,019.19 78.83 million 40
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 18,473,612.87 18.47 million 555
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 8,135,110.86 8.14 million 357
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 6,590,131.05 6.59 million 246
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 629,401.98 629.40 thousand 8

Insight

BAE SYSTEMS LAND & ARMAMENTS L.P. shows a concentrated obligation profile over the last 5 years, with the top three NAICS codes—332994, 336419, and 336611—accounting for 985.47 million, or about 68% of the total 1.45 billion obligated. The largest share is in 332994 (363.97 million across 438 awards), followed closely by 336419 (359.63 million across 34 awards) and 336611 (262.86 million across 130 awards), indicating substantial spending in small arms/ordnance, missile and space vehicle parts, and shipbuilding. The distribution across the remaining NAICS codes is more fragmented, with higher award counts in 334412, 335999, and 336413 but materially lower obligated dollars, suggesting smaller-value, higher-volume awards in support activities and components.

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 = '44114'
        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 261,214,274.09 261.21 million 364
2024 359,145,258.86 359.15 million 369
2023 328,220,586.46 328.22 million 468
2022 213,637,944.98 213.64 million 492
2021 283,563,946.77 283.56 million 463

Insight

Over the last 5 years, BAE SYSTEMS LAND & ARMAMENTS L.P. received $1.45 billion across 2,156 awards, averaging $670.6K per award. Obligations peaked in 2024 at $359.15 million, then declined to $261.21 million in 2025; 2023 was also a high year at $328.22 million. Award volume was fairly stable from 2021 through 2025, ranging from 364 to 492 awards annually, indicating obligations are spread across a consistent number of actions rather than a single concentrated year.

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.