Federal Contractor

GENERAL ELECTRIC COMPANY Federal Contract Obligations (Last Year)

GENERAL ELECTRIC COMPANY (CAGE 07482, UEI J1T1FEN3PWX6) recorded $1.15 billion in obligated federal awards across 416 actions in the last full year.

GENERAL ELECTRIC COMPANY’s federal obligations were concentrated in defense and aerospace work, led by the Department of the Air Force and the Defense Logistics Agency. The vendor’s largest NAICS category was Aircraft Engine and Engine Parts Manufacturing, with additional activity in research and development and related aircraft components.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on readable obligated amounts, with totals shown exactly in the underlying data.

CAGE Code
07482
UEI
J1T1FEN3PWX6
Total Obligated
1.15 billion
1,148,862,872.82
Award Actions
416
Average Action Value
2,761,689.59

About GENERAL ELECTRIC COMPANY federal contract activity

GENERAL ELECTRIC COMPANY, identified by CAGE 07482 and UEI J1T1FEN3PWX6, received 1.15 billion across 416 FPDS awards in the last full year, for an average award value of 2.76 million. The obligation profile indicates a high-value federal vendor with substantial concentration in defense and aerospace procurement.

Agency mix and customer concentration

The Department of the Air Force accounted for the majority of obligations at 865.97 million across 217 awards, making it the dominant buying activity for this vendor. The Defense Logistics Agency was the second-largest customer at 226.06 million, while NASA added 46.12 million, with smaller but notable activity from the Department of the Navy and the FBI.

Industry profile based on NAICS activity

Award activity was led by NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which represented 1.02 billion across 135 awards and anchors the vendor's federal business. Smaller but recurring obligations appeared in R&D under NAICS 541715, other aircraft parts under 336413, turbine equipment under 333611, and engineering services under 541330, indicating a mix of production, technical support, and research work.

Annual contract trend over the analysis window

The analysis window covers a single year, 2025, with total obligations of 1.15 billion across 416 awards. With only one annual datapoint provided, the trend view supports a current-year snapshot rather than a multi-year growth assessment.

How to interpret this page

This summary uses FPDS award obligations associated with vendor identifiers CAGE 07482 and UEI J1T1FEN3PWX6 over the last full year. Agency and NAICS sections are based on total obligated dollars and award counts within the provided dataset, and the trend section reflects the annual aggregate for 2025 only.

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 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 865,970,914.19 865.97 million 217
97AS DEFENSE LOGISTICS AGENCY 226,060,775.08 226.06 million 97
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 46,123,836.04 46.12 million 54
1700 DEPT OF THE NAVY 7,095,381.77 7.10 million 23
1549 FEDERAL BUREAU OF INVESTIGATION 2,007,060.00 2.01 million 3
2100 DEPT OF THE ARMY 1,680,119.33 1.68 million 6
7008 U.S. COAST GUARD 509,281.92 509.28 thousand 1
6920 FEDERAL AVIATION ADMINISTRATION 12,500.00 12.50 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -596,995.51 -597.00 thousand 13

Insight

GENERAL ELECTRIC COMPANY’s obligations over the last full year were highly concentrated in the Department of the Air Force, which accounted for $865.97 million across 217 awards, or about 75% of total obligated dollars. The Defense Logistics Agency was the second-largest customer at $226.06 million across 97 awards, bringing the top two agencies to roughly 95% of total obligations. NASA was a distant third at $46.12 million, while all remaining agencies each represented less than $10 million; DCMA recorded a net negative obligation of $597.0 thousand across 13 awards, indicating deobligations or downward adjustments 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 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 1,023,791,841.54 1.02 billion 135
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 78,245,655.03 78.25 million 181
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 38,105,169.51 38.11 million 50
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 3,743,952.00 3.74 million 9
541330 ENGINEERING SERVICES 1,690,955.89 1.69 million 10
561990 ALL OTHER SUPPORT SERVICES 1,569,619.33 1.57 million 3
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,130,356.72 1.13 million 12
611519 OTHER TECHNICAL AND TRADE SCHOOLS 514,700.00 514.70 thousand 4
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 110,500.00 110.50 thousand 3
339991 GASKET, PACKING, AND SEALING DEVICE MANUFACTURING 0.00 0.00 4

Insight

GENERAL ELECTRIC COMPANY’s obligations are heavily concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounts for about $1.02 billion of the $1.15 billion obligated in the last full year, or roughly 89% of total obligations. The next largest category, NAICS 541715 for R&D in the physical, engineering, and life sciences, represents a much smaller share at $78.25 million across 181 awards, indicating a materially broader but lower-dollar secondary activity. Remaining NAICS codes are comparatively minor, with 336413 and 333611 as the only other categories exceeding $3 million, suggesting a predominantly aerospace manufacturing profile with limited diversification.

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 1 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

Insight

For the last full year, GENERAL ELECTRIC COMPANY (CAGE 07482) recorded $1.15 billion in obligated value across 416 awards, with an average award value of about $2.76 million. The annual trend is concentrated in a single reported year, so the available data supports a point-in-time assessment rather than a multi-year comparison. This indicates a high-volume award profile with obligations distributed across a moderate number of awards.

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.