Federal Contractor

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

Procurement profile for GENERAL DYNAMICS ONE SOURCE LLC (CAGE 474R7, UEI D93YKLC3MK67) covering federal obligations over the last 10 years.

GENERAL DYNAMICS ONE SOURCE LLC recorded $1.87 billion in obligated federal awards across 1,762 actions in the last 10 years, with an average action value of $1,063,426.35. The largest shares of obligation came from the Federal Acquisition Service, the Department of the Army, and the Department of the Navy, while computer systems design services was the leading NAICS category.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS-observed obligations for the stated analysis window and are based on the provided agency, NAICS, and annual summaries.

CAGE Code
474R7
UEI
D93YKLC3MK67
Total Obligated
1.87 billion
1,873,757,242.44
Award Actions
1,762
Average Action Value
1,063,426.35

About GENERAL DYNAMICS ONE SOURCE LLC federal contract activity

GENERAL DYNAMICS ONE SOURCE LLC (CAGE 474R7, UEI D93YKLC3MK67) recorded 1.87 billion in obligated federal spending across 1,762 awards over the last 10 years, with an average award value of 1.06 million. The award profile indicates sustained contracting activity at material scale rather than dependence on a small number of exceptionally large obligations.

Agency mix and customer concentration

Obligations are concentrated across a mix of civilian and defense buyers, led by the Federal Acquisition Service at 413.53 million, followed closely by the Department of the Army at 400.51 million and the Department of the Navy at 275.12 million. Additional volume from the Department of Education and the Department of the Air Force shows a diversified customer base spanning shared services, defense, and civilian mission areas.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by IT and technical services, especially NAICS 541512 Computer Systems Design Services at 782.99 million and NAICS 541519 Other Computer Related Services at 365.90 million. Material spending also appears in machinery manufacturing, electrical contracting, and scientific/technical consulting, indicating a broader delivery footprint that extends beyond core software and systems work.

Annual contract trend over the analysis window

Annual obligations remained active through the analysis window, with recent totals of 163.84 million in 2021, 54.48 million in 2022, 180.82 million in 2023, 177.14 million in 2024, and 131.12 million in 2025. The pattern shows year-to-year variability rather than a steady linear trend, with 2022 as a clear low point and 2023-2024 rebounding to a higher sustained level.

How to interpret this page

This summary is based on FPDS award data for the last 10 years and reflects obligated dollars and award counts associated with the vendor’s CAGE and UEI. Agency and NAICS views are ranked by total obligated amount, and annual trend figures use the same obligated-dollar basis for comparison across years.

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 10 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
4732 FEDERAL ACQUISITION SERVICE 413,525,619.09 413.53 million 184
2100 DEPT OF THE ARMY 400,510,125.22 400.51 million 375
1700 DEPT OF THE NAVY 275,122,331.17 275.12 million 178
9100 EDUCATION, DEPARTMENT OF 226,358,881.41 226.36 million 209
5700 DEPT OF THE AIR FORCE 191,423,957.63 191.42 million 244
7014 U.S. CUSTOMS AND BORDER PROTECTION 178,618,096.62 178.62 million 97
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 150,396,780.93 150.40 million 169
7013 TRANSPORTATION SECURITY ADMINISTRATION 54,242,055.60 54.24 million 68
97DH DEFENSE HEALTH AGENCY (DHA) 42,605,321.23 42.61 million 30
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 29,896,561.19 29.90 million 35

Insight

Over the last 10 years, GENERAL DYNAMICS ONE SOURCE LLC’s $1.87 billion in obligations is concentrated among a small set of federal buyers, led by the Federal Acquisition Service at $413.53 million, followed closely by the Department of the Army at $400.51 million and the Department of the Navy at $275.12 million. Defense-related organizations account for most of the top agency activity, including the Army, Navy, Air Force, DISA, DHA, and USSOCOM, indicating a strong concentration in defense and adjacent federal demand. The Department of Education and U.S. Customs and Border Protection are also significant obligating agencies, showing the vendor’s work is not limited to a single mission area.

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 10 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 782,987,274.79 782.99 million 420
541519 OTHER COMPUTER RELATED SERVICES 365,898,429.00 365.90 million 355
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 194,364,788.69 194.36 million 179
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 164,853,901.29 164.85 million 87
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 151,400,335.67 151.40 million 182
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 72,407,440.54 72.41 million 65
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 67,440,422.16 67.44 million 48
611710 EDUCATIONAL SUPPORT SERVICES 54,364,493.32 54.36 million 65
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 39,049,187.74 39.05 million 50
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 38,616,822.31 38.62 million 54

Insight

Over the last 10 years, GENERAL DYNAMICS ONE SOURCE LLC (CAGE 474R7) received $1.87 billion across 1,762 awards, with obligations concentrated in IT-related services. NAICS 541512 (Computer Systems Design Services) is the largest category at $782.99 million and 420 awards, followed by 541519 (Other Computer Related Services) at $365.90 million and 355 awards; together, these two NAICS account for the majority of obligated dollars in the top categories. The remaining obligations are more dispersed across manufacturing, electrical contracting, consulting, communications equipment, educational support, and R&D NAICS, each below $200 million.

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 10 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
2020 320,210,884.64 320.21 million 253
2019 270,420,943.12 270.42 million 208
2018 293,432,266.94 293.43 million 210
2017 215,475,971.63 215.48 million 196
2016 66,814,359.83 66.81 million 36

Insight

Over the last 10 years, GENERAL DYNAMICS ONE SOURCE LLC received 1.87 billion across 1,762 awards, with an average award value of about 1.06 million. Obligations were concentrated in the 2018–2020 period, peaking at 320.21 million in 2020, while 2016 and 2022 were comparatively low at 66.81 million and 54.48 million, respectively. Recent activity remains substantial but below the 2020 peak, with 2023–2025 obligations ranging from 131.12 million to 180.82 million annually.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.