Federal Agency

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

Analyst summary of FY2021-FY2025 federal procurement activity for the Housing and Urban Development, Department of (Agency ID 8600).

Over the last 5 years, the Housing and Urban Development, Department of recorded 8,072 award actions with total obligations of $2.17 billion and an average action value of $268,659.10. Procurement was concentrated in mortgage, credit intermediation, IT services, and management consulting, with CARRINGTON MORTGAGE SERVICES LLC as the largest vendor by obligated dollars.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual totals include a negative obligation in 2025, so trend values may reflect deobligations, corrections, or closeout activity rather than new spending only.

Agency ID
8600
Total Obligated
2.17 billion
2,168,616,262.86
Award Actions
8,072
Average Action Value
268,659.10

About HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF federal contract activity

Over the last 5 years, the Housing and Urban Development, Department of recorded 8,072 awards totaling $2.17 billion, with an average award value of $268,659.10. Obligations are concentrated in a relatively small set of high-dollar awards alongside a much larger count of lower-value actions, indicating a mixed portfolio of financial, IT, and advisory procurement activity.

Vendor concentration and leading contractors

CARRINGTON MORTGAGE SERVICES LLC is the clear outlier, with $981.98 million across 18 awards, accounting for a substantial share of total obligations. The remaining top vendors—PERSPECTA ENTERPRISE SOLUTIONS LLC, COMPU-LINK CORP, 24 ASSET MANAGEMENT CORP, and INFORMATION SYSTEMS AND NETWORKS CORPORATION—each range from $147.33 million to $199.64 million, with award counts between 20 and 34, reflecting a mix of administration, servicing, and systems support.

Industry profile based on NAICS activity

The largest obligation by NAICS is 523150, Investment Banking and Securities Intermediation, at $1.05 billion across 27 awards, followed by 522390, Other Activities Related to Credit Intermediation, at $440.82 million across 108 awards. Lower but still material spending appears in 541519, 541611, and 518210, which together show a broader concentration in computer-related services, management consulting, and data-processing infrastructure.

Annual contract trend over the analysis window

Annual obligations increased from $589.01 million in 2021 to $794.50 million in 2022 and $965.88 million in 2023, then reached $1.05 billion in 2024. The 2025 figure is negative at -$1.23 billion, which indicates that the latest year likely reflects deobligations, adjustments, or reversals rather than net new spending and should be interpreted with caution.

How to interpret this page

This summary is based on FPDS obligations for Agency ID 8600 over the last 5 years, using the provided award counts, vendor totals, NAICS totals, and annual obligation values. Values are reported as supplied, and the negative 2025 amount is preserved as an observed data point without reinterpretation.

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 5 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 981,984,466.11 981.98 million 18
PERSPECTA ENTERPRISE SOLUTIONS LLC 199,635,347.22 199.64 million 32
COMPU-LINK CORP 166,829,043.54 166.83 million 20
24 ASSET MANAGEMENT CORP 150,141,128.00 150.14 million 31
INFORMATION SYSTEMS AND NETWORKS CORPORATION 147,328,731.15 147.33 million 34
LEIDOS, INC. 141,271,551.00 141.27 million 83
ERNST & YOUNG LLP 126,108,692.23 126.11 million 116
MICROTECHNOLOGIES LLC 99,634,557.14 99.63 million 24
SALIENT CRGT INC 93,709,788.76 93.71 million 13
MINBURN TECHNOLOGY GROUP, LLC 82,397,135.68 82.40 million 21

Insight

Over the last 5 years, HUD obligated $2.17 billion across 8,072 awards, with the top 10 vendors accounting for a substantial share of spending. CARRINGTON MORTGAGE SERVICES LLC is the largest recipient at $981.98 million across 18 awards, well above every other vendor and indicating a highly concentrated spend profile at the top. The remaining leading vendors each range from $82.40 million to $199.64 million and generally receive more awards, suggesting a broader distribution of obligations among multiple service providers rather than reliance on a single high-volume contractor.

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 5 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 1,050,339,743.92 1.05 billion 27
522390 OTHER ACTIVITIES RELATED TO CREDIT INTERMEDIATION 440,824,686.05 440.82 million 108
541519 OTHER COMPUTER RELATED SERVICES 386,961,080.28 386.96 million 394
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 324,412,219.40 324.41 million 1,336
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 307,341,143.56 307.34 million 143
541512 COMPUTER SYSTEMS DESIGN SERVICES 244,251,713.57 244.25 million 427
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 239,736,466.58 239.74 million 286
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 198,553,506.00 198.55 million 252
517110 WIRED TELECOMMUNICATIONS CARRIERS 101,632,481.09 101.63 million 81
531390 OTHER ACTIVITIES RELATED TO REAL ESTATE 74,146,836.64 74.15 million 452

Insight

Over the last 5 years, HUD’s obligations were concentrated in a small number of NAICS codes, led by 523150, Investment Banking and Securities Intermediation, at $1.05 billion across 27 awards, accounting for roughly half of the agency’s $2.17 billion total obligated. The next largest categories were 522390 and a cluster of IT and management services NAICS codes, indicating a strong emphasis on financial intermediation and information technology support. Award activity was more distributed than dollars, with 8,072 total awards and several high-award-count categories such as 541611 and 531390 receiving comparatively lower obligation totals.

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 5 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
2024 1,053,710,319.10 1.05 billion 1,623
2023 965,880,415.16 965.88 million 1,569
2022 794,501,075.24 794.50 million 1,251
2021 589,011,970.21 589.01 million 2,073

Insight

Over the last 5 years, HUD recorded 8,072 awards totaling $2.17 billion, with obligations concentrated in 2024 and 2023 at $1.05 billion and $965.88 million, respectively. Annual obligations increased from $589.01 million in 2021 to $794.50 million in 2022 and remained elevated in 2023 and 2024 before turning negative in 2025, indicating a reversal in net obligated value for the most recent year. Award volume was relatively stable from 2022 through 2025 at roughly 1,250 to 1,620 awards per year, after a higher count in 2021 (2,073), suggesting the overall funding trend is driven more by obligation value than by award count.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.