Federal Contractor

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

ECS FEDERAL, LLC (CAGE 1T1E5, UEI XYB4JU4PA6T4) shows 3.57 billion in obligations across 3,339 award actions over the last 10 years.

ECS FEDERAL, LLC has received 3.57 billion in total obligated value across 3,339 award actions, with an average action value of 1,068,916.76. Its largest obligations are with the Department of the Army, the Federal Bureau of Investigation, and the Office of Procurement Operations, and its work is concentrated in computer systems design, custom programming, and engineering services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of readable FPDS award data and may include multiple action types within the same award record.

CAGE Code
1T1E5
UEI
XYB4JU4PA6T4
Total Obligated
3.57 billion
3,569,113,077.34
Award Actions
3,339
Average Action Value
1,068,916.76

About ECS FEDERAL, LLC federal contract activity

ECS FEDERAL, LLC (CAGE 1T1E5, UEI XYB4JU4PA6T4) recorded $3.57 billion in obligated federal awards across 3,339 actions over the last 10 years, with an average award value of $1.07 million. The profile indicates sustained participation in large, recurring service contracts rather than a small number of outsized awards.

Agency mix and customer concentration

The customer base is concentrated in defense and law-enforcement related organizations, led by the Department of the Army ($669.35 million), the Federal Bureau of Investigation ($588.92 million), and the Office of Procurement Operations ($545.45 million). DISA and the Federal Acquisition Service also represent material buying activity, showing a mix of mission support, IT, and acquisition-centric demand across multiple federal buyers.

Industry profile based on NAICS activity

The largest share of obligations falls under NAICS 541512, Computer Systems Design Services, followed by 541511, Custom Computer Programming Services, and 541330, Engineering Services. The remaining top categories, including 541990 and 541712, suggest adjacent technical, scientific, and R&D support work, with the award profile weighted toward IT modernization, systems engineering, and technical services.

Annual contract trend over the analysis window

Annual obligations in the visible recent years remained elevated and fairly stable, ranging from $398.01 million in 2022 to $568.12 million in 2025. Award counts stayed consistently high, indicating ongoing task-order volume and repeat demand rather than a one-time spike in spending.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for the last 10 years, grouped by agency, NAICS, and fiscal year. Obligation totals reflect recorded federal spending activity in the selected window and should be interpreted as contract obligation data, not revenue or backlog.

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 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
2100 DEPT OF THE ARMY 669,350,698.20 669.35 million 294
1549 FEDERAL BUREAU OF INVESTIGATION 588,920,472.44 588.92 million 503
7001 OFFICE OF PROCUREMENT OPERATIONS 545,449,879.59 545.45 million 370
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 402,911,685.39 402.91 million 141
4732 FEDERAL ACQUISITION SERVICE 305,175,903.37 305.18 million 109
1700 DEPT OF THE NAVY 231,375,989.83 231.38 million 230
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 190,410,057.65 190.41 million 667
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 162,329,040.54 162.33 million 141
2050 INTERNAL REVENUE SERVICE 91,819,023.58 91.82 million 153
1406 DEPARTMENTAL OFFICES 88,594,913.21 88.59 million 267

Insight

Over the last 10 years, ECS FEDERAL, LLC has obligated $3.57 billion across 3,339 awards, with spending concentrated in a small set of agencies. The Department of the Army is the largest customer at $669.35 million, followed by the FBI at $588.92 million, Office of Procurement Operations at $545.45 million, and DISA at $402.91 million; these four agencies account for a substantial share of total obligations. Award volume is more distributed than dollars, with NOAA issuing 667 awards for $190.41 million and the FBI 503 awards for $588.92 million, indicating some agencies use smaller, more frequent awards while others obligate larger amounts per action.

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 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 1,063,825,909.84 1.06 billion 583
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 742,992,963.99 742.99 million 613
541330 ENGINEERING SERVICES 445,879,213.61 445.88 million 1,015
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 262,819,945.81 262.82 million 231
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 195,433,477.59 195.43 million 38
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 192,011,272.48 192.01 million 195
541713 RESEARCH AND DEVELOPMENT IN NANOTECHNOLOGY 189,855,534.64 189.86 million 16
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 176,651,014.59 176.65 million 66
541519 OTHER COMPUTER RELATED SERVICES 162,584,878.88 162.58 million 214
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 134,860,347.11 134.86 million 308

Insight

Over the last 10 years, ECS FEDERAL, LLC’s obligations are concentrated in IT and engineering-related NAICS codes, led by 541512 Computer Systems Design Services at $1.06 billion across 583 awards and 541511 Custom Computer Programming Services at $742.99 million across 613 awards. Engineering Services (541330) accounts for $445.88 million but the highest award volume among the top NAICS at 1,015 awards, indicating a broader distribution of smaller actions in that category. The remaining top NAICS are spread across technical consulting, management support, and R&D codes, including several niche R&D categories with comparatively high obligated dollars but low award counts, suggesting a mixed portfolio of a few larger awards and many smaller task orders.

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 10 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
2020 361,746,721.27 361.75 million 411
2019 290,356,281.07 290.36 million 278
2018 295,228,908.91 295.23 million 302
2017 190,475,422.61 190.48 million 348
2016 5,894,944.56 5.89 million 33

Insight

ECS FEDERAL, LLC (CAGE 1T1E5) has obligated $3.57 billion across 3,339 awards over the last 10 years, with annual activity concentrated in the most recent five years. Obligations increased sharply from $5.89 million in 2016 to $190.48 million in 2017, remained near $290–$361 million in 2018–2020, and then moved higher, peaking at $568.12 million in 2025 after a dip to $398.01 million in 2022. Award counts are comparatively steady from 2017 onward, generally ranging from 278 to 466 per year, indicating sustained high-volume contracting alongside rising dollar value.

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.