Federal Contractor

KBR WYLE SERVICES, LLC Federal Contract Obligations (Last Year)

KBR WYLE SERVICES, LLC (CAGE 1DDX3, UEI HYBLSJAMM2F4) recorded 571 federal award actions totaling $626.79 million in the last full year.

In the last full year, KBR WYLE SERVICES, LLC obligated $626,791,884.90 across 571 award actions, for an average action value of $1,097,709.08. NASA accounted for the largest share of obligations at $389.12 million, followed by USSOCOM at $125.20 million.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect obligations recorded in the analysis window and are grouped by agency, NAICS code, and annual trend.

CAGE Code
1DDX3
UEI
HYBLSJAMM2F4
Total Obligated
626.79 million
626,791,884.90
Award Actions
571
Average Action Value
1,097,709.08

About KBR WYLE SERVICES, LLC federal contract activity

KBR WYLE SERVICES, LLC (CAGE 1DDX3; UEI HYBLSJAMM2F4) received $626.79 million across 571 FPDS awards in the last full year, for an average award value of $1.10 million. The obligation profile is highly concentrated in a small number of agencies and technical service categories.

Agency mix and customer concentration

NASA was the dominant customer, accounting for $389.12 million across 160 awards, or well over half of total obligations. USSOCOM was the second-largest agency at $125.20 million, followed by NOAA, the Office of the Secretary, and USGS, indicating a mix of civilian science, defense, and mission support work. Award volume was broader than obligation concentration, with the Office of the Secretary and USGS generating many smaller awards.

Industry profile based on NAICS activity

The largest NAICS category was 541330 Engineering Services at $183.17 million across 263 awards, making it the clearest core line of business. Research and development in the physical, engineering, and life sciences was also material through NAICS 541712 and 541715, together accounting for more than $208 million. The presence of 621340 under USSOCOM obligations and 517919 telecommunications suggests some work spans specialized support and communications-related services.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, with $626.79 million obligated across 571 awards. Because only one year is shown, this window supports a level-of-activity snapshot rather than a multi-year growth or decline assessment. Within that year, the profile indicates sustained high-volume contracting rather than a single isolated award event.

How to interpret this page

This summary is based on FPDS-observed obligations for the last full year and is limited to the vendor identifiers supplied: CAGE 1DDX3 and UEI HYBLSJAMM2F4. Agency and NAICS summaries are ranked by total obligated dollars, with award counts included to distinguish concentration of spend from transaction volume. No values beyond the provided dataset are inferred.

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 = '1DDX3'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 389,119,401.49 389.12 million 160
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 125,195,087.76 125.20 million 43
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 39,420,758.15 39.42 million 12
6901 OFFICE OF THE SECRETARY 34,079,682.82 34.08 million 227
1434 US GEOLOGICAL SURVEY 31,230,839.43 31.23 million 112
1700 DEPT OF THE NAVY 7,408,708.13 7.41 million 12
97DH DEFENSE HEALTH AGENCY (DHA) 337,407.12 337.41 thousand 5

Insight

KBR WYLE SERVICES, LLC obligated $626.79 million across 571 awards in the last full year, with spending concentrated in a few agencies. NASA accounted for the largest share at $389.12 million and 160 awards, followed by USSOCOM at $125.20 million and NOAA at $39.42 million. The next tier was materially smaller, with the Office of the Secretary and USGS at $34.08 million and $31.23 million, indicating a multi-agency footprint but clear dependence on NASA and, to a lesser extent, USSOCOM.

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 = '1DDX3'
        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
541330 ENGINEERING SERVICES 183,166,908.47 183.17 million 263
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 129,461,550.09 129.46 million 23
621340 OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS 125,195,087.76 125.20 million 43
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 79,246,403.56 79.25 million 66
517919 ALL OTHER TELECOMMUNICATIONS 30,673,525.23 30.67 million 15
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 29,457,732.06 29.46 million 7
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 27,273,979.54 27.27 million 107
541512 COMPUTER SYSTEMS DESIGN SERVICES 11,337,011.42 11.34 million 5
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 6,546,800.47 6.55 million 23
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 3,956,859.89 3.96 million 5

Insight

KBR WYLE SERVICES, LLC’s last full year obligations were concentrated in a small set of NAICS codes, with NAICS 541330 Engineering Services leading at $183.17 million across 263 awards. The next largest lines were NAICS 541712 at $129.46 million and NAICS 621340 at $125.20 million, indicating significant activity across engineering, R&D, and related professional service areas. Award volume was broader than dollar concentration: 571 awards totaled $626.79 million, with several mid-tier NAICS codes contributing materially but at lower obligated amounts.

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 = '1DDX3'
        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 626,791,884.90 626.79 million 571

Insight

In the last full year, KBR WYLE SERVICES, LLC obligated $626.79 million across 571 awards, indicating a high volume of activity with an average award value of about $1.10 million. Because the available window contains only one annual observation, no year-over-year trend can be assessed from this dataset. The single-year profile indicates substantial award concentration within the period, but not directionality over time.

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.