Federal Contractor

ENGILITY CORPORATION Federal Contract Obligations (Last 5 Years)

ENGILITY CORPORATION (CAGE 4A457, UEI HGJ8WM5JMH81) shows 62.11 million in federal obligations across 430 award actions in the last 5 years, led by the Department of the Air Force and research, engineering, and facilities work.

Over the last 5 years, ENGILITY CORPORATION recorded 62,114,268.25 in obligated federal awards, averaging 144,451.78 per action. Activity is concentrated with the Department of the Air Force, State Department, and Washington Headquarters Services, with NAICS coverage dominated by R&D in physical, engineering, and life sciences, facilities support services, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

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

CAGE Code
4A457
UEI
HGJ8WM5JMH81
Total Obligated
62.11 million
62,114,268.25
Award Actions
430
Average Action Value
144,451.78

About ENGILITY CORPORATION federal contract activity

ENGILITY CORPORATION (CAGE 4A457, UEI HGJ8WM5JMH81) recorded 430 FPDS awards totaling 62.11 million over the last 5 years, with an average award value of 144,451.78. The profile is concentrated in a relatively small set of federal customers and technical service categories, indicating recurring use across support, engineering, and research-oriented work.

Agency mix and customer concentration

The Department of the Air Force is the largest customer by obligation at 41.80 million across 59 awards, accounting for the majority of reported spend. State, WHS, NASA, and the Department of the Navy also appear as meaningful buyers, but each at materially lower obligation levels, suggesting a diversified but defense-heavy agency footprint.

Industry profile based on NAICS activity

The vendor’s largest NAICS category is 541712, Research and Development in the Physical, Engineering, and Life Sciences, at 42.01 million across 115 awards. Facilities support services and engineering services also represent major activity, while smaller amounts appear in computing infrastructure and custom programming, pointing to a portfolio centered on technical R&D and support functions.

Annual contract trend over the analysis window

Annual obligations are heavily skewed to 2021, when reported activity reached 72.64 million across 181 awards. Since then, obligations declined to 5.24 million in 2022 and turned negative in 2023 through 2025, which indicates significant deobligations, closeouts, or other downward contract adjustments rather than new positive spend in those years.

How to interpret this page

This summary is based on FPDS-observed prime award records associated with CAGE 4A457 and UEI HGJ8WM5JMH81 within the last 5 years. Totals reflect obligated dollars and award counts as provided in the source data; annual values may be negative where the underlying record set includes deobligations or modifications.

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 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
5700 DEPT OF THE AIR FORCE 41,801,790.99 41.80 million 59
1900 STATE, DEPARTMENT OF 11,975,943.37 11.98 million 45
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 9,705,026.47 9.71 million 19
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 6,414,048.72 6.41 million 4
1700 DEPT OF THE NAVY 4,254,896.59 4.25 million 43
6920 FEDERAL AVIATION ADMINISTRATION 3,387,983.70 3.39 million 64
2100 DEPT OF THE ARMY 1,961,733.41 1.96 million 35
3600 VETERANS AFFAIRS, DEPARTMENT OF 375,049.16 375.05 thousand 2
6901 OFFICE OF THE SECRETARY 250,000.00 250.00 thousand 2
7001 OFFICE OF PROCUREMENT OPERATIONS 199,904.61 199.90 thousand 6

Insight

Over the last 5 years, ENGILITY CORPORATION’s obligations are concentrated in a small set of agencies, led by the DEPT OF THE AIR FORCE with $41.80 million across 59 awards, or about 67% of the vendor’s $62.11 million total. STATE, DEPARTMENT OF THE and WASHINGTON HEADQUARTERS SERVICES (WHS) are the next largest obligators, at $11.98 million and $9.71 million, respectively, indicating additional but substantially smaller demand centers. Award volume is more dispersed than dollars: the FEDERAL AVIATION ADMINISTRATION and DEPT OF THE AIR FORCE account for the highest award counts among the listed agencies, while NASA obligates $6.41 million across only 4 awards, suggesting larger-dollar individual actions in that account.

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 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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 42,009,671.02 42.01 million 115
561210 FACILITIES SUPPORT SERVICES 12,293,211.32 12.29 million 37
541330 ENGINEERING SERVICES 10,283,463.68 10.28 million 165
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 1,080,415.32 1.08 million 2
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 600,989.28 600.99 thousand 8
561990 ALL OTHER SUPPORT SERVICES 230,392.00 230.39 thousand 1
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 0.00 0.00 5
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 0.00 0.00 1
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 0.00 0.00 1
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES -503.76 -503.76 4

Insight

Over the last 5 years, ENGILITY CORPORATION’s obligations are concentrated in a small set of NAICS codes, led by 541712, which accounts for $42.01 million across 115 awards, or about two-thirds of total obligated dollars. The next largest NAICS categories are 561210 ($12.29 million, 37 awards) and 541330 ($10.28 million, 165 awards), indicating a mix of higher-dollar R&D and facilities support work with a comparatively high award count in engineering services. Remaining obligations are comparatively limited, with smaller amounts spread across computing, programming, and support services; several additional NAICS codes show zero obligated dollars or a nominal negative balance.

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 5 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

Insight

ENGILITY CORPORATION’s 5-year obligation profile is highly concentrated in 2021, which accounts for 72.64 million of the 62.11 million net total and 181 of 430 awards. Obligations declined sharply after 2021, falling to 5.24 million in 2022 and then turning negative in each of the last three years, including -3.47 million in 2023, -4.22 million in 2024, and -8.08 million in 2025. Award volume remained comparatively steady but lower than the 2021 peak, with 92 awards in 2022, 91 in 2024, 46 in 2023, and 20 in 2025, indicating activity continued but at materially reduced obligation levels.

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.