Federal Contractor

GUIDEHOUSE LLP Federal Contract Obligations (Last 10 Years)

GUIDEHOUSE LLP (CAGE 783T6, UEI JG1JX6NL39U7) shows $3.01 billion in federal obligations across 4,395 award actions over the last 10 years.

The largest shares of obligated dollars went to the Department of State, Department of Veterans Affairs, and the Small Business Administration. By spending category, the record is led by administrative management and general management consulting services, with additional activity in professional services, software, systems design, and accounting-related work.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the provided trend rows peak in 2021 at $703.60 million and remain above $100 million in each listed year through 2025.

CAGE Code
783T6
UEI
JG1JX6NL39U7
Total Obligated
3.01 billion
3,011,627,294.91
Award Actions
4,395
Average Action Value
685,239.43

About GUIDEHOUSE LLP federal contract activity

GUIDEHOUSE LLP (CAGE 783T6, UEI JG1JX6NL39U7) recorded 4,395 FPDS awards and $3.01 billion in obligated value over the last 10 years, for an average award value of $685,239.43. The profile indicates a high-volume consulting vendor with obligations concentrated in a small set of federal customers and service lines.

Agency mix and customer concentration

The Department of State is the largest obligating agency at $516.36 million across 964 awards, followed by the Department of Veterans Affairs at $456.09 million and the Small Business Administration at $270.85 million. Additional meaningful demand comes from the National Institutes of Health and the Office of Procurement Operations, indicating a customer base spanning civilian, health, and procurement support organizations.

Industry profile based on NAICS activity

Obligations are led by NAICS 541611, Administrative Management and General Management Consulting Services, at $1.62 billion and 2,710 awards, making it the dominant service category. Secondary activity is spread across 541990, 541511, 541512, and 541211, showing a mix of management consulting, technical services, software-related work, systems design, and accounting-related services.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $703.60 million across 716 awards, then declined to $270.69 million in 2022 and remained lower in 2023 and 2024 at roughly $160.59 million and $155.99 million, respectively. Through 2025, obligations totaled $105.04 million across 144 awards, suggesting a sustained reduction from the 2021 high point rather than a return to peak levels.

How to interpret this page

This summary is based on FPDS award records matched to GUIDEHOUSE LLP using CAGE code 783T6 and UEI JG1JX6NL39U7 over the last 10 years. Totals, counts, and averages reflect obligated dollars in the provided analysis window; agency and NAICS rankings are ordered by total obligated value.

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 = '783T6'
        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
1900 STATE, DEPARTMENT OF 516,361,288.82 516.36 million 964
3600 VETERANS AFFAIRS, DEPARTMENT OF 456,088,117.91 456.09 million 139
7300 SMALL BUSINESS ADMINISTRATION 270,852,523.19 270.85 million 25
7529 NATIONAL INSTITUTES OF HEALTH 207,604,090.40 207.60 million 342
7001 OFFICE OF PROCUREMENT OPERATIONS 167,749,950.32 167.75 million 156
1549 FEDERAL BUREAU OF INVESTIGATION 128,948,009.08 128.95 million 160
7524 FOOD AND DRUG ADMINISTRATION 126,623,649.41 126.62 million 126
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 112,574,171.95 112.57 million 219
5700 DEPT OF THE AIR FORCE 98,196,359.67 98.20 million 96
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) 96,389,792.69 96.39 million 47

Insight

Over the last 10 years, GUIDEHOUSE LLP obligated $3.01 billion across 4,395 awards, with an average award value of $685,239. Funding is concentrated in a small number of agencies: the Department of State leads at $516.36 million across 964 awards, followed by the Department of Veterans Affairs at $456.09 million and the Small Business Administration at $270.85 million. The remaining top agencies are materially lower, indicating a broad but uneven distribution of obligations across civilian and defense customers.

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 = '783T6'
        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,619,536,920.81 1.62 billion 2,710
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 441,209,010.70 441.21 million 213
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 325,690,940.75 325.69 million 603
541512 COMPUTER SYSTEMS DESIGN SERVICES 322,493,314.25 322.49 million 281
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 225,440,929.58 225.44 million 345
541219 OTHER ACCOUNTING SERVICES 55,825,818.17 55.83 million 162
523930 INVESTMENT ADVICE 10,175,665.86 10.18 million 5
519190 ALL OTHER INFORMATION SERVICES 4,340,949.95 4.34 million 27
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 2,847,585.42 2.85 million 5
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 2,646,217.09 2.65 million 10

Insight

Over the last 10 years, GUIDEHOUSE LLP’s obligations are highly concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounts for $1.62 billion of the $3.01 billion total and 2,710 of 4,395 awards. The next largest categories are substantially smaller, with 541990 at $441.21 million, 541511 at $325.69 million, 541512 at $322.49 million, and 541211 at $225.44 million, indicating a broad but secondary spread across adjacent professional and IT service lines. Smaller obligations in accounting, investment advice, information services, and human resources consulting suggest diversification, but not at a level that changes the dominant concentration in management consulting.

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 = '783T6'
        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 105,044,470.66 105.04 million 144
2024 155,990,519.90 155.99 million 265
2023 160,586,788.35 160.59 million 254
2022 270,694,290.11 270.69 million 402
2021 703,604,847.33 703.60 million 716
2020 487,515,197.53 487.52 million 682
2019 336,970,708.40 336.97 million 648
2018 336,847,232.34 336.85 million 562
2017 377,685,954.08 377.69 million 541
2016 76,687,286.21 76.69 million 181

Insight

GUIDEHOUSE LLP’s obligations over the last 10 years total $3.01 billion across 4,395 awards, with an average award value of $685.2K. Funding is concentrated in 2021, when obligations peaked at $703.6 million and 716 awards, followed by a decline through 2022–2025 to $105.0 million and 144 awards in 2025. Outside that peak year, annual obligations were generally in the $76.7 million to $487.5 million range, indicating a multi-year but uneven award profile.

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.