Federal Contractor

HP ENTERPRISE SERVICES, LLC Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for HP ENTERPRISE SERVICES, LLC (CAGE 1U305, UEI MBSRAWAQ9559) covering the last 5 years of federal awards.

HP ENTERPRISE SERVICES, LLC recorded $5.38 billion in obligated federal spending across 3,136 award actions in the last 5 years, with an average action value of $1.72 million. The vendor’s activity is concentrated in computer systems design services and data processing support, led by the Federal Acquisition Service, the Department of the Air Force, and the Defense Health Agency.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year FPDS analysis window and may not include obligations outside that period or non-readable records.

CAGE Code
1U305
UEI
MBSRAWAQ9559
Total Obligated
5.38 billion
5,380,605,439.69
Award Actions
3,136
Average Action Value
1,715,754.28

About HP ENTERPRISE SERVICES, LLC federal contract activity

HP ENTERPRISE SERVICES, LLC (CAGE 1U305, UEI MBSRAWAQ9559) recorded $5.38 billion in obligated value across 3,136 FPDS awards over the last 5 years, for an average award value of $1.72 million. The award profile indicates a high-volume, multi-agency federal vendor with spending concentrated in IT and related services.

Agency mix and customer concentration

Obligations are led by the Federal Acquisition Service at $1.60 billion across 379 awards, making it the largest customer by dollars. The Department of the Air Force is the highest-volume awarder at 1,017 awards but at a lower dollar total of $625.76 million, while DHA, Education, and CMS add substantial but smaller shares of the portfolio. This mix shows a balance between large enterprise-wide contracting and a broader set of civilian and defense buyers.

Industry profile based on NAICS activity

The portfolio is dominated by NAICS 541512, Computer Systems Design Services, at $4.02 billion across 2,073 awards, indicating the core of the vendor’s work is systems integration and related IT services. Secondary activity appears in Data Processing, Hosting, and Related Services and Other Computer Related Services, with smaller but material obligations in Electronic Computer Manufacturing and Wired Telecommunications Carriers. The NAICS distribution is strongly concentrated in technology delivery and support.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $1.16 billion after $1.08 billion in 2023, then eased to $937.31 million in 2025. 2021 was also a high year at $1.25 billion, followed by a decline in 2022 to $954.41 million before the rebound in 2023-2024. Award counts track a similar pattern, with the highest volume in 2021 and 2024, suggesting periodic spikes in contracting activity rather than a steady linear trend.

How to interpret this page

This summary is based on FPDS awards associated with CAGE 1U305 and UEI MBSRAWAQ9559 over the last 5 years. Obligations, award counts, agency shares, NAICS concentration, and annual trend values are derived from the provided analysis window and reflect reported FPDS records only. Amounts are presented as obligated dollars and may include multiple award actions tied to the same vendor.

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 = '1U305'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
4732 FEDERAL ACQUISITION SERVICE 1,599,512,799.14 1.60 billion 379
5700 DEPT OF THE AIR FORCE 625,760,295.98 625.76 million 1,017
97DH DEFENSE HEALTH AGENCY (DHA) 449,806,683.16 449.81 million 83
9100 EDUCATION, DEPARTMENT OF 351,705,891.43 351.71 million 104
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 266,276,047.42 266.28 million 104
7524 FOOD AND DRUG ADMINISTRATION 245,595,948.28 245.60 million 28
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 224,465,160.98 224.47 million 56
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 213,882,296.91 213.88 million 78
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 206,386,884.59 206.39 million 39
3600 VETERANS AFFAIRS, DEPARTMENT OF 204,779,306.33 204.78 million 134

Insight

Over the last 5 years, HP ENTERPRISE SERVICES, LLC received 5.38 billion across 3,136 awards, with obligation concentrated in a small set of agencies. The Federal Acquisition Service is the largest customer at 1.60 billion, or about 30% of total obligations, followed by the Department of the Air Force at 625.76 million; together these two agencies account for roughly 41% of total obligated dollars. The remaining top agencies are individually below 450 million, indicating a broad but lower-volume distribution outside the primary contracting relationships.

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 = '1U305'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 4,021,281,366.82 4.02 billion 2,073
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 674,244,372.98 674.24 million 513
541519 OTHER COMPUTER RELATED SERVICES 397,115,286.12 397.12 million 277
334111 ELECTRONIC COMPUTER MANUFACTURING 169,633,694.73 169.63 million 23
517110 WIRED TELECOMMUNICATIONS CARRIERS 145,121,252.93 145.12 million 78
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 7,149,223.35 7.15 million 83
519190 ALL OTHER INFORMATION SERVICES 372,565.70 372.57 thousand 1
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 0.00 0.00 1
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -709,296.20 -709.30 thousand 3
541513 COMPUTER FACILITIES MANAGEMENT SERVICES -33,603,026.74 -33.60 million 84

Insight

HP ENTERPRISE SERVICES, LLC’s obligations over the last 5 years are highly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $4.02 billion across 2,073 awards, or about 75% of total obligated value. The next largest categories are 518210, Data Processing, Hosting, and Related Services ($674.24 million; 513 awards) and 541519, Other Computer Related Services ($397.12 million; 277 awards), indicating a strong software, systems, and hosting services profile. Smaller obligations are spread across several adjacent IT and telecom NAICS, while negative obligations in 541513 and 541712 indicate prior deobligations or adjustments within the 5-year period.

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 = '1U305'
        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 937,306,498.40 937.31 million 486
2024 1,160,644,652.84 1.16 billion 661
2023 1,078,530,289.61 1.08 billion 606
2022 954,408,051.79 954.41 million 653
2021 1,249,715,947.05 1.25 billion 730

Insight

HP ENTERPRISE SERVICES, LLC (CAGE 1U305) obligated $5.38 billion across 3,136 awards over the last 5 years, with an average award value of $1.72 million. Annual obligations were highest in 2021 at $1.25 billion on 730 awards, then declined in 2022 to $954.41 million before rising in 2023 and 2024 to $1.08 billion and $1.16 billion, respectively. FY 2025 obligations through the current period total $937.31 million across 486 awards, indicating a lower year-to-date level relative to prior full-year totals.

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