Federal Contractor

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

Federal procurement profile for KELLOGG BROWN AND ROOT SERVICES INCORPORATED (1250), showing $10.83 billion obligated across 3,495 actions in the last 10 years.

KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9, UEI YSQMHRS4HSC5) recorded $10,833,017,454.55 in obligated federal awards over the last 10 years, averaging $3,099,575.80 per action. Activity is concentrated in the DEPT OF THE ARMY and DEPT OF THE NAVY, with facilities support services accounting for most obligated dollars.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals peak in 2021 at $2.51 billion, then remain above $900 million in each year from 2022 through 2025.

CAGE Code
3GJU9
UEI
YSQMHRS4HSC5
Total Obligated
10.83 billion
10,833,017,454.55
Award Actions
3,495
Average Action Value
3,099,575.80

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

KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9, UEI YSQMHRS4HSC5) recorded 3,495 FPDS awards and 10.83 billion in obligated value over the last 10 years, with an average award value of 3.10 million. The profile indicates a high-volume, high-dollar federal contracting footprint concentrated in defense-related support and services.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for 8.31 billion across 1,351 awards, or the majority of the vendor’s obligated value in this window. The Department of the Navy is the next-largest buyer by award count at 1,676 awards and 1.46 billion, while the Department of the Air Force adds 931.83 million across 283 awards. Smaller but still material obligations came from the Defense Logistics Agency and the Department of State, indicating a primarily defense-oriented base with limited civilian exposure.

Industry profile based on NAICS activity

NAICS 561210, Facilities Support Services, overwhelmingly drives the vendor’s portfolio with 10.35 billion across 2,777 awards, showing that facilities operations and support are the core of the relationship. Secondary activity appears in maintenance, construction, engineering, and computer-related services, but each of these categories is far smaller than the primary facilities support line. The mix suggests a services-led contract profile with limited diversification beyond adjacent support and technical functions.

Annual contract trend over the analysis window

Annual obligations remained above 900 million in each of the five most recent years shown, peaking at 2.51 billion in 2021 before moderating to 1.28 billion in 2022 and 1.31 billion in 2023. Obligations then eased to 1.02 billion in 2024 and 929.23 million in 2025, while award counts stayed relatively elevated, indicating continued transaction volume despite lower annual spend.

How to interpret this page

This summary is based on FPDS award records for the last 10 years and reflects obligated dollars, award counts, and associated agency and NAICS classifications tied to the reported CAGE and UEI. Totals and rankings are derived from the provided analysis window and may reflect changes in obligation timing, contract scope, and recompeted task ordering across fiscal years.

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 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
2100 DEPT OF THE ARMY 8,305,832,815.59 8.31 billion 1,351
1700 DEPT OF THE NAVY 1,462,005,598.00 1.46 billion 1,676
5700 DEPT OF THE AIR FORCE 931,830,908.86 931.83 million 283
97AS DEFENSE LOGISTICS AGENCY 97,115,427.96 97.12 million 163
1900 STATE, DEPARTMENT OF 36,291,262.18 36.29 million 14
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -59.94 -59.94 7
9776 USTRANSCOM -58,498.10 -58.50 thousand 1

Insight

Over the last 10 years, KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9) received $10.83 billion across 3,495 awards, with obligations concentrated heavily at the Department of the Army. The Army accounts for $8.31 billion and 1,351 awards, or roughly 77% of total obligated dollars, while the Department of the Navy contributes $1.46 billion across 1,676 awards and the Department of the Air Force $931.83 million across 283 awards. Smaller obligations are spread across the Defense Logistics Agency and Department of State, with negligible negative obligations recorded for DCMA and USTRANSCOM.

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 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
561210 FACILITIES SUPPORT SERVICES 10,351,031,053.11 10.35 billion 2,777
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 263,354,983.88 263.35 million 186
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 110,760,872.69 110.76 million 338
541330 ENGINEERING SERVICES 72,201,706.82 72.20 million 148
541519 OTHER COMPUTER RELATED SERVICES 24,913,721.14 24.91 million 15
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 5,204,304.04 5.20 million 5
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 4,515,806.30 4.52 million 9
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 10 years, KELLOGG BROWN AND ROOT SERVICES INCORPORATED’s obligations are highly concentrated in NAICS 561210, Facilities Support Services, which accounts for $10.35 billion of $10.83 billion total obligated value and 2,777 of 3,495 awards. The next largest NAICS, 811310, Commercial and Industrial Machinery and Equipment Repair and Maintenance, is a distant second at $263.35 million, indicating a steep drop-off after the primary category. Remaining obligations are dispersed across construction, engineering, IT, and other support services, each representing a relatively small share of total value.

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 10 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
2020 992,468,629.32 992.47 million 405
2019 841,967,083.40 841.97 million 385
2018 1,303,306,678.59 1.30 billion 283
2017 666,978,587.89 666.98 million 217
2016 -15,329,186.64 -15.33 million 16

Insight

Over the last 10 years, KELLOGG BROWN AND ROOT SERVICES INCORPORATED (CAGE 3GJU9) received $10.83 billion across 3,495 awards, with an average award value of $3.10 million. Obligations were concentrated in the 2021–2024 period, peaking in 2021 at $2.51 billion and then remaining above $1.0 billion in 2022–2024 before declining to $929.23 million in 2025. Earlier years were materially lower, including a negative net obligation in 2016 and sub-$1.0 billion annual totals in 2017, 2019, and 2020, indicating a more variable funding pattern over the decade.

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.