Federal Contractor

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

KBR WYLE SERVICES, LLC (CAGE 9N030, UEI L693MQDFLKD1) recorded 4,560 federal award actions and $3.49 billion obligated over the last 10 years.

Federal procurement records show KBR WYLE SERVICES, LLC concentrated most of its activity with the Department of the Air Force, which accounts for $2.23 billion across 3,300 actions. Other major buyers include the Federal Acquisition Service, the Department of the Navy, and the Department of the Army, with work centered on research and development in the physical, engineering, and life sciences plus engineering and IT-related services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations were highest in 2024 and 2023, and the dataset is based on the last 10 years of readable FPDS action data.

CAGE Code
9N030
UEI
L693MQDFLKD1
Total Obligated
3.49 billion
3,492,754,033.67
Award Actions
4,560
Average Action Value
765,954.83

About KBR WYLE SERVICES, LLC federal contract activity

KBR WYLE SERVICES, LLC (CAGE 9N030, UEI L693MQDFLKD1) recorded $3.49 billion in obligated federal spending across 4,560 awards in the last 10 years, with an average award value of $765,954.83. The profile is heavily weighted toward high-volume, technical work rather than a small number of large awards.

Agency mix and customer concentration

The Department of the Air Force is the dominant customer, accounting for $2.23 billion across 3,300 awards, or the clear majority of the vendor’s obligated value. Secondary demand comes from the Federal Acquisition Service and the Department of the Navy, while the Department of the Army and U.S. Geological Survey represent materially smaller shares of total activity.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences, which alone accounts for $2.29 billion and 2,912 awards. Engineering services, custom computer programming, and computer systems design form the next tier, indicating a portfolio centered on technical support, R&D, and systems-oriented services, with flight training as a smaller but notable category.

Annual contract trend over the analysis window

Recent activity has been strong and elevated, with annual obligations exceeding $1.0 billion in both 2023 and 2024 and remaining substantial in 2025 at $773.48 million year to date. The series shows a sharp step-up from 2021 to 2022 and sustained expansion afterward, with award counts also rising materially alongside obligated value.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 9N030 and UEI L693MQDFLKD1 over the last 10 years. Totals are derived from obligated dollars, award counts, top-award agency and NAICS aggregations, and annual obligation trends in the provided analysis window.

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 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 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 548,272,969.21 548.27 million 719
2100 DEPT OF THE ARMY 112,783,223.39 112.78 million 195
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
97AS DEFENSE LOGISTICS AGENCY 89,633.67 89.63 thousand 4

Insight

KBR WYLE SERVICES, LLC’s obligations are highly concentrated in the Department of the Air Force, which accounts for $2.23 billion across 3,300 awards, or roughly 64% of the vendor’s $3.49 billion obligated over the last 10 years. Federal Acquisition Service and the Department of the Navy are the next largest buyers at $570.67 million and $548.27 million, respectively, indicating a secondary concentration in both civilian acquisition and Navy demand. The remaining agencies each represent comparatively small shares, with no other agency exceeding $112.78 million, suggesting a broadly defense-centric award profile with limited dispersion outside the top three 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 = '9N030'
        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
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 598,757,104.81 598.76 million 689
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 10 years, KBR WYLE SERVICES, LLC’s obligations are highly concentrated in NAICS 541715, which accounts for $2.29 billion across 2,912 awards, or roughly 65.5% of the vendor’s $3.49 billion total. NAICS 541330 is the next largest category at $598.76 million and 689 awards, and the top four NAICS codes together represent the clear majority of obligated dollars, indicating a strong concentration in research, engineering, and related technical services. Lower-dollar activity is distributed across smaller shares in computer programming, systems design, training, facilities support, and other technical support functions, with no comparable concentration outside the top two NAICS codes.

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 10 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
2020 11,406,164.14 11.41 million 15
2019 620,272.89 620.27 thousand 15
2018 -128,905.16 -128.91 thousand 9
2017 499,422.46 499.42 thousand 4
2016 4,340,340.00 4.34 million 2

Insight

Over the last 10 years, KBR WYLE SERVICES, LLC (CAGE 9N030) obligated $3.49 billion across 4,560 awards, with activity highly concentrated in the most recent four years. Fiscal years 2023 and 2024 were the strongest years, totaling about $2.13 billion combined and 2,371 awards, while 2025 remains elevated at $773.48 million across 1,123 awards. Obligations were materially lower before 2021, including sub-$12 million annual totals in 2020 and prior years, and 2018 recorded a small net negative obligation.

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.