Federal Contractor

KBR WYLE SERVICES, LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for KBR WYLE SERVICES, LLC (CAGE 1DDX3, UEI HYBLSJAMM2F4) covering obligated awards over the last 10 years.

KBR WYLE SERVICES, LLC recorded 3.57 billion in obligated federal awards across 3,770 actions in the last 10 years, with an average action value of 947,932.48. NASA accounts for the largest share of obligations, followed by the US Geological Survey, USSOCOM, the Office of the Secretary, and NOAA.

Generated at 03/21/2026

Analysis period: Last 10 years

This page uses FPDS award data for the last 10 years and reflects obligated amounts and action counts by agency, NAICS, and fiscal year.

CAGE Code
1DDX3
UEI
HYBLSJAMM2F4
Total Obligated
3.57 billion
3,573,705,456.44
Award Actions
3,770
Average Action Value
947,932.48

About KBR WYLE SERVICES, LLC federal contract activity

KBR WYLE SERVICES, LLC (CAGE 1DDX3, UEI HYBLSJAMM2F4) recorded $3.57 billion in FPDS-observed obligations across 3,770 awards over the last 10 years, for an average award value of $947,932.48. The profile indicates a large, sustained federal contracting footprint with concentration in research, engineering, and technical services.

Agency mix and customer concentration

NASA is the dominant customer, accounting for $2.08 billion across 879 awards, or a clear majority of the vendor’s observed obligations. The next largest agencies are the US Geological Survey ($427.80 million, 1,556 awards), USSOCOM ($414.29 million, 179 awards), Office of the Secretary ($326.11 million, 880 awards), and NOAA ($235.27 million, 95 awards), showing a mix of high-volume and high-dollar agency relationships.

Industry profile based on NAICS activity

The largest NAICS category is 541712, Research and Development in the Physical, Engineering, and Life Sciences (except biotechnology), at $1.31 billion across 508 awards. Engineering services (541330) and computer facilities management services (541513) are also major lines of business, while 621340 appears tied to the USSOCOM-observed awards in the dataset. Overall, the NAICS profile points to a technical services portfolio centered on R&D, engineering, and mission-support operations.

Annual contract trend over the analysis window

Annual obligations shown for 2021 through 2025 increased sharply from $254.38 million in 2021 to a peak of $626.79 million in 2025, with 2023 and 2024 remaining above $557 million. Award counts also stayed elevated, ranging from 394 in 2021 to 614 in 2024, indicating sustained contracting activity rather than a one-year spike. The sequence suggests a multi-year expansion in obligated value, despite normal year-to-year variation.

How to interpret this page

This summary is based on FPDS-observed awards associated with CAGE 1DDX3 and UEI HYBLSJAMM2F4 over the last 10 years. Totals, counts, and category rankings reflect the provided analysis window and the listed top agencies, NAICS codes, and annual obligation trend; it does not infer performance, income, or unobserved contracts beyond the supplied data.

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 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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,078,309,994.23 2.08 billion 879
1434 US GEOLOGICAL SURVEY 427,802,904.35 427.80 million 1,556
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 414,288,084.37 414.29 million 179
6901 OFFICE OF THE SECRETARY 326,108,423.95 326.11 million 880
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 235,271,901.17 235.27 million 95
1700 DEPT OF THE NAVY 58,807,509.44 58.81 million 124
2100 DEPT OF THE ARMY 20,764,432.00 20.76 million 16
1665 PENSION BENEFIT GUARANTY CORPORATION 6,157,886.59 6.16 million 18
5700 DEPT OF THE AIR FORCE 5,214,467.00 5.21 million 11
97DH DEFENSE HEALTH AGENCY (DHA) 1,059,853.12 1.06 million 7

Insight

Over the last 10 years, KBR WYLE SERVICES, LLC’s obligations are heavily concentrated with NASA, which accounts for $2.08 billion across 879 awards, or the majority of the vendor’s $3.57 billion total. The next largest obligators are much smaller: USGS at $427.80 million across 1,556 awards, USSOCOM at $414.29 million across 179 awards, and the Office of the Secretary at $326.11 million across 880 awards. This pattern indicates a mixed portfolio of a few large-dollar agency relationships plus a higher-volume, lower-dollar award base, with limited obligation exposure outside the top five agencies.

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 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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,307,579,324.64 1.31 billion 508
541330 ENGINEERING SERVICES 688,637,447.39 688.64 million 931
621340 OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS 414,288,084.37 414.29 million 179
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 412,997,380.67 413.00 million 1,532
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 245,298,515.54 245.30 million 237
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 199,600,256.40 199.60 million 72
541519 OTHER COMPUTER RELATED SERVICES 185,558,565.77 185.56 million 59
517919 ALL OTHER TELECOMMUNICATIONS 53,841,459.17 53.84 million 28
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 29,879,561.19 29.88 million 120
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 14,459,934.18 14.46 million 18

Insight

Over the last 10 years, KBR WYLE SERVICES, LLC received $3.57 billion across 3,770 awards, with obligations concentrated in a small set of NAICS codes. NAICS 541712 accounts for the largest share at $1.31 billion and 508 awards, followed by 541330 at $688.64 million and 931 awards; together these two categories represent the clear core of obligated dollars. The portfolio also includes substantial activity in 621340, 541513, and 541715, indicating a mixed award base across R&D, engineering, IT, and related technical services, while the remaining NAICS codes are comparatively smaller and more fragmented.

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 10 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
2024 557,587,403.33 557.59 million 614
2023 577,853,991.03 577.85 million 579
2022 440,265,955.78 440.27 million 530
2021 254,383,483.58 254.38 million 394
2020 274,101,388.49 274.10 million 265
2019 292,468,109.70 292.47 million 258
2018 250,726,452.08 250.73 million 253
2017 242,141,929.76 242.14 million 296
2016 57,384,857.79 57.38 million 10

Insight

KBR WYLE SERVICES, LLC has received $3.57 billion across 3,770 awards over the last 10 years, with an average award value of about $947.9K. Obligations are concentrated in the most recent five years, especially 2023 through 2025, which together total about $1.76 billion, or roughly half of the 10-year total. Annual obligations were comparatively stable from 2017 through 2020 at roughly $242.1 million to $292.5 million, then increased materially in 2021 and remained elevated through 2025, peaking at $626.8 million in 2025.

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.