Federal Contractor

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

Federal procurement profile for BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 44114, UEI YNJNTZWVC3H6) covering obligations and awards over the last 10 years.

BAE SYSTEMS LAND & ARMAMENTS L.P. recorded $2.57 billion in obligated federal contract value across 3,608 award actions in the last 10 years. Most of that work came from the Department of the Navy, with major activity also tied to guided missile and ordnance manufacturing, shipbuilding, and engineering services.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures are based on the last 10 years of FPDS-readable actions and reflect obligated amounts, award counts, and selected agency and NAICS groupings.

CAGE Code
44114
UEI
YNJNTZWVC3H6
Total Obligated
2.57 billion
2,571,556,166.28
Award Actions
3,608
Average Action Value
712,737.29

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

BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 44114, UEI YNJNTZWVC3H6) received 3,608 awards totaling $2.57 billion over the last 10 years, for an average award value of $712,737.29. The award profile indicates a high-volume, high-dollar supplier relationship concentrated in defense manufacturing and related technical services.

Agency mix and customer concentration

The DEPT OF THE NAVY accounts for the vast majority of obligations at $2.45 billion across 1,455 awards, making it the dominant buying agency by both value and volume. Secondary activity is materially smaller: the DEPT OF THE ARMY obligated $56.58 million, the DEFENSE LOGISTICS AGENCY obligated $38.13 million across 1,872 awards, and the DEPT OF THE AIR FORCE obligated $31.26 million. MISSILE DEFENSE AGENCY (MDA) activity was limited to $1.00 million across 6 awards.

Industry profile based on NAICS activity

Obligations are concentrated in defense-oriented manufacturing NAICS codes, led by 336419 at $728.08 million and 332994 at $716.77 million. Additional spending is tied to 336611 ship building and repairing ($410.59 million) and 541330 engineering services ($242.07 million), indicating both production and technical support work. The presence of 332999 at $191.89 million further reinforces a fabrication-heavy mix.

Annual contract trend over the analysis window

Annual obligations in the visible years remain strong but uneven, ranging from $213.64 million in 2022 to $359.15 million in 2024. The trend shows a dip in 2022 followed by recovery in 2023 and a peak in 2024, with 2025 at $261.21 million to date. Award counts remain consistently high year over year, supporting a sustained transactional footprint.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 44114 and UEI YNJNTZWVC3H6 for the last 10 years. Obligation totals, award counts, agency mix, NAICS mix, and annual trend values are taken directly from the provided analysis window and were not supplemented with external sources. Where totals are shown in readable form, they reflect rounded values from the supplied dataset.

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 10 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 2,454,879,637.89 2.45 billion 1,455
2100 DEPT OF THE ARMY 56,584,862.80 56.58 million 50
97AS DEFENSE LOGISTICS AGENCY 38,128,396.56 38.13 million 1,872
5700 DEPT OF THE AIR FORCE 31,258,378.77 31.26 million 31
97JC MISSILE DEFENSE AGENCY (MDA) 1,000,500.00 1.00 million 6
7008 U.S. COAST GUARD 166,137.00 166.14 thousand 1
1406 DEPARTMENTAL OFFICES 0.00 0.00 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -10,461,746.74 -10.46 million 190

Insight

Over the last 10 years, BAE SYSTEMS LAND & ARMAMENTS L.P. received 2.57 billion across 3,608 awards, with obligations heavily concentrated in the Department of the Navy at 2.45 billion and 1,455 awards. The Navy accounts for nearly all obligated dollars, while the Defense Logistics Agency has the highest award count among non-Navy agencies at 1,872 awards but only 38.13 million in obligations, indicating much smaller average award values. The Department of the Army and Department of the Air Force are secondary obligating agencies at 56.58 million and 31.26 million, respectively; other agencies each represent only marginal obligated amounts, including a negative total for DCMA.

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 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
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 728,077,566.02 728.08 million 68
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 716,771,606.77 716.77 million 566
336611 SHIP BUILDING AND REPAIRING 410,593,737.78 410.59 million 284
541330 ENGINEERING SERVICES 242,073,238.00 242.07 million 379
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 191,888,932.00 191.89 million 13
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 117,319,526.93 117.32 million 90
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 83,953,946.19 83.95 million 51
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 27,109,818.68 27.11 million 817
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 17,850,080.40 17.85 million 848
332992 SMALL ARMS AMMUNITION MANUFACTURING 13,499,945.00 13.50 million 8

Insight

Over the last 10 years, BAE SYSTEMS LAND & ARMAMENTS L.P. received $2.57 billion across 3,608 awards, with obligations concentrated in defense-related manufacturing and engineering NAICS codes. The largest shares were in 336419 ($728.08 million, 68 awards), 332994 ($716.77 million, 566 awards), and 336611 ($410.59 million, 284 awards), indicating a heavy emphasis on guided missile/space vehicle parts, small arms/ordnance, and shipbuilding work. Award activity is more dispersed than dollars, with high award counts in 334412 (817 awards) and 335999 (848 awards) but comparatively low obligated amounts, suggesting many smaller transactions in supporting manufacturing categories.

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 10 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
2020 475,123,173.65 475.12 million 430
2019 241,781,572.34 241.78 million 456
2018 244,580,826.63 244.58 million 284
2017 164,288,582.50 164.29 million 282

Insight

Over the last 10 years, BAE SYSTEMS LAND & ARMAMENTS L.P. (CAGE 44114) received 2.57 billion across 3,608 awards, averaging 712.7K per award. Obligations are concentrated in the most recent years, with 2020 as the high point at 475.1 million and annual obligations generally ranging from 213.6 million to 359.1 million since 2021, indicating sustained but uneven funding levels. Award volume is relatively steady year to year, ranging from 282 to 492 awards, which suggests recurring procurement activity with variation driven more by award size than by award frequency.

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