Federal Contractor

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. Federal Contract Obligations (Last 5 Years)

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. (CAGE 94117, UEI F9AVUZ8YBGQ6) received 4.11 billion in obligations across 2,659 actions in the last five years.

Federal procurement activity for BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. is concentrated in defense electronics, aircraft parts, and navigation and guidance systems. The DEPT OF THE AIR FORCE and DEPT OF THE NAVY account for most of the obligated value, with annual obligations peaking in 2024 at 1.01 billion.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, counts, and annual figures reflect the last five years of readable FPDS award data and may differ from later updated records.

CAGE Code
94117
UEI
F9AVUZ8YBGQ6
Total Obligated
4.11 billion
4,113,465,054.20
Award Actions
2,659
Average Action Value
1,546,997.01

About BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. federal contract activity

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. (CAGE 94117, UEI F9AVUZ8YBGQ6) recorded 4.11 billion in FPDS-obligated action value across 2,659 awards over the last 5 years, for an average award value of 1.55 million. The profile indicates a large, sustained federal contracting footprint concentrated in defense and electronics-related work.

Agency mix and customer concentration

The Department of the Air Force is the dominant customer, accounting for 2.14 billion across 920 awards, followed by the Department of the Navy at 1.07 billion across 791 awards and the Department of the Army at 688.87 million across 400 awards. Smaller but material activity appears with DMEA at 198.99 million and DLA at 18.87 million, reinforcing a primarily defense-oriented agency base.

Industry profile based on NAICS activity

The contract base is led by NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, with 1.89 billion across 572 awards. Significant additional obligations fall under NAICS 334511 and 334419, alongside engineering services under 541330, indicating a mix of hardware production, sensor/navigation systems, electronic components, and related technical support.

Annual contract trend over the analysis window

Annual obligations remained elevated throughout the period, peaking in 2024 at 1.01 billion after 873.41 million in 2025 and 852.66 million in 2023. The low point in this window was 2022 at 635.04 million, with 2021 at 742.68 million, showing year-to-year variation but no sustained contraction.

How to interpret this page

This summary is based on FPDS transaction data for the last 5 years using the vendor identifiers provided. Obligated amounts, award counts, agency totals, NAICS totals, and annual trend values are presented as supplied in the analysis inputs and reflect recorded federal procurement activity, not necessarily current contract ceiling value or booked revenue.

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 = '94117'
        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
5700 DEPT OF THE AIR FORCE 2,144,789,397.08 2.14 billion 920
1700 DEPT OF THE NAVY 1,069,758,232.48 1.07 billion 791
2100 DEPT OF THE ARMY 688,874,784.84 688.87 million 400
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 198,987,404.95 198.99 million 165
97AS DEFENSE LOGISTICS AGENCY 18,869,529.82 18.87 million 55
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 2,985,734.00 2.99 million 5
1422 BUREAU OF LAND MANAGEMENT 5,625.00 5.63 thousand 1
97JC MISSILE DEFENSE AGENCY (MDA) -1,578.81 -1.58 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -10,804,075.16 -10.80 million 320

Insight

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. received $4.11 billion across 2,659 awards over the last 5 years, with obligations heavily concentrated in the Department of the Air Force ($2.14 billion; 920 awards), Department of the Navy ($1.07 billion; 791 awards), and Department of the Army ($688.87 million; 400 awards). These three agencies account for the vast majority of obligated dollars, indicating a strong defense-centric award distribution. Smaller obligations were recorded with DMEA, DLA, DARPA, and other agencies, while DCMA and MDA show net negative obligations, suggesting adjustments or deobligations in those accounts.

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 = '94117'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,886,171,475.37 1.89 billion 572
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 885,241,375.80 885.24 million 637
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 650,168,919.74 650.17 million 326
541330 ENGINEERING SERVICES 363,863,789.60 363.86 million 582
336411 AIRCRAFT MANUFACTURING 124,334,015.17 124.33 million 48
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 52,229,928.95 52.23 million 125
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 45,635,499.09 45.64 million 66
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 37,106,510.72 37.11 million 110
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 30,483,819.00 30.48 million 29
334413 SEMICONDUCTOR AND RELATED DEVICE MANUFACTURING 16,370,897.17 16.37 million 1

Insight

Over the last 5 years, obligations for CAGE 94117 are concentrated in aircraft-related manufacturing and electronics/systems manufacturing. NAICS 336413 accounts for $1.89 billion across 572 awards, and NAICS 334511 adds $885.24 million across 637 awards; together, these two codes represent the dominant share of the vendor’s $4.11 billion in total obligated dollars. A second tier of activity is concentrated in NAICS 334419 and 541330, indicating meaningful but substantially smaller spend in electronic components and engineering services.

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 = '94117'
        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 873,408,299.72 873.41 million 419
2024 1,009,686,519.66 1.01 billion 658
2023 852,656,275.12 852.66 million 489
2022 635,038,855.60 635.04 million 502
2021 742,675,104.10 742.68 million 591

Insight

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. (CAGE 94117) obligated $4.11 billion across 2,659 awards over the last 5 years, averaging $1.55 million per award. Annual obligations were uneven but consistently high, rising from $635.04 million in 2022 to a peak of $1.01 billion in 2024, then moderating to $873.41 million in 2025. Award volume also peaked in 2024 at 658 awards and remained elevated in 2025, indicating sustained procurement activity with no single year dominating the period.

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.