Federal Contractor

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

KBR WYLE SERVICES, LLC (CAGE 9N030, UEI L693MQDFLKD1) received $773.48 million across 1,123 award actions in the last full year.

KBR WYLE SERVICES, LLC’s federal obligations were concentrated with the Department of the Air Force, which accounted for $571.22 million and 813 actions. The Department of the Navy followed with $144.71 million, while the largest NAICS activity was in research and development in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and summarize obligated dollars and award actions by agency, NAICS, and annual trend.

CAGE Code
9N030
UEI
L693MQDFLKD1
Total Obligated
773.48 million
773,478,365.88
Award Actions
1,123
Average Action Value
688,760.78

About KBR WYLE SERVICES, LLC federal contract activity

KBR WYLE SERVICES, LLC (CAGE 9N030, UEI L693MQDFLKD1) recorded $773.48 million in obligated awards across 1,123 actions in the last full year, for an average award value of $688,760.78. The scale and volume indicate a high-activity federal supplier with a broad award base rather than reliance on a small number of transactions.

Agency mix and customer concentration

Obligations were concentrated in the Department of the Air Force, which accounted for $571.22 million across 813 awards, or most of the vendor’s annual activity. The Department of the Navy was the second-largest customer at $144.71 million and 226 awards, followed by the Federal Acquisition Service at $37.55 million, the Department of the Army at $16.33 million, and the Missile Defense Agency at $1.93 million.

Industry profile based on NAICS activity

The vendor’s portfolio was dominated by NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences, which represented $614.90 million across 780 awards. Engineering services under NAICS 541330 was the next-largest category at $94.13 million, while smaller but still material activity appeared in flight training, computer systems design services, and facilities support services.

Annual contract trend over the analysis window

The annual trend shows all reported activity in 2025, with $773.48 million obligated across 1,123 awards. Because only a single full-year observation is provided, this window supports a point-in-time view of scale and mix rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS award obligation data for the last full year and reflects obligations attributed to the vendor’s CAGE code and UEI. Agency and NAICS percentages are inferred from the provided award and obligation totals; amounts may not sum to exactly 100% because of rounding and the use of reported top categories only.

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 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
5700 DEPT OF THE AIR FORCE 571,222,054.82 571.22 million 813
1700 DEPT OF THE NAVY 144,706,407.18 144.71 million 226
4732 FEDERAL ACQUISITION SERVICE 37,549,233.79 37.55 million 25
2100 DEPT OF THE ARMY 16,332,363.40 16.33 million 40
97JC MISSILE DEFENSE AGENCY (MDA) 1,926,520.51 1.93 million 9
1434 US GEOLOGICAL SURVEY 1,494,932.81 1.49 million 4
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 249,680.00 249.68 thousand 2
97AS DEFENSE LOGISTICS AGENCY 22,573.60 22.57 thousand 1
1544 U.S. MARSHALS SERVICE -25,400.23 -25.40 thousand 3

Insight

KBR WYLE SERVICES, LLC received 773.48 million across 1,123 awards in the last full year, with obligations heavily concentrated in the DEPT OF THE AIR FORCE, which accounted for 571.22 million and 813 awards. The DEPT OF THE NAVY was the second-largest customer at 144.71 million across 226 awards, while the FEDERAL ACQUISITION SERVICE and DEPT OF THE ARMY contributed 37.55 million and 16.33 million, respectively. All remaining agencies each obligated less than 2.0 million, indicating a strong concentration of spend within the Department of Defense, with only limited activity outside that portfolio.

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 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 614,899,979.15 614.90 million 780
541330 ENGINEERING SERVICES 94,127,527.00 94.13 million 167
611512 FLIGHT TRAINING 26,675,865.40 26.68 million 5
541512 COMPUTER SYSTEMS DESIGN SERVICES 17,042,500.72 17.04 million 29
561210 FACILITIES SUPPORT SERVICES 15,570,338.71 15.57 million 8
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 9,081,650.43 9.08 million 4
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 8,834,565.95 8.83 million 21
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 1,580,332.14 1.58 million 2
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 229,181.76 229.18 thousand 1
332710 MACHINE SHOPS 22,573.60 22.57 thousand 1

Insight

KBR WYLE SERVICES, LLC’s obligations in the last full year are highly concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences, which accounts for 614.90 million of 773.48 million total obligated, or roughly 79.5% of value, across 780 awards. NAICS 541330, Engineering Services, is a distant second at 94.13 million across 167 awards, bringing the top two NAICS codes to about 91.7% of obligated value. The remaining activity is distributed across smaller engineering, training, IT, facilities support, and administrative support categories, with no other NAICS code exceeding 26.68 million.

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

Insight

In the last full year, KBR WYLE SERVICES, LLC (CAGE 9N030) recorded $773.48 million in obligated value across 1,123 awards, indicating a substantial and active contract portfolio. The average award value of $688,760.78 suggests obligations were distributed across a large number of relatively moderate-sized awards rather than concentrated in a small number of very large actions. With only one annual observation in the 1-year window, this section reflects current-year funding volume rather than a multi-year trend.

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.