Federal Contractor

GENERAL DYNAMICS ONE SOURCE LLC Federal Contract Obligations (Last 5 Years)

General Dynamics One Source LLC recorded $707.40 million in obligations across 859 award actions over the last five years.

This FPDS vendor page summarizes federal procurement activity for GENERAL DYNAMICS ONE SOURCE LLC, CAGE 474R7, UEI D93YKLC3MK67, during the last five years. The company’s obligations were led by the Department of the Army, Department of the Navy, and Department of the Air Force, with work concentrated in computer systems design, technical consulting, and related services.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect obligated dollars in the selected analysis window and may not match contract ceiling values, outlays, or current active balances.

CAGE Code
474R7
UEI
D93YKLC3MK67
Total Obligated
707.40 million
707,402,816.28
Award Actions
859
Average Action Value
823,518.99

About GENERAL DYNAMICS ONE SOURCE LLC federal contract activity

GENERAL DYNAMICS ONE SOURCE LLC recorded $707.40 million in obligated federal awards across 859 awards over the last 5 years, with an average award value of $823,518.99. The vendor’s award profile indicates sustained engagement across multiple civilian and defense customers, with activity concentrated in contract vehicle and services-heavy procurement categories.

Agency mix and customer concentration

The DEPT OF THE ARMY is the largest funding source at $218.49 million across 240 awards, followed by the DEPT OF THE NAVY at $181.71 million across 83 awards and the DEPT OF THE AIR FORCE at $162.84 million across 212 awards. U.S. CUSTOMS AND BORDER PROTECTION and the FEDERAL ACQUISITION SERVICE add another $145.09 million combined, showing a mix of defense and non-defense demand with a meaningful civilian acquisition footprint.

Industry profile based on NAICS activity

The vendor’s obligations are led by NAICS 541512, COMPUTER SYSTEMS DESIGN SERVICES, at $260.69 million, indicating a strong technology and systems integration focus. Additional volume is concentrated in NAICS 541690, OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES, and 541519, OTHER COMPUTER RELATED SERVICES, while 333318 and 238210 suggest exposure to manufacturing and electrical installation work.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 and remained elevated in 2024, with $180.82 million and $177.14 million obligated respectively, before moderating to $131.12 million in 2025. The five-year pattern shows a sharp dip in 2022 to $54.48 million, followed by a rebound in 2023 and continued high award counts, indicating active but uneven annual funding levels.

How to interpret this page

This summary is based on FPDS award records for the CAGE code 474R7 and UEI D93YKLC3MK67 over the last 5 years. Totals reflect obligated dollars, award counts are the number of reported awards in the analysis window, and agency and NAICS rankings are ordered by total obligated value. No extrapolation beyond the provided dataset was used.

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 = '474R7'
        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
2100 DEPT OF THE ARMY 218,494,886.25 218.49 million 240
1700 DEPT OF THE NAVY 181,712,364.81 181.71 million 83
5700 DEPT OF THE AIR FORCE 162,840,987.64 162.84 million 212
7014 U.S. CUSTOMS AND BORDER PROTECTION 76,573,611.35 76.57 million 23
4732 FEDERAL ACQUISITION SERVICE 68,517,796.67 68.52 million 31
9100 EDUCATION, DEPARTMENT OF 59,832,058.71 59.83 million 77
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 49,583,054.72 49.58 million 89
97DH DEFENSE HEALTH AGENCY (DHA) 20,533,140.87 20.53 million 15
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 5,950,964.24 5.95 million 8
7013 TRANSPORTATION SECURITY ADMINISTRATION 3,018,738.94 3.02 million 19

Insight

Over the last 5 years, GENERAL DYNAMICS ONE SOURCE LLC’s obligations are concentrated in DoD agencies, led by the Department of the Army ($218.49M), Department of the Navy ($181.71M), and Department of the Air Force ($162.84M), which together account for the majority of the vendor’s $707.40M total. Outside the military departments, obligations are more dispersed, with smaller but notable awards from U.S. Customs and Border Protection ($76.57M), the Federal Acquisition Service ($68.52M), and the Department of Education ($59.83M). Award volume is not proportional to obligated dollars across agencies; for example, the Army has 240 awards versus 83 for the Navy, while DISA records 89 awards on $49.58M, indicating varying average award values by 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 = '474R7'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 260,694,194.46 260.69 million 119
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 151,400,335.67 151.40 million 182
541519 OTHER COMPUTER RELATED SERVICES 132,718,746.49 132.72 million 188
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 123,352,857.73 123.35 million 135
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 62,809,416.02 62.81 million 15
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 52,652,560.73 52.65 million 45
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 30,970,458.95 30.97 million 42
334111 ELECTRONIC COMPUTER MANUFACTURING 15,872,291.77 15.87 million 67
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 13,764,195.33 13.76 million 8
511210 SOFTWARE PUBLISHERS 6,901,096.69 6.90 million 9

Insight

GENERAL DYNAMICS ONE SOURCE LLC’s last-5-year obligations are concentrated in IT and technical services, led by NAICS 541512 (Computer Systems Design Services) at $260.69 million across 119 awards, followed by 541690 ($151.40 million, 182 awards) and 541519 ($132.72 million, 188 awards). These top three NAICS codes account for a substantial share of the vendor’s $707.40 million total obligated, indicating a strong emphasis on software, systems integration, and technical consulting work. A secondary cluster in manufacturing, communications equipment, and installation—especially 333318, 238210, and 334220—shows the vendor also receives significant obligations in hardware- and infrastructure-related categories, but at materially lower levels than the leading IT codes.

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 = '474R7'
        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 131,124,730.10 131.12 million 185
2024 177,137,979.20 177.14 million 165
2023 180,816,133.48 180.82 million 148
2022 54,481,623.12 54.48 million 165
2021 163,842,350.38 163.84 million 196

Insight

GENERAL DYNAMICS ONE SOURCE LLC obligated $707.40 million across 859 awards over the last 5 years, with an average award value of $823.5K. Funding is concentrated in 2023 and 2024, which together account for $357.95 million, while 2022 is a clear low point at $54.48 million. Annual award volume is comparatively stable, ranging from 148 to 196 awards, indicating that year-to-year changes in obligated dollars are driven more by award value than by award count.

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.