Federal Contractor

DCS CORPORATION Federal Contract Obligations (Last Year)

DCS CORPORATION (CAGE 1P418, UEI FJS8P9C6B368) received 333.84 million in federal obligations across 492 award actions in the last full year.

DCS CORPORATION’s federal contracting activity in the last full year was concentrated in the Department of the Army, which accounted for 220.60 million across 148 actions, followed by the Department of the Air Force and the Department of the Navy. By NAICS, most obligations were recorded under Engineering Services (541330), Research and Development in the Physical, Engineering, and Life Sciences (541715 and 541712), and Custom Computer Programming Services (541511).

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and include the listed obligation totals, award counts, and average action value of 678,546.46.

CAGE Code
1P418
UEI
FJS8P9C6B368
Total Obligated
333.84 million
333,844,861.06
Award Actions
492
Average Action Value
678,546.46

About DCS CORPORATION federal contract activity

DCS CORPORATION recorded 333.84 million in obligated federal awards across 492 actions in the last full year, for an average award value of 678,546.46. The vendor’s activity is concentrated in defense-related work, with the Department of the Army accounting for the largest share of obligations. The data indicate a high-volume, mid-to-large dollar contracting profile.

Agency mix and customer concentration

The Department of the Army is the dominant customer at 220.60 million across 148 awards, followed by the Department of the Air Force at 76.18 million across 248 awards and the Department of the Navy at 34.08 million across 85 awards. Federal Acquisition Service contributes a smaller 3.00 million across 10 awards, while DCMA shows a slight negative obligation of 26.86 thousand on one action. Overall, the agency mix is heavily concentrated in the Department of Defense.

Industry profile based on NAICS activity

The contract base is anchored by NAICS 541330 Engineering Services, which accounts for 208.36 million across 173 awards. Research and development categories are also material, including NAICS 541715 at 59.19 million, NAICS 541712 at 53.07 million, and NAICS 541714 at 1.27 million, while custom computer programming services under NAICS 541511 adds 10.80 million. This mix points to an engineering and technical R&D portfolio with a smaller software component.

Annual contract trend over the analysis window

The annual trend shows 333.84 million obligated in 2025 across 492 awards, and no additional years are present in the provided window. With only one year visible, the dataset supports a snapshot rather than a multi-year growth analysis. The volume and value level in 2025 suggest sustained active performance within the period.

How to interpret this page

This summary is based on FPDS award obligation data for DCS CORPORATION, matched to CAGE 1P418 and UEI FJS8P9C6B368, using the last full year as the analysis window. Obligations are reported as awarded amounts and may include negative values where FPDS adjustments or deobligations are recorded. Agency and NAICS mix are ranked by total obligated dollars, with award counts shown as provided in the source data.

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 = '1P418'
        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
2100 DEPT OF THE ARMY 220,604,832.43 220.60 million 148
5700 DEPT OF THE AIR FORCE 76,184,979.58 76.18 million 248
1700 DEPT OF THE NAVY 34,078,353.34 34.08 million 85
4732 FEDERAL ACQUISITION SERVICE 3,003,560.31 3.00 million 10
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -26,864.60 -26.86 thousand 1

Insight

In the last full year, DCS CORPORATION received $333.84 million across 492 awards, with obligations heavily concentrated in the DEPT OF THE ARMY, which accounted for $220.60 million across 148 awards. The DEPT OF THE AIR FORCE was the second-largest customer by award count and obligation volume, with 248 awards totaling $76.18 million, while the DEPT OF THE NAVY contributed another $34.08 million across 85 awards. Other agencies were minimal by comparison, with the FEDERAL ACQUISITION SERVICE at $3.00 million and DCMA recording a small negative obligation of $26.86 thousand.

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 = '1P418'
        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
541330 ENGINEERING SERVICES 208,361,213.00 208.36 million 173
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 59,193,957.67 59.19 million 156
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 53,070,382.23 53.07 million 130
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 10,803,799.48 10.80 million 8
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 1,266,156.50 1.27 million 2
541380 TESTING LABORATORIES AND SERVICES 894,386.00 894.39 thousand 7
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 258,966.18 258.97 thousand 1
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,000.00 1.00 thousand 1
336411 AIRCRAFT MANUFACTURING -5,000.00 -5.00 thousand 14

Insight

DCS CORPORATION’s obligations over the last full year were highly concentrated in NAICS 541330, Engineering Services, which accounted for $208.36 million across 173 awards, or about 62% of total obligated dollars. The next two largest categories, NAICS 541715 and 541712, together added $112.26 million across 286 awards, indicating a broader but still science-and-engineering-focused award base. Outside these three NAICS codes, obligations drop sharply, with only modest activity in custom programming and other ancillary technical areas, suggesting a portfolio centered on engineering and R&D services rather than a diversified mix of procurement 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 = '1P418'
        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 333,844,861.06 333.84 million 492

Insight

During the last full year, DCS CORPORATION (CAGE 1P418) recorded $333.84 million in total obligated dollars across 492 awards. This indicates a relatively broad award distribution with an average award value of $678.5K, suggesting a mix of smaller to mid-sized obligations rather than reliance on a small number of large awards. Because only one year is provided, trend direction cannot be assessed beyond the overall annual concentration in 2025.

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.