Federal Agency

PIPELINE AND HAZARDOUS MATERIALS SAFETY ADMINISTRATION Federal Contract Obligations (Last 5 Years)

Federal procurement activity for the Pipeline and Hazardous Materials Safety Administration (Agency ID 6957) over the last five years, covering 1,511 award actions and $231.78 million obligated.

This page summarizes Pipeline and Hazardous Materials Safety Administration contracting over the last five years, including total obligations, annual award volume, leading vendors, and the most common NAICS categories. The profile is weighted toward IT, management consulting, and administrative support services, with annual obligations ranging from $39.46 million to $52.39 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the provided analysis window and include readable and exact obligation totals, award counts, and top vendors and NAICS codes from the supplied data.

Agency ID
6957
Total Obligated
231.78 million
231,775,323.76
Award Actions
1,511
Average Action Value
153,392.00

About PIPELINE AND HAZARDOUS MATERIALS SAFETY ADMINISTRATION federal contract activity

Over the last 5 years, the Pipeline and Hazardous Materials Safety Administration obligated 231.78 million across 1,511 awards, with an average award value of 153,392. The procurement profile is moderate in volume but concentrated in a relatively small set of service-intensive actions, indicating recurring support needs rather than broad commodity buying.

Vendor concentration and leading contractors

Spending is led by a mix of IT and professional services vendors, with COLLABRALINK TECHNOLOGIES, INCORPORATED at 19.09 million across 8 awards and HALVIK CORP at 18.04 million across 21 awards. SOLVE TECHNOLOGIES, L.L.C., GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., and GUIDENT TECHNOLOGIES INC round out the top five, reinforcing a vendor base centered on systems support, software, and technical services rather than hardware procurement.

Industry profile based on NAICS activity

The largest obligations fall under NAICS 541511, Custom Computer Programming Services, at 65.05 million across 110 awards, making software development the dominant category. Other major categories include 541611, Administrative Management and General Management Consulting Services, at 37.18 million, and 541519, Other Computer Related Services, at 33.66 million, followed by 541512 and 561110. Taken together, the NAICS mix shows strong dependence on IT implementation, systems design, and management support services.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at 52.39 million across 373 awards, then declined to 48.19 million in 2024 and 39.46 million in 2025. The earlier years were also substantial, at 48.14 million in 2021 and 43.61 million in 2022, showing sustained but uneven spending over the period. Award counts moved in the same general direction as dollars, with 2023 representing the high point in both volume and obligation.

How to interpret this page

This summary is based on FPDS Query records for Agency ID 6957 over the last 5 years. Totals, award counts, and annual and category rollups reflect obligated dollars only and are limited to the data provided in the analysis window. Vendor and NAICS references are ranked by total obligated amount within that 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 = '6957'
        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
COLLABRALINK TECHNOLOGIES, INCORPORATED 19,092,958.48 19.09 million 8
HALVIK CORP 18,041,258.89 18.04 million 21
SOLVE TECHNOLOGIES, L.L.C. 15,722,015.50 15.72 million 27
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 13,529,134.14 13.53 million 39
GUIDENT TECHNOLOGIES INC 10,610,295.29 10.61 million 26
STRONGBRIDGE LLC 10,110,949.81 10.11 million 13
INFINISOURCE CONSULTING SOLUTIONS INC 9,297,007.40 9.30 million 30
CYCLA CORPORATION 9,092,036.17 9.09 million 26
PUYENPA SERVICES, LLC 8,520,520.42 8.52 million 20
IBEX IT BUSINESS EXPERTS LLC 8,384,988.06 8.38 million 25

Insight

Over the last 5 years, PHMSA obligated $231.78 million across 1,511 awards, with an average award value of $153,392. Top-vendor obligations are moderately concentrated: the ten vendors listed account for $124.38 million, or about 53.7% of total obligations. The largest vendor, COLLABRALINK TECHNOLOGIES, INCORPORATED, received $19.09 million across 8 awards, while the remaining top vendors show a mix of higher award counts and lower average obligation per vendor, indicating a distributed set of recurring service relationships rather than reliance on a single supplier.

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 = '6957'
        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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 65,048,854.29 65.05 million 110
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 37,183,819.35 37.18 million 270
541519 OTHER COMPUTER RELATED SERVICES 33,664,778.12 33.66 million 251
541512 COMPUTER SYSTEMS DESIGN SERVICES 22,676,003.73 22.68 million 29
561110 OFFICE ADMINISTRATIVE SERVICES 10,943,903.25 10.94 million 45
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 10,856,640.31 10.86 million 40
541330 ENGINEERING SERVICES 9,187,409.41 9.19 million 60
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 7,435,917.14 7.44 million 53
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 6,393,335.32 6.39 million 22
561499 ALL OTHER BUSINESS SUPPORT SERVICES 5,315,862.82 5.32 million 30

Insight

Over the last 5 years, PHMSA obligated $231.78 million across 1,511 awards, with spending concentrated in IT and management support NAICS. The top five NAICS account for $169.55 million, or about 73% of total obligations, led by 541511 Custom Computer Programming Services at $65.05 million and 110 awards. Award volume is more dispersed than dollars, with 541611 Administrative Management and General Management Consulting Services and 541519 Other Computer Related Services posting relatively high award counts but lower obligated amounts than 541511.

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 = '6957'
        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 39,458,061.89 39.46 million 271
2024 48,185,777.22 48.19 million 302
2023 52,389,111.28 52.39 million 373
2022 43,605,717.24 43.61 million 286
2021 48,136,656.13 48.14 million 279

Insight

Over the last 5 years, PHMSA obligated $231.78 million across 1,511 awards, averaging $153,392 per award. Annual obligations were relatively stable in the $43.61 million to $52.39 million range from 2021 through 2024, with a peak in 2023 at $52.39 million and the highest award count as well (373). In 2025, obligations declined to $39.46 million with 271 awards, indicating a lower level of procurement activity in the most recent year compared with prior years.

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.