Federal Contractor

ECS FEDERAL, LLC Federal Contract Obligations (Last 5 Years)

ECS FEDERAL, LLC (CAGE 1T1E5, UEI XYB4JU4PA6T4) has received 1,967 award actions totaling $2.43 billion over the last 5 years.

Across the last 5 years, ECS FEDERAL, LLC recorded $2,425,410,798.92 in obligated federal spending across 1,967 award actions, averaging $1,233,050.73 per action. Its work is concentrated in IT and technical services, led by NAICS 541512 Computer Systems Design Services and 541511 Custom Computer Programming Services, with the largest agency obligations coming from the Office of Procurement Operations and the FBI.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals peak in 2025 at $568.12 million and remain above $398.01 million in each year shown, while agency and NAICS rankings reflect obligated dollars within the analysis window only.

CAGE Code
1T1E5
UEI
XYB4JU4PA6T4
Total Obligated
2.43 billion
2,425,410,798.92
Award Actions
1,967
Average Action Value
1,233,050.73

About ECS FEDERAL, LLC federal contract activity

ECS FEDERAL, LLC (CAGE 1T1E5, UEI XYB4JU4PA6T4) received $2.43 billion across 1,967 FPDS-recorded awards over the last 5 years, with an average award value of $1.23 million. The volume and value profile indicate a large, recurring federal services contractor with substantial prime-award activity across multiple civilian and defense buyers.

Agency mix and customer concentration

Obligations are concentrated in a small set of agencies led by the OFFICE OF PROCUREMENT OPERATIONS at $482.70 million, followed closely by the FEDERAL BUREAU OF INVESTIGATION at $453.71 million. DISA, the FEDERAL ACQUISITION SERVICE, and the DEPT OF THE ARMY also represent major demand centers, showing a mix of homeland security, defense, and shared-services procurement channels.

Industry profile based on NAICS activity

The award profile is anchored in information technology and technical services, led by NAICS 541512 Computer Systems Design Services at $816.69 million and 541511 Custom Computer Programming Services at $591.67 million. Engineering Services, Other Professional/Scientific/Technical Services, and Administrative Management and General Management Consulting Services round out the top codes, indicating a broad delivery base spanning systems design, software, engineering support, and advisory work.

Annual contract trend over the analysis window

Annual obligations were strong throughout the period, ranging from $398.01 million in 2022 to a peak of $568.12 million in 2025. Award counts remained consistently high each year, with the highest count in 2021 at 466 and a still-elevated 371 in 2025, suggesting sustained contracting demand rather than a single-year spike.

How to interpret this page

This page summarizes FPDS-observed obligations, award counts, and agency/NAICS concentrations for ECS FEDERAL, LLC over the last 5 years. Totals reflect recorded obligated dollars in the analysis window and should be interpreted as contract award activity reported in FPDS, not as a measure of total corporate revenue or performance.

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 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
7001 OFFICE OF PROCUREMENT OPERATIONS 482,703,094.93 482.70 million 332
1549 FEDERAL BUREAU OF INVESTIGATION 453,707,542.44 453.71 million 411
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 328,065,805.81 328.07 million 65
4732 FEDERAL ACQUISITION SERVICE 269,701,793.05 269.70 million 90
2100 DEPT OF THE ARMY 215,283,780.38 215.28 million 123
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 152,630,759.33 152.63 million 126
1700 DEPT OF THE NAVY 124,503,195.95 124.50 million 120
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 109,783,837.35 109.78 million 285
2050 INTERNAL REVENUE SERVICE 89,043,353.09 89.04 million 136
7529 NATIONAL INSTITUTES OF HEALTH 56,163,816.13 56.16 million 18

Insight

Over the last 5 years, ECS FEDERAL, LLC has obligated $2.43 billion across 1,967 awards, with spend concentrated in a small number of agencies. The top two agencies—Office of Procurement Operations and the Federal Bureau of Investigation—account for $936.41 million combined, about 38.6% of total obligated value, indicating meaningful concentration at the top of the portfolio. A broader mix of civilian and defense customers follows, including DISA, Federal Acquisition Service, the Army, DARPA, and the Navy, suggesting distributed but still top-heavy agency dependence.

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 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 816,686,834.45 816.69 million 324
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 591,672,583.19 591.67 million 511
541330 ENGINEERING SERVICES 280,318,539.53 280.32 million 474
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 243,306,518.96 243.31 million 186
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 148,089,611.36 148.09 million 151
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 139,584,639.96 139.58 million 61
541519 OTHER COMPUTER RELATED SERVICES 117,949,342.00 117.95 million 93
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 54,996,283.01 55.00 million 121
541713 RESEARCH AND DEVELOPMENT IN NANOTECHNOLOGY 32,303,583.58 32.30 million 5
513210 SOFTWARE PUBLISHERS 1,560,715.74 1.56 million 11

Insight

ECS FEDERAL, LLC’s obligations over the last 5 years are concentrated in IT and technical services NAICS codes, led by 541512 Computer Systems Design Services ($816.69 million across 324 awards) and 541511 Custom Computer Programming Services ($591.67 million across 511 awards). These two codes account for the majority of the listed NAICS obligations, with additional significant activity in 541330 Engineering Services ($280.32 million) and 541990 All Other Professional, Scientific, and Technical Services ($243.31 million). Award volume is broader than dollar concentration, with lower-value but higher-count activity spread across several related professional, scientific, and technical services 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 = '1T1E5'
        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 568,118,263.04 568.12 million 371
2024 499,139,551.40 499.14 million 380
2023 461,838,186.93 461.84 million 361
2022 398,008,431.86 398.01 million 389
2021 498,306,365.69 498.31 million 466

Insight

ECS FEDERAL, LLC (CAGE 1T1E5) obligated $2.43 billion across 1,967 awards over the last 5 years, with an average award value of $1.23 million. Annual obligations were relatively stable at roughly $398.0 million to $568.1 million, with a low point in 2022 followed by four consecutive years of higher activity through 2025. Award counts were broadly distributed year to year, ranging from 361 to 466, indicating a steady transaction cadence rather than heavy concentration in a single year.

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.