Federal Contractor

GENERAL ATOMICS Federal Contract Obligations (Last 5 Years)

GENERAL ATOMICS (CAGE 4V360, UEI TVRYQ3N3B8H5) recorded 1.59 billion in federal obligations across 1,091 award actions over the last 5 years.

This vendor page summarizes GENERAL ATOMICS federal procurement activity over the last 5 years, with obligations concentrated in Department of the Navy awards and in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing. The profile also shows recurring work in R&D, engineering services, ship building and repairing, and guided missile and space vehicle manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS-readable obligations and award counts for the analysis window and may differ from agency-reported totals due to reporting timing or record updates.

CAGE Code
4V360
UEI
TVRYQ3N3B8H5
Total Obligated
1.59 billion
1,592,821,605.65
Award Actions
1,091
Average Action Value
1,459,964.80

About GENERAL ATOMICS federal contract activity

GENERAL ATOMICS (CAGE 4V360, UEI TVRYQ3N3B8H5) recorded 1.59 billion in obligated awards across 1,091 actions over the last 5 years, for an average award value of about 1.46 million. The profile indicates a high-volume, defense-oriented supplier with funding concentrated in a small number of agencies and technical work areas.

Agency mix and customer concentration

The Department of the Navy dominates the funding profile, accounting for 1.29 billion and 659 awards, or the clear majority of observed obligations. The next-largest funding sources are the Department of Energy at 192.94 million, followed by the Department of the Air Force, DARPA, and the Missile Defense Agency, showing a customer base centered on defense and mission-focused federal organizations.

Industry profile based on NAICS activity

Award activity is concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which alone represents 1.16 billion and 533 awards. Secondary concentrations appear in R&D in the physical, engineering, and life sciences, engineering services, ship building and repairing, and guided missile and space vehicle manufacturing, indicating a mix of hardware production, applied research, and technical support services.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at 480.11 million and remained elevated in 2024 at 467.72 million before declining to 150.63 million in 2025. Even with the 2025 decline, award counts stayed relatively high across the period, ranging from 201 to 237 actions per year, which suggests persistent contracting activity rather than a one-time spike.

How to interpret this page

This summary is based on FPDS-observed obligations associated with GENERAL ATOMICS over the last 5 years, using the provided CAGE code and UEI to align the vendor record. Agency, NAICS, and annual trend views are derived from total obligated dollars and award counts only; no attempt was made to infer contract type, performance scope, or unreported business relationships.

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 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 1,285,606,270.41 1.29 billion 659
8900 ENERGY, DEPARTMENT OF 192,944,009.39 192.94 million 43
5700 DEPT OF THE AIR FORCE 31,724,957.31 31.72 million 28
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 25,047,196.00 25.05 million 14
97JC MISSILE DEFENSE AGENCY (MDA) 24,465,672.38 24.47 million 30
97AS DEFENSE LOGISTICS AGENCY 12,445,047.48 12.45 million 211
97AD IMMEDIATE OFFICE OF THE SECRETARY OF DEFENSE 9,863,562.61 9.86 million 7
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 9,258,100.00 9.26 million 38
97HW UNIFORMED SERVICES UNIVERSITY OF THE HEALTH SCIENCES (USUHS) 1,862,661.41 1.86 million 16
2100 DEPT OF THE ARMY 393,965.49 393.97 thousand 22

Insight

Over the last 5 years, GENERAL ATOMICS has obligated $1.59 billion across 1,091 awards, with spending highly concentrated at the Department of the Navy, which accounts for $1.29 billion and 659 awards. The Department of Energy is a distant second at $192.94 million across 43 awards, while all other agencies each represent materially smaller shares, indicating a strongly Navy-centric award profile. Smaller but recurring obligations are also visible at the Air Force, DARPA, MDA, and DLA, suggesting a defense-focused distribution beyond the primary Navy relationship.

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 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,161,329,465.67 1.16 billion 533
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 267,752,720.64 267.75 million 143
541330 ENGINEERING SERVICES 75,877,554.00 75.88 million 25
336611 SHIP BUILDING AND REPAIRING 41,034,146.83 41.03 million 89
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 27,743,265.00 27.74 million 26
335910 BATTERY MANUFACTURING 1,991,512.71 1.99 million 4
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 1,862,661.41 1.86 million 16
611519 OTHER TECHNICAL AND TRADE SCHOOLS 1,819,752.72 1.82 million 12
335311 POWER, DISTRIBUTION, AND SPECIALTY TRANSFORMER MANUFACTURING 1,552,264.20 1.55 million 26
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 1,254,091.98 1.25 million 20

Insight

GENERAL ATOMICS’ obligations over the last 5 years are highly concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which accounts for $1.16 billion of the $1.59 billion total, or roughly 73% of obligated dollars, across 533 awards. The next largest NAICS, 541715 for R&D in the physical, engineering, and life sciences, totals $267.75 million across 143 awards, while all remaining NAICS categories each represent less than $76 million. This indicates a strong primary concentration in aircraft parts manufacturing, with secondary activity in R&D and smaller, more dispersed obligations across engineering, shipbuilding, missile/space vehicle, and other technical categories.

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 5 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
2024 467,716,532.86 467.72 million 227
2023 480,107,726.49 480.11 million 206
2022 186,347,282.16 186.35 million 201
2021 308,020,227.58 308.02 million 220

Insight

GENERAL ATOMICS (CAGE 4V360) received $1.59 billion across 1,091 awards over the last 5 years, with an average award value of about $1.46 million. Obligations were concentrated in 2023 and 2024, which together accounted for nearly 60% of the 5-year total, while 2025 obligation volume is lower to date at $150.63 million. Award counts were relatively steady year to year, ranging from 201 awards in 2022 to 237 in 2025, indicating that annual obligation swings were driven more by award value than by transaction volume.

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.