Federal Contractor

KBRWYLE TECHNOLOGY SOLUTIONS, LLC Federal Contract Obligations (Last 5 Years)

KBRWYLE TECHNOLOGY SOLUTIONS, LLC (CAGE 15151, UEI JU9GLKSCUXE3) received 1.08 billion in obligated federal awards across 1,180 actions in the last five years.

KBRWYLE TECHNOLOGY SOLUTIONS, LLC shows its largest federal activity with the Department of the Army, NASA, and the Department of the Navy, which together account for most of the vendor’s obligated value. Its award history is concentrated in engineering services, facilities support services, and related technical support work, with annual obligations peaking in 2021 and remaining above 59 million in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect obligated amounts and action counts reported for the last five years and are presented as read from FPDS-based analysis.

CAGE Code
15151
UEI
JU9GLKSCUXE3
Total Obligated
1.08 billion
1,078,170,286.86
Award Actions
1,180
Average Action Value
913,703.63

About KBRWYLE TECHNOLOGY SOLUTIONS, LLC federal contract activity

KBRWYLE TECHNOLOGY SOLUTIONS, LLC (CAGE 15151, UEI JU9GLKSCUXE3) recorded 1.08 billion in obligated awards across 1,180 actions over the last 5 years, with an average award value of 913,703.63. The profile indicates a high-volume, mid-to-large dollar contracting footprint concentrated in technical and support services.

Agency mix and customer concentration

Obligations are led by the Department of the Army at 346.95 million across 287 awards, followed closely by NASA at 318.09 million across 317 awards and the Department of the Navy at 300.54 million across 421 awards. These three agencies account for the vast majority of vendor activity, while the Federal Acquisition Service and NOAA contribute materially smaller shares, indicating a primarily defense- and space-oriented customer base with limited civilian spread.

Industry profile based on NAICS activity

The vendor’s work is centered on engineering and operational support categories, led by NAICS 541330 Engineering Services at 348.95 million and NAICS 561210 Facilities Support Services at 316.06 million. Additional volume appears in repair and maintenance, telecommunications, and computer systems design, showing a portfolio that combines technical engineering, sustainment, and communications support.

Annual contract trend over the analysis window

Obligations peaked in 2021 at 478.54 million across 476 awards, then declined to 331.80 million in 2022 and 104.06 million in 2023 before a partial recovery to 104.51 million in 2024 and 59.26 million year-to-date in 2025. Award counts follow the same broad downward pattern, suggesting reduced throughput and lower annual spend after the 2021 peak.

How to interpret this page

This summary is based on FPDS-observed obligations for the last 5 years tied to CAGE 15151 and UEI JU9GLKSCUXE3. Agency, NAICS, and annual trend sections are derived from obligated dollars and award counts in the provided dataset only, without external inference.

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 = '15151'
        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
2100 DEPT OF THE ARMY 346,945,625.61 346.95 million 287
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 318,094,260.33 318.09 million 317
1700 DEPT OF THE NAVY 300,538,873.34 300.54 million 421
4732 FEDERAL ACQUISITION SERVICE 47,923,362.39 47.92 million 24
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 30,308,013.10 30.31 million 6
5700 DEPT OF THE AIR FORCE 12,014,636.81 12.01 million 4
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 10,644,780.17 10.64 million 61
1544 U.S. MARSHALS SERVICE 7,496,555.45 7.50 million 7
1434 US GEOLOGICAL SURVEY 5,948,964.01 5.95 million 24
4740 PUBLIC BUILDINGS SERVICE 417,660.03 417.66 thousand 2

Insight

Over the last 5 years, KBRWYLE TECHNOLOGY SOLUTIONS, LLC received 1.08 billion across 1,180 awards, with obligations concentrated in a small set of civilian and defense agencies. The top three agencies—the Department of the Army, NASA, and the Department of the Navy—account for 965.58 million combined, or about 89.5% of total obligated value, indicating strong dependence on a limited number of major customers. Agency activity is also dispersed by count, with the Navy (421 awards) and Army (287 awards) leading in transaction volume, while several other agencies contributed comparatively small shares of total 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 = '15151'
        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
541330 ENGINEERING SERVICES 348,953,464.43 348.95 million 376
561210 FACILITIES SUPPORT SERVICES 316,061,385.77 316.06 million 180
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 125,396,202.57 125.40 million 101
517919 ALL OTHER TELECOMMUNICATIONS 114,793,182.83 114.79 million 66
541512 COMPUTER SYSTEMS DESIGN SERVICES 81,377,663.81 81.38 million 154
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 30,308,013.10 30.31 million 6
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 22,586,080.14 22.59 million 125
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 20,135,488.91 20.14 million 21
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 16,500,315.80 16.50 million 87
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 7,914,195.48 7.91 million 10

Insight

Over the last 5 years, KBRWYLE TECHNOLOGY SOLUTIONS, LLC has obligated 1.08 billion across 1,180 awards, with activity concentrated in a small set of NAICS codes. Engineering Services (541330) and Facilities Support Services (561210) are the largest categories, together accounting for 665.01 million, or about 62% of total obligated dollars. The remaining top NAICS categories are more distributed across technical, IT, telecom, maintenance, and R&D work, with no single category outside the top two exceeding 125.40 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 = '15151'
        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 59,260,356.11 59.26 million 50
2024 104,514,323.77 104.51 million 115
2023 104,059,058.41 104.06 million 166
2022 331,798,883.44 331.80 million 373
2021 478,537,665.13 478.54 million 476

Insight

KBRWYLE TECHNOLOGY SOLUTIONS, LLC shows a pronounced downward trend in obligations over the last 5 years, decreasing from 478.54 million in 2021 to 59.26 million in 2025. The 1.08 billion total obligated across 1,180 awards is concentrated in the earlier years, with 2021 and 2022 accounting for the majority of activity and 2024–2025 reflecting materially lower obligation levels and award counts. Average award value over the period was 913,703.63, indicating a mix of larger-dollar actions despite the recent decline in volume and obligations.

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.