Federal Agency

FEDERAL RAILROAD ADMINISTRATION Federal Contract Obligations (Last Year)

Federal Railroad Administration procurement data for the last full year shows 542 award actions totaling $67.22 million in obligations.

The Federal Railroad Administration (Agency ID 6930) recorded 542 award actions and $67.22 million in total obligations during the last full year. Spending was led by engineering, research and development, and computer-related services, with ENSCO Inc, Kimley-Horn and Associates, Inc., and ENSCO, Inc. among the top vendors by obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS award activity for the last full year and reflects obligations, action counts, and vendor and NAICS concentration from the provided data.

Agency ID
6930
Total Obligated
67.22 million
67,223,996.86
Award Actions
542
Average Action Value
124,029.51

About FEDERAL RAILROAD ADMINISTRATION federal contract activity

During the last full year, the FEDERAL RAILROAD ADMINISTRATION obligated $67.22 million across 542 awards, with an average award value of $124,029.51. The profile reflects a moderately dispersed procurement base, with spending concentrated in a limited number of engineering, research, and technical support requirements.

Vendor concentration and leading contractors

ENSCO INC was the largest vendor by obligated dollars at $18.87 million across 10 awards, followed by KIMLEY-HORN AND ASSOCIATES, INC. at $13.58 million in a single award. ENSCO, INC. appears as a separate vendor record with $11.15 million across 60 awards, indicating repeated spending across multiple actions, while STRONGBRIDGE LLC and BOOZ ALLEN HAMILTON INC. rounded out the top five.

Industry profile based on NAICS activity

The largest NAICS category was 541330 Engineering Services at $33.32 million across 78 awards, accounting for the dominant share of obligations. Other major categories included 541715 Research and Development in the Physical, Engineering, and Life Sciences at $13.75 million across 160 awards, 541511 Custom Computer Programming Services at $8.71 million, and 541611 Administrative Management and General Management Consulting Services at $7.03 million. This mix indicates a procurement portfolio centered on engineering, applied research, and technical consulting services.

Annual contract trend over the analysis window

Annual activity for 2025 totaled $67.22 million across 542 awards. With only one year in the analysis window, the trend view captures the overall annual procurement volume rather than year-over-year change.

How to interpret this page

This summary uses FPDS-obligated dollars for the FEDERAL RAILROAD ADMINISTRATION (Agency ID 6930) over the last full year. Vendor and NAICS rankings are based on total obligated amount, and award counts reflect the number of reported awards in the dataset. Names and categories are presented as recorded in FPDS without normalization beyond the supplied labels.

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 = '6930'
        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
ENSCO INC 18,869,131.12 18.87 million 10
KIMLEY-HORN AND ASSOCIATES, INC. 13,579,070.00 13.58 million 1
ENSCO, INC. 11,152,167.77 11.15 million 60
STRONGBRIDGE LLC 7,065,313.58 7.07 million 8
BOOZ ALLEN HAMILTON INC. 4,236,259.89 4.24 million 21
ATKINSREALIS USA INC 3,861,825.00 3.86 million 5
TETRA TECH RAILAI INC 3,003,092.00 3.00 million 2
SPATIAL FRONT INCORPORATED 1,648,320.00 1.65 million 3
RIOS PARTNERS, LLC 1,499,944.95 1.50 million 1
CLASON POINT PARTNERS INC. 930,000.00 930.00 thousand 2

Insight

Over the last full year, the Federal Railroad Administration obligated $67.22 million across 542 awards, with an average award value of $124.0 thousand. Obligations are moderately concentrated among a small set of vendors: the top 10 vendors account for about $56.74 million, or roughly 84% of total obligations. ENSCO appears twice in the ranking under closely related names and together represents about $30.02 million across 70 awards, indicating a material share of agency spending is concentrated with that vendor family. Beyond the leading firms, obligations drop to the low single-digit millions, suggesting a steep spending decline after the top few contractors.

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 = '6930'
        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
541330 ENGINEERING SERVICES 33,323,652.84 33.32 million 78
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 13,751,243.08 13.75 million 160
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 8,713,633.58 8.71 million 12
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 7,030,433.03 7.03 million 82
541519 OTHER COMPUTER RELATED SERVICES 1,296,577.06 1.30 million 34
561110 OFFICE ADMINISTRATIVE SERVICES 930,000.00 930.00 thousand 2
541512 COMPUTER SYSTEMS DESIGN SERVICES 775,026.01 775.03 thousand 5
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 725,013.12 725.01 thousand 4
541380 TESTING LABORATORIES AND SERVICES 714,389.50 714.39 thousand 4
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 687,908.15 687.91 thousand 4

Insight

For the last full year, Federal Railroad Administration obligations totaled $67.22 million across 542 awards, with procurement activity concentrated in engineering and technical support services. NAICS 541330 Engineering Services led with $33.32 million, about half of total obligated dollars, followed by NAICS 541715 R&D in physical, engineering, and life sciences at $13.75 million. The remaining top NAICS categories were more dispersed, with smaller dollar values across computer programming, management consulting, and related IT and support services, indicating a broad but technical service-oriented procurement profile.

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 = '6930'
        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 67,223,996.86 67.22 million 542

Insight

For the last full year, the Federal Railroad Administration obligated $67.22 million across 542 awards, yielding an average award value of $124,029.51. The obligation total and award count indicate a moderately distributed award profile rather than reliance on a small number of very large actions. With only one year provided, this view establishes the current annual baseline but does not support a multi-year trend assessment.

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.