Federal Contractor

GENERAL ELECTRIC COMPANY Federal Contract Obligations (Last 5 Years)

Federal procurement profile for GENERAL ELECTRIC COMPANY (CAGE 99207, UEI E3HYKKLT5ZT1) covering the last 5 years of FPDS obligation and award activity.

GENERAL ELECTRIC COMPANY recorded 7,814 award actions and $8.70 billion in obligations over the last 5 years, with an average action value of $1,113,146.71. Most obligations came from the Department of the Navy, Department of the Army, and Defense Logistics Agency, and the largest NAICS category was Aircraft Engine and Engine Parts Manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable and exact obligations from the stated 5-year analysis window and are based on FPDS award records.

CAGE Code
99207
UEI
E3HYKKLT5ZT1
Total Obligated
8.70 billion
8,698,128,417.25
Award Actions
7,814
Average Action Value
1,113,146.71

About GENERAL ELECTRIC COMPANY federal contract activity

GENERAL ELECTRIC COMPANY (CAGE 99207, UEI E3HYKKLT5ZT1) obligated 8.70 billion across 7,814 FPDS awards in the last 5 years, with an average award value of 1.11 million. The activity profile indicates a large-volume, defense-oriented vendor with spend concentrated in a small number of agencies and technical manufacturing categories.

Agency mix and customer concentration

The Department of the Navy is the dominant buying agency at 4.50 billion across 1,020 awards, followed by the Department of the Army at 2.23 billion across 535 awards. Defense Logistics Agency adds 1.66 billion across 5,336 awards, indicating a very high-frequency transaction stream, while the Coast Guard and USSOCOM represent smaller but material portions of the portfolio.

Industry profile based on NAICS activity

NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, accounts for 7.93 billion and is the core of the vendor's obligated spend. Secondary activity appears in Aircraft Manufacturing, repair and maintenance, Other Aircraft Parts and Auxiliary Equipment Manufacturing, and Hardware Manufacturing, showing a portfolio centered on aerospace systems, sustainment, and related industrial support.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at 2.45 billion, then declined to 1.93 billion in 2024 and 992.78 million in 2025. Even with the softer recent years, the five-year pattern remains elevated and consistent with a major federal supplier that sustains significant recurring award volume.

How to interpret this page

This page summarizes FPDS obligations tied to GENERAL ELECTRIC COMPANY by CAGE code and UEI over the last 5 years. Totals, counts, and averages are based on the provided award dataset and are grouped into vendor-level, agency, NAICS, and annual trend views without extrapolation beyond the supplied values.

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 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 4,498,037,358.10 4.50 billion 1,020
2100 DEPT OF THE ARMY 2,230,865,109.28 2.23 billion 535
97AS DEFENSE LOGISTICS AGENCY 1,659,775,108.53 1.66 billion 5,336
7008 U.S. COAST GUARD 158,842,414.20 158.84 million 502
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 155,541,813.40 155.54 million 91
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,304,722.40 3.30 million 20
5700 DEPT OF THE AIR FORCE 1,544,895.05 1.54 million 11
7529 NATIONAL INSTITUTES OF HEALTH -12,416.08 -12.42 thousand 6
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -9,770,587.63 -9.77 million 293

Insight

Over the last 5 years, GENERAL ELECTRIC COMPANY has obligated $8.70 billion across 7,814 awards, with spending concentrated in a small set of agencies. The DEPT OF THE NAVY accounts for $4.50 billion, or about 52% of total obligations, followed by the DEPT OF THE ARMY at $2.23 billion and the DEFENSE LOGISTICS AGENCY at $1.66 billion; these three agencies represent the clear core of demand. Award volume is more dispersed than dollars, led by DLA with 5,336 awards, indicating many smaller actions alongside fewer high-value obligations at the Navy and Army. Remaining agencies contribute comparatively limited obligation levels, with several entries below $160 million and two agencies showing negative net obligations.

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 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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 7,931,185,719.06 7.93 billion 1,930
336411 AIRCRAFT MANUFACTURING 416,354,625.87 416.35 million 3,472
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 153,919,253.39 153.92 million 92
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 108,477,357.68 108.48 million 1,436
332510 HARDWARE MANUFACTURING 82,873,616.23 82.87 million 617
541330 ENGINEERING SERVICES 3,021,660.18 3.02 million 79
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,540,287.02 1.54 million 7
331529 OTHER NONFERROUS METAL FOUNDRIES (EXCEPT DIE-CASTING) 880,904.51 880.90 thousand 119
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 6,811.00 6.81 thousand 4
332618 OTHER FABRICATED WIRE PRODUCT MANUFACTURING 0.00 0.00 2

Insight

GENERAL ELECTRIC COMPANY’s obligations over the last 5 years are highly concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounts for $7.93 billion of the $8.70 billion total obligated across 1,930 awards. The next largest category, NAICS 336411, Aircraft Manufacturing, is materially smaller at $416.35 million but has the highest award count in the set at 3,472, indicating a broader distribution of lower-value awards in that category. Remaining obligations are limited and dispersed across repair, parts, hardware, and smaller support or R&D codes, each representing a comparatively minor share of total spending.

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 5 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
2024 1,928,092,685.60 1.93 billion 1,653
2023 2,445,600,125.57 2.45 billion 1,622
2022 1,493,766,273.23 1.49 billion 1,282
2021 1,837,886,890.42 1.84 billion 1,783

Insight

Over the last 5 years, GENERAL ELECTRIC COMPANY (CAGE 99207) obligated $8.70 billion across 7,814 awards, averaging $1.11 million per award. Obligations peaked in 2023 at $2.45 billion, then declined to $1.93 billion in 2024 and $992.78 million in 2025, indicating a downward shift after the high point. Award counts were highest in 2021 (1,783) and remained relatively stable through 2024 before dropping in 2025, suggesting both value and volume contracted in the most recent 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.