Federal Agency

NATIONAL PARK SERVICE Federal Contract Obligations (Last Year)

Last full year Federal procurement profile for the National Park Service (Agency ID 1443), showing 1.52 billion obligated across 8,040 award actions.

The National Park Service obligated 1,522,815,496.63 across 8,040 award actions in the last full year, with an average action value of 189,404.91. Spending was concentrated in construction and engineering work, led by commercial and institutional building construction, other heavy and civil engineering construction, and water and sewer line construction.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year analysis window and are based on obligated amounts, award counts, and the top vendors and NAICS categories shown.

Agency ID
1443
Total Obligated
1.52 billion
1,522,815,496.63
Award Actions
8,040
Average Action Value
189,404.91

About NATIONAL PARK SERVICE federal contract activity

In the last full year, the NATIONAL PARK SERVICE (Agency ID 1443) obligated $1.52 billion across 8,040 awards, for an average award value of $189,404.91. The award profile indicates a large volume of comparatively smaller actions, consistent with a portfolio that mixes routine services, construction, and project delivery support.

Vendor concentration and leading contractors

KIEWIT INFRASTRUCTURE WEST CO. was the largest vendor by obligated value at $217.24 million, but this total came from only 2 awards, indicating a small number of high-value actions. The remaining top vendors—TERRA SITE CONSTRUCTORS LLC, RECORD STEEL AND CONSTRUCTION, INC., STRONGHOLD ENGINEERING INC, and PERINI MANAGEMENT SERVICES, INC.—each received materially lower totals, with award counts ranging from 3 to 26, reflecting a concentration of spending among a small set of construction and infrastructure contractors.

Industry profile based on NAICS activity

Obligations were concentrated in construction-related NAICS codes, led by 236220 Commercial and Institutional Building Construction at $454.54 million across 730 awards and 237990 Other Heavy and Civil Engineering Construction at $318.41 million across 113 awards. Additional spending flowed to 237110 Water and Sewer Line and Related Structures Construction, 541330 Engineering Services, and 237310 Highway, Street, and Bridge Construction, confirming a portfolio centered on facility, utility, and civil works.

Annual contract trend over the analysis window

The annual trend shows all reported obligations in 2025, totaling $1.52 billion across 8,040 awards. With only one year in the analysis window, the data support a snapshot of current activity rather than a multi-year trend assessment.

How to interpret this page

This page summarizes FPDS obligations for the NATIONAL PARK SERVICE using the specified last full year analysis window. Vendor and NAICS sections rank records by total obligated value, and the annual trend reflects the same obligation data aggregated by fiscal year. All figures are reported as provided in the source dataset and are not adjusted for inflation or other normalization.

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 = '1443'
        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
KIEWIT INFRASTRUCTURE WEST CO. 217,243,435.00 217.24 million 2
TERRA SITE CONSTRUCTORS LLC 58,472,597.44 58.47 million 26
RECORD STEEL AND CONSTRUCTION, INC. 45,502,249.00 45.50 million 6
STRONGHOLD ENGINEERING INC 43,645,664.00 43.65 million 13
PERINI MANAGEMENT SERVICES, INC. 41,893,123.00 41.89 million 3
MEDVOLT - ROUNDHOUSE JV 34,316,195.00 34.32 million 2
GUARDIAN CONSTRUCTION, INC. 26,300,693.74 26.30 million 15
PULLMAN SST, INC. 25,946,270.89 25.95 million 6
PAULSEN CONSTRUCTION, LLC 21,122,038.00 21.12 million 8
SNC TALLIMAT, LLC 19,831,699.00 19.83 million 4

Insight

Over the last full year, NATIONAL PARK SERVICE obligated $1.52 billion across 8,040 awards, with an average award value of $189,404.91. Top vendor obligations are moderately concentrated in a small set of construction firms and joint ventures, led by KIEWIT INFRASTRUCTURE WEST CO. at $217.24 million across 2 awards; the next nine vendors each received between $19.83 million and $58.47 million. Several of the largest vendors have relatively few awards, indicating that a limited number of high-dollar actions account for a disproportionate share of obligated funding in this segment.

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 = '1443'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 454,537,494.84 454.54 million 730
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 318,414,965.56 318.41 million 113
237110 WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION 126,751,257.05 126.75 million 167
541330 ENGINEERING SERVICES 71,479,007.18 71.48 million 692
237310 HIGHWAY, STREET, AND BRIDGE CONSTRUCTION 58,696,271.21 58.70 million 109
541310 ARCHITECTURAL SERVICES 39,130,865.29 39.13 million 442
236116 NEW MULTIFAMILY HOUSING CONSTRUCTION (EXCEPT FOR-SALE BUILDERS) 29,700,580.49 29.70 million 13
561612 SECURITY GUARDS AND PATROL SERVICES 17,919,526.85 17.92 million 62
561730 LANDSCAPING SERVICES 16,916,486.07 16.92 million 201
541519 OTHER COMPUTER RELATED SERVICES 16,479,519.53 16.48 million 108

Insight

National Park Service obligated $1.52 billion across 8,040 awards in the last full year, with spend concentrated in construction-related NAICS codes. NAICS 236220, Commercial and Institutional Building Construction, led all categories at $454.54 million, followed by NAICS 237990, Other Heavy and Civil Engineering Construction, at $318.41 million and NAICS 237110, Water and Sewer Line and Related Structures Construction, at $126.75 million. These three codes alone accounted for more than half of total obligated dollars, indicating a strong concentration in facility, infrastructure, and utility construction activities, while services categories such as engineering, architectural, security, landscaping, and computer-related support were distributed across a larger number of smaller awards.

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 = '1443'
        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 1,522,815,496.63 1.52 billion 8,040

Insight

During the last full year, the National Park Service obligated $1.52 billion across 8,040 awards, for an average award value of $189,404.91. With only one year in the analysis window, no year-over-year trend can be assessed; the available data instead indicates the current annual obligation volume and award distribution for the period. The relatively high award count with a moderate average value suggests obligations are spread across a large number of actions rather than concentrated in a small number of large awards.

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.