NAICS Industry

NAICS 115310 Federal Contract Obligations (Last Year)

Federal procurement for NAICS 115310, Support Activities for Forestry, totaled $1.00 billion across 11,839 award actions in the last full year.

Most obligations under NAICS 115310 were issued by the Forest Service, which accounted for $806.91 million and 10,541 awards. Other significant buyers included Departmental Offices, the Bureau of Land Management, and the U.S. Fish and Wildlife Service, while leading vendors included Grayback Forestry, Inc. and Patrick Environmental Inc.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable obligation data and includes the total obligated, award count, average action value, agency rankings, vendor rankings, and annual trend.

NAICS Code
115310
Industry
SUPPORT ACTIVITIES FOR FORESTRY
Total Obligated
1.00 billion
1,003,025,016.38
Award Actions
11,839
Average Action Value
84,722.10

About NAICS 115310 federal contract activity

NAICS 115310, Support Activities for Forestry, recorded $1.00 billion in obligated value across 11,839 awards in the last full year, for an average award value of $84,722.10. The activity level indicates a high-volume procurement market with spending spread across a large number of relatively small awards, consistent with field services and operational support work tied to forestry management.

Agency demand and leading federal buyers

The Forest Service dominated obligations in this NAICS, accounting for $806.91 million across 10,541 awards, or the clear majority of spending in the category. Departmental Offices, the Bureau of Land Management, the U.S. Fish and Wildlife Service, and the Department of the Army were the next-largest buyers, but each represented a materially smaller share of total obligations.

Vendor concentration and leading contractors

Vendor concentration was led by GRAYBACK FORESTRY, INC., which received $25.93 million across 245 awards, indicating both recurring work and a broad task distribution. Other top vendors included SIEGMUND EXCAVATION & CONSTRUCTION, INC., PATRICK ENVIRONMENTAL INC, FIRESTORM WILDLAND FIRE SUPPRESSION, INC., and BRINK BROTHERS INC., showing a mix of forestry support, excavation, environmental, and wildfire response contractors.

Annual contract trend over the analysis window

The annual trend shows $1.01 billion in obligations and 11,974 awards in 2025, which is broadly aligned with the last full year overview. That level suggests stable demand rather than a sharp swing in procurement volume, with award counts remaining high relative to average contract size.

How to interpret this page

This summary is based on FPDS Query obligations associated with NAICS code 115310 for the stated analysis window of the last full year. Totals reflect obligated dollars and award counts as reported in the dataset; no adjustments were made beyond using the provided aggregates and rankings.

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__productOrServiceInformation__principalNAICSCode = '115310'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
12C2 FOREST SERVICE 806,909,614.80 806.91 million 10,541
1406 DEPARTMENTAL OFFICES 117,902,025.75 117.90 million 329
1422 BUREAU OF LAND MANAGEMENT 56,773,388.26 56.77 million 698
1448 U.S. FISH AND WILDLIFE SERVICE 14,125,057.09 14.13 million 225
2100 DEPT OF THE ARMY 10,191,990.73 10.19 million 89
1443 NATIONAL PARK SERVICE 3,686,743.12 3.69 million 31
1700 DEPT OF THE NAVY 1,345,002.05 1.35 million 22
1450 BUREAU OF INDIAN AFFAIRS 1,143,765.45 1.14 million 10
1425 BUREAU OF RECLAMATION 1,050,188.50 1.05 million 11
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 682,529.98 682.53 thousand 6

Insight

Obligations for NAICS 115310 are highly concentrated in the Forest Service, which accounts for $806.91 million of the $1.00 billion obligated in the last full year, or roughly 80% of total spend, across 10,541 awards. Departmental Offices and the Bureau of Land Management are the next largest buyers at $117.90 million and $56.77 million, respectively, but each is far below the Forest Service’s volume. The remaining agencies each obligated less than $15 million, indicating a long tail of relatively small activity outside the top three agencies.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '115310'
        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 CAGE Code Total Obligated Readable Award Actions
GRAYBACK FORESTRY, INC. 3EGR3 25,932,215.30 25.93 million 245
SIEGMUND EXCAVATION & CONSTRUCTION, INC. 3EQL9 23,338,727.57 23.34 million 6
PATRICK ENVIRONMENTAL INC 3GMY5 23,036,986.27 23.04 million 185
FIRESTORM WILDLAND FIRE SUPPRESSION, INC. 3FQ00 16,849,476.82 16.85 million 130
BRINK BROTHERS INC. 55UW3 16,086,461.63 16.09 million 24
WESTERN PILOT SERVICE INC 3DXH1 14,163,285.34 14.16 million 34
HENRY'S AERIAL SERVICE, INC. 34LS1 12,558,071.85 12.56 million 18
ALPINE SERVICES LLC 991E1 12,240,576.20 12.24 million 64
PACIFIC OASIS, INC. 3DZS2 11,402,588.21 11.40 million 79
CO FIRE AVIATION, INC. 7LCQ8 10,818,719.78 10.82 million 17

Insight

Over the last full year, NAICS 115310 obligated $1.00 billion across 11,839 awards, with an average award value of $84,722, indicating a high-volume, low-dollar award profile. The top 10 vendors account for relatively modest individual shares of total obligations, with the largest, GRAYBACK FORESTRY, INC., at $25.93 million across 245 awards and the next highest vendor at $23.34 million across 6 awards. Award activity is distributed across a mix of vendors with both high transaction counts and comparatively few larger awards, suggesting no single vendor dominates the category.

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__productOrServiceInformation__principalNAICSCode = '115310'
        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,014,523,901.02 1.01 billion 11,974

Insight

For the last full year, NAICS 115310 (Support Activities for Forestry) recorded $1.01 billion in obligated awards across 11,974 actions, with an average award value of $84,722. The workload is highly distributed across a large number of relatively small obligations, indicating broad procurement activity rather than concentration in a few large awards. Total obligated amount and award count are closely aligned at this level, suggesting stable annual activity within this NAICS.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.