Federal Contractor

ECS FEDERAL, LLC Federal Contract Obligations (Last Year)

ECS FEDERAL, LLC (CAGE 1T1E5, UEI XYB4JU4PA6T4) received 371 federal award actions totaling $568,118,263.04 in the last full year.

In the last full year, ECS FEDERAL, LLC recorded $568.12 million in obligated federal spending across 371 award actions, for an average action value of $1.53 million. Its activity was led by the Federal Acquisition Service, DISA, and the FBI, with most obligations concentrated in computer systems design services and engineering services.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the last full year of readable FPDS obligation data for ECS FEDERAL, LLC and uses the provided totals, counts, agencies, NAICS codes, and annual trend.

CAGE Code
1T1E5
UEI
XYB4JU4PA6T4
Total Obligated
568.12 million
568,118,263.04
Award Actions
371
Average Action Value
1,531,316.07

About ECS FEDERAL, LLC federal contract activity

ECS FEDERAL, LLC recorded $568.12 million in obligated spending across 371 awards during the last full year, for an average award value of $1.53 million. Activity was spread across multiple civilian and defense customers, indicating a diversified federal contracting footprint rather than reliance on a single large award.

Agency mix and customer concentration

The largest share of obligations came from the Federal Acquisition Service at $123.15 million across 35 awards, followed closely by the Defense Information Systems Agency at $108.63 million across 23 awards. The Federal Bureau of Investigation, Office of Procurement Operations, and Department of the Army also represented significant demand, showing material exposure across both procurement support and mission agencies.

Industry profile based on NAICS activity

Work was concentrated in information technology and technical services. NAICS 541512, Computer Systems Design Services, led by a wide margin at $249.11 million, with additional volume in Engineering Services, Other Computer Related Services, and R&D in physical, engineering, and life sciences, suggesting a mix of systems integration, engineering support, and specialized technical work.

Annual contract trend over the analysis window

The annual trend shows $568.12 million obligated in 2025 across 371 awards, with no earlier periods provided in the analysis window. On the available data, ECS FEDERAL, LLC appears to have a high-volume contracting profile during the measured year, but the dataset does not support a longer-term growth or decline assessment.

How to interpret this page

This summary is based on FPDS award obligation data for the last full year using the vendor identifiers provided: CAGE 1T1E5 and UEI XYB4JU4PA6T4. Agency, NAICS, and annual trend statements reflect only the supplied aggregate metrics and do not infer unreported contract types, task order structure, or performance outcomes.

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 = '1T1E5'
        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
4732 FEDERAL ACQUISITION SERVICE 123,152,737.13 123.15 million 35
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 108,633,902.76 108.63 million 23
1549 FEDERAL BUREAU OF INVESTIGATION 84,334,012.13 84.33 million 93
7001 OFFICE OF PROCUREMENT OPERATIONS 76,966,928.65 76.97 million 44
2100 DEPT OF THE ARMY 47,849,700.84 47.85 million 25
7529 NATIONAL INSTITUTES OF HEALTH 39,513,902.60 39.51 million 6
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 36,132,854.42 36.13 million 30
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 18,103,272.14 18.10 million 49
9776 USTRANSCOM 16,795,169.90 16.80 million 5
2050 INTERNAL REVENUE SERVICE 13,504,983.92 13.50 million 28

Insight

ECS FEDERAL, LLC received $568.12 million across 371 awards in the last full year, with obligations concentrated in a small set of agencies. Federal Acquisition Service and DISA together accounted for $231.78 million, or about 40.8% of total obligated dollars, indicating a heavy reliance on a few large buyers. The remaining top agencies are more dispersed, with FBI, Office of Procurement Operations, Department of the Army, NIH, and DARPA each contributing between $36.13 million and $84.33 million, while award counts vary substantially from 5 to 93.

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 = '1T1E5'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 249,109,371.05 249.11 million 74
541330 ENGINEERING SERVICES 103,568,249.84 103.57 million 90
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 82,884,204.35 82.88 million 43
541519 OTHER COMPUTER RELATED SERVICES 60,448,860.77 60.45 million 30
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 45,987,654.16 45.99 million 19
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 18,451,648.48 18.45 million 63
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 3,823,400.12 3.82 million 21
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 3,482,359.74 3.48 million 16
513210 SOFTWARE PUBLISHERS 356,338.97 356.34 thousand 9
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 64,742.00 64.74 thousand 2

Insight

ECS FEDERAL, LLC’s last full year obligations of $568.12 million were concentrated in IT and technical service NAICS, led by 541512 Computer Systems Design Services at $249.11 million across 74 awards and 541330 Engineering Services at $103.57 million across 90 awards. The top five NAICS account for the majority of obligated dollars, indicating a clear concentration in core systems design, engineering, and related technical support work. Award volume is more dispersed than dollars, with 541511 Custom Computer Programming Services recording 63 awards but only $18.45 million, suggesting a mix of smaller task-level actions alongside larger dollar awards in fewer NAICS.

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 = '1T1E5'
        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 568,118,263.04 568.12 million 371

Insight

Over the last full year, ECS FEDERAL, LLC (CAGE 1T1E5) recorded $568.12 million in obligated awards across 371 actions, for an average award value of about $1.53 million. The activity is fully concentrated in a single annual period in the provided 1-year window, so no year-over-year change can be assessed from this dataset. The volume of awards indicates relatively broad distribution of obligation across multiple actions rather than reliance on a small number of awards.

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.