Federal Agency

HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF Federal Contract Obligations (Last Year)

Last full year FPDS data for the Housing and Urban Development, Department of shows -$1.23 billion in obligated awards across 1,556 actions, with contracting concentrated in mortgage, credit intermediation, and IT services.

The Housing and Urban Development, Department of recorded -$1,234,487,516.85 in total obligations over 1,556 award actions, for an average action value of -$793,372.44. Leading vendors included CARRINGTON MORTGAGE SERVICES LLC, SALIENT CRGT INC, and COMPU-LINK CORP, while top NAICS categories included investment banking and securities intermediation, custom computer programming services, and other credit intermediation activities.

Generated at 03/21/2026

Analysis period: Last full year

Values reflect the last full year and are based on FPDS award action records for Agency ID 8600.

Agency ID
8600
Total Obligated
-1.23 billion
-1,234,487,516.85
Award Actions
1,556
Average Action Value
-793,372.44

About HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF federal contract activity

In the last full year, the Department of Housing and Urban Development recorded -$1.23 billion in net obligations across 1,556 awards, for an average award value of -$793,372.44. The negative total indicates net deobligations or downward adjustments exceeded new obligations during the period, so the volume of awards should be read alongside the sign of the funding flow.

Vendor concentration and leading contractors

Obligations were concentrated among a small set of vendors, led by CARRINGTON MORTGAGE SERVICES LLC at $224.46 million across 8 awards. SALIENT CRGT INC, COMPU-LINK CORP, MICROTECHNOLOGIES LLC, and PERSPECTA ENTERPRISE SOLUTIONS LLC also ranked among the top recipients, indicating a mix of mortgage-related and IT/service providers.

Industry profile based on NAICS activity

The largest obligations fell under NAICS 523150, Investment Banking and Securities Intermediation, at $230.94 million across 11 awards, followed by custom software and infrastructure-related IT categories. NAICS 541511, 522390, 518210, and 541512 together show a spending profile that blends credit/intermediation activity with substantial technology and systems support.

Annual contract trend over the analysis window

The annual trend table shows a single reported year, 2025, with -$1.23 billion in net obligations across 1,556 awards. Because only one year is visible in the provided window, the data support a snapshot of annual activity rather than a multi-year trend comparison.

How to interpret this page

This summary is based on FPDS Query records for agency ID 8600 over the last full year. Totals reflect obligated amounts as provided, including negative values where the underlying transactions reduced net obligations, and vendor/NAICS rankings are based on cumulative obligated dollars within the period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '8600'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
CARRINGTON MORTGAGE SERVICES LLC 224,463,970.66 224.46 million 8
SALIENT CRGT INC 67,196,487.23 67.20 million 10
COMPU-LINK CORP 40,860,618.21 40.86 million 6
MICROTECHNOLOGIES LLC 36,523,065.70 36.52 million 11
PERSPECTA ENTERPRISE SOLUTIONS LLC 35,179,793.87 35.18 million 8
J G M PROPERTY GROUP, INC. 27,773,917.24 27.77 million 6
ERNST & YOUNG LLP 24,632,484.15 24.63 million 44
LEUMAS RESIDENTIAL LLC 21,947,301.03 21.95 million 113
SP TECHNOLOGIES, LLC 21,634,329.22 21.63 million 7
CAPITOL MANAGEMENT CONSULTING SERVICES, INC 21,289,843.60 21.29 million 5

Insight

For HUD over the last full year, obligations totaled -$1.23 billion across 1,556 awards, indicating a net deobligation position with a relatively high award volume. Top vendor obligations are concentrated in a small set of vendors, led by CARRINGTON MORTGAGE SERVICES LLC at $224.46 million, followed by SALIENT CRGT INC at $67.20 million and COMPU-LINK CORP at $40.86 million. Several vendors have high award counts but lower obligated totals, including LEUMAS RESIDENTIAL LLC with 113 awards and ERNST & YOUNG LLP with 44 awards, suggesting a mixed distribution of large-value and high-frequency activity.

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__purchaserInformation__contractingOfficeAgencyID = '8600'
        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
523150 INVESTMENT BANKING AND SECURITIES INTERMEDIATION 230,944,440.87 230.94 million 11
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 108,729,001.84 108.73 million 84
522390 OTHER ACTIVITIES RELATED TO CREDIT INTERMEDIATION 78,195,975.73 78.20 million 21
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 56,111,883.39 56.11 million 38
541512 COMPUTER SYSTEMS DESIGN SERVICES 53,811,189.50 53.81 million 69
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 52,690,509.05 52.69 million 267
541519 OTHER COMPUTER RELATED SERVICES 52,186,071.71 52.19 million 71
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 35,097,820.62 35.10 million 67
334111 ELECTRONIC COMPUTER MANUFACTURING 26,853,892.38 26.85 million 19
517110 WIRED TELECOMMUNICATIONS CARRIERS 17,928,929.25 17.93 million 24

Insight

For HUD over the last full year, obligations were net negative at -$1.23 billion across 1,556 awards, indicating that deobligations materially outweighed new obligations in the period. The top NAICS lines are concentrated in financial and IT-related services, led by Investment Banking and Securities Intermediation at $230.94 million on 11 awards, followed by Custom Computer Programming Services at $108.73 million on 84 awards and Other Activities Related to Credit Intermediation at $78.20 million on 21 awards. Lower-ranked NAICS entries are more broadly distributed, with higher award counts in consulting and systems-related categories but materially smaller obligation totals, suggesting a mix of a few high-dollar financial transactions and a larger number of recurring service awards.

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__purchaserInformation__contractingOfficeAgencyID = '8600'
        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 -1,234,487,516.85 -1.23 billion 1,556

Insight

In the last full year, HUD recorded net obligations of -$1.23 billion across 1,556 awards, indicating a negative funding balance for the period. The average award value was -$793,372.44, suggesting the overall result was driven by a relatively broad distribution of awards rather than a small number of transactions alone. With only one year in the 1-year window, this view establishes the current annual funding level but does not support year-over-year trend comparison.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.