Federal Contractor

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

KBR WYLE SERVICES, LLC (CAGE 9N030, UEI L693MQDFLKD1) shows $3.48 billion in federal obligations across 4,515 actions in the last five years.

KBR WYLE SERVICES, LLC’s federal award profile is led by the Department of the Air Force, which accounts for $2.23 billion of the total and 3,300 actions. The company’s largest work areas are research and development in the physical, engineering, and life sciences, engineering services, and computer-related services, with annual obligations peaking in 2024 and remaining above $773 million in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect FPDS obligations for the last five years and may differ from other federal spending reports due to timing, modification, and reporting effects.

CAGE Code
9N030
UEI
L693MQDFLKD1
Total Obligated
3.48 billion
3,476,016,739.34
Award Actions
4,515
Average Action Value
769,881.89

About KBR WYLE SERVICES, LLC federal contract activity

KBR WYLE SERVICES, LLC (CAGE 9N030, UEI L693MQDFLKD1) recorded 3.48 billion in obligated federal spend across 4,515 awards over the last 5 years, with an average award value of 769,881.89. The profile indicates a high-volume, mid-to-large value contract base concentrated in technical and research-oriented work rather than a small number of outsized awards.

Agency mix and customer concentration

The Department of the Air Force is the dominant customer, accounting for 2.23 billion and 3,300 awards, or most of the vendor's observed federal activity. Secondary volume comes from the Federal Acquisition Service and Department of the Navy, while the Department of the Army and US Geological Survey represent materially smaller but still recurring relationships.

Industry profile based on NAICS activity

The vendor's NAICS profile is led by 541715, Research and Development in the Physical, Engineering, and Life Sciences, which accounts for 2.29 billion and 2,912 awards. Engineering services (541330) is the next largest category, followed by software and systems-oriented work in 541511 and 541512, with flight training (611512) appearing as a smaller adjacent line of business.

Annual contract trend over the analysis window

Obligations accelerated sharply in 2023 and remained elevated in 2024, which was the peak year in the window at 1.09 billion across 1,251 awards. Activity eased in 2025 to 773.48 million, but stayed well above 2022 and 2021 levels, indicating a sustained higher baseline after the earlier ramp-up.

How to interpret this page

This summary uses FPDS obligation data tied to CAGE 9N030 and UEI L693MQDFLKD1 over the last 5 years. Agency, NAICS, and annual figures are based on total obligated dollars and award counts; averages and readable amounts are derived from the provided aggregates.

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 = '9N030'
        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 2,230,422,128.75 2.23 billion 3,300
4732 FEDERAL ACQUISITION SERVICE 570,672,144.37 570.67 million 162
1700 DEPT OF THE NAVY 535,942,751.79 535.94 million 679
2100 DEPT OF THE ARMY 108,442,883.39 108.44 million 193
1434 US GEOLOGICAL SURVEY 11,874,947.28 11.87 million 23
1544 U.S. MARSHALS SERVICE 10,115,102.63 10.12 million 54
97JC MISSILE DEFENSE AGENCY (MDA) 8,677,948.39 8.68 million 21
97DH DEFENSE HEALTH AGENCY (DHA) 7,535,991.39 7.54 million 7
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,237,319.88 2.24 million 16
4740 PUBLIC BUILDINGS SERVICE 45,580.47 45.58 thousand 19

Insight

Over the last 5 years, KBR WYLE SERVICES, LLC has received 3.48 billion across 4,515 awards, with obligations highly concentrated in the DEPT OF THE AIR FORCE, which accounts for 2.23 billion and 3,300 awards. The top three agencies—the Air Force, Federal Acquisition Service, and Navy—represent the clear majority of obligated value, indicating a strong dependence on a small number of buying organizations. The remaining agencies are materially smaller in both dollars and award volume, with no other agency exceeding 108.44 million in obligations.

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 = '9N030'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,286,691,478.76 2.29 billion 2,912
541330 ENGINEERING SERVICES 583,393,418.62 583.39 million 679
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 263,460,029.16 263.46 million 79
541512 COMPUTER SYSTEMS DESIGN SERVICES 222,920,371.44 222.92 million 144
611512 FLIGHT TRAINING 73,602,696.92 73.60 million 69
561210 FACILITIES SUPPORT SERVICES 27,923,489.02 27.92 million 14
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 10,160,683.10 10.16 million 73
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 9,081,650.43 9.08 million 4
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 8,062,826.49 8.06 million 9
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 3,150,412.14 3.15 million 4

Insight

Over the last 5 years, KBR WYLE SERVICES, LLC’s obligations are concentrated in 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), which accounts for $2.29 billion across 2,912 awards, or about two-thirds of the vendor’s $3.48 billion total. The next largest NAICS, 541330 Engineering Services, adds $583.39 million across 679 awards, while 541511 and 541512 contribute another $486.38 million combined, indicating a secondary concentration in engineering and technical IT support. The remaining NAICS codes are materially smaller and more dispersed, suggesting a broad but limited tail of lower-dollar activity outside the core R&D and engineering portfolio.

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 = '9N030'
        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 773,478,365.88 773.48 million 1,123
2024 1,091,004,787.74 1.09 billion 1,251
2023 1,039,969,001.53 1.04 billion 1,120
2022 453,525,442.31 453.53 million 780
2021 118,039,141.88 118.04 million 241

Insight

KBR WYLE SERVICES, LLC (CAGE 9N030) obligated $3.48 billion across 4,515 awards over the last 5 years, with activity heavily concentrated in 2023-2025. Annual obligations increased from $118.04 million in 2021 to $453.53 million in 2022, then rose sharply to $1.04 billion in 2023 and remained above $1.0 billion in 2024 before easing to $773.48 million in 2025. Award volume followed a similar pattern, peaking at 1,251 awards in 2024, indicating broad distribution across many awards rather than reliance on a small number of high-value actions.

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.