Federal Agency

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

Federal procurement summary for the Pipeline and Hazardous Materials Safety Administration, covering obligations, awards, vendors, NAICS activity, and annual trends over the last 10 years.

Over the last 10 years, the Pipeline and Hazardous Materials Safety Administration has obligated $467.21 million across 3,180 award actions, with an average action value of $146,921.97. Spending is concentrated in IT and management support services, led by NAICS 541519, 541511, and 541611, and by vendors such as Cycla Corporation and General Dynamics Information Technology, Inc.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligation values from FPDS-style award action data for Agency ID 6957 within the stated 10-year analysis window.

Agency ID
6957
Total Obligated
467.21 million
467,211,866.65
Award Actions
3,180
Average Action Value
146,921.97

About PIPELINE AND HAZARDOUS MATERIALS SAFETY ADMINISTRATION federal contract activity

Over the last 10 years, the Pipeline and Hazardous Materials Safety Administration recorded 3,180 awards totaling $467.21 million, with an average award value of $146,921.97. Spending reflects a relatively high volume of smaller awards, consistent with a service- and support-heavy procurement profile.

Vendor concentration and leading contractors

CYCLA CORPORATION is the top recipient at $36.55 million across 54 awards, followed by GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at $33.95 million across 87 awards and GUIDENT TECHNOLOGIES INC at $27.27 million across 68 awards. The vendor mix also includes UNISPEC ENTERPRISES INC. with 121 awards totaling $24.99 million and COLLABRALINK TECHNOLOGIES, INCORPORATED with $19.09 million across 8 awards, indicating both recurring lower-dollar relationships and a smaller set of higher-value engagements.

Industry profile based on NAICS activity

Obligations are concentrated in information technology and management support categories. The largest NAICS code is 541519, Other Computer Related Services, at $88.97 million across 534 awards, followed by 541511 Custom Computer Programming Services at $84.51 million and 541611 Administrative Management and General Management Consulting Services at $63.20 million.

Annual contract trend over the analysis window

Annual obligations in the available recent years remained in a relatively narrow range, from $39.46 million in 2025 to a high of $52.39 million in 2023. Award counts ranged from 271 in 2025 to 373 in 2023, suggesting that year-to-year variation was driven more by award volume than by large shifts in average award size.

How to interpret this page

This summary uses FPDS award data for agency ID 6957 over the last 10 years and aggregates obligated dollars, award counts, vendor totals, NAICS totals, and annual trends from reported FPDS records. Values are presented as provided in the source dataset and rounded only where shown in readable form.

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 10 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
CYCLA CORPORATION 36,548,528.92 36.55 million 54
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 33,953,633.56 33.95 million 87
GUIDENT TECHNOLOGIES INC 27,267,708.64 27.27 million 68
UNISPEC ENTERPRISES INC. 24,987,840.81 24.99 million 121
COLLABRALINK TECHNOLOGIES, INCORPORATED 19,092,958.48 19.09 million 8
HALVIK CORP 18,207,182.33 18.21 million 30
SOLVE TECHNOLOGIES, L.L.C. 18,093,298.56 18.09 million 33
CATAPULT TECHNOLOGY LTD 16,428,255.94 16.43 million 26
MICHAEL BAKER JR., INC. 11,241,076.42 11.24 million 84
INFINISOURCE CONSULTING SOLUTIONS INC 10,852,991.23 10.85 million 34

Insight

Over the last 10 years, PHMSA obligated $467.21 million across 3,180 awards, with an average award value of $146,921.97. Top vendor obligations are moderately concentrated: the leading ten vendors account for about $217.0 million, or roughly 46.4% of total obligations, with CYCLA CORPORATION the largest recipient at $36.55 million. Award volume is more distributed than dollars, with UNISPEC ENTERPRISES INC. receiving 121 awards but less than half the dollars of CYCLA CORPORATION, indicating a mix of higher-value and more frequent, lower-value 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__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 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
541519 OTHER COMPUTER RELATED SERVICES 88,973,427.11 88.97 million 534
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 84,513,584.97 84.51 million 168
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 63,199,180.75 63.20 million 527
561110 OFFICE ADMINISTRATIVE SERVICES 38,916,087.64 38.92 million 171
541512 COMPUTER SYSTEMS DESIGN SERVICES 34,420,497.22 34.42 million 103
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 22,595,883.25 22.60 million 80
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 22,074,540.64 22.07 million 57
541330 ENGINEERING SERVICES 18,089,379.17 18.09 million 112
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 13,346,658.11 13.35 million 75
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 11,233,684.09 11.23 million 87

Insight

Over the last 10 years, PIPELINE AND HAZARDOUS MATERIALS SAFETY ADMINISTRATION obligated 467.21 million across 3,180 awards, with spending concentrated in a small set of service-oriented NAICS codes. The top two categories, Other Computer Related Services (541519) and Custom Computer Programming Services (541511), account for 173.49 million combined, or about 37 percent of total obligations, indicating a strong IT and systems-support profile. Broader professional, scientific, and technical services also represent a substantial share, including consulting, office support, systems design, engineering, and R&D, while award counts are more dispersed across categories than dollar value.

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 10 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
2020 48,242,743.56 48.24 million 330
2019 44,643,244.71 44.64 million 327
2018 54,992,358.97 54.99 million 389
2017 44,723,873.19 44.72 million 320
2016 42,834,322.46 42.83 million 303

Insight

Over the last 10 years, PHMSA obligated $467.21 million across 3,180 awards, averaging $146,921.97 per award. Annual obligations were relatively stable, generally ranging from $42.83 million to $54.99 million, with the highest level in 2018 and the lowest in 2016. Award counts followed a similar pattern, peaking at 389 in 2018 and declining to 271 in 2025, indicating moderate year-to-year variability without a sustained upward or downward trend.

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