Federal Contractor

GENERAL ATOMICS Federal Contract Obligations (Last Year)

GENERAL ATOMICS (CAGE 4V360, UEI TVRYQ3N3B8H5) received 237 award actions totaling $150.63 million in the last full year.

Most obligations were placed by the Department of the Navy, which accounted for $101.16 million across 120 actions, followed by the Department of Energy at $44.94 million across 11 actions. Activity was concentrated in aircraft parts manufacturing and R&D, with smaller amounts in engineering, ship building, and guided missile and space vehicle manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS award activity for the last full year using obligation totals and award counts by agency, NAICS, and year.

CAGE Code
4V360
UEI
TVRYQ3N3B8H5
Total Obligated
150.63 million
150,629,836.56
Award Actions
237
Average Action Value
635,568.93

About GENERAL ATOMICS federal contract activity

GENERAL ATOMICS recorded $150.63 million in obligations across 237 awards in the last full year, for an average award value of $635,568.93. The activity profile indicates a high-volume contracting relationship with a concentration of obligation in a relatively small number of buyers and technical categories.

Agency mix and customer concentration

The Department of the Navy accounted for $101.16 million and 120 awards, representing the dominant share of procurement activity. The Department of Energy followed with $44.94 million, while the Defense Logistics Agency added 83 awards but only $2.94 million, indicating a materially smaller-dollar transactional role; NASA and the Missile Defense Agency contributed limited but identifiable spending.

Industry profile based on NAICS activity

Obligations were led by NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, at $79.42 million across 108 awards. Research and development in the physical, engineering, and life sciences (541715) was the second-largest category at $44.76 million, followed by Engineering Services (541330) at $17.86 million; the remaining top codes suggest a mix of manufacturing, research, and specialized defense-oriented engineering work.

Annual contract trend over the analysis window

The annual trend is concentrated in 2025, which shows the full-year total of $150.63 million across 237 awards. With only one year in the analysis window, the data support a point-in-time assessment rather than a multi-year growth or volatility conclusion.

How to interpret this page

This summary is based on FPDS-obligated dollars and award counts associated with CAGE 4V360 and UEI TVRYQ3N3B8H5 over the last full year. Agency and NAICS sections reflect the top categories by obligated value in the provided dataset, and the trend section uses the annual aggregation supplied for 2025.

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 = '4V360'
        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 101,162,769.87 101.16 million 120
8900 ENERGY, DEPARTMENT OF 44,940,382.67 44.94 million 11
97AS DEFENSE LOGISTICS AGENCY 2,944,053.02 2.94 million 83
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,553,314.00 1.55 million 9
97JC MISSILE DEFENSE AGENCY (MDA) 804,500.00 804.50 thousand 4
97HW UNIFORMED SERVICES UNIVERSITY OF THE HEALTH SCIENCES (USUHS) 209,401.00 209.40 thousand 4
5700 DEPT OF THE AIR FORCE 5,000.00 5.00 thousand 5
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -989,584.00 -989.58 thousand 1

Insight

GENERAL ATOMICS’ obligations in the last full year were concentrated primarily in two agencies: the Department of the Navy accounted for $101.16 million across 120 awards, and the Department of Energy accounted for $44.94 million across 11 awards; together they represented about 97% of total obligated dollars. The remaining agencies were much smaller by dollar value, with DLA the next largest at $2.94 million across 83 awards, indicating a broader but low-dollar distribution outside the top two. A negative obligation of $989.58 thousand at DCMA reduced net totals slightly and suggests a contract adjustment or deobligation in that agency.

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 = '4V360'
        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 79,419,831.87 79.42 million 108
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 44,756,505.00 44.76 million 17
541330 ENGINEERING SERVICES 17,864,854.00 17.86 million 9
336611 SHIP BUILDING AND REPAIRING 4,070,947.00 4.07 million 13
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 1,558,314.00 1.56 million 9
332510 HARDWARE MANUFACTURING 761,919.04 761.92 thousand 4
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 392,430.96 392.43 thousand 3
332991 BALL AND ROLLER BEARING MANUFACTURING 332,762.08 332.76 thousand 4
333413 INDUSTRIAL AND COMMERCIAL FAN AND BLOWER AND AIR PURIFICATION EQUIPMENT MANUFACTURING 217,792.94 217.79 thousand 4
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 209,401.00 209.40 thousand 4

Insight

GENERAL ATOMICS’ last full year obligations of $150.63 million are concentrated in a small set of NAICS codes, led by 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, at $79.42 million across 108 awards, or about 53% of total obligated dollars. The next two NAICS codes, 541715 and 541330, account for $44.76 million and $17.86 million respectively, bringing the top three categories to roughly 94% of annual obligations. Activity is broader by award count than by dollars, with 237 total awards across multiple NAICS codes, but the remaining codes represent relatively small dollar amounts and indicate limited diversification beyond aerospace manufacturing, R&D, 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 = '4V360'
        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 150,629,836.56 150.63 million 237

Insight

In the last full year, GENERAL ATOMICS (CAGE 4V360) received $150.63 million across 237 awards, for an average award value of about $635.6K. Obligations are fully concentrated in FY2025 within the 1-year window provided, indicating a single-period funding profile rather than a multi-year trend. The award count suggests relatively fragmented distribution across many actions despite the sizable total obligated amount.

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.