Federal Contractor

GUIDEHOUSE INC. Federal Contract Obligations (Last Year)

GUIDEHOUSE INC. recorded 520.22 million in obligated federal awards across 832 actions in the last full year, under CAGE 1HLR9 and UEI N9NJK877QJK9.

GUIDEHOUSE INC. received 520,222,607.23 in federal obligations over the last full year, averaging 625,267.55 per award action across 832 actions. Most of the activity was concentrated in consulting and IT-related NAICS codes, led by administrative management consulting and computer systems design services.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the last full year of FPDS-observable federal award activity for GUIDEHOUSE INC. based on the provided obligation and award data.

CAGE Code
1HLR9
UEI
N9NJK877QJK9
Total Obligated
520.22 million
520,222,607.23
Award Actions
832
Average Action Value
625,267.55

About GUIDEHOUSE INC. federal contract activity

GUIDEHOUSE INC. recorded $520.22 million in obligated federal spending across 832 awards in the last full year, for an average award value of $625,267.55. The volume indicates a broad award base with material concentration in a relatively small number of higher-value actions.

Agency mix and customer concentration

The largest share of obligations came from DEPARTMENTAL OFFICES at $106.30 million across 36 awards, followed by DEPT OF THE ARMY at $48.17 million and VETERANS AFFAIRS, DEPARTMENT OF at $45.59 million. DEPT OF THE NAVY and OFFICES, BOARDS AND DIVISIONS also ranked among the top purchasers, showing a multi-agency customer base rather than reliance on a single department.

Industry profile based on NAICS activity

Award activity was led by NAICS 541611, Administrative Management and General Management Consulting Services, which accounted for $210.81 million and 553 awards. Other major categories included 541512 Computer Systems Design Services at $151.08 million, 541219 Other Accounting Services at $87.01 million, 541511 Custom Computer Programming Services at $37.75 million, and 541330 Engineering Services at $17.88 million, indicating a portfolio centered on consulting, IT, and related professional services.

Annual contract trend over the analysis window

The annual trend shows $520.22 million in obligations and 832 awards in 2025, which is the full analysis year reflected in this dataset. Because only one annual point is provided, this period establishes the baseline level of activity but does not support a year-over-year comparison.

How to interpret this page

This summary is based on FPDS obligation data for GUIDEHOUSE INC. matched to CAGE code 1HLR9 and UEI N9NJK877QJK9 for the last full year. Agency, NAICS, and trend sections reflect the top reported categories and annual totals shown in the supplied analysis window; dollar values are obligations, not outlays.

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 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
1406 DEPARTMENTAL OFFICES 106,297,055.13 106.30 million 36
2100 DEPT OF THE ARMY 48,167,799.48 48.17 million 18
3600 VETERANS AFFAIRS, DEPARTMENT OF 45,594,926.96 45.59 million 19
1700 DEPT OF THE NAVY 35,426,707.94 35.43 million 29
1501 OFFICES, BOARDS AND DIVISIONS 27,437,783.59 27.44 million 31
1900 STATE, DEPARTMENT OF 26,115,695.23 26.12 million 27
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 23,661,851.97 23.66 million 71
7529 NATIONAL INSTITUTES OF HEALTH 21,805,545.96 21.81 million 41
7524 FOOD AND DRUG ADMINISTRATION 21,606,803.35 21.61 million 15
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 20,089,573.14 20.09 million 15

Insight

GUIDEHOUSE INC. obligated $520.22 million across 832 awards in the last full year, with activity spread across multiple agencies but concentrated in a few major buyers. DEPARTMENTAL OFFICES was the largest agency account at $106.30 million across 36 awards, followed by the DEPT OF THE ARMY ($48.17 million), VETERANS AFFAIRS, DEPARTMENT OF ($45.59 million), and DEPT OF THE NAVY ($35.43 million). The remaining top agencies each accounted for roughly $20 million to $27 million, indicating a broad federal footprint with moderate concentration at the top end.

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 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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 210,810,318.07 210.81 million 553
541512 COMPUTER SYSTEMS DESIGN SERVICES 151,078,357.79 151.08 million 48
541219 OTHER ACCOUNTING SERVICES 87,013,136.73 87.01 million 91
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 37,754,157.75 37.75 million 34
541330 ENGINEERING SERVICES 17,877,232.82 17.88 million 54
541519 OTHER COMPUTER RELATED SERVICES 5,348,897.26 5.35 million 16
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,786,093.04 4.79 million 9
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 3,375,211.39 3.38 million 5
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,843,565.59 1.84 million 9
541320 LANDSCAPE ARCHITECTURAL SERVICES 747,685.61 747.69 thousand 1

Insight

GUIDEHOUSE INC. obligations in the last full year are concentrated in professional services, led by NAICS 541611, which accounts for $210.81 million across 553 awards, or roughly 40% of total obligated dollars. NAICS 541512 is the second-largest category at $151.08 million but with far fewer awards (48), indicating materially larger average award values than the dominant 541611 line of business. The remaining top NAICS codes are significantly smaller and collectively reflect a diversified but still services-oriented portfolio, with obligations spanning accounting, programming, engineering, and related technical support.

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

Insight

Over the last full year, GUIDEHOUSE INC. (CAGE 1HLR9) recorded $520.22 million in obligated funding across 832 awards, for an average award value of approximately $625.3 thousand. The activity is concentrated in a single annual period in the provided window, so no year-over-year trend can be assessed from this data alone. The volume of awards relative to total obligation suggests a broad distribution of funding across multiple actions rather than reliance on a small number of exceptionally large awards.

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.