Federal Contractor

ENGILITY CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for ENGILITY CORPORATION (CAGE 4A457, UEI HGJ8WM5JMH81) covering obligations and award activity over the last 10 years.

ENGILITY CORPORATION recorded 8,402 award actions and $2.34 billion in obligated dollars across the last 10 years, with an average action value of $278,731.48. Most of the value is concentrated in Department of the Air Force and Department of the Navy work, and the largest NAICS categories are engineering services and R&D in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals include negative obligations in 2023 through 2025, which may reflect deobligations, modifications, or other contract adjustments.

CAGE Code
4A457
UEI
HGJ8WM5JMH81
Total Obligated
2.34 billion
2,341,901,974.40
Award Actions
8,402
Average Action Value
278,731.48

About ENGILITY CORPORATION federal contract activity

ENGILITY CORPORATION shows $2.34 billion in obligated federal award activity across 8,402 awards over the last 10 years, with an average award value of $278,731.48. The volume indicates a broad award base rather than reliance on a small number of large actions, though the obligation profile is concentrated in a few major defense customers and technical services categories.

Agency mix and customer concentration

Award activity is led by the Department of the Air Force at $654.41 million across 1,239 awards, followed by the Department of the Navy at $423.15 million across 1,866 awards. Defense Threat Reduction Agency stands out for its comparatively high obligation volume of $210.40 million across only 61 awards, suggesting fewer but larger actions, while the Office of the Secretary and Offices, Boards and Divisions contribute additional dispersed demand.

Industry profile based on NAICS activity

The vendor’s work is concentrated in engineering and technical support. NAICS 541330 Engineering Services is the largest segment at $947.67 million across 3,461 awards, followed by 541712 Research and Development in the Physical, Engineering, and Life Sciences at $725.59 million across 1,034 awards; together these two categories account for most obligated value in the period.

Annual contract trend over the analysis window

Recent annual results are negative in the last three reported years, with obligations of -$8.08 million in 2025, -$4.22 million in 2024, and -$3.47 million in 2023, following positive activity of $5.24 million in 2022 and $72.64 million in 2021. The pattern indicates a material decline from the earlier peak, and the negative values suggest post-award adjustments or deobligations rather than new net growth.

How to interpret this page

This summary is based on FPDS Query data for ENGILITY CORPORATION using CAGE 4A457 and UEI HGJ8WM5JMH81 over the last 10 years. Top agencies, NAICS codes, and annual trend figures are ranked by total obligated amount, and the narrative reflects the provided totals and award counts without inferring unreported contract details.

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 = '4A457'
        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
5700 DEPT OF THE AIR FORCE 654,412,016.37 654.41 million 1,239
1700 DEPT OF THE NAVY 423,147,741.13 423.15 million 1,866
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 210,399,239.59 210.40 million 61
6901 OFFICE OF THE SECRETARY 149,805,514.36 149.81 million 542
1501 OFFICES, BOARDS AND DIVISIONS 139,167,819.61 139.17 million 2,222
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 129,926,785.59 129.93 million 104
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 121,555,928.07 121.56 million 69
2100 DEPT OF THE ARMY 113,628,617.79 113.63 million 478
7524 FOOD AND DRUG ADMINISTRATION 87,492,008.01 87.49 million 138
7001 OFFICE OF PROCUREMENT OPERATIONS 70,516,081.21 70.52 million 53

Insight

Over the last 10 years, ENGILITY CORPORATION’s obligations are concentrated in defense agencies, led by the DEPT OF THE AIR FORCE at $654.41 million and the DEPT OF THE NAVY at $423.15 million, together accounting for a substantial share of the vendor’s $2.34 billion total. DTRA is a notable outlier, with $210.40 million across only 61 awards, indicating a higher average value profile than most other top agencies. The remaining top agencies are more distributed, with obligations ranging from $149.81 million to $70.52 million and award counts varying widely, including higher-volume relationships with OFFICES, BOARDS AND DIVISIONS and the DEPT OF THE NAVY.

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 = '4A457'
        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
541330 ENGINEERING SERVICES 947,666,109.52 947.67 million 3,461
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 725,591,367.90 725.59 million 1,034
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 125,291,733.82 125.29 million 2,239
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 104,701,251.29 104.70 million 294
541519 OTHER COMPUTER RELATED SERVICES 92,894,117.70 92.89 million 212
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 65,340,145.30 65.34 million 160
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 57,027,240.35 57.03 million 151
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 56,981,022.87 56.98 million 137
541512 COMPUTER SYSTEMS DESIGN SERVICES 36,950,312.35 36.95 million 241
561210 FACILITIES SUPPORT SERVICES 36,925,674.56 36.93 million 88

Insight

Over the last 10 years, ENGILITY CORPORATION’s obligations are concentrated in engineering and technical services, led by NAICS 541330 (Engineering Services) at $947.67 million across 3,461 awards and NAICS 541712 at $725.59 million across 1,034 awards. Together, these two NAICS account for the majority of the vendor’s $2.34 billion in total obligations, indicating a strong emphasis on engineering and R&D work. The remaining top NAICS are more fragmented, with smaller obligation shares spread across consulting, IT, and facilities support categories, while some codes such as 541611 and 541519 show relatively high award counts compared with dollar value, suggesting smaller, more frequent awards.

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 = '4A457'
        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 -8,084,119.20 -8.08 million 20
2024 -4,217,667.88 -4.22 million 91
2023 -3,466,795.92 -3.47 million 46
2022 5,244,869.20 5.24 million 92
2021 72,637,982.05 72.64 million 181
2020 386,569,236.25 386.57 million 992
2019 571,558,179.27 571.56 million 1,677
2018 619,929,581.15 619.93 million 2,362
2017 614,719,750.22 614.72 million 2,523
2016 87,010,959.26 87.01 million 418

Insight

ENGILITY CORPORATION (CAGE 4A457) recorded 2.34 billion in obligated value across 8,402 awards over the last 10 years, with activity heavily concentrated in 2017-2020. Annual obligations peaked in 2018 (619.93 million) and remained elevated in 2017 (614.72 million) and 2019 (571.56 million), alongside the highest award volumes in those years. Obligations then declined sharply in 2021 (72.64 million) and 2022 (5.24 million), followed by negative net obligations in 2023-2025, indicating significant downward movement and possible deobligation activity in recent years.

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.