Federal Contractor

GENERAL ELECTRIC COMPANY Federal Contract Obligations (Last 5 Years)

Federal procurement profile for GENERAL ELECTRIC COMPANY (CAGE 07482, UEI J1T1FEN3PWX6) covering the last 5 years of FPDS awards.

GENERAL ELECTRIC COMPANY recorded 2,553 award actions with total obligations of $5.51 billion over the last 5 years, averaging $2.16 million per action. The largest share of obligations came from the Department of the Air Force and the Defense Logistics Agency, with activity concentrated in aircraft engine and engine parts manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect obligated dollars in the selected analysis window and are summarized from FPDS award-action records.

CAGE Code
07482
UEI
J1T1FEN3PWX6
Total Obligated
5.51 billion
5,514,520,692.91
Award Actions
2,553
Average Action Value
2,160,015.93

About GENERAL ELECTRIC COMPANY federal contract activity

GENERAL ELECTRIC COMPANY (CAGE 07482, UEI J1T1FEN3PWX6) recorded 5.51 billion in obligated federal awards across 2,553 actions over the last 5 years, with an average award value of 2.16 million. The profile indicates a large, sustained federal footprint concentrated in defense and aerospace-related work.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE is the dominant customer, accounting for 3.73 billion across 935 awards, or roughly two-thirds of total obligations. The DEFENSE LOGISTICS AGENCY follows with 1.28 billion and 685 awards, while NASA, the Navy, and the Army represent smaller but still material portions of the portfolio.

Industry profile based on NAICS activity

Award activity is concentrated in aircraft engine and parts manufacturing under NAICS 336412, which represents 4.65 billion across 1,091 awards. The next largest category is R&D in the physical, engineering, and life sciences (541715) at 487.58 million and 802 awards, followed by other aircraft parts manufacturing, engineering services, and ship building and repairing, indicating a mix of production, technical support, and specialized defense/aerospace work.

Annual contract trend over the analysis window

Annual obligations were strongest in 2022 at 1.27 billion and remained near or above 1.05 billion in each subsequent year through 2025. Award counts peaked in 2021 at 763, then fell into a narrower band from 2022 to 2025 even as obligated value stayed elevated, suggesting fewer but larger or similarly scaled actions in the later years.

How to interpret this page

This summary is based on FPDS award records associated with GENERAL ELECTRIC COMPANY, using the provided CAGE code and UEI over the last 5 years. Totals, counts, and category breakdowns reflect obligated dollars and award counts in the supplied analysis window only, and no external data was added.

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 = '07482'
        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 3,725,742,779.07 3.73 billion 935
97AS DEFENSE LOGISTICS AGENCY 1,283,727,174.92 1.28 billion 685
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 275,745,458.92 275.75 million 343
1700 DEPT OF THE NAVY 188,348,580.50 188.35 million 285
2100 DEPT OF THE ARMY 47,124,768.63 47.12 million 81
1549 FEDERAL BUREAU OF INVESTIGATION 9,129,842.13 9.13 million 14
7008 U.S. COAST GUARD 2,012,738.64 2.01 million 19
6920 FEDERAL AVIATION ADMINISTRATION 89,600.00 89.60 thousand 7
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -17,400,249.90 -17.40 million 184

Insight

Over the last 5 years, GENERAL ELECTRIC COMPANY obligated $5.51 billion across 2,553 awards, with spending highly concentrated at the Department of the Air Force and the Defense Logistics Agency. The Department of the Air Force accounts for $3.73 billion and 935 awards, while DLA adds $1.28 billion and 685 awards, meaning these two agencies represent the large majority of total obligations. NASA, the Department of the Navy, and the Department of the Army follow at materially lower levels, and smaller obligations are spread across several civilian and defense agencies. DCMA reflects a negative obligated amount of $17.40 million across 184 awards, indicating downward adjustment activity within the period.

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 = '07482'
        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 4,647,537,301.89 4.65 billion 1,091
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 487,575,955.65 487.58 million 802
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 133,805,780.04 133.81 million 85
541330 ENGINEERING SERVICES 76,023,528.33 76.02 million 156
336611 SHIP BUILDING AND REPAIRING 74,932,320.81 74.93 million 18
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 49,651,221.00 49.65 million 21
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 33,466,519.30 33.47 million 143
561990 ALL OTHER SUPPORT SERVICES 12,882,675.76 12.88 million 21
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 1,970,976.15 1.97 million 150
611519 OTHER TECHNICAL AND TRADE SCHOOLS 1,166,165.00 1.17 million 16

Insight

Over the last 5 years, obligations to GENERAL ELECTRIC COMPANY (CAGE 07482) are highly concentrated in NAICS 336412, Aircraft Engine and Parts Manufacturing, which accounts for $4.65 billion of $5.51 billion total obligated, or the clear majority of spending across 1,091 awards. The second-largest NAICS, 541715, Research and Development in the Physical, Engineering, and Life Sciences, contributes $487.58 million across 802 awards, indicating a substantial but much smaller R&D workstream alongside core manufacturing activity. Remaining NAICS codes are comparatively minor and more dispersed, with no other category exceeding $133.81 million, suggesting a portfolio dominated by aircraft engine manufacturing with secondary support in R&D and related engineering functions.

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 = '07482'
        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 1,148,862,872.82 1.15 billion 416
2024 1,049,554,306.56 1.05 billion 420
2023 1,157,590,897.28 1.16 billion 419
2022 1,273,087,507.94 1.27 billion 535
2021 885,425,108.31 885.43 million 763

Insight

Over the last 5 years, GENERAL ELECTRIC COMPANY (CAGE 07482) received $5.51 billion across 2,553 awards, averaging $2.16 million per award. Obligations were highest in 2022 at $1.27 billion, followed by a lower level in 2024 at $1.05 billion and a rebound in 2025 to $1.15 billion. Award volume was relatively steady from 2022 through 2025 at 416–535 awards annually, after a higher count in 2021 (763), indicating that recent obligations have been distributed across a consistently similar annual award base.

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.