Federal Contractor

GUIDEHOUSE INC. Federal Contract Obligations (Last 10 Years)

GUIDEHOUSE INC. (CAGE 1HLR9, UEI N9NJK877QJK9) shows 3,377 federal award actions and $2.38 billion obligated over the last 10 years.

GUIDEHOUSE INC. has received $2,377,413,098.13 in federal obligations across 3,377 award actions in the last 10 years, averaging $704,001.50 per action. Recent activity is concentrated in 2024, 2023, and 2025, with Departmental Offices, FEMA, Energy, and the FBI among the largest awarding agencies.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect obligations captured in the analysis window and are grouped by agency, NAICS code, and fiscal year.

CAGE Code
1HLR9
UEI
N9NJK877QJK9
Total Obligated
2.38 billion
2,377,413,098.13
Award Actions
3,377
Average Action Value
704,001.50

About GUIDEHOUSE INC. federal contract activity

GUIDEHOUSE INC. (CAGE 1HLR9, UEI N9NJK877QJK9) recorded 3,377 federal awards totaling $2.38 billion over the last 10 years, with an average award value of $704,001.50. The profile indicates a high-volume services contractor with spending concentrated in consulting, IT, and related professional support activities.

Agency mix and customer concentration

Obligations are led by DEPARTMENTAL OFFICES at $371.06 million across 190 awards, followed by FEMA at $160.81 million across 274 awards and the Department of Energy at $145.97 million across 76 awards. The FBI and Offices, Boards and Divisions also represent meaningful demand, indicating a customer base that spans civilian headquarters organizations, emergency management, law enforcement, and technical mission support.

Industry profile based on NAICS activity

The largest share of obligations is in NAICS 541611, Administrative Management and General Management Consulting Services, at $1.26 billion across 2,348 awards, showing that management consulting is the core revenue driver. Additional activity is concentrated in 541512 Computer Systems Design Services, 541219 Other Accounting Services, 541511 Custom Computer Programming Services, and 541330 Engineering Services, which together point to a broader portfolio spanning advisory, technology, accounting, and engineering support.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $756.14 million across 897 awards, after $653.33 million in 2023 and $356.37 million in 2022. FY 2021 was markedly lower at $29.81 million across 66 awards, indicating a sharp ramp-up in both award volume and obligated value over the most recent four-year period.

How to interpret this page

This summary is based on FPDS award records associated with GUIDEHOUSE INC., using the provided CAGE code and UEI over the last 10 years. Amounts reflect total obligated dollars, award counts reflect recorded FPDS actions, and agency and NAICS groupings are aggregated from the supplied dataset; no additional inference beyond the provided data was used.

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 = '1HLR9'
        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
1406 DEPARTMENTAL OFFICES 371,061,151.35 371.06 million 190
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 160,806,322.86 160.81 million 274
8900 ENERGY, DEPARTMENT OF 145,970,863.97 145.97 million 76
1549 FEDERAL BUREAU OF INVESTIGATION 132,502,615.39 132.50 million 122
1501 OFFICES, BOARDS AND DIVISIONS 118,501,288.21 118.50 million 142
1700 DEPT OF THE NAVY 111,333,690.69 111.33 million 146
7524 FOOD AND DRUG ADMINISTRATION 104,151,654.53 104.15 million 74
2100 DEPT OF THE ARMY 94,765,081.63 94.77 million 98
7529 NATIONAL INSTITUTES OF HEALTH 82,390,958.15 82.39 million 149
7300 SMALL BUSINESS ADMINISTRATION 81,523,776.46 81.52 million 11

Insight

Over the last 10 years, GUIDEHOUSE INC. (CAGE 1HLR9) received 2.38 billion across 3,377 awards, with obligations concentrated in a limited set of civilian and defense agencies. DEPARTMENTAL OFFICES is the largest buyer at 371.06 million (190 awards), followed by FEMA at 160.81 million (274 awards), DOE at 145.97 million (76 awards), and FBI at 132.50 million (122 awards), indicating a diversified but top-heavy customer base. The top 10 agencies account for a substantial share of total obligations, with recurring activity across DHS, DOJ, HHS, DOD, and SBA components.

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 = '1HLR9'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,260,390,362.69 1.26 billion 2,348
541512 COMPUTER SYSTEMS DESIGN SERVICES 457,282,923.04 457.28 million 149
541219 OTHER ACCOUNTING SERVICES 283,410,588.99 283.41 million 286
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 191,519,493.12 191.52 million 181
541330 ENGINEERING SERVICES 103,984,110.26 103.98 million 135
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 29,839,413.96 29.84 million 64
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 23,338,725.71 23.34 million 118
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 11,201,794.91 11.20 million 18
541519 OTHER COMPUTER RELATED SERVICES 8,039,570.41 8.04 million 18
541199 ALL OTHER LEGAL SERVICES 3,479,741.49 3.48 million 15

Insight

GUIDEHOUSE INC.’s last 10 years of obligations are highly concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounts for $1.26 billion across 2,348 awards, or more than half of the vendor’s $2.38 billion total. The next largest NAICS, 541512 Computer Systems Design Services, is a distant second at $457.28 million, followed by 541219 Other Accounting Services at $283.41 million and 541511 Custom Computer Programming Services at $191.52 million, indicating a broad but consulting-centered mix. Award volume is also concentrated in 541611, while the remaining NAICS codes are fragmented into smaller obligation shares, with no other category approaching the dominant consulting line of business.

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 = '1HLR9'
        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 520,222,607.23 520.22 million 832
2024 756,143,372.70 756.14 million 897
2023 653,328,922.70 653.33 million 884
2022 356,369,479.49 356.37 million 524
2021 29,811,445.35 29.81 million 66
2020 30,655,431.46 30.66 million 45
2019 5,181,833.82 5.18 million 33
2018 3,932,280.42 3.93 million 39
2017 20,913,935.53 20.91 million 47
2016 853,789.43 853.79 thousand 10

Insight

GUIDEHOUSE INC. (CAGE 1HLR9) shows a pronounced concentration of obligations in the most recent three fiscal years, with 2023-2025 accounting for about 1.93 billion of the 2.38 billion obligated over the last 10 years. Annual obligations were relatively modest through 2016-2021, then increased sharply in 2022 and reached peak levels in 2024 before declining in 2025. Award volume also accelerated in the same period, rising from double-digit counts in 2016-2021 to 524 in 2022 and 832-897 annually in 2023-2025, indicating a recent shift to sustained high-volume contracting.

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.