NAICS Industry

NAICS 561730 Federal Contract Obligations (Last 5 Years)

FPDS procurement data for NAICS 561730, Landscaping Services, covering obligations, awards, agencies, vendors, and annual trends over the last 5 years.

Federal obligations under NAICS 561730 totaled 2.78 billion across 33,810 award actions in the last 5 years, with an average action value of 82,127.06. The largest activity came from the Department of the Army, Department of the Navy, Department of the Air Force, Department of Veterans Affairs, and the Department of State.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable FPDS obligations for the selected 5-year analysis window and may include multiple award actions per vendor or agency.

NAICS Code
561730
Industry
LANDSCAPING SERVICES
Total Obligated
2.78 billion
2,776,716,102.47
Award Actions
33,810
Average Action Value
82,127.06

About NAICS 561730 federal contract activity

NAICS 561730, Landscaping Services, recorded $2.78 billion in obligated funding across 33,810 awards over the last 5 years, with an average award value of $82,127.06. The volume of awards indicates a highly fragmented market with many small-to-midsize obligations rather than a few dominant transactions.

Agency demand and leading federal buyers

The Department of the Army led all agencies with $761.20 million across 9,050 awards, followed by the Department of the Navy at $505.03 million and the Department of the Air Force at $477.10 million. Veterans Affairs also represented a major buyer at $465.25 million, while the Department of State was the smallest of the top five at $153.18 million. These agencies together account for a large share of activity in this NAICS.

Vendor concentration and leading contractors

The vendor base is concentrated in a small set of large award recipients, but the award counts vary widely. AED STRATECON LLC led with $85.74 million on just 4 awards, while Coastal Enterprises of Jacksonville, Inc. and Pride Industries paired substantial obligations with higher award counts of 124 and 160, respectively. The spread suggests the category supports both a few large-value contracts and many recurring service awards.

Annual contract trend over the analysis window

Annual obligations remained above $500 million each year in the analysis window, peaking at $615.85 million in 2025 after a low of $501.12 million in 2021. Award counts were relatively stable, ranging from 6,542 to 7,125, which indicates steady procurement activity even as obligation levels fluctuated year to year. The pattern suggests sustained demand rather than a one-time surge.

How to interpret this page

This summary is based on FPDS obligations captured for NAICS 561730 over the last 5 years. Totals reflect obligated dollars and award counts within the selected analysis window, and agency and vendor rankings are derived from the same dataset. Results should be read as procurement activity under this NAICS classification, not as a measure of all landscaping spending in the market.

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 = '561730'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
2100 DEPT OF THE ARMY 761,202,522.81 761.20 million 9,050
1700 DEPT OF THE NAVY 505,032,784.49 505.03 million 2,299
5700 DEPT OF THE AIR FORCE 477,102,720.15 477.10 million 2,756
3600 VETERANS AFFAIRS, DEPARTMENT OF 465,252,915.10 465.25 million 6,585
1900 STATE, DEPARTMENT OF 153,176,618.22 153.18 million 1,789
1443 NATIONAL PARK SERVICE 99,064,348.34 99.06 million 1,265
4740 PUBLIC BUILDINGS SERVICE 25,901,180.03 25.90 million 605
6920 FEDERAL AVIATION ADMINISTRATION 25,048,200.97 25.05 million 1,753
12K3 ANIMAL AND PLANT HEALTH INSPECTION SERVICE 24,922,375.47 24.92 million 510
7008 U.S. COAST GUARD 24,479,424.69 24.48 million 726

Insight

Over the last 5 years, obligations in NAICS 561730 total $2.78 billion across 33,810 awards, with procurement concentrated among defense and large mission-support agencies. The Department of the Army leads at $761.20 million and 9,050 awards, followed by the Department of the Navy ($505.03 million) and the Department of the Air Force ($477.10 million), while the Department of Veterans Affairs is also a major buyer at $465.25 million across 6,585 awards. The top 10 agencies account for most reported obligations in this category, indicating a broad but heavily concentrated federal demand base for landscaping services.

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 = '561730'
        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 CAGE Code Total Obligated Readable Award Actions
AED STRATECON LLC 1VRR5 85,740,090.00 85.74 million 4
COASTAL ENTERPRISES OF JACKSONVILLE, INC. 8T532 68,871,807.25 68.87 million 124
PRIDE INDUSTRIES 0V1H4 64,379,012.76 64.38 million 160
PACIFIC FEDERAL MANAGEMENT, INC 7YNV8 57,089,587.47 57.09 million 141
HUNTSVILLE REHABILITATION FOUNDATION 6H262 49,643,318.10 49.64 million 83
BJD SERVICES, LLC 5TSL0 48,851,999.65 48.85 million 69
GREENLEAF SERVICES, INC. 3Z5F7 41,653,412.71 41.65 million 82
DSA, LLC 892F6 39,627,471.43 39.63 million 165
GOODWILL INDUSTRIES OF SAN ANTONIO CONTRACT SERVICES 6KK45 37,221,292.39 37.22 million 87
GENESIS 360 LLC 7GPY3 37,085,209.63 37.09 million 274

Insight

Over the last 5 years, NAICS 561730 obligated $2.78 billion across 33,810 awards, with an average award value of $82,127, indicating a large but fragmented vendor base. The top 10 vendors account for $568.51 million combined, or about 20.5% of total obligations, suggesting moderate concentration at the top of the market. AED STRATECON LLC is the largest vendor by obligated value at $85.74 million, but several other vendors show higher award counts, including GENESIS 360 LLC (274), DSA, LLC (165), and PRIDE INDUSTRIES (160), indicating that obligations are distributed across both high-dollar and high-transaction vendors.

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 = '561730'
        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 615,848,287.70 615.85 million 6,744
2024 546,432,955.13 546.43 million 6,618
2023 583,067,170.23 583.07 million 6,542
2022 530,249,878.11 530.25 million 6,781
2021 501,117,811.30 501.12 million 7,125

Insight

Over the last 5 years, NAICS 561730 (Landscaping Services) recorded 2.78 billion in obligations across 33,810 awards, with an average award value of 82,127.06. Annual obligations generally increased from 501.12 million in 2021 to 615.85 million in 2025, with a dip in 2022 and a modest decline in 2024 before reaching the period high in 2025. Award counts remained relatively stable in the 6,500 to 7,100 range, indicating a broad and consistent procurement pattern rather than concentration in a small number of large awards.

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