Federal Contractor

KELLOGG BROWN AND ROOT SERVICES INCORPORATED (1250) Federal Contract Obligations (Last 5 Years)

Federal procurement profile for KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9, UEI YSQMHRS4HSC5) covering the last 5 years of awards and obligations.

KELLOGG BROWN AND ROOT SERVICES INCORPORATED recorded 2,189 award actions and 7.04 billion in obligated spending over the last 5 years, with an average action value of 3.22 million. Most obligations came from the Department of the Army and were concentrated in NAICS 561210 Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, agency shares, NAICS mixes, and yearly trends reflect readable FPDS obligations for the stated analysis window.

CAGE Code
3GJU9
UEI
YSQMHRS4HSC5
Total Obligated
7.04 billion
7,043,625,661.99
Award Actions
2,189
Average Action Value
3,217,736.71

About KELLOGG BROWN AND ROOT SERVICES INCORPORATED (1250) federal contract activity

KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9, UEI YSQMHRS4HSC5) recorded $7.04 billion in FPDS-observed obligations across 2,189 awards over the last 5 years, for an average award value of $3.22 million. The profile is materially concentrated in a small number of large federal customers and support-service contract types, consistent with a broad defense and federal facilities services footprint.

Agency mix and customer concentration

The DEPT OF THE ARMY is the dominant buyer, accounting for $5.27 billion across 755 awards, or the clear majority of observed obligations. The DEPT OF THE NAVY ranks second with $1.05 billion and 997 awards, followed by the DEPT OF THE AIR FORCE at $599.80 million and the DEFENSE LOGISTICS AGENCY at $91.71 million; the STATE, DEPARTMENT OF presence is comparatively limited at $36.28 million.

Industry profile based on NAICS activity

NAICS 561210, FACILITIES SUPPORT SERVICES, is the primary concentration area at $6.61 billion across 1,630 awards, indicating that the vendor’s federal work is centered on base and facilities operations support. Secondary activity appears in repair and maintenance, engineering, construction, and other computer-related services, but each is materially smaller than the core facilities support category.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $2.51 billion, then stepped down to $1.28 billion in 2022 and $1.31 billion in 2023 before remaining near the $1.0 billion level in 2024 and 2025. Award counts stayed relatively high throughout the period, with 2024 and 2025 each near the mid-400s, indicating sustained contract activity even as obligated dollars moderated.

How to interpret this page

This summary uses FPDS award records associated with CAGE 3GJU9 and UEI YSQMHRS4HSC5 over the last 5 years. Obligations, award counts, agency mix, NAICS mix, and annual trend figures are based on the provided aggregated totals and should be interpreted as FPDS-observed activity rather than a complete measure of all work performed.

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 = '3GJU9'
        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 5,265,485,249.84 5.27 billion 755
1700 DEPT OF THE NAVY 1,050,344,961.86 1.05 billion 997
5700 DEPT OF THE AIR FORCE 599,804,843.91 599.80 million 261
97AS DEFENSE LOGISTICS AGENCY 91,709,404.14 91.71 million 161
1900 STATE, DEPARTMENT OF 36,281,262.18 36.28 million 13
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -59.94 -59.94 2

Insight

Over the last 5 years, KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9) received $7.04 billion across 2,189 awards, with obligations heavily concentrated in the Department of the Army ($5.27 billion, 755 awards), which accounted for the clear majority of spend. The Department of the Navy was the next largest customer by award count (997) but a distant second by obligated dollars at $1.05 billion, indicating a broader but lower-value award profile. The Department of the Air Force contributed $599.80 million across 261 awards, while Defense Logistics Agency and the Department of State represented smaller portions of total obligations. DCMA activity was negligible, with a net obligation of -$59.94 across 2 awards.

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 = '3GJU9'
        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
561210 FACILITIES SUPPORT SERVICES 6,614,714,957.82 6.61 billion 1,630
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 263,354,983.88 263.35 million 186
541330 ENGINEERING SERVICES 72,201,706.82 72.20 million 148
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 65,591,808.77 65.59 million 186
541519 OTHER COMPUTER RELATED SERVICES 19,507,697.32 19.51 million 13
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 5,204,304.04 5.20 million 5
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 1,956,698.67 1.96 million 5
491110 POSTAL SERVICE 1,034,547.63 1.03 million 11
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 57,257.04 57.26 thousand 3
811111 GENERAL AUTOMOTIVE REPAIR 1,200.00 1.20 thousand 1

Insight

Over the last 5 years, obligations for KELLOGG BROWN AND ROOT SERVICES INCORPORATED are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $6.61 billion across 1,630 awards, or the vast majority of the vendor’s $7.04 billion total. The next largest NAICS categories are much smaller: 811310 at $263.35 million, 541330 at $72.20 million, and 236220 at $65.59 million, indicating a steep drop-off after the primary line of business. Overall activity is broad but weighted heavily toward facilities support, with the remaining obligations distributed across a limited set of maintenance, engineering, and construction-related 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 = '3GJU9'
        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 929,225,158.68 929.23 million 456
2024 1,015,154,690.06 1.02 billion 477
2023 1,308,940,203.99 1.31 billion 360
2022 1,281,791,124.78 1.28 billion 410
2021 2,508,514,484.48 2.51 billion 486

Insight

KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9) received $7.04 billion across 2,189 awards over the last 5 years, averaging $3.22 million per award. Obligations are concentrated in 2021 at $2.51 billion, followed by a lower but still substantial level in 2022–2024 at roughly $1.02 billion to $1.31 billion annually. FY 2025 obligations through the current period total $929.23 million, indicating a decline from prior years, while award counts remain relatively high across the period.

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.