Federal Contractor

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

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. received 419 award actions totaling $873.41 million in the last full year, led by Department of the Air Force and Department of the Navy obligations.

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. (CAGE 94117, UEI F9AVUZ8YBGQ6) recorded $873.41 million in obligations across 419 award actions in the last full year. Most spending was concentrated in the Department of the Air Force, Department of the Navy, and Department of the Army, with work primarily tied to aircraft systems, navigation and guidance equipment, electronic components, and engineering services.

Generated at 03/21/2026

Analysis period: Last full year

Analysis reflects the last full year and uses FPDS-readable obligation and award counts from the provided data.

CAGE Code
94117
UEI
F9AVUZ8YBGQ6
Total Obligated
873.41 million
873,408,299.72
Award Actions
419
Average Action Value
2,084,506.68

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 419 awards and $873.41 million in obligated value over the last full year, with an average award value of $2.08 million. The profile reflects a high-volume defense contracting base concentrated in electronics, aircraft-related systems, and engineering support.

Agency mix and customer concentration

Obligations were led by the Department of the Air Force at $333.30 million across 159 awards, followed closely by the Department of the Navy at $322.57 million across 118 awards. The Department of the Army added $159.37 million across 60 awards, while DMEA and DARPA represented smaller but technically focused portions of the portfolio.

Industry profile based on NAICS activity

The NAICS mix is concentrated in defense and aerospace manufacturing and systems integration. The largest categories were Other Aircraft Parts and Auxiliary Equipment Manufacturing (336413) at $292.87 million, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing (334511) at $285.08 million, and Other Electronic Component Manufacturing (334419) at $141.78 million; Engineering Services (541330) also contributed $77.10 million across 89 awards.

Annual contract trend over the analysis window

The annual trend shows $873.41 million obligated in 2025 across 419 awards, which is the full analysis window available here. No multi-year comparison can be drawn from the provided data, so the trend should be interpreted as a single-year activity snapshot rather than a directional pattern.

How to interpret this page

This summary is based on FPDS obligation records for the vendor matched to CAGE 94117 and UEI F9AVUZ8YBGQ6 for the last full year. Agency, NAICS, and annual figures are aggregated from the provided dataset; award counts reflect reported transactions and may include multiple awards under the same vendor in the period.

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 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
5700 DEPT OF THE AIR FORCE 333,299,690.73 333.30 million 159
1700 DEPT OF THE NAVY 322,567,230.36 322.57 million 118
2100 DEPT OF THE ARMY 159,370,120.01 159.37 million 60
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 57,602,556.95 57.60 million 37
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 2,943,101.00 2.94 million 3
97AS DEFENSE LOGISTICS AGENCY 397,017.60 397.02 thousand 10
1422 BUREAU OF LAND MANAGEMENT 5,625.00 5.63 thousand 1
97JC MISSILE DEFENSE AGENCY (MDA) 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,777,041.93 -2.78 million 30

Insight

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. received $873.41 million across 419 awards in the last full year, with obligations concentrated in the Department of the Air Force, Department of the Navy, and Department of the Army. These three agencies account for $815.24 million and 337 awards, or about 93% of total obligated value and most of the award activity. The next largest customer, DMEA, contributed $57.60 million across 37 awards, while all remaining agencies were marginal; DCMA recorded a net negative obligation of $2.78 million.

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 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 292,865,395.84 292.87 million 88
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 285,084,781.13 285.08 million 94
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 141,783,765.60 141.78 million 45
541330 ENGINEERING SERVICES 77,096,485.05 77.10 million 89
336411 AIRCRAFT MANUFACTURING 17,475,136.00 17.48 million 4
334413 SEMICONDUCTOR AND RELATED DEVICE MANUFACTURING 16,370,897.17 16.37 million 1
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 14,769,498.00 14.77 million 28
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 11,313,624.00 11.31 million 2
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 6,988,000.00 6.99 million 8
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 4,499,468.26 4.50 million 12

Insight

BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. obligated $873.41 million across 419 awards in the last full year, with activity concentrated in a small set of defense and electronics manufacturing NAICS. The top two codes, 336413 and 334511, account for $577.95 million combined, or about 66% of total obligated value, indicating strong concentration in aircraft-related parts and aeronautical/navigation systems. Secondary activity is spread across 334419 and 541330, while the remaining top NAICS each represent comparatively small shares, suggesting a broad but value-weighted portfolio centered on specialized manufacturing 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 1 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

Insight

In the last full year, BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. (CAGE 94117) recorded $873.41 million in obligated value across 419 awards, for an average award value of $2.08 million. This indicates a relatively high volume of obligations spread across many actions rather than reliance on a small number of large awards. With only one year provided in the 1-year window, no year-over-year trend can be determined from the available data.

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.