Federal Contractor

GENERAL ELECTRIC COMPANY Federal Contract Obligations (Last Year)

General Electric Company (CAGE 99207, UEI E3HYKKLT5ZT1) received 992.78 million in federal obligations across 1,474 award actions in the last full year.

General Electric Company’s federal activity was concentrated in Department of Defense and Coast Guard procurement, led by the Department of the Navy and Department of the Army. By NAICS, most obligation flowed to aircraft engine and engine parts manufacturing, with smaller volumes in aircraft manufacturing, repair and maintenance, and related aerospace categories.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the last full year of readable FPDS award data and reflects total obligated value, award count, and agency and NAICS concentration.

CAGE Code
99207
UEI
E3HYKKLT5ZT1
Total Obligated
992.78 million
992,782,442.43
Award Actions
1,474
Average Action Value
673,529.47

About GENERAL ELECTRIC COMPANY federal contract activity

GENERAL ELECTRIC COMPANY (CAGE 99207, UEI E3HYKKLT5ZT1) recorded $992.78 million in obligated federal awards across 1,474 actions during the last full year, for an average award value of $673,529.47. The obligation base was concentrated in defense and maritime procurement, with the Navy, Army, and Defense Logistics Agency accounting for the majority of dollars awarded.

Agency mix and customer concentration

The DEPT OF THE NAVY was the largest customer at $420.55 million across 144 awards, followed by the DEPT OF THE ARMY at $336.04 million across 119 awards. The DEFENSE LOGISTICS AGENCY issued the highest award volume at 1,054 actions but represented a smaller share of obligated dollars at $149.79 million, indicating many lower-dollar transactions alongside a smaller set of larger program awards.

Industry profile based on NAICS activity

Obligations were dominated by NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounted for $825.03 million across 388 awards. Additional activity was spread across aircraft manufacturing, repair and maintenance, and related aerospace component categories, showing a procurement profile centered on aircraft systems, sustainment, and parts support rather than a broad industrial mix.

Annual contract trend over the analysis window

The analysis window contains one annual observation for 2025, so the period supports a point-in-time view rather than a multi-year trend. Total obligations reached $992.78 million over 1,474 awards, establishing the current baseline for comparing future annual performance.

How to interpret this page

This summary uses FPDS award records associated with CAGE 99207 and UEI E3HYKKLT5ZT1 for the last full year. Dollar figures reflect obligated amounts, award counts reflect FPDS action counts, and NAICS and agency views are ranked by total obligated value. No extrapolation or external enrichment was applied beyond the provided FPDS aggregates.

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 = '99207'
        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
1700 DEPT OF THE NAVY 420,549,318.65 420.55 million 144
2100 DEPT OF THE ARMY 336,040,351.50 336.04 million 119
97AS DEFENSE LOGISTICS AGENCY 149,794,172.70 149.79 million 1,054
7008 U.S. COAST GUARD 53,133,550.84 53.13 million 63
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 38,160,650.24 38.16 million 14
5700 DEPT OF THE AIR FORCE 1,496,951.00 1.50 million 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 60,480.00 60.48 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -6,453,032.50 -6.45 million 78

Insight

GENERAL ELECTRIC COMPANY’s last full year obligations are concentrated in a few federal customers, led by the Department of the Navy at $420.55 million and the Department of the Army at $336.04 million; together they account for most of the vendor’s $992.78 million total. The Defense Logistics Agency stands out for volume, with 1,054 awards but only $149.79 million obligated, indicating a much smaller average award size than Navy or Army. The remaining agencies are comparatively modest, and DCMA is the only top-agency entry with negative obligations at -$6.45 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 = '99207'
        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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 825,034,469.78 825.03 million 388
336411 AIRCRAFT MANUFACTURING 86,811,637.06 86.81 million 762
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 36,538,090.23 36.54 million 15
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 29,003,659.87 29.00 million 63
332510 HARDWARE MANUFACTURING 15,480,596.48 15.48 million 226
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 0.00 0.00 2
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 0.00 0.00 2
332996 FABRICATED PIPE AND PIPE FITTING MANUFACTURING 0.00 0.00 2
332618 OTHER FABRICATED WIRE PRODUCT MANUFACTURING -16,173.80 -16.17 thousand 1
541330 ENGINEERING SERVICES -69,837.19 -69.84 thousand 13

Insight

GENERAL ELECTRIC COMPANY’s last full year obligations are heavily concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounts for $825.03 million across 388 awards, or the clear majority of the vendor’s $992.78 million total. NAICS 336411, Aircraft Manufacturing, is the second-largest category by award count with 762 awards, but obligations are much lower at $86.81 million, indicating a high-volume, lower-dollar distribution relative to engine-related work. The remaining NAICS codes contribute comparatively small amounts, with several at zero obligated dollars and two codes showing slight negative obligations, suggesting limited adjustment activity outside the core aerospace manufacturing base.

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 = '99207'
        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 992,782,442.43 992.78 million 1,474

Insight

For the last full year, GENERAL ELECTRIC COMPANY (CAGE 99207) received $992.78 million across 1,474 awards, for an average award value of $673,529.47. With only one annual data point in the 1-year window, no year-over-year trend can be assessed; the available data indicates a high volume of awards paired with substantial obligation concentration in the reported 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.